2022-11-23T01:11:26.4309539Z Requested labels: macos-m1-12 2022-11-23T01:11:26.4309611Z Job defined at: pytorch/pytorch/.github/workflows/_mac-test.yml@refs/heads/master 2022-11-23T01:11:26.4309633Z Waiting for a runner to pick up this job... 2022-11-23T01:11:26.5920360Z Job is about to start running on the runner: i-08ded1489e4f9fadb (organization) 2022-11-23T01:11:29.3291710Z Current runner version: '2.299.1' 2022-11-23T01:11:29.3294680Z Runner name: 'i-08ded1489e4f9fadb' 2022-11-23T01:11:29.3294970Z Runner group name: 'Default' 2022-11-23T01:11:29.3295430Z Machine name: 'ip-10-0-3-145' 2022-11-23T01:11:29.3296700Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:11:29.3297050Z Actions: write 2022-11-23T01:11:29.3297260Z Checks: write 2022-11-23T01:11:29.3297460Z Contents: write 2022-11-23T01:11:29.3297660Z Deployments: write 2022-11-23T01:11:29.3297880Z Discussions: write 2022-11-23T01:11:29.3298080Z Issues: write 2022-11-23T01:11:29.3298290Z Metadata: read 2022-11-23T01:11:29.3298490Z Packages: write 2022-11-23T01:11:29.3298690Z Pages: write 2022-11-23T01:11:29.3298900Z PullRequests: write 2022-11-23T01:11:29.3299130Z RepositoryProjects: write 2022-11-23T01:11:29.3299360Z SecurityEvents: write 2022-11-23T01:11:29.3299580Z Statuses: write 2022-11-23T01:11:29.3299780Z ##[endgroup] 2022-11-23T01:11:29.3301320Z Secret source: Actions 2022-11-23T01:11:29.3301630Z Prepare workflow directory 2022-11-23T01:11:29.4052690Z Prepare all required actions 2022-11-23T01:11:29.4146360Z Getting action download info 2022-11-23T01:11:29.6183950Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:11:37.5377250Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:11:38.0442200Z Getting action download info 2022-11-23T01:11:38.1933100Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:11:38.4064010Z Getting action download info 2022-11-23T01:11:38.5510450Z Download action repository 'actions/cache@v3' (SHA:9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7) 2022-11-23T01:11:38.7790600Z Getting action download info 2022-11-23T01:11:38.9805040Z Uses: pytorch/pytorch/.github/workflows/_mac-test.yml 2022-11-23T01:11:38.9807070Z ##[group] Inputs 2022-11-23T01:11:38.9807480Z build-environment: macos-12-py3-arm64 2022-11-23T01:11:38.9808280Z 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:38.9808960Z sync-tag: 2022-11-23T01:11:38.9809270Z arch: arm64 2022-11-23T01:11:38.9809580Z ##[endgroup] 2022-11-23T01:11:38.9810310Z Complete job name: macos-12-py3-arm64 / test (default, 1, 2, macos-m1-12) 2022-11-23T01:11:39.0366940Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:11:39.0367160Z with: 2022-11-23T01:11:39.0367280Z submodules: recursive 2022-11-23T01:11:39.0367410Z fetch-depth: 0 2022-11-23T01:11:39.0367530Z env: 2022-11-23T01:11:39.0367640Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:39.0367790Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:11:39.0367940Z TEST_CONFIG: default 2022-11-23T01:11:39.0368060Z SHARD_NUMBER: 1 2022-11-23T01:11:39.0368180Z NUM_TEST_SHARDS: 2 2022-11-23T01:11:39.0368300Z PR_BODY: 2022-11-23T01:11:39.0368430Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:11:39.0368570Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:11:39.0368710Z ##[endgroup] 2022-11-23T01:11:39.0503430Z ##[group]Run retry () { 2022-11-23T01:11:39.0503590Z retry () { 2022-11-23T01:11:39.0503760Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:11:39.0503900Z } 2022-11-23T01:11:39.0504030Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.0504200Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:11:39.0504360Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.0504490Z else 2022-11-23T01:11:39.0504620Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.0504750Z fi 2022-11-23T01:11:39.0504860Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:11:39.0518460Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:11:39.0518930Z env: 2022-11-23T01:11:39.0519040Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:39.0519190Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:11:39.0519330Z TEST_CONFIG: default 2022-11-23T01:11:39.0519440Z SHARD_NUMBER: 1 2022-11-23T01:11:39.0519550Z NUM_TEST_SHARDS: 2 2022-11-23T01:11:39.0519660Z PR_BODY: 2022-11-23T01:11:39.0519780Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:11:39.0519910Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:11:39.0520040Z NO_SUDO: 2022-11-23T01:11:39.0520140Z ##[endgroup] 2022-11-23T01:11:39.0930840Z /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:11:48.2151350Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:11:48.2151510Z with: 2022-11-23T01:11:48.2151630Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:11:48.2151760Z fetch-depth: 0 2022-11-23T01:11:48.2151880Z submodules: recursive 2022-11-23T01:11:48.2152000Z quiet-checkout: true 2022-11-23T01:11:48.2152130Z repository: pytorch/pytorch 2022-11-23T01:11:48.2152330Z token: *** 2022-11-23T01:11:48.2152430Z ssh-strict: true 2022-11-23T01:11:48.2152560Z persist-credentials: true 2022-11-23T01:11:48.2152680Z clean: true 2022-11-23T01:11:48.2152780Z lfs: false 2022-11-23T01:11:48.2152920Z set-safe-directory: true 2022-11-23T01:11:48.2153040Z env: 2022-11-23T01:11:48.2153140Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:11:48.2153280Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:11:48.2153420Z TEST_CONFIG: default 2022-11-23T01:11:48.2153530Z SHARD_NUMBER: 1 2022-11-23T01:11:48.2153640Z NUM_TEST_SHARDS: 2 2022-11-23T01:11:48.2153750Z PR_BODY: 2022-11-23T01:11:48.2153860Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:11:48.2154000Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:11:48.2154120Z ##[endgroup] 2022-11-23T01:11:48.3159830Z Syncing repository: pytorch/pytorch 2022-11-23T01:11:48.3160760Z ##[group]Getting Git version info 2022-11-23T01:11:48.3161080Z Working directory is '/Users/ec2-user/runner/_work/pytorch/pytorch' 2022-11-23T01:11:48.3161400Z [command]/usr/bin/git version 2022-11-23T01:11:48.3168760Z git version 2.32.1 (Apple Git-133) 2022-11-23T01:11:48.3180720Z ##[endgroup] 2022-11-23T01:11:48.3189450Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/1d716b32-0a61-401c-8ec3-feddee268bc5' before making global git config changes 2022-11-23T01:11:48.3189760Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:11:48.3192150Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:11:48.3257230Z Deleting the contents of '/Users/ec2-user/runner/_work/pytorch/pytorch' 2022-11-23T01:11:48.3264990Z ##[group]Initializing the repository 2022-11-23T01:11:48.3266380Z [command]/usr/bin/git init /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:11:48.3444130Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-11-23T01:11:48.3444600Z hint: is subject to change. To configure the initial branch name to use in all 2022-11-23T01:11:48.3444880Z hint: of your new repositories, which will suppress this warning, call: 2022-11-23T01:11:48.3445060Z hint: 2022-11-23T01:11:48.3445320Z hint: git config --global init.defaultBranch 2022-11-23T01:11:48.3445490Z hint: 2022-11-23T01:11:48.3445750Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-11-23T01:11:48.3446010Z hint: 'development'. The just-created branch can be renamed via this command: 2022-11-23T01:11:48.3446190Z hint: 2022-11-23T01:11:48.3446340Z hint: git branch -m 2022-11-23T01:11:48.3487250Z Initialized empty Git repository in /Users/ec2-user/runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:11:48.3491880Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:11:48.3551880Z ##[endgroup] 2022-11-23T01:11:48.3552170Z ##[group]Disabling automatic garbage collection 2022-11-23T01:11:48.3553960Z [command]/usr/bin/git config --local gc.auto 0 2022-11-23T01:11:48.3600430Z ##[endgroup] 2022-11-23T01:11:48.3600870Z ##[group]Setting up auth 2022-11-23T01:11:48.3605080Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:11:48.3651970Z [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:48.4007200Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:11:48.4053460Z [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:48.4407000Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:11:48.4463000Z ##[endgroup] 2022-11-23T01:11:48.4463270Z ##[group]Fetching the repository 2022-11-23T01:11:48.4466520Z [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:34.4569520Z [command]/usr/bin/git rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:12:34.4772870Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:34.4776890Z ##[endgroup] 2022-11-23T01:12:34.4777220Z ##[group]Determining the checkout info 2022-11-23T01:12:34.4777540Z ##[endgroup] 2022-11-23T01:12:34.4778580Z ##[group]Checking out the ref 2022-11-23T01:12:34.4780500Z [command]/usr/bin/git checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:12:37.0193060Z ##[endgroup] 2022-11-23T01:12:37.0193360Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:12:37.0196720Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-11-23T01:12:37.0255470Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:12:37.0302190Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:12:37.0347020Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:12:37.0391630Z ##[endgroup] 2022-11-23T01:12:37.0391890Z ##[group]Fetching submodules 2022-11-23T01:12:37.0394570Z [command]/usr/bin/git submodule sync --recursive 2022-11-23T01:12:37.0764440Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:12:37.1132060Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:12:37.1146800Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:12:37.1163250Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:12:37.1177440Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:12:37.1191750Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:12:37.1206710Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:12:37.1222860Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:12:37.1237540Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:12:37.1254920Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:12:37.1270160Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:12:37.1285000Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:12:37.1301620Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:12:37.1317970Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:12:37.1334720Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:12:37.1352270Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:12:37.1370730Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:12:37.1386480Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:12:37.1406100Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:12:37.1423640Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:12:37.1439610Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:12:37.1456510Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:12:37.1474560Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:12:37.1494490Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:12:37.1513020Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:12:37.1532360Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:12:37.1551840Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:12:37.1575740Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:12:37.1597400Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:12:37.1616090Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:12:37.1638230Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:12:37.1655910Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:12:37.1676470Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:12:37.1696280Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:12:37.1713140Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:12:37.1731110Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:12:37.1749370Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:12:37.1767330Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:12:37.1784810Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:12:37.1804920Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:12:37.1823820Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:12:37.1841960Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:12:37.1917290Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:12:37.4797750Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:12:37.7244800Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:12:37.9736770Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:12:38.2595290Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:12:38.5250640Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:12:39.8327520Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:12:42.6262620Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:12:43.0156440Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:12:43.4336560Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:12:44.1978780Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:12:44.9408200Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:12:45.8621120Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:12:49.5859040Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:12:50.2031380Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:12:51.0637990Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:12:51.6226450Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:12:51.8254970Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:12:52.2220720Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:12:52.5035870Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:12:53.0948800Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:12:53.4586070Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:12:53.6991010Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:12:53.9920750Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:12:55.1800190Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:12:55.7970360Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:12:56.1523500Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:12:59.8440920Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:13:00.7285530Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:13:01.2578410Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:13:01.5620680Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:13:04.2918320Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:13:04.5389700Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:13:04.8026980Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:13:05.6154570Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:13:05.8644270Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:13:06.1731540Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:13:06.4448910Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:13:06.8858060Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:13:08.8067540Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:13:09.2338220Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:13:10.4289900Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:13:10.4779880Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:13:10.5243660Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:13:10.5875150Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:13:10.6510760Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:13:10.7249680Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:13:12.3053130Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:13:12.3660750Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:12.4945310Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:13:12.5628600Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:13:12.9498780Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:13:14.3534670Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:13:14.7344570Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:13:14.8194460Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:13:14.8260820Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:14.8277500Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:14.8298010Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:14.8321190Z 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:14.8383260Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:13:15.6596190Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:13:16.1148960Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:13:17.0122790Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:13:17.3891490Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:13:17.5127190Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:13:17.6002610Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:13:17.6476430Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:13:17.8049720Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:13:17.8850300Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:13:17.9338610Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:13:18.0052710Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:13:18.1519630Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:13:18.2373320Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:13:18.2895490Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:13:18.2962180Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:18.3023530Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:13:23.7064380Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:13:23.7137980Z 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:23.7199830Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:13:28.5711020Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:13:28.6259300Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:13:28.6804620Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:13:28.8507730Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:13:28.8578710Z 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:28.8604510Z 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:28.8667800Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:13:29.5239970Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:13:30.2043330Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:13:30.2886120Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:13:30.3533490Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:13:30.4074080Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:13:30.6721990Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:13:31.3142080Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:13:31.3217410Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:31.3236420Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:31.3305120Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:13:31.6836040Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:13:32.3768010Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:13:32.4458390Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:13:32.5038530Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:13:32.5127080Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:32.5207370Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:13:34.2534380Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:13:34.2616670Z 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:34.2631130Z 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:34.2695830Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:13:34.6341040Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:13:35.2620530Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:13:35.3556390Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:13:35.3633360Z 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:35.3701020Z 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:35.6322020Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:13:35.6819690Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:13:35.9901890Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:13:35.9975710Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:35.9993980Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:36.0058500Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:13:36.3707920Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:13:37.1156950Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:13:37.2135260Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:13:37.2620980Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:13:37.3125110Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:13:37.3945910Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:13:37.4451550Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:13:37.5123050Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:13:37.5608110Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:13:37.6533570Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:13:37.8479270Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:13:37.9218540Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:13:37.9294770Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:37.9317650Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:37.9333670Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:37.9357060Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:37.9421410Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:13:38.5919870Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:13:38.8839070Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:13:39.6227810Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:13:40.3039820Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:13:40.3597490Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:13:40.4551380Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:13:40.5194790Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:13:40.5268070Z 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:40.5332070Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:13:40.7935980Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:13:40.9941570Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:13:41.0039010Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-11-23T01:13:41.0556090Z Entering 'android/libs/fbjni' 2022-11-23T01:13:41.0612110Z Entering 'third_party/FP16' 2022-11-23T01:13:41.0667830Z Entering 'third_party/FXdiv' 2022-11-23T01:13:41.0723700Z Entering 'third_party/NNPACK' 2022-11-23T01:13:41.0778650Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:41.0833740Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:41.0888500Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:41.0947480Z Entering 'third_party/benchmark' 2022-11-23T01:13:41.1003580Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:41.1059120Z Entering 'third_party/cub' 2022-11-23T01:13:41.1114250Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:41.1172270Z Entering 'third_party/cutlass' 2022-11-23T01:13:41.1230200Z Entering 'third_party/eigen' 2022-11-23T01:13:41.1286490Z Entering 'third_party/fbgemm' 2022-11-23T01:13:41.1341390Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:41.1397020Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:41.1457870Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:41.1512880Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:41.1569020Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:41.1625090Z Entering 'third_party/fmt' 2022-11-23T01:13:41.1680180Z Entering 'third_party/foxi' 2022-11-23T01:13:41.1735000Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:41.1789670Z Entering 'third_party/gloo' 2022-11-23T01:13:41.1844790Z Entering 'third_party/googletest' 2022-11-23T01:13:41.1899770Z Entering 'third_party/ideep' 2022-11-23T01:13:41.1953450Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:41.2014720Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:41.2074250Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:41.2129500Z Entering 'third_party/ittapi' 2022-11-23T01:13:41.2184140Z Entering 'third_party/kineto' 2022-11-23T01:13:41.2242590Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:41.2303660Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:41.2360040Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:41.2414960Z Entering 'third_party/neon2sse' 2022-11-23T01:13:41.2470520Z Entering 'third_party/nlohmann' 2022-11-23T01:13:41.2531520Z Entering 'third_party/onnx' 2022-11-23T01:13:41.2590840Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:41.2652170Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:41.2708680Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:41.2763110Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:41.2824420Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:41.2880160Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:41.2934900Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:41.2994000Z Entering 'third_party/pocketfft' 2022-11-23T01:13:41.3048440Z Entering 'third_party/protobuf' 2022-11-23T01:13:41.3104190Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:41.3159520Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:41.3215570Z Entering 'third_party/psimd' 2022-11-23T01:13:41.3270160Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:41.3324180Z Entering 'third_party/pybind11' 2022-11-23T01:13:41.3378840Z Entering 'third_party/python-enum' 2022-11-23T01:13:41.3433380Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:41.3487990Z Entering 'third_party/python-six' 2022-11-23T01:13:41.3542820Z Entering 'third_party/sleef' 2022-11-23T01:13:41.3596880Z Entering 'third_party/tbb' 2022-11-23T01:13:41.3652420Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:41.3706570Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:41.3761680Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:41.3816180Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:41.3870680Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:41.3924390Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:41.3981080Z Entering 'third_party/zstd' 2022-11-23T01:13:41.4042470Z ##[endgroup] 2022-11-23T01:13:41.4042810Z ##[group]Persisting credentials for submodules 2022-11-23T01:13:41.4046370Z [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:41.4404130Z Entering 'android/libs/fbjni' 2022-11-23T01:13:41.4457160Z Entering 'third_party/FP16' 2022-11-23T01:13:41.4510100Z Entering 'third_party/FXdiv' 2022-11-23T01:13:41.4562060Z Entering 'third_party/NNPACK' 2022-11-23T01:13:41.4614250Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:41.4666320Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:41.4718440Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:41.4774230Z Entering 'third_party/benchmark' 2022-11-23T01:13:41.4826750Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:41.4879140Z Entering 'third_party/cub' 2022-11-23T01:13:41.4930960Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:41.4984780Z Entering 'third_party/cutlass' 2022-11-23T01:13:41.5038750Z Entering 'third_party/eigen' 2022-11-23T01:13:41.5092090Z Entering 'third_party/fbgemm' 2022-11-23T01:13:41.5143420Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:41.5195680Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:41.5247890Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:41.5299910Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:41.5353400Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:41.5406510Z Entering 'third_party/fmt' 2022-11-23T01:13:41.5458860Z Entering 'third_party/foxi' 2022-11-23T01:13:41.5510790Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:41.5562880Z Entering 'third_party/gloo' 2022-11-23T01:13:41.5614830Z Entering 'third_party/googletest' 2022-11-23T01:13:41.5666960Z Entering 'third_party/ideep' 2022-11-23T01:13:41.5718090Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:41.5771120Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:41.5827860Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:41.5881160Z Entering 'third_party/ittapi' 2022-11-23T01:13:41.5933060Z Entering 'third_party/kineto' 2022-11-23T01:13:41.5984450Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:41.6037020Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:41.6090490Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:41.6142390Z Entering 'third_party/neon2sse' 2022-11-23T01:13:41.6193870Z Entering 'third_party/nlohmann' 2022-11-23T01:13:41.6245840Z Entering 'third_party/onnx' 2022-11-23T01:13:41.6301410Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:41.6354450Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:41.6407810Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:41.6458970Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:41.6511610Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:41.6564450Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:41.6615750Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:41.6671920Z Entering 'third_party/pocketfft' 2022-11-23T01:13:41.6723760Z Entering 'third_party/protobuf' 2022-11-23T01:13:41.6776320Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:41.6829020Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:41.6883300Z Entering 'third_party/psimd' 2022-11-23T01:13:41.6935250Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:41.6987010Z Entering 'third_party/pybind11' 2022-11-23T01:13:41.7038750Z Entering 'third_party/python-enum' 2022-11-23T01:13:41.7090270Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:41.7141710Z Entering 'third_party/python-six' 2022-11-23T01:13:41.7193100Z Entering 'third_party/sleef' 2022-11-23T01:13:41.7244560Z Entering 'third_party/tbb' 2022-11-23T01:13:41.7296720Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:41.7347690Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:41.7399510Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:41.7451520Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:41.7503910Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:41.7555240Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:41.7609700Z Entering 'third_party/zstd' 2022-11-23T01:13:41.7668800Z [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:41.8025490Z Entering 'android/libs/fbjni' 2022-11-23T01:13:41.8078340Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:13:41.8098530Z Entering 'third_party/FP16' 2022-11-23T01:13:41.8150210Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:13:41.8171030Z Entering 'third_party/FXdiv' 2022-11-23T01:13:41.8222550Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:13:41.8243030Z Entering 'third_party/NNPACK' 2022-11-23T01:13:41.8294010Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:13:41.8314790Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:41.8365690Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:13:41.8386490Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:41.8437730Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:13:41.8458330Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:41.8509650Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:13:41.8533820Z Entering 'third_party/benchmark' 2022-11-23T01:13:41.8586120Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:13:41.8606840Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:41.8657940Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:13:41.8678870Z Entering 'third_party/cub' 2022-11-23T01:13:41.8730590Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:13:41.8751240Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:41.8802470Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:13:41.8825270Z Entering 'third_party/cutlass' 2022-11-23T01:13:41.8876350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:13:41.8899490Z Entering 'third_party/eigen' 2022-11-23T01:13:41.8951010Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:13:41.8972670Z Entering 'third_party/fbgemm' 2022-11-23T01:13:41.9023940Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:13:41.9043920Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:41.9095280Z 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:41.9115810Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:41.9166720Z 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:41.9187280Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:41.9238600Z 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:41.9259280Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:41.9310450Z 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:41.9332220Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:41.9383750Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:13:41.9405180Z Entering 'third_party/fmt' 2022-11-23T01:13:41.9456130Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:13:41.9476860Z Entering 'third_party/foxi' 2022-11-23T01:13:41.9528030Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:13:41.9548480Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:41.9599690Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:13:41.9620160Z Entering 'third_party/gloo' 2022-11-23T01:13:41.9671700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:13:41.9692460Z Entering 'third_party/googletest' 2022-11-23T01:13:41.9743730Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:13:41.9764430Z Entering 'third_party/ideep' 2022-11-23T01:13:41.9815510Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:13:41.9835020Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:41.9886160Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:13:41.9907080Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:41.9958790Z 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:41.9983390Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:42.0035040Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:13:42.0055560Z Entering 'third_party/ittapi' 2022-11-23T01:13:42.0106440Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:13:42.0126890Z Entering 'third_party/kineto' 2022-11-23T01:13:42.0178740Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:13:42.0198490Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:42.0250090Z 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:42.0270820Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:42.0322230Z 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:42.0343820Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:42.0395700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:13:42.0416390Z Entering 'third_party/neon2sse' 2022-11-23T01:13:42.0467320Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:13:42.0488330Z Entering 'third_party/nlohmann' 2022-11-23T01:13:42.0539930Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:13:42.0561000Z Entering 'third_party/onnx' 2022-11-23T01:13:42.0612120Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:13:42.0636450Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:42.0688800Z 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:42.0709450Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:42.0760680Z 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:42.0782540Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:42.0834980Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:13:42.0854750Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:42.0906340Z 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:42.0928450Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:42.0980480Z 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:42.1001200Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:42.1052710Z 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:42.1072720Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:42.1124680Z 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:42.1155370Z Entering 'third_party/pocketfft' 2022-11-23T01:13:42.1207480Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:13:42.1227870Z Entering 'third_party/protobuf' 2022-11-23T01:13:42.1279300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:13:42.1300830Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:42.1352280Z 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:42.1373110Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:42.1425170Z 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:42.1446780Z Entering 'third_party/psimd' 2022-11-23T01:13:42.1498300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:13:42.1518900Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:42.1569980Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:13:42.1590590Z Entering 'third_party/pybind11' 2022-11-23T01:13:42.1641910Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:13:42.1662690Z Entering 'third_party/python-enum' 2022-11-23T01:13:42.1713870Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:13:42.1734260Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:42.1785230Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:13:42.1805830Z Entering 'third_party/python-six' 2022-11-23T01:13:42.1856950Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:13:42.1877270Z Entering 'third_party/sleef' 2022-11-23T01:13:42.1928080Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:13:42.1948660Z Entering 'third_party/tbb' 2022-11-23T01:13:42.2000050Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:13:42.2021380Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:42.2072860Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:13:42.2092830Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:42.2144090Z 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:42.2164810Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:42.2215860Z 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:42.2236820Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:42.2288130Z 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:42.2309160Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:42.2360690Z 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:42.2380610Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:42.2431900Z 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:42.2454990Z Entering 'third_party/zstd' 2022-11-23T01:13:42.2506670Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:13:42.2692420Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-11-23T01:13:42.3055850Z Entering 'android/libs/fbjni' 2022-11-23T01:13:42.3111870Z Entering 'third_party/FP16' 2022-11-23T01:13:42.3167120Z Entering 'third_party/FXdiv' 2022-11-23T01:13:42.3221410Z Entering 'third_party/NNPACK' 2022-11-23T01:13:42.3275950Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:42.3330860Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:42.3391020Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:42.3460250Z Entering 'third_party/benchmark' 2022-11-23T01:13:42.3515790Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:42.3570970Z Entering 'third_party/cub' 2022-11-23T01:13:42.3626370Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:42.3683210Z Entering 'third_party/cutlass' 2022-11-23T01:13:42.3740630Z Entering 'third_party/eigen' 2022-11-23T01:13:42.3796820Z Entering 'third_party/fbgemm' 2022-11-23T01:13:42.3851020Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:42.3905600Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:42.3960310Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:42.4018580Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:42.4074000Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:42.4129540Z Entering 'third_party/fmt' 2022-11-23T01:13:42.4184130Z Entering 'third_party/foxi' 2022-11-23T01:13:42.4238820Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:42.4293530Z Entering 'third_party/gloo' 2022-11-23T01:13:42.4347950Z Entering 'third_party/googletest' 2022-11-23T01:13:42.4402730Z Entering 'third_party/ideep' 2022-11-23T01:13:42.4456690Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:42.4511550Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:42.4570360Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:42.4625030Z Entering 'third_party/ittapi' 2022-11-23T01:13:42.4679470Z Entering 'third_party/kineto' 2022-11-23T01:13:42.4733240Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:42.4787860Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:42.4843700Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:42.4898440Z Entering 'third_party/neon2sse' 2022-11-23T01:13:42.4952460Z Entering 'third_party/nlohmann' 2022-11-23T01:13:42.5007860Z Entering 'third_party/onnx' 2022-11-23T01:13:42.5066200Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:42.5122570Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:42.5178630Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:42.5232130Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:42.5287840Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:42.5343320Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:42.5397600Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:42.5456430Z Entering 'third_party/pocketfft' 2022-11-23T01:13:42.5510770Z Entering 'third_party/protobuf' 2022-11-23T01:13:42.5566470Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:42.5621480Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:42.5680000Z Entering 'third_party/psimd' 2022-11-23T01:13:42.5734680Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:42.5789480Z Entering 'third_party/pybind11' 2022-11-23T01:13:42.5844080Z Entering 'third_party/python-enum' 2022-11-23T01:13:42.5898430Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:42.5953340Z Entering 'third_party/python-six' 2022-11-23T01:13:42.6007490Z Entering 'third_party/sleef' 2022-11-23T01:13:42.6063220Z Entering 'third_party/tbb' 2022-11-23T01:13:42.6118340Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:42.6172930Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:42.6227540Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:42.6282120Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:42.6336680Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:42.6390310Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:42.6447150Z Entering 'third_party/zstd' 2022-11-23T01:13:42.6509030Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-11-23T01:13:42.6865230Z Entering 'android/libs/fbjni' 2022-11-23T01:13:42.6921340Z Entering 'third_party/FP16' 2022-11-23T01:13:42.6981440Z Entering 'third_party/FXdiv' 2022-11-23T01:13:42.7036590Z Entering 'third_party/NNPACK' 2022-11-23T01:13:42.7090940Z Entering 'third_party/QNNPACK' 2022-11-23T01:13:42.7145480Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:13:42.7200840Z Entering 'third_party/XNNPACK' 2022-11-23T01:13:42.7259240Z Entering 'third_party/benchmark' 2022-11-23T01:13:42.7314450Z Entering 'third_party/cpuinfo' 2022-11-23T01:13:42.7369450Z Entering 'third_party/cub' 2022-11-23T01:13:42.7423980Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:13:42.7480630Z Entering 'third_party/cutlass' 2022-11-23T01:13:42.7543750Z Entering 'third_party/eigen' 2022-11-23T01:13:42.7599510Z Entering 'third_party/fbgemm' 2022-11-23T01:13:42.7654180Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:13:42.7714420Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:13:42.7769400Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:13:42.7830720Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:13:42.7893580Z Entering 'third_party/flatbuffers' 2022-11-23T01:13:42.7949000Z Entering 'third_party/fmt' 2022-11-23T01:13:42.8003400Z Entering 'third_party/foxi' 2022-11-23T01:13:42.8058150Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:13:42.8112430Z Entering 'third_party/gloo' 2022-11-23T01:13:42.8167070Z Entering 'third_party/googletest' 2022-11-23T01:13:42.8221560Z Entering 'third_party/ideep' 2022-11-23T01:13:42.8274740Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:13:42.8329340Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:13:42.8388080Z Entering 'third_party/ios-cmake' 2022-11-23T01:13:42.8442790Z Entering 'third_party/ittapi' 2022-11-23T01:13:42.8496880Z Entering 'third_party/kineto' 2022-11-23T01:13:42.8550350Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:13:42.8605140Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:13:42.8661310Z Entering 'third_party/nccl/nccl' 2022-11-23T01:13:42.8716480Z Entering 'third_party/neon2sse' 2022-11-23T01:13:42.8770690Z Entering 'third_party/nlohmann' 2022-11-23T01:13:42.8825350Z Entering 'third_party/onnx' 2022-11-23T01:13:42.8883930Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:13:42.8939250Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:13:42.8995500Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:13:42.9049310Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:13:42.9105320Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:13:42.9160720Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:13:42.9215040Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:13:42.9273380Z Entering 'third_party/pocketfft' 2022-11-23T01:13:42.9328050Z Entering 'third_party/protobuf' 2022-11-23T01:13:42.9383010Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:13:42.9437870Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:13:42.9493830Z Entering 'third_party/psimd' 2022-11-23T01:13:42.9548740Z Entering 'third_party/pthreadpool' 2022-11-23T01:13:42.9603080Z Entering 'third_party/pybind11' 2022-11-23T01:13:42.9657840Z Entering 'third_party/python-enum' 2022-11-23T01:13:42.9711890Z Entering 'third_party/python-peachpy' 2022-11-23T01:13:42.9766080Z Entering 'third_party/python-six' 2022-11-23T01:13:42.9820030Z Entering 'third_party/sleef' 2022-11-23T01:13:42.9874110Z Entering 'third_party/tbb' 2022-11-23T01:13:42.9929750Z Entering 'third_party/tensorpipe' 2022-11-23T01:13:42.9983950Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:13:43.0038770Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:13:43.0093390Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:13:43.0148110Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:13:43.0201670Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:13:43.0258420Z Entering 'third_party/zstd' 2022-11-23T01:13:43.0318420Z ##[endgroup] 2022-11-23T01:13:43.0503370Z [command]/usr/bin/git log -1 --format='%H' 2022-11-23T01:13:43.0672010Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:13:43.0846570Z Prepare all required actions 2022-11-23T01:13:43.0846760Z Getting action download info 2022-11-23T01:13:43.2531820Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:13:43.5347280Z Download action repository 'actions/download-artifact@v3' (SHA:9782bd6a9848b53b110e712e20e42d89988822b7) 2022-11-23T01:13:43.8017690Z ##[group]Run ./.github/actions/download-build-artifacts 2022-11-23T01:13:43.8017850Z with: 2022-11-23T01:13:43.8017960Z name: macos-12-py3-arm64 2022-11-23T01:13:43.8018090Z use-gha: true 2022-11-23T01:13:43.8018200Z env: 2022-11-23T01:13:43.8018320Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:43.8018460Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:43.8018600Z TEST_CONFIG: default 2022-11-23T01:13:43.8018720Z SHARD_NUMBER: 1 2022-11-23T01:13:43.8018900Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:43.8019020Z PR_BODY: 2022-11-23T01:13:43.8019150Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:43.8019300Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:43.8019430Z ##[endgroup] 2022-11-23T01:13:43.8038930Z ##[group]Run actions/download-artifact@v3 2022-11-23T01:13:43.8039070Z with: 2022-11-23T01:13:43.8039190Z name: macos-12-py3-arm64 2022-11-23T01:13:43.8039310Z env: 2022-11-23T01:13:43.8039410Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:43.8039690Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:43.8039830Z TEST_CONFIG: default 2022-11-23T01:13:43.8039950Z SHARD_NUMBER: 1 2022-11-23T01:13:43.8040070Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:43.8040190Z PR_BODY: 2022-11-23T01:13:43.8040360Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:43.8040510Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:43.8040640Z ##[endgroup] 2022-11-23T01:13:43.8711280Z Starting download for macos-12-py3-arm64 2022-11-23T01:13:44.6663990Z Directory structure has been setup for the artifact 2022-11-23T01:13:44.6665230Z Total number of files that will be downloaded: 1 2022-11-23T01:13:45.6680590Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-11-23T01:13:46.6682670Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-11-23T01:13:47.6694160Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-11-23T01:13:48.6734470Z Total file count: 1 ---- Processed file #0 (0.0%) 2022-11-23T01:13:48.9480020Z Artifact macos-12-py3-arm64 was downloaded to /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:13:48.9496230Z Artifact download has finished successfully 2022-11-23T01:13:48.9596230Z ##[group]Run unzip -o artifacts.zip 2022-11-23T01:13:48.9596740Z unzip -o artifacts.zip 2022-11-23T01:13:48.9640350Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:48.9640960Z env: 2022-11-23T01:13:48.9641420Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:48.9641970Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:48.9642540Z TEST_CONFIG: default 2022-11-23T01:13:48.9643010Z SHARD_NUMBER: 1 2022-11-23T01:13:48.9643480Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:48.9643820Z PR_BODY: 2022-11-23T01:13:48.9644190Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:48.9644600Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:48.9644970Z ##[endgroup] 2022-11-23T01:13:49.0344220Z Archive: artifacts.zip 2022-11-23T01:13:49.0345370Z creating: dist/ 2022-11-23T01:13:49.4625000Z inflating: dist/torch-1.14.0a0+git1cfd385-cp39-cp39-macosx_11_0_x86_64.whl 2022-11-23T01:13:49.4732890Z inflating: build/.ninja_log 2022-11-23T01:13:49.5158000Z inflating: build/compile_commands.json 2022-11-23T01:13:49.5159460Z inflating: .pytorch-test-times.json 2022-11-23T01:13:49.5179620Z ##[group]Run df -H 2022-11-23T01:13:49.5179750Z df -H 2022-11-23T01:13:49.5191730Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:49.5191880Z env: 2022-11-23T01:13:49.5192000Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:49.5192140Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:49.5192290Z TEST_CONFIG: default 2022-11-23T01:13:49.5192650Z SHARD_NUMBER: 1 2022-11-23T01:13:49.5192790Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:49.5192920Z PR_BODY: 2022-11-23T01:13:49.5193040Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:49.5193190Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:49.5193320Z ##[endgroup] 2022-11-23T01:13:49.5563150Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2022-11-23T01:13:49.5564520Z /dev/disk5s2s1 107G 15G 21G 43% 501138 201556000 0% / 2022-11-23T01:13:49.5564710Z devfs 224k 224k 0B 100% 756 0 100% /dev 2022-11-23T01:13:49.5564920Z /dev/disk5s5 107G 6.4G 21G 24% 6 201556000 0% /System/Volumes/VM 2022-11-23T01:13:49.5566250Z /dev/disk5s3 107G 310M 21G 2% 700 201556000 0% /System/Volumes/Preboot 2022-11-23T01:13:49.5566450Z /dev/disk1s2 524M 6.3M 412M 2% 1 4028080 0% /System/Volumes/xarts 2022-11-23T01:13:49.5566770Z /dev/disk1s1 524M 54M 412M 12% 53 4028080 0% /System/Volumes/iSCPreboot 2022-11-23T01:13:49.5567000Z /dev/disk1s3 524M 229k 412M 1% 34 4028080 0% /System/Volumes/Hardware 2022-11-23T01:13:49.5567260Z /dev/disk5s1 107G 64G 21G 76% 1818668 201556000 1% /System/Volumes/Data 2022-11-23T01:13:49.5568500Z map auto_home 0B 0B 0B 100% 0 0 100% /System/Volumes/Data/home 2022-11-23T01:13:49.5569140Z /dev/disk3s4 245G 348k 228G 1% 17 2226108120 0% /private/tmp/tmp-mount-XKewyH 2022-11-23T01:13:49.5631810Z ##[group]Run pytorch/test-infra/.github/actions/setup-miniconda@main 2022-11-23T01:13:49.5631970Z with: 2022-11-23T01:13:49.5632080Z python-version: 3.9 2022-11-23T01:13:49.5632240Z environment-file: .github/requirements/conda-env-macOS-ARM64 2022-11-23T01:13:49.5632450Z pip-requirements-file: .github/requirements/pip-requirements-macOS.txt 2022-11-23T01:13:49.5632630Z miniconda-version: 4.12.0 2022-11-23T01:13:49.5632760Z env: 2022-11-23T01:13:49.5632880Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:49.5633020Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:49.5633160Z TEST_CONFIG: default 2022-11-23T01:13:49.5633280Z SHARD_NUMBER: 1 2022-11-23T01:13:49.5633390Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:49.5633500Z PR_BODY: 2022-11-23T01:13:49.5633620Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:49.5633750Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:49.5633880Z ##[endgroup] 2022-11-23T01:13:49.5644470Z ##[group]Run echo "Print the available disk space for manual inspection" 2022-11-23T01:13:49.5644700Z echo "Print the available disk space for manual inspection" 2022-11-23T01:13:49.5644850Z df -h 2022-11-23T01:13:49.5644950Z  2022-11-23T01:13:49.5645070Z function check_disk_space() { 2022-11-23T01:13:49.5645190Z  set +e 2022-11-23T01:13:49.5645290Z  2022-11-23T01:13:49.5645420Z  # Set the minimum requirement space to 4GB 2022-11-23T01:13:49.5645580Z  MINIMUM_AVAILABLE_SPACE_IN_GB=4 2022-11-23T01:13:49.5645770Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2022-11-23T01:13:49.5645920Z  2022-11-23T01:13:49.5646060Z  # Use KB to avoid floating point warning like 3.1GB 2022-11-23T01:13:49.5646240Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2022-11-23T01:13:49.5646370Z  do 2022-11-23T01:13:49.5646500Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2022-11-23T01:13:49.5646650Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2022-11-23T01:13:49.5646770Z  2022-11-23T01:13:49.5646880Z  if [ "${MOUNT}" = "/" ]; then 2022-11-23T01:13:49.5647050Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2022-11-23T01:13:49.5647310Z  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:49.5647520Z  else 2022-11-23T01:13:49.5647700Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2022-11-23T01:13:49.5647860Z  fi 2022-11-23T01:13:49.5647960Z  fi 2022-11-23T01:13:49.5648060Z  done 2022-11-23T01:13:49.5648160Z  2022-11-23T01:13:49.5648260Z  set -e 2022-11-23T01:13:49.5648360Z } 2022-11-23T01:13:49.5648460Z  2022-11-23T01:13:49.5648580Z RESULT=$(check_disk_space) 2022-11-23T01:13:49.5648720Z echo "${RESULT}" 2022-11-23T01:13:49.5648830Z  2022-11-23T01:13:49.5648970Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2022-11-23T01:13:49.5649220Z  # 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:49.5649480Z  # https://github.com/pytorch/pytorch/issues/85440 2022-11-23T01:13:49.5649690Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2022-11-23T01:13:49.5649940Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2022-11-23T01:13:49.5650230Z  sudo launchctl stop com.apple.coresymbolicationd || true 2022-11-23T01:13:49.5650370Z  2022-11-23T01:13:49.5650650Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2022-11-23T01:13:49.5650810Z  # Re-run the check 2022-11-23T01:13:49.5650940Z  RESULT=$(check_disk_space) 2022-11-23T01:13:49.5651070Z  echo "${RESULT}" 2022-11-23T01:13:49.5651180Z fi 2022-11-23T01:13:49.5651270Z  2022-11-23T01:13:49.5651390Z if [[ "${RESULT}" == *Failure* ]]; then 2022-11-23T01:13:49.5651520Z  df -h 2022-11-23T01:13:49.5651620Z  2022-11-23T01:13:49.5651840Z  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:49.5652060Z  exit 1 2022-11-23T01:13:49.5657150Z fi 2022-11-23T01:13:49.5668580Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:49.5668720Z env: 2022-11-23T01:13:49.5668820Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:49.5668970Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:49.5669110Z TEST_CONFIG: default 2022-11-23T01:13:49.5669220Z SHARD_NUMBER: 1 2022-11-23T01:13:49.5669330Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:49.5669440Z PR_BODY: 2022-11-23T01:13:49.5669560Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:49.5669700Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:49.5669820Z ##[endgroup] 2022-11-23T01:13:49.5976500Z Print the available disk space for manual inspection 2022-11-23T01:13:49.5985360Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2022-11-23T01:13:49.5986070Z /dev/disk5s2s1 100Gi 14Gi 19Gi 43% 501138 201555880 0% / 2022-11-23T01:13:49.5986290Z devfs 219Ki 219Ki 0Bi 100% 756 0 100% /dev 2022-11-23T01:13:49.5986500Z /dev/disk5s5 100Gi 6.0Gi 19Gi 24% 6 201555880 0% /System/Volumes/VM 2022-11-23T01:13:49.5986810Z /dev/disk5s3 100Gi 296Mi 19Gi 2% 700 201555880 0% /System/Volumes/Preboot 2022-11-23T01:13:49.5987060Z /dev/disk1s2 500Mi 6.0Mi 393Mi 2% 1 4028080 0% /System/Volumes/xarts 2022-11-23T01:13:49.5987560Z /dev/disk1s1 500Mi 51Mi 393Mi 12% 53 4028080 0% /System/Volumes/iSCPreboot 2022-11-23T01:13:49.5987830Z /dev/disk1s3 500Mi 224Ki 393Mi 1% 34 4028080 0% /System/Volumes/Hardware 2022-11-23T01:13:49.5988060Z /dev/disk5s1 100Gi 59Gi 19Gi 76% 1818680 201555880 1% /System/Volumes/Data 2022-11-23T01:13:49.5988290Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home 2022-11-23T01:13:49.5988730Z /dev/disk3s4 228Gi 340Ki 212Gi 1% 17 2226108120 0% /private/tmp/tmp-mount-XKewyH 2022-11-23T01:13:49.6337910Z Success: There is 20155588KB free space left in / for macOS, continue 2022-11-23T01:13:49.6353990Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2022-11-23T01:13:49.6354210Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2022-11-23T01:13:49.6365610Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:13:49.6365770Z env: 2022-11-23T01:13:49.6365880Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:49.6366090Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:49.6366230Z TEST_CONFIG: default 2022-11-23T01:13:49.6366360Z SHARD_NUMBER: 1 2022-11-23T01:13:49.6366470Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:49.6366590Z PR_BODY: 2022-11-23T01:13:49.6366740Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:49.6366890Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:49.6367020Z ##[endgroup] 2022-11-23T01:13:49.6735180Z ##[group]Run actions/cache@v3 2022-11-23T01:13:49.6735320Z with: 2022-11-23T01:13:49.6735460Z path: /Users/ec2-user/runner/_work/_temp/miniconda 2022-11-23T01:13:49.6735630Z key: miniconda-macOS-ARM64-3.9-20221123d 2022-11-23T01:13:49.6735850Z env: 2022-11-23T01:13:49.6735960Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:13:49.6736100Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:13:49.6736320Z TEST_CONFIG: default 2022-11-23T01:13:49.6736430Z SHARD_NUMBER: 1 2022-11-23T01:13:49.6736540Z NUM_TEST_SHARDS: 2 2022-11-23T01:13:49.6736650Z PR_BODY: 2022-11-23T01:13:49.6736760Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:13:49.6736940Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:13:49.6737080Z ##[endgroup] 2022-11-23T01:13:51.2457760Z Received 188743680 of 315440467 (59.8%), 180.0 MBs/sec 2022-11-23T01:13:52.2740850Z Received 315440467 of 315440467 (100.0%), 148.3 MBs/sec 2022-11-23T01:13:52.2860540Z Cache Size: ~301 MB (315440467 B) 2022-11-23T01:13:52.2881560Z [command]/usr/bin/tar -z -xf /Users/ec2-user/runner/_work/_temp/26cab6a3-22c7-473a-b041-78456922e540/cache.tgz -P -C /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:14:01.4964400Z Cache restored successfully 2022-11-23T01:14:01.6197680Z Cache restored from key: miniconda-macOS-ARM64-3.9-20221123d 2022-11-23T01:14:01.6325440Z ##[group]Run MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2022-11-23T01:14:01.6325670Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2022-11-23T01:14:01.6325860Z echo "${MINICONDA_INSTALL_PATH}/bin" >> $GITHUB_PATH 2022-11-23T01:14:01.6337770Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:01.6337920Z env: 2022-11-23T01:14:01.6338030Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:01.6338180Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:01.6338320Z TEST_CONFIG: default 2022-11-23T01:14:01.6338450Z SHARD_NUMBER: 1 2022-11-23T01:14:01.6338570Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:01.6338690Z PR_BODY: 2022-11-23T01:14:01.6338820Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:01.6338960Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:01.6339090Z ##[endgroup] 2022-11-23T01:14:01.8571350Z ##[group]Run actions/cache@v3 2022-11-23T01:14:01.8571540Z with: 2022-11-23T01:14:01.8571700Z path: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2022-11-23T01:14:01.8572090Z key: miniconda-env-macOS-ARM64-3.9-20221123d-2488c3fa9020841bbd983f8742681f4c23e162eb7a557e94c2067663a616b913-90f66d2a9eb8c1f026606d87ba212c02bae76ec1cd28bfa87b8f682da1da6388 2022-11-23T01:14:01.8572410Z env: 2022-11-23T01:14:01.8572530Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:01.8572690Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:01.8572830Z TEST_CONFIG: default 2022-11-23T01:14:01.8572960Z SHARD_NUMBER: 1 2022-11-23T01:14:01.8573080Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:01.8573210Z PR_BODY: 2022-11-23T01:14:01.8573330Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:01.8573480Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:01.8573700Z ##[endgroup] 2022-11-23T01:14:03.5316250Z Received 188743680 of 230035166 (82.0%), 180.0 MBs/sec 2022-11-23T01:14:04.4907900Z Received 230035166 of 230035166 (100.0%), 112.0 MBs/sec 2022-11-23T01:14:04.5058540Z Cache Size: ~219 MB (230035166 B) 2022-11-23T01:14:04.5083800Z [command]/usr/bin/tar -z -xf /Users/ec2-user/runner/_work/_temp/7f237430-da00-4837-87af-b408cc457921/cache.tgz -P -C /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:14:13.3576130Z Cache restored successfully 2022-11-23T01:14:13.4222880Z Cache restored from key: miniconda-env-macOS-ARM64-3.9-20221123d-2488c3fa9020841bbd983f8742681f4c23e162eb7a557e94c2067663a616b913-90f66d2a9eb8c1f026606d87ba212c02bae76ec1cd28bfa87b8f682da1da6388 2022-11-23T01:14:13.4500980Z ##[group]Run CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2022-11-23T01:14:13.4501230Z CONDA_ENV="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2022-11-23T01:14:13.4501420Z conda create \ 2022-11-23T01:14:13.4501550Z  --yes \ 2022-11-23T01:14:13.4501700Z  --prefix "${CONDA_ENV}" \ 2022-11-23T01:14:13.4501870Z  --clone "${CONDA_BASE_ENV}" 2022-11-23T01:14:13.4502000Z  2022-11-23T01:14:13.4502270Z # TODO: conda-build could not be cloned because it hardcodes the path, so it 2022-11-23T01:14:13.4502460Z # could not be cached 2022-11-23T01:14:13.4570070Z conda install --yes -p ${CONDA_ENV} conda-build=3.21 2022-11-23T01:14:13.4570280Z  2022-11-23T01:14:13.4570430Z echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}" 2022-11-23T01:14:13.4570650Z echo "CONDA_RUN=conda run -p ${CONDA_ENV} --no-capture-output" >> "${GITHUB_ENV}" 2022-11-23T01:14:13.4570890Z echo "CONDA_BUILD=conda run -p ${CONDA_ENV} conda-build" >> "${GITHUB_ENV}" 2022-11-23T01:14:13.4571140Z echo "CONDA_INSTALL=conda install -p ${CONDA_ENV}" >> "${GITHUB_ENV}" 2022-11-23T01:14:13.4585920Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2022-11-23T01:14:13.4586090Z env: 2022-11-23T01:14:13.4586230Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:13.4586390Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:13.4586550Z TEST_CONFIG: default 2022-11-23T01:14:13.4586690Z SHARD_NUMBER: 1 2022-11-23T01:14:13.4586830Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:13.4586960Z PR_BODY: 2022-11-23T01:14:13.4587110Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:13.4587270Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:13.4587430Z PYTHON_VERSION: 3.9 2022-11-23T01:14:13.4587610Z CONDA_BASE_ENV: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2022-11-23T01:14:13.4587790Z ##[endgroup] 2022-11-23T01:14:20.1558240Z Source: /Users/ec2-user/runner/_work/_temp/conda-python-3.9 2022-11-23T01:14:20.1558730Z Destination: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:20.1558980Z The following packages cannot be cloned out of the root environment: 2022-11-23T01:14:20.1567020Z - defaults/osx-arm64::conda-22.9.0-py39hca03da5_0 2022-11-23T01:14:20.1567300Z - defaults/osx-arm64::conda-build-3.21.9-py39hca03da5_0 2022-11-23T01:14:20.1567460Z Packages: 89 2022-11-23T01:14:20.1567580Z Files: 12594 2022-11-23T01:14:20.5699320Z Preparing transaction: ...working... done 2022-11-23T01:14:24.1367910Z Verifying transaction: ...working... done 2022-11-23T01:14:28.4303310Z Executing transaction: ...working... done 2022-11-23T01:14:28.4571550Z # 2022-11-23T01:14:28.4571780Z # To activate this environment, use 2022-11-23T01:14:28.4571950Z # 2022-11-23T01:14:28.4572370Z # $ conda activate /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:28.4572550Z # 2022-11-23T01:14:28.4572700Z # To deactivate an active environment, use 2022-11-23T01:14:28.4572850Z # 2022-11-23T01:14:28.4572970Z # $ conda deactivate 2022-11-23T01:14:28.4573060Z 2022-11-23T01:14:29.3049640Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:14:29.3050820Z Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve. 2022-11-23T01:14:29.5198110Z Collecting package metadata (repodata.json): ...working... done 2022-11-23T01:14:30.4004150Z Solving environment: ...working... done 2022-11-23T01:14:30.4451900Z 2022-11-23T01:14:30.4452000Z 2022-11-23T01:14:30.4452400Z ==> WARNING: A newer version of conda exists. <== 2022-11-23T01:14:30.4452610Z current version: 4.12.0 2022-11-23T01:14:30.4452770Z latest version: 22.9.0 2022-11-23T01:14:30.4452870Z 2022-11-23T01:14:30.4453560Z Please update conda by running 2022-11-23T01:14:30.4453670Z 2022-11-23T01:14:30.4453970Z $ conda update -n base -c defaults conda 2022-11-23T01:14:30.4454090Z 2022-11-23T01:14:30.4454090Z 2022-11-23T01:14:30.4581590Z 2022-11-23T01:14:30.4581840Z ## Package Plan ## 2022-11-23T01:14:30.4581950Z 2022-11-23T01:14:30.4582160Z environment location: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:30.4582330Z 2022-11-23T01:14:30.4582390Z added / updated specs: 2022-11-23T01:14:30.4582560Z - conda-build=3.21 2022-11-23T01:14:30.4584060Z 2022-11-23T01:14:30.4584070Z 2022-11-23T01:14:30.4584440Z The following NEW packages will be INSTALLED: 2022-11-23T01:14:30.4589080Z 2022-11-23T01:14:30.4589320Z conda pkgs/main/osx-arm64::conda-22.9.0-py39hca03da5_0 2022-11-23T01:14:30.4595100Z conda-build pkgs/main/osx-arm64::conda-build-3.21.9-py39hca03da5_0 2022-11-23T01:14:30.4595270Z 2022-11-23T01:14:30.4595270Z 2022-11-23T01:14:30.4729360Z Preparing transaction: ...working... done 2022-11-23T01:14:30.5443850Z Verifying transaction: ...working... done 2022-11-23T01:14:30.6549120Z Executing transaction: ...working... done 2022-11-23T01:14:30.8340350Z ##[group]Run ${CONDA_RUN} python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:14:30.8340590Z ${CONDA_RUN} python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:14:30.8340800Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:14:30.8353940Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:30.8354080Z env: 2022-11-23T01:14:30.8354190Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:30.8354340Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:30.8354480Z TEST_CONFIG: default 2022-11-23T01:14:30.8354600Z SHARD_NUMBER: 1 2022-11-23T01:14:30.8354720Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:30.8354830Z PR_BODY: 2022-11-23T01:14:30.8354960Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:30.8355100Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:30.8355280Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:30.8355540Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:30.8362090Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:30.8362370Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:30.8362550Z ##[endgroup] 2022-11-23T01:14:31.0974380Z ##[group]Run # Install dependencies 2022-11-23T01:14:31.0974570Z # Install dependencies 2022-11-23T01:14:31.0974740Z brew install libomp 2022-11-23T01:14:31.0974900Z brew link --force libomp 2022-11-23T01:14:31.0988460Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:31.0988610Z env: 2022-11-23T01:14:31.0988740Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:31.0988910Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:31.0989060Z TEST_CONFIG: default 2022-11-23T01:14:31.0989190Z SHARD_NUMBER: 1 2022-11-23T01:14:31.0989330Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:31.0989460Z PR_BODY: 2022-11-23T01:14:31.0989590Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:31.0989800Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:31.0990000Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:31.0990290Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:31.0990570Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:31.0990830Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:31.0991020Z ##[endgroup] 2022-11-23T01:14:35.0246030Z Running `brew update --auto-update`... 2022-11-23T01:14:35.1426630Z ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: 2022-11-23T01:14:35.1428280Z https://github.com/Homebrew/brew#donations 2022-11-23T01:14:35.1428410Z 2022-11-23T01:14:35.1693390Z ==> Auto-updated Homebrew! 2022-11-23T01:14:35.1699100Z Updated 1 tap (homebrew/core). 2022-11-23T01:14:35.2794480Z 2022-11-23T01:14:35.2795020Z You have 8 outdated formulae and 2 outdated casks installed. 2022-11-23T01:14:35.2795320Z You can upgrade them with brew upgrade 2022-11-23T01:14:35.2795550Z or list them with brew outdated. 2022-11-23T01:14:35.2795660Z 2022-11-23T01:14:36.1699440Z Warning: libomp 15.0.5 is already installed and up-to-date. 2022-11-23T01:14:36.1699930Z To reinstall 15.0.5, run: 2022-11-23T01:14:36.1700100Z brew reinstall libomp 2022-11-23T01:14:36.6336850Z Warning: Already linked: /opt/homebrew/Cellar/libomp/15.0.5 2022-11-23T01:14:36.6337080Z To relink, run: 2022-11-23T01:14:36.6337300Z brew unlink libomp && brew link --force libomp 2022-11-23T01:14:36.6365110Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T01:14:36.6365290Z .github/scripts/parse_ref.py 2022-11-23T01:14:36.6378290Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:36.6378430Z env: 2022-11-23T01:14:36.6378550Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:36.6378710Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:36.6378870Z TEST_CONFIG: default 2022-11-23T01:14:36.6379010Z SHARD_NUMBER: 1 2022-11-23T01:14:36.6379130Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:36.6379260Z PR_BODY: 2022-11-23T01:14:36.6379380Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:36.6379520Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:36.6379710Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:36.6379960Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:36.6380240Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:36.6380490Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:36.6380660Z ##[endgroup] 2022-11-23T01:14:36.9444840Z ##[group]Run # As wheels are cross-compiled they are reported as x86_64 ones 2022-11-23T01:14:36.9445130Z # As wheels are cross-compiled they are reported as x86_64 ones 2022-11-23T01:14:36.9445410Z ORIG_WHLNAME=$(ls -1 dist/*.whl); ARM_WHLNAME=${ORIG_WHLNAME/x86_64/arm64}; mv "${ORIG_WHLNAME}" "${ARM_WHLNAME}" 2022-11-23T01:14:36.9459290Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:36.9459470Z env: 2022-11-23T01:14:36.9459590Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:36.9459760Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:36.9459920Z TEST_CONFIG: default 2022-11-23T01:14:36.9460070Z SHARD_NUMBER: 1 2022-11-23T01:14:36.9460190Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:36.9460320Z PR_BODY: 2022-11-23T01:14:36.9460450Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:36.9460600Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:36.9460800Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:36.9461070Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:36.9461350Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:36.9461610Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:36.9461800Z ##[endgroup] 2022-11-23T01:14:37.2020590Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:14:37.2020900Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:14:37.2021080Z  2022-11-23T01:14:37.2021260Z # sanitize the input commit message and PR body here: 2022-11-23T01:14:37.2021430Z # 2022-11-23T01:14:37.2021620Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:14:37.2021910Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:14:37.2022140Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:14:37.2022310Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:14:37.2022450Z  2022-11-23T01:14:37.2022650Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:14:37.2022880Z # wreak havoc internally 2022-11-23T01:14:37.2023150Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:14:37.2023330Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:14:37.2023510Z arch 2022-11-23T01:14:37.2023630Z  2022-11-23T01:14:37.2023810Z ${CONDA_RUN} python3 -mpip install --no-index --no-deps $(echo dist/*.whl) 2022-11-23T01:14:37.2024040Z ${CONDA_RUN} .jenkins/pytorch/macos-test.sh 2022-11-23T01:14:37.2036770Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:14:37.2036910Z env: 2022-11-23T01:14:37.2037040Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:14:37.2037200Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:14:37.2037350Z TEST_CONFIG: default 2022-11-23T01:14:37.2037480Z SHARD_NUMBER: 1 2022-11-23T01:14:37.2037610Z NUM_TEST_SHARDS: 2 2022-11-23T01:14:37.2037730Z PR_BODY: 2022-11-23T01:14:37.2037870Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:14:37.2038020Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:14:37.2038280Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:37.2038530Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:14:37.2038790Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:14:37.2039050Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:14:37.2039250Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:14:37.2039410Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:14:37.2039560Z ##[endgroup] 2022-11-23T01:14:39.1107030Z arm64Processing ./dist/torch-1.14.0a0+git1cfd385-cp39-cp39-macosx_11_0_arm64.whl 2022-11-23T01:14:39.1941460Z Installing collected packages: torch 2022-11-23T01:14:43.1313600Z Successfully installed torch-1.14.0a0+git1cfd385 2022-11-23T01:14:43.6589110Z +++ [[ macos-12-py3-arm64 == *rocm* ]] 2022-11-23T01:14:43.6589380Z +++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:14:43.6591840Z ++ sysctl -a 2022-11-23T01:14:43.6593150Z ++ grep machdep.cpu 2022-11-23T01:14:43.6702640Z machdep.cpu.cores_per_package: 8 2022-11-23T01:14:43.6702870Z machdep.cpu.core_count: 8 2022-11-23T01:14:43.6703050Z machdep.cpu.logical_per_package: 8 2022-11-23T01:14:43.6703230Z machdep.cpu.thread_count: 8 2022-11-23T01:14:43.6703390Z machdep.cpu.brand_string: Apple M1 2022-11-23T01:14:43.6703920Z ++ export MACOSX_DEPLOYMENT_TARGET=10.9 2022-11-23T01:14:43.6704120Z ++ MACOSX_DEPLOYMENT_TARGET=10.9 2022-11-23T01:14:43.6704290Z ++ export CXX=clang++ 2022-11-23T01:14:43.6704440Z ++ CXX=clang++ 2022-11-23T01:14:43.6704570Z ++ export CC=clang 2022-11-23T01:14:43.6704700Z ++ CC=clang 2022-11-23T01:14:43.6704900Z + '[' -z true ']' 2022-11-23T01:14:43.6705060Z + export CMAKE_PREFIX_PATH=/miniconda3/ 2022-11-23T01:14:43.6705230Z + CMAKE_PREFIX_PATH=/miniconda3/ 2022-11-23T01:14:43.6705400Z + '[' -z true ']' 2022-11-23T01:14:43.6705840Z + '[' -z true ']' 2022-11-23T01:14:43.6706050Z + [[ macos-12-py3-arm64 != *arm64* ]] 2022-11-23T01:14:43.6707060Z + [[ default == *functorch* ]] 2022-11-23T01:14:43.6707310Z + [[ 2 -gt 1 ]] 2022-11-23T01:14:43.6707450Z + test_python_shard 1 2022-11-23T01:14:43.6707600Z + [[ -z 2 ]] 2022-11-23T01:14:43.6707740Z + setup_test_python 2022-11-23T01:14:43.6707920Z + export GLOO_SOCKET_IFNAME=lo0 2022-11-23T01:14:43.6708080Z + GLOO_SOCKET_IFNAME=lo0 2022-11-23T01:14:43.6710680Z ++ ninja --version 2022-11-23T01:14:43.7634220Z + echo 'Ninja version: 1.10.2' 2022-11-23T01:14:43.7634530Z Ninja version: 1.10.2 2022-11-23T01:14:43.7634830Z + ulimit -n 1024 2022-11-23T01:14:43.7639210Z + python test/run_test.py --verbose --exclude-jit-executor --exclude-distributed-tests --shard 1 2 2022-11-23T01:14:47.1122320Z Selected tests: 2022-11-23T01:14:47.1122510Z test_ops 2022-11-23T01:14:47.1122720Z test_cpp_extensions_jit 2022-11-23T01:14:47.1122870Z test_nn 2022-11-23T01:14:47.1123010Z test_tensor_creation_ops 2022-11-23T01:14:47.1123370Z test_multiprocessing_spawn 2022-11-23T01:14:47.1123510Z test_fx 2022-11-23T01:14:47.1123640Z test_prims 2022-11-23T01:14:47.1123800Z test_cpp_extensions_aot_no_ninja 2022-11-23T01:14:47.1123970Z dynamo/test_global_declaration 2022-11-23T01:14:47.1124140Z dynamo/test_torchxla_integration 2022-11-23T01:14:47.1124290Z inductor/test_perf 2022-11-23T01:14:47.1124460Z inductor/test_torchinductor 2022-11-23T01:14:47.1124650Z lazy/test_extract_compiled_graph 2022-11-23T01:14:47.1124810Z test_comparison_utils 2022-11-23T01:14:47.1124950Z test_cuda 2022-11-23T01:14:47.1125090Z test_cuda_primary_ctx 2022-11-23T01:14:47.1125240Z test_cuda_trace 2022-11-23T01:14:47.1125380Z test_hub 2022-11-23T01:14:47.1125500Z test_matmul_cuda 2022-11-23T01:14:47.1125630Z doctests 2022-11-23T01:14:47.1125740Z test_meta 2022-11-23T01:14:47.1125870Z test_dataloader 2022-11-23T01:14:47.1126010Z test_proxy_tensor 2022-11-23T01:14:47.1126160Z test_jit_fuser_te 2022-11-23T01:14:47.1126290Z test_unary_ufuncs 2022-11-23T01:14:47.1126420Z test_foreach 2022-11-23T01:14:47.1126540Z test_jit 2022-11-23T01:14:47.1126670Z test_quantization 2022-11-23T01:14:47.1126810Z test_serialization 2022-11-23T01:14:47.1126940Z test_binary_ufuncs 2022-11-23T01:14:47.1135590Z test_optim 2022-11-23T01:14:47.1135740Z test_fx_experimental 2022-11-23T01:14:47.1135920Z dynamo/test_minifier 2022-11-23T01:14:47.1136050Z test_utils 2022-11-23T01:14:47.1136170Z test_datapipe 2022-11-23T01:14:47.1136320Z dynamo/test_dynamic_shapes 2022-11-23T01:14:47.1136460Z test_view_ops 2022-11-23T01:14:47.1136590Z dynamo/test_no_fake_tensors 2022-11-23T01:14:47.1136730Z test_logging 2022-11-23T01:14:47.1136860Z dynamo/test_subgraphs 2022-11-23T01:14:47.1137000Z test_expanded_weights 2022-11-23T01:14:47.1137200Z test_vmap 2022-11-23T01:14:47.1137320Z test_futures 2022-11-23T01:14:47.1137450Z dynamo/test_modules 2022-11-23T01:14:47.1137600Z test_functionalization 2022-11-23T01:14:47.1137740Z test_dynamic_shapes 2022-11-23T01:14:47.1137870Z test_namedtensor 2022-11-23T01:14:47.1138000Z test_package 2022-11-23T01:14:47.1138140Z dynamo/test_python_autograd 2022-11-23T01:14:47.1138280Z lazy/test_reuse_ir 2022-11-23T01:14:47.1138410Z dynamo/test_global 2022-11-23T01:14:47.1138540Z test_fx_passes 2022-11-23T01:14:47.1138680Z dynamo/test_verify_correctness 2022-11-23T01:14:47.1138840Z dynamo/test_optimizations 2022-11-23T01:14:47.1138990Z nn/test_packed_sequence 2022-11-23T01:14:47.1139120Z test_subclass 2022-11-23T01:14:47.1139250Z test_model_dump 2022-11-23T01:14:47.1139370Z test_itt 2022-11-23T01:14:47.1139490Z test_native_mha 2022-11-23T01:14:47.1139620Z test_numpy_interop 2022-11-23T01:14:47.1139750Z test_dlpack 2022-11-23T01:14:47.1139870Z test_jit_llga_fuser 2022-11-23T01:14:47.1140000Z test_mkldnn 2022-11-23T01:14:47.1921760Z parallel (file granularity) tests: 2022-11-23T01:14:47.1922060Z dynamo/test_global_declaration 2022-11-23T01:14:47.1922450Z dynamo/test_torchxla_integration 2022-11-23T01:14:47.1922810Z inductor/test_perf 2022-11-23T01:14:47.1922980Z inductor/test_torchinductor 2022-11-23T01:14:47.1923210Z lazy/test_extract_compiled_graph 2022-11-23T01:14:47.1923370Z test_comparison_utils 2022-11-23T01:14:47.1923510Z test_hub 2022-11-23T01:14:47.1923630Z test_matmul_cuda 2022-11-23T01:14:47.1923760Z test_meta 2022-11-23T01:14:47.1923890Z test_dataloader 2022-11-23T01:14:47.1924020Z test_proxy_tensor 2022-11-23T01:14:47.1924160Z test_jit_fuser_te 2022-11-23T01:14:47.1924290Z test_unary_ufuncs 2022-11-23T01:14:47.1924420Z test_foreach 2022-11-23T01:14:47.1924540Z test_jit 2022-11-23T01:14:47.1924670Z test_quantization 2022-11-23T01:14:47.1924800Z test_serialization 2022-11-23T01:14:47.1924940Z test_binary_ufuncs 2022-11-23T01:14:47.1925070Z test_optim 2022-11-23T01:14:47.1925200Z test_fx_experimental 2022-11-23T01:14:47.1925340Z dynamo/test_minifier 2022-11-23T01:14:47.1925480Z test_utils 2022-11-23T01:14:47.1925600Z test_datapipe 2022-11-23T01:14:47.1925740Z dynamo/test_dynamic_shapes 2022-11-23T01:14:47.1926020Z test_view_ops 2022-11-23T01:14:47.1926160Z dynamo/test_no_fake_tensors 2022-11-23T01:14:47.1926310Z test_logging 2022-11-23T01:14:47.1926440Z dynamo/test_subgraphs 2022-11-23T01:14:47.1926580Z test_expanded_weights 2022-11-23T01:14:47.1926720Z test_vmap 2022-11-23T01:14:47.1926840Z test_futures 2022-11-23T01:14:47.1926970Z dynamo/test_modules 2022-11-23T01:14:47.1927110Z test_functionalization 2022-11-23T01:14:47.1927260Z test_dynamic_shapes 2022-11-23T01:14:47.1927400Z test_namedtensor 2022-11-23T01:14:47.1927520Z test_package 2022-11-23T01:14:47.1927660Z dynamo/test_python_autograd 2022-11-23T01:14:47.1927810Z lazy/test_reuse_ir 2022-11-23T01:14:47.1927940Z dynamo/test_global 2022-11-23T01:14:47.1928070Z test_fx_passes 2022-11-23T01:14:47.1928220Z dynamo/test_verify_correctness 2022-11-23T01:14:47.1928380Z dynamo/test_optimizations 2022-11-23T01:14:47.1928530Z nn/test_packed_sequence 2022-11-23T01:14:47.1928670Z test_subclass 2022-11-23T01:14:47.1928800Z test_model_dump 2022-11-23T01:14:47.1928920Z test_itt 2022-11-23T01:14:47.1929050Z test_native_mha 2022-11-23T01:14:47.1929180Z test_numpy_interop 2022-11-23T01:14:47.1929310Z test_dlpack 2022-11-23T01:14:47.1929450Z test_jit_llga_fuser 2022-11-23T01:14:47.1929580Z test_mkldnn 2022-11-23T01:14:47.1929720Z serial (file granularity) tests: 2022-11-23T01:14:47.1929870Z test_ops 2022-11-23T01:14:47.1930000Z test_cpp_extensions_jit 2022-11-23T01:14:47.1930140Z test_nn 2022-11-23T01:14:47.1930280Z test_tensor_creation_ops 2022-11-23T01:14:47.1930430Z test_multiprocessing_spawn 2022-11-23T01:14:47.1930580Z test_fx 2022-11-23T01:14:47.1930690Z test_prims 2022-11-23T01:14:47.1930840Z test_cpp_extensions_aot_no_ninja 2022-11-23T01:14:47.1930980Z test_cuda 2022-11-23T01:14:47.1931120Z test_cuda_primary_ctx 2022-11-23T01:14:47.1931250Z test_cuda_trace 2022-11-23T01:14:47.1931380Z doctests 2022-11-23T01:14:47.2530540Z Ignoring disabled issues: [] 2022-11-23T01:14:47.2530830Z Found test time stats from artifacts 2022-11-23T01:14:47.2531120Z Prioritized test from test file changes. 2022-11-23T01:14:47.2531370Z reordering tests for PR: 2022-11-23T01:14:47.2531580Z prioritized: [] 2022-11-23T01:14:47.2534380Z the rest: ['test_ops', 'test_cpp_extensions_jit', 'test_nn', 'test_tensor_creation_ops', 'test_multiprocessing_spawn', 'test_fx', 'test_prims', 'test_cpp_extensions_aot_no_ninja', 'dynamo/test_global_declaration', 'dynamo/test_torchxla_integration', 'inductor/test_perf', 'inductor/test_torchinductor', 'lazy/test_extract_compiled_graph', 'test_comparison_utils', 'test_cuda', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_hub', 'test_matmul_cuda', 'doctests', 'test_meta', 'test_dataloader', 'test_proxy_tensor', 'test_jit_fuser_te', 'test_unary_ufuncs', 'test_foreach', 'test_jit', 'test_quantization', 'test_serialization', 'test_binary_ufuncs', 'test_optim', 'test_fx_experimental', 'dynamo/test_minifier', 'test_utils', 'test_datapipe', 'dynamo/test_dynamic_shapes', 'test_view_ops', 'dynamo/test_no_fake_tensors', 'test_logging', 'dynamo/test_subgraphs', 'test_expanded_weights', 'test_vmap', 'test_futures', 'dynamo/test_modules', 'test_functionalization', 'test_dynamic_shapes', 'test_namedtensor', 'test_package', 'dynamo/test_python_autograd', 'lazy/test_reuse_ir', 'dynamo/test_global', 'test_fx_passes', 'dynamo/test_verify_correctness', 'dynamo/test_optimizations', 'nn/test_packed_sequence', 'test_subclass', 'test_model_dump', 'test_itt', 'test_native_mha', 'test_numpy_interop', 'test_dlpack', 'test_jit_llga_fuser', 'test_mkldnn'] 2022-11-23T01:14:47.2536120Z 2022-11-23T01:14:47.2536620Z 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:47.2537490Z 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:48.3509720Z Running dynamo/test_global_declaration ... [2022-11-23 01:14:48.350844] 2022-11-23T01:14:48.3511270Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_global_declaration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:48.351017] 2022-11-23T01:14:48.3511580Z Ignoring disabled issues: [] 2022-11-23T01:14:48.3552970Z Running dynamo/test_torchxla_integration ... [2022-11-23 01:14:48.355152] 2022-11-23T01:14:48.3554280Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_torchxla_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:48.355327] 2022-11-23T01:14:48.3554650Z Ignoring disabled issues: [] 2022-11-23T01:14:49.1883760Z 2022-11-23T01:14:49.1884060Z Expand the folded group to see the log file of dynamo/test_global_declaration 2022-11-23T01:14:49.1894860Z ##[group]PRINTING LOG FILE of dynamo/test_global_declaration (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_global_declaration_k45dqyq1) 2022-11-23T01:14:49.1895100Z 2022-11-23T01:14:49.1895280Z ##[endgroup] 2022-11-23T01:14:49.1895730Z FINISHED PRINTING LOG FILE of dynamo/test_global_declaration (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_global_declaration_k45dqyq1) 2022-11-23T01:14:49.1895940Z 2022-11-23T01:14:49.3937810Z 2022-11-23T01:14:49.3938340Z Expand the folded group to see the log file of dynamo/test_torchxla_integration 2022-11-23T01:14:49.3938940Z ##[group]PRINTING LOG FILE of dynamo/test_torchxla_integration (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_torchxla_integration_51cpud6r) 2022-11-23T01:14:49.3939160Z 2022-11-23T01:14:49.3939320Z ##[endgroup] 2022-11-23T01:14:49.3939770Z FINISHED PRINTING LOG FILE of dynamo/test_torchxla_integration (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_torchxla_integration_51cpud6r) 2022-11-23T01:14:49.3939980Z 2022-11-23T01:14:50.5053180Z Running inductor/test_perf ... [2022-11-23 01:14:50.505129] 2022-11-23T01:14:50.5054660Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'inductor/test_perf.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:50.505341] 2022-11-23T01:14:50.5054970Z Ignoring disabled issues: [] 2022-11-23T01:14:50.6250370Z Running inductor/test_torchinductor ... [2022-11-23 01:14:50.624877] 2022-11-23T01:14:50.6252130Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'inductor/test_torchinductor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:50.625076] 2022-11-23T01:14:50.6252430Z Ignoring disabled issues: [] 2022-11-23T01:14:51.8860230Z 2022-11-23T01:14:51.8860530Z Expand the folded group to see the log file of inductor/test_perf 2022-11-23T01:14:51.8866760Z ##[group]PRINTING LOG FILE of inductor/test_perf (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_perf_m8whlhi8) 2022-11-23T01:14:51.8867060Z 2022-11-23T01:14:51.8867260Z ##[endgroup] 2022-11-23T01:14:51.8867710Z FINISHED PRINTING LOG FILE of inductor/test_perf (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_perf_m8whlhi8) 2022-11-23T01:14:51.8867900Z 2022-11-23T01:14:52.0621760Z 2022-11-23T01:14:52.0622060Z Expand the folded group to see the log file of inductor/test_torchinductor 2022-11-23T01:14:52.0622770Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_torchinductor_1m82qbeb) 2022-11-23T01:14:52.0623020Z 2022-11-23T01:14:52.0623360Z ##[endgroup] 2022-11-23T01:14:52.0623830Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/inductor-test_torchinductor_1m82qbeb) 2022-11-23T01:14:52.0624030Z 2022-11-23T01:14:53.0884260Z Running lazy/test_extract_compiled_graph ... [2022-11-23 01:14:53.088253] 2022-11-23T01:14:53.0885180Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:53.088447] 2022-11-23T01:14:53.0885740Z Ignoring disabled issues: [] 2022-11-23T01:14:53.2941790Z Running test_comparison_utils ... [2022-11-23 01:14:53.281819] 2022-11-23T01:14:53.2942300Z Ignoring disabled issues: [] 2022-11-23T01:14:53.3069120Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:53.282003] 2022-11-23T01:14:54.0371600Z 2022-11-23T01:14:54.0371860Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-11-23T01:14:54.0372470Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_extract_compiled_graph_wbd8o507) 2022-11-23T01:14:54.0372690Z 2022-11-23T01:14:54.0372850Z ##[endgroup] 2022-11-23T01:14:54.0373300Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_extract_compiled_graph_wbd8o507) 2022-11-23T01:14:54.0373500Z 2022-11-23T01:14:54.3076520Z 2022-11-23T01:14:54.3076750Z Expand the folded group to see the log file of test_comparison_utils 2022-11-23T01:14:54.3077260Z ##[group]PRINTING LOG FILE of test_comparison_utils (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_comparison_utils_o3ktfqnc) 2022-11-23T01:14:54.3077450Z 2022-11-23T01:14:54.3077610Z ##[endgroup] 2022-11-23T01:14:54.3078000Z FINISHED PRINTING LOG FILE of test_comparison_utils (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_comparison_utils_o3ktfqnc) 2022-11-23T01:14:54.3078180Z 2022-11-23T01:14:55.3168350Z Running test_hub ... [2022-11-23 01:14:55.316623] 2022-11-23T01:14:55.3169280Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:55.316818] 2022-11-23T01:14:55.3169600Z Ignoring disabled issues: [] 2022-11-23T01:14:55.7418510Z Running test_matmul_cuda ... [2022-11-23 01:14:55.739310] 2022-11-23T01:14:55.7419060Z Ignoring disabled issues: [] 2022-11-23T01:14:55.7521270Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_matmul_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:55.739732] 2022-11-23T01:14:56.3383170Z 2022-11-23T01:14:56.3383510Z Expand the folded group to see the log file of test_hub 2022-11-23T01:14:56.3384050Z ##[group]PRINTING LOG FILE of test_hub (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_hub_mw7h4ieg) 2022-11-23T01:14:56.3384230Z 2022-11-23T01:14:56.3384380Z ##[endgroup] 2022-11-23T01:14:56.3385110Z FINISHED PRINTING LOG FILE of test_hub (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_hub_mw7h4ieg) 2022-11-23T01:14:56.3385280Z 2022-11-23T01:14:57.4067610Z Running test_meta ... [2022-11-23 01:14:57.406590] 2022-11-23T01:14:57.4068490Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_meta.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:57.406786] 2022-11-23T01:14:57.4069160Z Ignoring disabled issues: [] 2022-11-23T01:14:58.3369710Z 2022-11-23T01:14:58.3369980Z Expand the folded group to see the log file of test_matmul_cuda 2022-11-23T01:14:58.3370600Z ##[group]PRINTING LOG FILE of test_matmul_cuda (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_matmul_cuda_qx2_pyk_) 2022-11-23T01:14:58.3370790Z 2022-11-23T01:14:58.3370850Z Running tests... 2022-11-23T01:14:58.3371190Z ---------------------------------------------------------------------- 2022-11-23T01:14:58.3371340Z 2022-11-23T01:14:58.3371690Z ---------------------------------------------------------------------- 2022-11-23T01:14:58.3371870Z Ran 0 tests in 0.000s 2022-11-23T01:14:58.3371950Z 2022-11-23T01:14:58.3372000Z OK 2022-11-23T01:14:58.3372070Z 2022-11-23T01:14:58.3372130Z Generating XML reports... 2022-11-23T01:14:58.3372370Z Test results will be stored in test-reports/python-unittest/test_matmul_cuda 2022-11-23T01:14:58.3372510Z 2022-11-23T01:14:58.3372670Z ##[endgroup] 2022-11-23T01:14:58.3372980Z FINISHED PRINTING LOG FILE of test_matmul_cuda (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_matmul_cuda_qx2_pyk_) 2022-11-23T01:14:58.3373160Z 2022-11-23T01:14:59.4459290Z Running test_dataloader ... [2022-11-23 01:14:59.445800] 2022-11-23T01:14:59.4460750Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:14:59.445978] 2022-11-23T01:14:59.4461060Z Ignoring disabled issues: [] 2022-11-23T01:20:47.6442370Z 2022-11-23T01:20:47.6442800Z Expand the folded group to see the log file of test_meta 2022-11-23T01:20:47.6444280Z ##[group]PRINTING LOG FILE of test_meta (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_meta_g6n_77j8) 2022-11-23T01:20:47.6450700Z 2022-11-23T01:20:47.6450850Z Running tests... 2022-11-23T01:20:47.6451390Z ---------------------------------------------------------------------- 2022-11-23T01:20:47.6451710Z Test results will be stored in test-reports/python-unittest/test_meta 2022-11-23T01:20:47.6452020Z test_dispatch_meta_inplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:20:47.6452400Z test_dispatch_meta_inplace_H_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6452760Z test_dispatch_meta_inplace_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6453190Z test_dispatch_meta_inplace_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6453550Z test_dispatch_meta_inplace_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6453860Z test_dispatch_meta_inplace_H_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6454160Z test_dispatch_meta_inplace_H_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6454480Z test_dispatch_meta_inplace_H_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6454810Z test_dispatch_meta_inplace_H_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6455110Z test_dispatch_meta_inplace_H_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6461410Z test_dispatch_meta_inplace_H_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6461810Z test_dispatch_meta_inplace_H_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6462110Z test_dispatch_meta_inplace_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6462530Z test_dispatch_meta_inplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6462970Z test_dispatch_meta_inplace_T_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6463310Z test_dispatch_meta_inplace_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6463650Z test_dispatch_meta_inplace_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6485940Z test_dispatch_meta_inplace_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6486240Z test_dispatch_meta_inplace_T_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6486520Z test_dispatch_meta_inplace_T_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6486790Z test_dispatch_meta_inplace_T_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6487070Z test_dispatch_meta_inplace_T_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6487340Z test_dispatch_meta_inplace_T_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6487610Z test_dispatch_meta_inplace_T_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6487900Z test_dispatch_meta_inplace_T_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6488180Z test_dispatch_meta_inplace_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6488470Z test_dispatch_meta_inplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6490190Z test_dispatch_meta_inplace___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6490500Z test_dispatch_meta_inplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6490800Z test_dispatch_meta_inplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6491110Z test_dispatch_meta_inplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6491400Z test_dispatch_meta_inplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6491700Z test_dispatch_meta_inplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6492030Z test_dispatch_meta_inplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6492360Z test_dispatch_meta_inplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6492740Z test_dispatch_meta_inplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6493080Z test_dispatch_meta_inplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6493550Z test_dispatch_meta_inplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6494280Z test_dispatch_meta_inplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6494620Z test_dispatch_meta_inplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6494950Z test_dispatch_meta_inplace___radd___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6497930Z test_dispatch_meta_inplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6498240Z test_dispatch_meta_inplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6498570Z test_dispatch_meta_inplace___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6498970Z test_dispatch_meta_inplace___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6499250Z test_dispatch_meta_inplace___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6499560Z test_dispatch_meta_inplace___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6499870Z test_dispatch_meta_inplace___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6500180Z test_dispatch_meta_inplace___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6518090Z test_dispatch_meta_inplace___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6518410Z test_dispatch_meta_inplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6518710Z test_dispatch_meta_inplace___rand___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6518990Z test_dispatch_meta_inplace___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6519280Z test_dispatch_meta_inplace___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6519560Z test_dispatch_meta_inplace___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6519840Z test_dispatch_meta_inplace___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6520120Z test_dispatch_meta_inplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6520410Z test_dispatch_meta_inplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6520700Z test_dispatch_meta_inplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6520990Z test_dispatch_meta_inplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6521290Z test_dispatch_meta_inplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6521580Z test_dispatch_meta_inplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6521880Z test_dispatch_meta_inplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6522160Z test_dispatch_meta_inplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6522570Z test_dispatch_meta_inplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6522860Z test_dispatch_meta_inplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6523140Z test_dispatch_meta_inplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6523420Z test_dispatch_meta_inplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6523700Z test_dispatch_meta_inplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6523990Z test_dispatch_meta_inplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6524290Z test_dispatch_meta_inplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6524640Z test_dispatch_meta_inplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6524930Z test_dispatch_meta_inplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6525220Z test_dispatch_meta_inplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6525510Z test_dispatch_meta_inplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6525800Z test_dispatch_meta_inplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6526090Z test_dispatch_meta_inplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6526380Z test_dispatch_meta_inplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6526670Z test_dispatch_meta_inplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6526950Z test_dispatch_meta_inplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6527240Z test_dispatch_meta_inplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6527550Z test_dispatch_meta_inplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6527860Z test_dispatch_meta_inplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6528150Z test_dispatch_meta_inplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6528480Z test_dispatch_meta_inplace___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6528810Z test_dispatch_meta_inplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6529130Z test_dispatch_meta_inplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6529450Z test_dispatch_meta_inplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6529750Z test_dispatch_meta_inplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6530070Z test_dispatch_meta_inplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6530370Z test_dispatch_meta_inplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6530760Z test_dispatch_meta_inplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6531060Z test_dispatch_meta_inplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6531370Z test_dispatch_meta_inplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6531700Z test_dispatch_meta_inplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6532000Z test_dispatch_meta_inplace___ror___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6532310Z test_dispatch_meta_inplace___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6532620Z test_dispatch_meta_inplace___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6533040Z test_dispatch_meta_inplace___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6533350Z test_dispatch_meta_inplace___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6533650Z test_dispatch_meta_inplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6533980Z test_dispatch_meta_inplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6534290Z test_dispatch_meta_inplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6534600Z test_dispatch_meta_inplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6534900Z test_dispatch_meta_inplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6535210Z test_dispatch_meta_inplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6535520Z test_dispatch_meta_inplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6535820Z test_dispatch_meta_inplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6536150Z test_dispatch_meta_inplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6536450Z test_dispatch_meta_inplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6536750Z test_dispatch_meta_inplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6537060Z test_dispatch_meta_inplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6537350Z test_dispatch_meta_inplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6537670Z test_dispatch_meta_inplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6538010Z test_dispatch_meta_inplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6538290Z test_dispatch_meta_inplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6538600Z test_dispatch_meta_inplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6538960Z test_dispatch_meta_inplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6539270Z test_dispatch_meta_inplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6539580Z test_dispatch_meta_inplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6539890Z test_dispatch_meta_inplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6540190Z test_dispatch_meta_inplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6540490Z test_dispatch_meta_inplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6540790Z test_dispatch_meta_inplace___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6541090Z test_dispatch_meta_inplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6541420Z test_dispatch_meta_inplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6541740Z test_dispatch_meta_inplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6542040Z test_dispatch_meta_inplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6542350Z test_dispatch_meta_inplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6542670Z test_dispatch_meta_inplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6543020Z test_dispatch_meta_inplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6543350Z test_dispatch_meta_inplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6543630Z test_dispatch_meta_inplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6543920Z test_dispatch_meta_inplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.009s) 2022-11-23T01:20:47.6544230Z test_dispatch_meta_inplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6544600Z test_dispatch_meta_inplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T01:20:47.6544890Z test_dispatch_meta_inplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6545140Z test_dispatch_meta_inplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6545370Z test_dispatch_meta_inplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6545650Z test_dispatch_meta_inplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6545890Z test_dispatch_meta_inplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6546150Z test_dispatch_meta_inplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6546400Z test_dispatch_meta_inplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6546640Z test_dispatch_meta_inplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6546880Z test_dispatch_meta_inplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6547170Z test_dispatch_meta_inplace_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6547460Z test_dispatch_meta_inplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6547720Z test_dispatch_meta_inplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6548060Z test_dispatch_meta_inplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6548350Z test_dispatch_meta_inplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6548610Z test_dispatch_meta_inplace_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6548910Z test_dispatch_meta_inplace_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6549190Z test_dispatch_meta_inplace_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6549490Z test_dispatch_meta_inplace_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6549780Z test_dispatch_meta_inplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.011s) 2022-11-23T01:20:47.6550050Z test_dispatch_meta_inplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6550360Z test_dispatch_meta_inplace_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6550680Z test_dispatch_meta_inplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6550970Z test_dispatch_meta_inplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6551290Z test_dispatch_meta_inplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6551530Z test_dispatch_meta_inplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6551810Z test_dispatch_meta_inplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6552110Z test_dispatch_meta_inplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6552390Z test_dispatch_meta_inplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:20:47.6552680Z test_dispatch_meta_inplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6552990Z test_dispatch_meta_inplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6553260Z test_dispatch_meta_inplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6553510Z test_dispatch_meta_inplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6553760Z test_dispatch_meta_inplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6554030Z test_dispatch_meta_inplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6554270Z test_dispatch_meta_inplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6554540Z test_dispatch_meta_inplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6554790Z test_dispatch_meta_inplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6555020Z test_dispatch_meta_inplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6555250Z test_dispatch_meta_inplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6555510Z test_dispatch_meta_inplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6555750Z test_dispatch_meta_inplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6556000Z test_dispatch_meta_inplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.6556250Z test_dispatch_meta_inplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.6556500Z test_dispatch_meta_inplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6556760Z test_dispatch_meta_inplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6557090Z test_dispatch_meta_inplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6557370Z test_dispatch_meta_inplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6557630Z test_dispatch_meta_inplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6557870Z test_dispatch_meta_inplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6558100Z test_dispatch_meta_inplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6558360Z test_dispatch_meta_inplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6558590Z test_dispatch_meta_inplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6558850Z test_dispatch_meta_inplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6559100Z test_dispatch_meta_inplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6559390Z test_dispatch_meta_inplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6577700Z test_dispatch_meta_inplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6577980Z test_dispatch_meta_inplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6578220Z test_dispatch_meta_inplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6578470Z test_dispatch_meta_inplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6578720Z test_dispatch_meta_inplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6578980Z test_dispatch_meta_inplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.6579230Z test_dispatch_meta_inplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.6579470Z test_dispatch_meta_inplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.6579710Z test_dispatch_meta_inplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6579940Z test_dispatch_meta_inplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6580180Z test_dispatch_meta_inplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6580410Z test_dispatch_meta_inplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6580650Z test_dispatch_meta_inplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6580880Z test_dispatch_meta_inplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6581130Z test_dispatch_meta_inplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6581370Z test_dispatch_meta_inplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6581610Z test_dispatch_meta_inplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6581840Z test_dispatch_meta_inplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6582070Z test_dispatch_meta_inplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6582310Z test_dispatch_meta_inplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6582530Z test_dispatch_meta_inplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6582770Z test_dispatch_meta_inplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6583000Z test_dispatch_meta_inplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6583250Z test_dispatch_meta_inplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6583520Z test_dispatch_meta_inplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6584000Z test_dispatch_meta_inplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6584280Z test_dispatch_meta_inplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6584540Z test_dispatch_meta_inplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6584790Z test_dispatch_meta_inplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6585040Z test_dispatch_meta_inplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6585290Z test_dispatch_meta_inplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6585540Z test_dispatch_meta_inplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6585790Z test_dispatch_meta_inplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6586040Z test_dispatch_meta_inplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6586340Z test_dispatch_meta_inplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6586580Z test_dispatch_meta_inplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6586820Z test_dispatch_meta_inplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6587060Z test_dispatch_meta_inplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6587290Z test_dispatch_meta_inplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6587520Z test_dispatch_meta_inplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6587740Z test_dispatch_meta_inplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6587970Z test_dispatch_meta_inplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6588200Z test_dispatch_meta_inplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6588430Z test_dispatch_meta_inplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6588660Z test_dispatch_meta_inplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6588900Z test_dispatch_meta_inplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6600040Z test_dispatch_meta_inplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6600310Z test_dispatch_meta_inplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6600550Z test_dispatch_meta_inplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6600790Z test_dispatch_meta_inplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6601020Z test_dispatch_meta_inplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6601260Z test_dispatch_meta_inplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6601490Z test_dispatch_meta_inplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6601710Z test_dispatch_meta_inplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6601950Z test_dispatch_meta_inplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6602210Z test_dispatch_meta_inplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6602500Z test_dispatch_meta_inplace_all_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6602790Z test_dispatch_meta_inplace_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6603090Z test_dispatch_meta_inplace_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6603500Z test_dispatch_meta_inplace_all_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6603800Z test_dispatch_meta_inplace_all_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6604100Z test_dispatch_meta_inplace_all_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6604380Z test_dispatch_meta_inplace_all_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6604660Z test_dispatch_meta_inplace_all_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6604940Z test_dispatch_meta_inplace_all_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6605210Z test_dispatch_meta_inplace_all_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6605490Z test_dispatch_meta_inplace_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6605810Z test_dispatch_meta_inplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6606120Z test_dispatch_meta_inplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6606420Z test_dispatch_meta_inplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6606710Z test_dispatch_meta_inplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6607010Z test_dispatch_meta_inplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6607290Z test_dispatch_meta_inplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6607590Z test_dispatch_meta_inplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6607880Z test_dispatch_meta_inplace_amax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6608170Z test_dispatch_meta_inplace_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6608460Z test_dispatch_meta_inplace_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6608750Z test_dispatch_meta_inplace_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6609040Z test_dispatch_meta_inplace_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6609320Z test_dispatch_meta_inplace_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6609600Z test_dispatch_meta_inplace_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6609880Z test_dispatch_meta_inplace_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6610170Z test_dispatch_meta_inplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6610450Z test_dispatch_meta_inplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6610730Z test_dispatch_meta_inplace_amin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6611010Z test_dispatch_meta_inplace_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6611370Z test_dispatch_meta_inplace_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6611680Z test_dispatch_meta_inplace_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6621940Z test_dispatch_meta_inplace_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6622260Z test_dispatch_meta_inplace_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6622540Z test_dispatch_meta_inplace_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6622830Z test_dispatch_meta_inplace_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6623110Z test_dispatch_meta_inplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6623420Z test_dispatch_meta_inplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6623770Z test_dispatch_meta_inplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6624060Z test_dispatch_meta_inplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6624350Z test_dispatch_meta_inplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6624640Z test_dispatch_meta_inplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6624930Z test_dispatch_meta_inplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6625210Z test_dispatch_meta_inplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6625490Z test_dispatch_meta_inplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6625790Z test_dispatch_meta_inplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6626080Z test_dispatch_meta_inplace_angle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6626380Z test_dispatch_meta_inplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6626670Z test_dispatch_meta_inplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6626980Z test_dispatch_meta_inplace_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6627270Z test_dispatch_meta_inplace_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6627560Z test_dispatch_meta_inplace_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6627840Z test_dispatch_meta_inplace_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6628130Z test_dispatch_meta_inplace_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6628410Z test_dispatch_meta_inplace_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6628690Z test_dispatch_meta_inplace_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6628970Z test_dispatch_meta_inplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6629250Z test_dispatch_meta_inplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6629630Z test_dispatch_meta_inplace_any_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6629920Z test_dispatch_meta_inplace_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6630210Z test_dispatch_meta_inplace_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6630530Z test_dispatch_meta_inplace_any_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6630980Z test_dispatch_meta_inplace_any_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6631330Z test_dispatch_meta_inplace_any_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6631650Z test_dispatch_meta_inplace_any_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6631960Z test_dispatch_meta_inplace_any_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6632320Z test_dispatch_meta_inplace_any_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6632620Z test_dispatch_meta_inplace_any_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6632910Z test_dispatch_meta_inplace_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6633230Z test_dispatch_meta_inplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6633540Z test_dispatch_meta_inplace_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6633860Z test_dispatch_meta_inplace_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6634150Z test_dispatch_meta_inplace_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6634450Z test_dispatch_meta_inplace_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6634750Z test_dispatch_meta_inplace_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6635040Z test_dispatch_meta_inplace_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6635340Z test_dispatch_meta_inplace_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6635650Z test_dispatch_meta_inplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6635950Z test_dispatch_meta_inplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6636260Z test_dispatch_meta_inplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6636560Z test_dispatch_meta_inplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6636870Z test_dispatch_meta_inplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6637190Z test_dispatch_meta_inplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6637480Z test_dispatch_meta_inplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6637780Z test_dispatch_meta_inplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6638190Z test_dispatch_meta_inplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6638490Z test_dispatch_meta_inplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6638790Z test_dispatch_meta_inplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6639090Z test_dispatch_meta_inplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6639410Z test_dispatch_meta_inplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6639720Z test_dispatch_meta_inplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6640020Z test_dispatch_meta_inplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6640330Z test_dispatch_meta_inplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6640680Z test_dispatch_meta_inplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6640970Z test_dispatch_meta_inplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6641270Z test_dispatch_meta_inplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6641570Z test_dispatch_meta_inplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6641870Z test_dispatch_meta_inplace_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6642180Z test_dispatch_meta_inplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6642480Z test_dispatch_meta_inplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6642770Z test_dispatch_meta_inplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6643060Z test_dispatch_meta_inplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6643360Z test_dispatch_meta_inplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6643660Z test_dispatch_meta_inplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6643970Z test_dispatch_meta_inplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6644270Z test_dispatch_meta_inplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6644570Z test_dispatch_meta_inplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6644870Z test_dispatch_meta_inplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6645170Z test_dispatch_meta_inplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6645480Z test_dispatch_meta_inplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6645780Z test_dispatch_meta_inplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6646080Z test_dispatch_meta_inplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6646400Z test_dispatch_meta_inplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6646710Z test_dispatch_meta_inplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6647010Z test_dispatch_meta_inplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6647320Z test_dispatch_meta_inplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6647630Z test_dispatch_meta_inplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6647940Z test_dispatch_meta_inplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6648260Z test_dispatch_meta_inplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6648530Z test_dispatch_meta_inplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6648800Z test_dispatch_meta_inplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6649100Z test_dispatch_meta_inplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6649370Z test_dispatch_meta_inplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6649630Z test_dispatch_meta_inplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6649900Z test_dispatch_meta_inplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.6650150Z test_dispatch_meta_inplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6650410Z test_dispatch_meta_inplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6650680Z test_dispatch_meta_inplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6650950Z test_dispatch_meta_inplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6651210Z test_dispatch_meta_inplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6651480Z test_dispatch_meta_inplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6651780Z test_dispatch_meta_inplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6652110Z test_dispatch_meta_inplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6652450Z test_dispatch_meta_inplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6652810Z test_dispatch_meta_inplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6653160Z test_dispatch_meta_inplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6653500Z test_dispatch_meta_inplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6653820Z test_dispatch_meta_inplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6654150Z test_dispatch_meta_inplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6654460Z test_dispatch_meta_inplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6654780Z test_dispatch_meta_inplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6655130Z test_dispatch_meta_inplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6655460Z test_dispatch_meta_inplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6655790Z test_dispatch_meta_inplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6656080Z test_dispatch_meta_inplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6656360Z test_dispatch_meta_inplace_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6656640Z test_dispatch_meta_inplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6656890Z test_dispatch_meta_inplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6657140Z test_dispatch_meta_inplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6657400Z test_dispatch_meta_inplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6657730Z test_dispatch_meta_inplace_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6658010Z test_dispatch_meta_inplace_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6658290Z test_dispatch_meta_inplace_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:20:47.6658570Z test_dispatch_meta_inplace_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.013s) 2022-11-23T01:20:47.6658850Z test_dispatch_meta_inplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6659110Z test_dispatch_meta_inplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6659380Z test_dispatch_meta_inplace_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6659640Z test_dispatch_meta_inplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6659890Z test_dispatch_meta_inplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6660140Z test_dispatch_meta_inplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6660390Z test_dispatch_meta_inplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6660660Z test_dispatch_meta_inplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6660950Z test_dispatch_meta_inplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6661230Z test_dispatch_meta_inplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6661540Z test_dispatch_meta_inplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6661820Z test_dispatch_meta_inplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.6662080Z test_dispatch_meta_inplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.6662370Z test_dispatch_meta_inplace_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6662630Z test_dispatch_meta_inplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6662870Z test_dispatch_meta_inplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6663140Z test_dispatch_meta_inplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6663420Z test_dispatch_meta_inplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6663710Z test_dispatch_meta_inplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6664080Z test_dispatch_meta_inplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6664370Z test_dispatch_meta_inplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6664630Z test_dispatch_meta_inplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6664890Z test_dispatch_meta_inplace_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.6665160Z test_dispatch_meta_inplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6665400Z test_dispatch_meta_inplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6665670Z test_dispatch_meta_inplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6665910Z test_dispatch_meta_inplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6666170Z test_dispatch_meta_inplace_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6666470Z test_dispatch_meta_inplace_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6666760Z test_dispatch_meta_inplace_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T01:20:47.6667040Z test_dispatch_meta_inplace_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.010s) 2022-11-23T01:20:47.6667320Z test_dispatch_meta_inplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6667580Z test_dispatch_meta_inplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6667840Z test_dispatch_meta_inplace_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6668110Z test_dispatch_meta_inplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6668360Z test_dispatch_meta_inplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6668610Z test_dispatch_meta_inplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6668860Z test_dispatch_meta_inplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6669120Z test_dispatch_meta_inplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6669410Z test_dispatch_meta_inplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6669700Z test_dispatch_meta_inplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6669980Z test_dispatch_meta_inplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T01:20:47.6670260Z test_dispatch_meta_inplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6670550Z test_dispatch_meta_inplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6670860Z test_dispatch_meta_inplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6671180Z test_dispatch_meta_inplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6671490Z test_dispatch_meta_inplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6671800Z test_dispatch_meta_inplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6672100Z test_dispatch_meta_inplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6672460Z test_dispatch_meta_inplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6672800Z test_dispatch_meta_inplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6673090Z test_dispatch_meta_inplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6673390Z test_dispatch_meta_inplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6673690Z test_dispatch_meta_inplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6673980Z test_dispatch_meta_inplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6674300Z test_dispatch_meta_inplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6674640Z test_dispatch_meta_inplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6674940Z test_dispatch_meta_inplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6675240Z test_dispatch_meta_inplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6675550Z test_dispatch_meta_inplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6675860Z test_dispatch_meta_inplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6676160Z test_dispatch_meta_inplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6676460Z test_dispatch_meta_inplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6676750Z test_dispatch_meta_inplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6677040Z test_dispatch_meta_inplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6677340Z test_dispatch_meta_inplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6677640Z test_dispatch_meta_inplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6677940Z test_dispatch_meta_inplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6678230Z test_dispatch_meta_inplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6678550Z test_dispatch_meta_inplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6678880Z test_dispatch_meta_inplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6679180Z test_dispatch_meta_inplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6679490Z test_dispatch_meta_inplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6679790Z test_dispatch_meta_inplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6680100Z test_dispatch_meta_inplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6680450Z test_dispatch_meta_inplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6680750Z test_dispatch_meta_inplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6681040Z test_dispatch_meta_inplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6681320Z test_dispatch_meta_inplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6681610Z test_dispatch_meta_inplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6681900Z test_dispatch_meta_inplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6682190Z test_dispatch_meta_inplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6682460Z test_dispatch_meta_inplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6682740Z test_dispatch_meta_inplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.6683010Z test_dispatch_meta_inplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6683280Z test_dispatch_meta_inplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6683520Z test_dispatch_meta_inplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6683770Z test_dispatch_meta_inplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6684010Z test_dispatch_meta_inplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6684240Z test_dispatch_meta_inplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6684490Z test_dispatch_meta_inplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6684730Z test_dispatch_meta_inplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6685010Z test_dispatch_meta_inplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6685320Z test_dispatch_meta_inplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6685610Z test_dispatch_meta_inplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6685910Z test_dispatch_meta_inplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6686200Z test_dispatch_meta_inplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6686500Z test_dispatch_meta_inplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6686810Z test_dispatch_meta_inplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6687110Z test_dispatch_meta_inplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6687430Z test_dispatch_meta_inplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6687720Z test_dispatch_meta_inplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6688000Z test_dispatch_meta_inplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6688290Z test_dispatch_meta_inplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6688630Z test_dispatch_meta_inplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6688940Z test_dispatch_meta_inplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6689230Z test_dispatch_meta_inplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6689530Z test_dispatch_meta_inplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6689820Z test_dispatch_meta_inplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6690110Z test_dispatch_meta_inplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6690400Z test_dispatch_meta_inplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6690700Z test_dispatch_meta_inplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6691020Z test_dispatch_meta_inplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6691290Z test_dispatch_meta_inplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6691550Z test_dispatch_meta_inplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6691850Z test_dispatch_meta_inplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6692090Z test_dispatch_meta_inplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6692340Z test_dispatch_meta_inplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6692580Z test_dispatch_meta_inplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6692840Z test_dispatch_meta_inplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6693100Z test_dispatch_meta_inplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6693380Z test_dispatch_meta_inplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6693630Z test_dispatch_meta_inplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6693890Z test_dispatch_meta_inplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6694140Z test_dispatch_meta_inplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6694390Z test_dispatch_meta_inplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6694640Z test_dispatch_meta_inplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6694880Z test_dispatch_meta_inplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6695130Z test_dispatch_meta_inplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6695700Z test_dispatch_meta_inplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6696040Z test_dispatch_meta_inplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6696290Z test_dispatch_meta_inplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6696520Z test_dispatch_meta_inplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6696770Z test_dispatch_meta_inplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6697000Z test_dispatch_meta_inplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6697240Z test_dispatch_meta_inplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.6697570Z test_dispatch_meta_inplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6716520Z test_dispatch_meta_inplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6716860Z test_dispatch_meta_inplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6717120Z test_dispatch_meta_inplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6717390Z test_dispatch_meta_inplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6717650Z test_dispatch_meta_inplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6717900Z test_dispatch_meta_inplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6718150Z test_dispatch_meta_inplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6718400Z test_dispatch_meta_inplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6718830Z test_dispatch_meta_inplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6719080Z test_dispatch_meta_inplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6719360Z test_dispatch_meta_inplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6719670Z test_dispatch_meta_inplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6719970Z test_dispatch_meta_inplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6720280Z test_dispatch_meta_inplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6720590Z test_dispatch_meta_inplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6720890Z test_dispatch_meta_inplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6721190Z test_dispatch_meta_inplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6721480Z test_dispatch_meta_inplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6721770Z test_dispatch_meta_inplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6722070Z test_dispatch_meta_inplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6722350Z test_dispatch_meta_inplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6722640Z test_dispatch_meta_inplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6722930Z test_dispatch_meta_inplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6723230Z test_dispatch_meta_inplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6723520Z test_dispatch_meta_inplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6723830Z test_dispatch_meta_inplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6724130Z test_dispatch_meta_inplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6724430Z test_dispatch_meta_inplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6724820Z test_dispatch_meta_inplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6725110Z test_dispatch_meta_inplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6725400Z test_dispatch_meta_inplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6725690Z test_dispatch_meta_inplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6725970Z test_dispatch_meta_inplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6726250Z test_dispatch_meta_inplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6726540Z test_dispatch_meta_inplace_bool_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6726830Z test_dispatch_meta_inplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6727440Z test_dispatch_meta_inplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6727730Z test_dispatch_meta_inplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6728030Z test_dispatch_meta_inplace_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6728320Z test_dispatch_meta_inplace_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6728610Z test_dispatch_meta_inplace_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6728890Z test_dispatch_meta_inplace_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6729180Z test_dispatch_meta_inplace_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6729480Z test_dispatch_meta_inplace_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6729760Z test_dispatch_meta_inplace_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6730040Z test_dispatch_meta_inplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6730340Z test_dispatch_meta_inplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6730660Z test_dispatch_meta_inplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6730970Z test_dispatch_meta_inplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6731290Z test_dispatch_meta_inplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6731610Z test_dispatch_meta_inplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6731930Z test_dispatch_meta_inplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6732240Z test_dispatch_meta_inplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6732550Z test_dispatch_meta_inplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6732860Z test_dispatch_meta_inplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6733200Z test_dispatch_meta_inplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6733520Z test_dispatch_meta_inplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6733830Z test_dispatch_meta_inplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6734140Z test_dispatch_meta_inplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6734450Z test_dispatch_meta_inplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6734750Z test_dispatch_meta_inplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6735060Z test_dispatch_meta_inplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6735410Z test_dispatch_meta_inplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6735720Z test_dispatch_meta_inplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6736030Z test_dispatch_meta_inplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6761580Z test_dispatch_meta_inplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6761940Z test_dispatch_meta_inplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6762240Z test_dispatch_meta_inplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6762550Z test_dispatch_meta_inplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6762860Z test_dispatch_meta_inplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6763150Z test_dispatch_meta_inplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6763450Z test_dispatch_meta_inplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6763750Z test_dispatch_meta_inplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6764050Z test_dispatch_meta_inplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6764350Z test_dispatch_meta_inplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6764650Z test_dispatch_meta_inplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6764940Z test_dispatch_meta_inplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6765230Z test_dispatch_meta_inplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6765540Z test_dispatch_meta_inplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6765830Z test_dispatch_meta_inplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6766130Z test_dispatch_meta_inplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6766620Z test_dispatch_meta_inplace_byte_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6766900Z test_dispatch_meta_inplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6767180Z test_dispatch_meta_inplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6767460Z test_dispatch_meta_inplace_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6767750Z test_dispatch_meta_inplace_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6768020Z test_dispatch_meta_inplace_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6768290Z test_dispatch_meta_inplace_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6768570Z test_dispatch_meta_inplace_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6768910Z test_dispatch_meta_inplace_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6769190Z test_dispatch_meta_inplace_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6769450Z test_dispatch_meta_inplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6769740Z test_dispatch_meta_inplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6770040Z test_dispatch_meta_inplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6770340Z test_dispatch_meta_inplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6770650Z test_dispatch_meta_inplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6770950Z test_dispatch_meta_inplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6771240Z test_dispatch_meta_inplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6771530Z test_dispatch_meta_inplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6771820Z test_dispatch_meta_inplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6772110Z test_dispatch_meta_inplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6772400Z test_dispatch_meta_inplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6772690Z test_dispatch_meta_inplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6772980Z test_dispatch_meta_inplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6773260Z test_dispatch_meta_inplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6773540Z test_dispatch_meta_inplace_cat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6773820Z test_dispatch_meta_inplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6774100Z test_dispatch_meta_inplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6774420Z test_dispatch_meta_inplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6774710Z test_dispatch_meta_inplace_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6774980Z test_dispatch_meta_inplace_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6775260Z test_dispatch_meta_inplace_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6775540Z test_dispatch_meta_inplace_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6775810Z test_dispatch_meta_inplace_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6776070Z test_dispatch_meta_inplace_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6776350Z test_dispatch_meta_inplace_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6776640Z test_dispatch_meta_inplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6776920Z test_dispatch_meta_inplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6777200Z test_dispatch_meta_inplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6777480Z test_dispatch_meta_inplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6777760Z test_dispatch_meta_inplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6778050Z test_dispatch_meta_inplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6778340Z test_dispatch_meta_inplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6778620Z test_dispatch_meta_inplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6778910Z test_dispatch_meta_inplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6779190Z test_dispatch_meta_inplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6779460Z test_dispatch_meta_inplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6779740Z test_dispatch_meta_inplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6780020Z test_dispatch_meta_inplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6780300Z test_dispatch_meta_inplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6780590Z test_dispatch_meta_inplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6780880Z test_dispatch_meta_inplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6781140Z test_dispatch_meta_inplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6781370Z test_dispatch_meta_inplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6781640Z test_dispatch_meta_inplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6781890Z test_dispatch_meta_inplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6782120Z test_dispatch_meta_inplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6782430Z test_dispatch_meta_inplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6782680Z test_dispatch_meta_inplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6782910Z test_dispatch_meta_inplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6783180Z test_dispatch_meta_inplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6783470Z test_dispatch_meta_inplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6783760Z test_dispatch_meta_inplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6784060Z test_dispatch_meta_inplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6784350Z test_dispatch_meta_inplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6784680Z test_dispatch_meta_inplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6784960Z test_dispatch_meta_inplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6785240Z test_dispatch_meta_inplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6785520Z test_dispatch_meta_inplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6785800Z test_dispatch_meta_inplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6786080Z test_dispatch_meta_inplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6786350Z test_dispatch_meta_inplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6786630Z test_dispatch_meta_inplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6786920Z test_dispatch_meta_inplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6787210Z test_dispatch_meta_inplace_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6787510Z test_dispatch_meta_inplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6787800Z test_dispatch_meta_inplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6788080Z test_dispatch_meta_inplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6788360Z test_dispatch_meta_inplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6788660Z test_dispatch_meta_inplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6788940Z test_dispatch_meta_inplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6789210Z test_dispatch_meta_inplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6789490Z test_dispatch_meta_inplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6789760Z test_dispatch_meta_inplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6790050Z test_dispatch_meta_inplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6790360Z test_dispatch_meta_inplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6790650Z test_dispatch_meta_inplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6790940Z test_dispatch_meta_inplace_char_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6791240Z test_dispatch_meta_inplace_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6791530Z test_dispatch_meta_inplace_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6791820Z test_dispatch_meta_inplace_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6792120Z test_dispatch_meta_inplace_char_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6792400Z test_dispatch_meta_inplace_char_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6792710Z test_dispatch_meta_inplace_char_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6792980Z test_dispatch_meta_inplace_char_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6793260Z test_dispatch_meta_inplace_char_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6793530Z test_dispatch_meta_inplace_char_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6793820Z test_dispatch_meta_inplace_char_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6794090Z test_dispatch_meta_inplace_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6794390Z test_dispatch_meta_inplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6794690Z test_dispatch_meta_inplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6794990Z test_dispatch_meta_inplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6795280Z test_dispatch_meta_inplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6795590Z test_dispatch_meta_inplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6795900Z test_dispatch_meta_inplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6796200Z test_dispatch_meta_inplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6796510Z test_dispatch_meta_inplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6796810Z test_dispatch_meta_inplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6797110Z test_dispatch_meta_inplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6797410Z test_dispatch_meta_inplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6797700Z test_dispatch_meta_inplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6798000Z test_dispatch_meta_inplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6798330Z test_dispatch_meta_inplace_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6798640Z test_dispatch_meta_inplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6798940Z test_dispatch_meta_inplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6799220Z test_dispatch_meta_inplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6799510Z test_dispatch_meta_inplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6799790Z test_dispatch_meta_inplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6800080Z test_dispatch_meta_inplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6800400Z test_dispatch_meta_inplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6800720Z test_dispatch_meta_inplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6801010Z test_dispatch_meta_inplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6801320Z test_dispatch_meta_inplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6801610Z test_dispatch_meta_inplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6801860Z test_dispatch_meta_inplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.6802110Z test_dispatch_meta_inplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.6802340Z test_dispatch_meta_inplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6802570Z test_dispatch_meta_inplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6802800Z test_dispatch_meta_inplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6803040Z test_dispatch_meta_inplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6803270Z test_dispatch_meta_inplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6803490Z test_dispatch_meta_inplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6803720Z test_dispatch_meta_inplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6803960Z test_dispatch_meta_inplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6804200Z test_dispatch_meta_inplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.6804440Z test_dispatch_meta_inplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.6804680Z test_dispatch_meta_inplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6804950Z test_dispatch_meta_inplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6805190Z test_dispatch_meta_inplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6805420Z test_dispatch_meta_inplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6805650Z test_dispatch_meta_inplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6805890Z test_dispatch_meta_inplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.6806130Z test_dispatch_meta_inplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6806400Z test_dispatch_meta_inplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6806670Z test_dispatch_meta_inplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6806920Z test_dispatch_meta_inplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6807230Z test_dispatch_meta_inplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.6807460Z test_dispatch_meta_inplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.6807700Z test_dispatch_meta_inplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6807940Z test_dispatch_meta_inplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6808190Z test_dispatch_meta_inplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6808420Z test_dispatch_meta_inplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6808700Z test_dispatch_meta_inplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6809050Z test_dispatch_meta_inplace_clone_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6809330Z test_dispatch_meta_inplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6809660Z test_dispatch_meta_inplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6809950Z test_dispatch_meta_inplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6810250Z test_dispatch_meta_inplace_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6810570Z test_dispatch_meta_inplace_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6810840Z test_dispatch_meta_inplace_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6811130Z test_dispatch_meta_inplace_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6811420Z test_dispatch_meta_inplace_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6811710Z test_dispatch_meta_inplace_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6812000Z test_dispatch_meta_inplace_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6812290Z test_dispatch_meta_inplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6812590Z test_dispatch_meta_inplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6812910Z test_dispatch_meta_inplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6813230Z test_dispatch_meta_inplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6813540Z test_dispatch_meta_inplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6813860Z test_dispatch_meta_inplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6814180Z test_dispatch_meta_inplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6814490Z test_dispatch_meta_inplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6815020Z test_dispatch_meta_inplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6815360Z test_dispatch_meta_inplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6815660Z test_dispatch_meta_inplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6815950Z test_dispatch_meta_inplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6816260Z test_dispatch_meta_inplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6816540Z test_dispatch_meta_inplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6816850Z test_dispatch_meta_inplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6817150Z test_dispatch_meta_inplace_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6817520Z test_dispatch_meta_inplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6817860Z test_dispatch_meta_inplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6818170Z test_dispatch_meta_inplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6818480Z test_dispatch_meta_inplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6818780Z test_dispatch_meta_inplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6819080Z test_dispatch_meta_inplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6819390Z test_dispatch_meta_inplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6819680Z test_dispatch_meta_inplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6819980Z test_dispatch_meta_inplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6820270Z test_dispatch_meta_inplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6820550Z test_dispatch_meta_inplace_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6820850Z test_dispatch_meta_inplace_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6821140Z test_dispatch_meta_inplace_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6821430Z test_dispatch_meta_inplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6821710Z test_dispatch_meta_inplace_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6821990Z test_dispatch_meta_inplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6822320Z test_dispatch_meta_inplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6822600Z test_dispatch_meta_inplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6822900Z test_dispatch_meta_inplace_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6823250Z test_dispatch_meta_inplace_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6823570Z test_dispatch_meta_inplace_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6823840Z test_dispatch_meta_inplace_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6824130Z test_dispatch_meta_inplace_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6824410Z test_dispatch_meta_inplace_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6824700Z test_dispatch_meta_inplace_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6824980Z test_dispatch_meta_inplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6825290Z test_dispatch_meta_inplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6825550Z test_dispatch_meta_inplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6825810Z test_dispatch_meta_inplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6826070Z test_dispatch_meta_inplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6826330Z test_dispatch_meta_inplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6826590Z test_dispatch_meta_inplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6826840Z test_dispatch_meta_inplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6827090Z test_dispatch_meta_inplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6827350Z test_dispatch_meta_inplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6827600Z test_dispatch_meta_inplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6827840Z test_dispatch_meta_inplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6828090Z test_dispatch_meta_inplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6828330Z test_dispatch_meta_inplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6828610Z test_dispatch_meta_inplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6828920Z test_dispatch_meta_inplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6829220Z test_dispatch_meta_inplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6829610Z test_dispatch_meta_inplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6829920Z test_dispatch_meta_inplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6830220Z test_dispatch_meta_inplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:47.6830520Z test_dispatch_meta_inplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6830810Z test_dispatch_meta_inplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6831120Z test_dispatch_meta_inplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6831460Z test_dispatch_meta_inplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6831770Z test_dispatch_meta_inplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6832090Z test_dispatch_meta_inplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6832390Z test_dispatch_meta_inplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6832700Z test_dispatch_meta_inplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6833010Z test_dispatch_meta_inplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6833340Z test_dispatch_meta_inplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6833670Z test_dispatch_meta_inplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6833990Z test_dispatch_meta_inplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6834290Z test_dispatch_meta_inplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6834580Z test_dispatch_meta_inplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6834880Z test_dispatch_meta_inplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6835170Z test_dispatch_meta_inplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6835460Z test_dispatch_meta_inplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6835760Z test_dispatch_meta_inplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6836060Z test_dispatch_meta_inplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6836340Z test_dispatch_meta_inplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6836620Z test_dispatch_meta_inplace_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6836890Z test_dispatch_meta_inplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6837150Z test_dispatch_meta_inplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6837410Z test_dispatch_meta_inplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6837680Z test_dispatch_meta_inplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6837980Z test_dispatch_meta_inplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6838250Z test_dispatch_meta_inplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6838560Z test_dispatch_meta_inplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6838850Z test_dispatch_meta_inplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6839140Z test_dispatch_meta_inplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6839460Z test_dispatch_meta_inplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6839800Z test_dispatch_meta_inplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6840140Z test_dispatch_meta_inplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6840430Z test_dispatch_meta_inplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6840720Z test_dispatch_meta_inplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6841020Z test_dispatch_meta_inplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6841320Z test_dispatch_meta_inplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6841610Z test_dispatch_meta_inplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6841910Z test_dispatch_meta_inplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6842170Z test_dispatch_meta_inplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6842420Z test_dispatch_meta_inplace_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6842670Z test_dispatch_meta_inplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6842910Z test_dispatch_meta_inplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6843140Z test_dispatch_meta_inplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6843420Z test_dispatch_meta_inplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6843680Z test_dispatch_meta_inplace_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6843970Z test_dispatch_meta_inplace_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6844250Z test_dispatch_meta_inplace_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6844530Z test_dispatch_meta_inplace_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6844810Z test_dispatch_meta_inplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6845060Z test_dispatch_meta_inplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6845330Z test_dispatch_meta_inplace_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6845690Z test_dispatch_meta_inplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6845940Z test_dispatch_meta_inplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6876850Z test_dispatch_meta_inplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6877130Z test_dispatch_meta_inplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6877380Z test_dispatch_meta_inplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6877680Z test_dispatch_meta_inplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6877950Z test_dispatch_meta_inplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6878220Z test_dispatch_meta_inplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6878490Z test_dispatch_meta_inplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6879020Z test_dispatch_meta_inplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6879350Z test_dispatch_meta_inplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6879650Z test_dispatch_meta_inplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6879950Z test_dispatch_meta_inplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6880250Z test_dispatch_meta_inplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6880530Z test_dispatch_meta_inplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6880820Z test_dispatch_meta_inplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6881230Z test_dispatch_meta_inplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6881510Z test_dispatch_meta_inplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6881790Z test_dispatch_meta_inplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6882080Z test_dispatch_meta_inplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6882360Z test_dispatch_meta_inplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6882640Z test_dispatch_meta_inplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6882920Z test_dispatch_meta_inplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6883200Z test_dispatch_meta_inplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6883480Z test_dispatch_meta_inplace_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6883760Z test_dispatch_meta_inplace_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6884030Z test_dispatch_meta_inplace_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6884300Z test_dispatch_meta_inplace_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6884570Z test_dispatch_meta_inplace_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6884840Z test_dispatch_meta_inplace_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6885100Z test_dispatch_meta_inplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6885380Z test_dispatch_meta_inplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6885660Z test_dispatch_meta_inplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6885940Z test_dispatch_meta_inplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6886230Z test_dispatch_meta_inplace_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6886500Z test_dispatch_meta_inplace_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6886810Z test_dispatch_meta_inplace_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6887090Z test_dispatch_meta_inplace_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6887360Z test_dispatch_meta_inplace_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6887640Z test_dispatch_meta_inplace_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6887910Z test_dispatch_meta_inplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6888180Z test_dispatch_meta_inplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6888460Z test_dispatch_meta_inplace_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6888740Z test_dispatch_meta_inplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6889050Z test_dispatch_meta_inplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6889330Z test_dispatch_meta_inplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6889610Z test_dispatch_meta_inplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6889880Z test_dispatch_meta_inplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6890150Z test_dispatch_meta_inplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6890430Z test_dispatch_meta_inplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6890700Z test_dispatch_meta_inplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6890980Z test_dispatch_meta_inplace_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6891250Z test_dispatch_meta_inplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6891530Z test_dispatch_meta_inplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6891800Z test_dispatch_meta_inplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6892080Z test_dispatch_meta_inplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6892350Z test_dispatch_meta_inplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6892620Z test_dispatch_meta_inplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6892890Z test_dispatch_meta_inplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6893140Z test_dispatch_meta_inplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6893380Z test_dispatch_meta_inplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6893630Z test_dispatch_meta_inplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6893860Z test_dispatch_meta_inplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6894100Z test_dispatch_meta_inplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6894330Z test_dispatch_meta_inplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6894590Z test_dispatch_meta_inplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6894820Z test_dispatch_meta_inplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6895050Z test_dispatch_meta_inplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6895270Z test_dispatch_meta_inplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6895540Z test_dispatch_meta_inplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.6895830Z test_dispatch_meta_inplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.6896130Z test_dispatch_meta_inplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.6896420Z test_dispatch_meta_inplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.6896770Z test_dispatch_meta_inplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.6897050Z test_dispatch_meta_inplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.6897330Z test_dispatch_meta_inplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.6897600Z test_dispatch_meta_inplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.6897870Z test_dispatch_meta_inplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.6898140Z test_dispatch_meta_inplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.6898440Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6898760Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6899060Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6899370Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6899670Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6899970Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6900260Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6900560Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6900880Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6901180Z test_dispatch_meta_inplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6901440Z test_dispatch_meta_inplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6901700Z test_dispatch_meta_inplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6901950Z test_dispatch_meta_inplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6902250Z test_dispatch_meta_inplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6902480Z test_dispatch_meta_inplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6902740Z test_dispatch_meta_inplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6903010Z test_dispatch_meta_inplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6903270Z test_dispatch_meta_inplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6903540Z test_dispatch_meta_inplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6903810Z test_dispatch_meta_inplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.6904090Z test_dispatch_meta_inplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6904390Z test_dispatch_meta_inplace_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6904680Z test_dispatch_meta_inplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6904970Z test_dispatch_meta_inplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6905250Z test_dispatch_meta_inplace_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6905520Z test_dispatch_meta_inplace_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6905790Z test_dispatch_meta_inplace_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6906070Z test_dispatch_meta_inplace_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6906350Z test_dispatch_meta_inplace_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6906610Z test_dispatch_meta_inplace_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6906880Z test_dispatch_meta_inplace_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6907150Z test_dispatch_meta_inplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6907430Z test_dispatch_meta_inplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6907710Z test_dispatch_meta_inplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6908000Z test_dispatch_meta_inplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6908300Z test_dispatch_meta_inplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6908590Z test_dispatch_meta_inplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6908870Z test_dispatch_meta_inplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6909150Z test_dispatch_meta_inplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6909430Z test_dispatch_meta_inplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6909710Z test_dispatch_meta_inplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6910090Z test_dispatch_meta_inplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6910400Z test_dispatch_meta_inplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6916610Z test_dispatch_meta_inplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6916910Z test_dispatch_meta_inplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6917190Z test_dispatch_meta_inplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6917320Z test_dispatch_meta_inplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6917470Z test_dispatch_meta_inplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6917960Z test_dispatch_meta_inplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6918090Z test_dispatch_meta_inplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6918220Z test_dispatch_meta_inplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6918350Z test_dispatch_meta_inplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6918480Z test_dispatch_meta_inplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6918610Z test_dispatch_meta_inplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6918750Z test_dispatch_meta_inplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6918880Z test_dispatch_meta_inplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6919010Z test_dispatch_meta_inplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6919150Z test_dispatch_meta_inplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6919280Z test_dispatch_meta_inplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6919420Z test_dispatch_meta_inplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6919560Z test_dispatch_meta_inplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6919700Z test_dispatch_meta_inplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6919840Z test_dispatch_meta_inplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6919980Z test_dispatch_meta_inplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6920110Z test_dispatch_meta_inplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6920250Z test_dispatch_meta_inplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6920390Z test_dispatch_meta_inplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6920560Z test_dispatch_meta_inplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6920700Z test_dispatch_meta_inplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6920830Z test_dispatch_meta_inplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6920970Z test_dispatch_meta_inplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6921100Z test_dispatch_meta_inplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6921230Z test_dispatch_meta_inplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6921370Z test_dispatch_meta_inplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6921500Z test_dispatch_meta_inplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6921650Z test_dispatch_meta_inplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6921790Z test_dispatch_meta_inplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6921920Z test_dispatch_meta_inplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6922050Z test_dispatch_meta_inplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6922180Z test_dispatch_meta_inplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6922310Z test_dispatch_meta_inplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6922440Z test_dispatch_meta_inplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6922570Z test_dispatch_meta_inplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6922710Z test_dispatch_meta_inplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6922850Z test_dispatch_meta_inplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6922990Z test_dispatch_meta_inplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6923130Z test_dispatch_meta_inplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6923270Z test_dispatch_meta_inplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6923410Z test_dispatch_meta_inplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6923550Z test_dispatch_meta_inplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6923680Z test_dispatch_meta_inplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6923820Z test_dispatch_meta_inplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6923950Z test_dispatch_meta_inplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6924080Z test_dispatch_meta_inplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6924250Z test_dispatch_meta_inplace_diff_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6924380Z test_dispatch_meta_inplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6924520Z test_dispatch_meta_inplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6924650Z test_dispatch_meta_inplace_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6924780Z test_dispatch_meta_inplace_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6924910Z test_dispatch_meta_inplace_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6925040Z test_dispatch_meta_inplace_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6925200Z test_dispatch_meta_inplace_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6925320Z test_dispatch_meta_inplace_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6925450Z test_dispatch_meta_inplace_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6925570Z test_dispatch_meta_inplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6925680Z test_dispatch_meta_inplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6925810Z test_dispatch_meta_inplace_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6925920Z test_dispatch_meta_inplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6926030Z test_dispatch_meta_inplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6926160Z test_dispatch_meta_inplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6926290Z test_dispatch_meta_inplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6926410Z test_dispatch_meta_inplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6926540Z test_dispatch_meta_inplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6926660Z test_dispatch_meta_inplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6926800Z test_dispatch_meta_inplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6926930Z test_dispatch_meta_inplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6927060Z test_dispatch_meta_inplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6927190Z test_dispatch_meta_inplace_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6927320Z test_dispatch_meta_inplace_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6927450Z test_dispatch_meta_inplace_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6927570Z test_dispatch_meta_inplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.6927690Z test_dispatch_meta_inplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.6927850Z test_dispatch_meta_inplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.6927960Z test_dispatch_meta_inplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.6928080Z test_dispatch_meta_inplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6928200Z test_dispatch_meta_inplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6928310Z test_dispatch_meta_inplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6928430Z test_dispatch_meta_inplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.6928540Z test_dispatch_meta_inplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6928660Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6928790Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6928940Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6929070Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6929180Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6929300Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6929410Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6929550Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6929690Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6929820Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6929960Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6930090Z test_dispatch_meta_inplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6930210Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6930320Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6930440Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6930550Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6930670Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6930780Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6930900Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6931010Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6931120Z test_dispatch_meta_inplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6931250Z test_dispatch_meta_inplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6931390Z test_dispatch_meta_inplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6931520Z test_dispatch_meta_inplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6931710Z test_dispatch_meta_inplace_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6931840Z test_dispatch_meta_inplace_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6931980Z test_dispatch_meta_inplace_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6932100Z test_dispatch_meta_inplace_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6932230Z test_dispatch_meta_inplace_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6932350Z test_dispatch_meta_inplace_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6932480Z test_dispatch_meta_inplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6932650Z test_dispatch_meta_inplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6932790Z test_dispatch_meta_inplace_double_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6932920Z test_dispatch_meta_inplace_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6933060Z test_dispatch_meta_inplace_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6933190Z test_dispatch_meta_inplace_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6933320Z test_dispatch_meta_inplace_double_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6933450Z test_dispatch_meta_inplace_double_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6933580Z test_dispatch_meta_inplace_double_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6933720Z test_dispatch_meta_inplace_double_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6933840Z test_dispatch_meta_inplace_double_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6933970Z test_dispatch_meta_inplace_double_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6934100Z test_dispatch_meta_inplace_double_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6934230Z test_dispatch_meta_inplace_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6934360Z test_dispatch_meta_inplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6934490Z test_dispatch_meta_inplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6934630Z test_dispatch_meta_inplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6934760Z test_dispatch_meta_inplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6934890Z test_dispatch_meta_inplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6935020Z test_dispatch_meta_inplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6935150Z test_dispatch_meta_inplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6935310Z test_dispatch_meta_inplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6935440Z test_dispatch_meta_inplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6935570Z test_dispatch_meta_inplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6935700Z test_dispatch_meta_inplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6935830Z test_dispatch_meta_inplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6935950Z test_dispatch_meta_inplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6936090Z test_dispatch_meta_inplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6936220Z test_dispatch_meta_inplace_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6936410Z test_dispatch_meta_inplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6936550Z test_dispatch_meta_inplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6936680Z test_dispatch_meta_inplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6936810Z test_dispatch_meta_inplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6936940Z test_dispatch_meta_inplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6937070Z test_dispatch_meta_inplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6937200Z test_dispatch_meta_inplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6937320Z test_dispatch_meta_inplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6937450Z test_dispatch_meta_inplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6937580Z test_dispatch_meta_inplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6937710Z test_dispatch_meta_inplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6937840Z test_dispatch_meta_inplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6937970Z test_dispatch_meta_inplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6938110Z test_dispatch_meta_inplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6938240Z test_dispatch_meta_inplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6938370Z test_dispatch_meta_inplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6938490Z test_dispatch_meta_inplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6938620Z test_dispatch_meta_inplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6938750Z test_dispatch_meta_inplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6938900Z test_dispatch_meta_inplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6939030Z test_dispatch_meta_inplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6939160Z test_dispatch_meta_inplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6939290Z test_dispatch_meta_inplace_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6939420Z test_dispatch_meta_inplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6939550Z test_dispatch_meta_inplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6939680Z test_dispatch_meta_inplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6939820Z test_dispatch_meta_inplace_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6940010Z test_dispatch_meta_inplace_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6940140Z test_dispatch_meta_inplace_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6940270Z test_dispatch_meta_inplace_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6940400Z test_dispatch_meta_inplace_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6940530Z test_dispatch_meta_inplace_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6940650Z test_dispatch_meta_inplace_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6940780Z test_dispatch_meta_inplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6940920Z test_dispatch_meta_inplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6941050Z test_dispatch_meta_inplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6941190Z test_dispatch_meta_inplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6941330Z test_dispatch_meta_inplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6941470Z test_dispatch_meta_inplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6941600Z test_dispatch_meta_inplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6941740Z test_dispatch_meta_inplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6941870Z test_dispatch_meta_inplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6942000Z test_dispatch_meta_inplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6942130Z test_dispatch_meta_inplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6942260Z test_dispatch_meta_inplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6942390Z test_dispatch_meta_inplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6942550Z test_dispatch_meta_inplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6942660Z test_dispatch_meta_inplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6942760Z test_dispatch_meta_inplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6942870Z test_dispatch_meta_inplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6942980Z test_dispatch_meta_inplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6943080Z test_dispatch_meta_inplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6943180Z test_dispatch_meta_inplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6943280Z test_dispatch_meta_inplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6943380Z test_dispatch_meta_inplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6943490Z test_dispatch_meta_inplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6943640Z test_dispatch_meta_inplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6943750Z test_dispatch_meta_inplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6943850Z test_dispatch_meta_inplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6943950Z test_dispatch_meta_inplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.6944080Z test_dispatch_meta_inplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6944210Z test_dispatch_meta_inplace_equal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6944350Z test_dispatch_meta_inplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6944480Z test_dispatch_meta_inplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6944610Z test_dispatch_meta_inplace_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6944740Z test_dispatch_meta_inplace_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6944870Z test_dispatch_meta_inplace_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6945000Z test_dispatch_meta_inplace_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6945130Z test_dispatch_meta_inplace_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6945260Z test_dispatch_meta_inplace_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6945390Z test_dispatch_meta_inplace_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6945520Z test_dispatch_meta_inplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6945620Z test_dispatch_meta_inplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6945750Z test_dispatch_meta_inplace_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6945850Z test_dispatch_meta_inplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6945950Z test_dispatch_meta_inplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6946080Z test_dispatch_meta_inplace_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6946210Z test_dispatch_meta_inplace_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6946530Z test_dispatch_meta_inplace_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6946690Z test_dispatch_meta_inplace_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6946810Z test_dispatch_meta_inplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6946920Z test_dispatch_meta_inplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6947040Z test_dispatch_meta_inplace_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6947150Z test_dispatch_meta_inplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6947250Z test_dispatch_meta_inplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6947380Z test_dispatch_meta_inplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6947580Z test_dispatch_meta_inplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6952960Z test_dispatch_meta_inplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6953110Z test_dispatch_meta_inplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6953230Z test_dispatch_meta_inplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6953340Z test_dispatch_meta_inplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6953470Z test_dispatch_meta_inplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6953580Z test_dispatch_meta_inplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6953690Z test_dispatch_meta_inplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6953820Z test_dispatch_meta_inplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6953950Z test_dispatch_meta_inplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6954070Z test_dispatch_meta_inplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6954200Z test_dispatch_meta_inplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6954320Z test_dispatch_meta_inplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6954430Z test_dispatch_meta_inplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6954550Z test_dispatch_meta_inplace_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6954660Z test_dispatch_meta_inplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6954760Z test_dispatch_meta_inplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6954860Z test_dispatch_meta_inplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6954990Z test_dispatch_meta_inplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6955110Z test_dispatch_meta_inplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6955230Z test_dispatch_meta_inplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6955360Z test_dispatch_meta_inplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6955480Z test_dispatch_meta_inplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6955720Z test_dispatch_meta_inplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6955840Z test_dispatch_meta_inplace_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6955960Z test_dispatch_meta_inplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6956060Z test_dispatch_meta_inplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6956170Z test_dispatch_meta_inplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6956270Z test_dispatch_meta_inplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6956390Z test_dispatch_meta_inplace_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6956520Z test_dispatch_meta_inplace_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6956640Z test_dispatch_meta_inplace_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6956830Z test_dispatch_meta_inplace_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6956960Z test_dispatch_meta_inplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6957090Z test_dispatch_meta_inplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6957230Z test_dispatch_meta_inplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6957370Z test_dispatch_meta_inplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6957510Z test_dispatch_meta_inplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6957640Z test_dispatch_meta_inplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6957780Z test_dispatch_meta_inplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6957910Z test_dispatch_meta_inplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6958040Z test_dispatch_meta_inplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6958170Z test_dispatch_meta_inplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6958300Z test_dispatch_meta_inplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6958430Z test_dispatch_meta_inplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6958560Z test_dispatch_meta_inplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6958690Z test_dispatch_meta_inplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6958820Z test_dispatch_meta_inplace_expand_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6958960Z test_dispatch_meta_inplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6959090Z test_dispatch_meta_inplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6959220Z test_dispatch_meta_inplace_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6959400Z test_dispatch_meta_inplace_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6959530Z test_dispatch_meta_inplace_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6959670Z test_dispatch_meta_inplace_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6959800Z test_dispatch_meta_inplace_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6959920Z test_dispatch_meta_inplace_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6960060Z test_dispatch_meta_inplace_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6960180Z test_dispatch_meta_inplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6960290Z test_dispatch_meta_inplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6960450Z test_dispatch_meta_inplace_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6960560Z test_dispatch_meta_inplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6960670Z test_dispatch_meta_inplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6960790Z test_dispatch_meta_inplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6960920Z test_dispatch_meta_inplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6961040Z test_dispatch_meta_inplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6961160Z test_dispatch_meta_inplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6961290Z test_dispatch_meta_inplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.6961480Z test_dispatch_meta_inplace_eye_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6961620Z test_dispatch_meta_inplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6961750Z test_dispatch_meta_inplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6961880Z test_dispatch_meta_inplace_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6962020Z test_dispatch_meta_inplace_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6962140Z test_dispatch_meta_inplace_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6962270Z test_dispatch_meta_inplace_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6962400Z test_dispatch_meta_inplace_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6962520Z test_dispatch_meta_inplace_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6962650Z test_dispatch_meta_inplace_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6962770Z test_dispatch_meta_inplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6962910Z test_dispatch_meta_inplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6963040Z test_dispatch_meta_inplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6963230Z test_dispatch_meta_inplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6963370Z test_dispatch_meta_inplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6963500Z test_dispatch_meta_inplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6963630Z test_dispatch_meta_inplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6963760Z test_dispatch_meta_inplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6963890Z test_dispatch_meta_inplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6964030Z test_dispatch_meta_inplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6964180Z test_dispatch_meta_inplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6964310Z test_dispatch_meta_inplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6964450Z test_dispatch_meta_inplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6964580Z test_dispatch_meta_inplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6964720Z test_dispatch_meta_inplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6964850Z test_dispatch_meta_inplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6964980Z test_dispatch_meta_inplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6965110Z test_dispatch_meta_inplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6965240Z test_dispatch_meta_inplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6965370Z test_dispatch_meta_inplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6965500Z test_dispatch_meta_inplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6965620Z test_dispatch_meta_inplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6965760Z test_dispatch_meta_inplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6965900Z test_dispatch_meta_inplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6966030Z test_dispatch_meta_inplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6966160Z test_dispatch_meta_inplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6966290Z test_dispatch_meta_inplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6966420Z test_dispatch_meta_inplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6966550Z test_dispatch_meta_inplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6966680Z test_dispatch_meta_inplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6966880Z test_dispatch_meta_inplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6967030Z test_dispatch_meta_inplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6967170Z test_dispatch_meta_inplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6967300Z test_dispatch_meta_inplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6967440Z test_dispatch_meta_inplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6967580Z test_dispatch_meta_inplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6967720Z test_dispatch_meta_inplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6967930Z test_dispatch_meta_inplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6968070Z test_dispatch_meta_inplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6968200Z test_dispatch_meta_inplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6968330Z test_dispatch_meta_inplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6968460Z test_dispatch_meta_inplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6968590Z test_dispatch_meta_inplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6968720Z test_dispatch_meta_inplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6968850Z test_dispatch_meta_inplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6968980Z test_dispatch_meta_inplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6969120Z test_dispatch_meta_inplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6969250Z test_dispatch_meta_inplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6969380Z test_dispatch_meta_inplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6969520Z test_dispatch_meta_inplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6969650Z test_dispatch_meta_inplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6969770Z test_dispatch_meta_inplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6969900Z test_dispatch_meta_inplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6970030Z test_dispatch_meta_inplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6970160Z test_dispatch_meta_inplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6970290Z test_dispatch_meta_inplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6970480Z test_dispatch_meta_inplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6970610Z test_dispatch_meta_inplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6970740Z test_dispatch_meta_inplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6970870Z test_dispatch_meta_inplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6971000Z test_dispatch_meta_inplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6971130Z test_dispatch_meta_inplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6971260Z test_dispatch_meta_inplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6971390Z test_dispatch_meta_inplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6971540Z test_dispatch_meta_inplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6971680Z test_dispatch_meta_inplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6971820Z test_dispatch_meta_inplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6971950Z test_dispatch_meta_inplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6972080Z test_dispatch_meta_inplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6972210Z test_dispatch_meta_inplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6972340Z test_dispatch_meta_inplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6972470Z test_dispatch_meta_inplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6972600Z test_dispatch_meta_inplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6972730Z test_dispatch_meta_inplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6972850Z test_dispatch_meta_inplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6972990Z test_dispatch_meta_inplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6973120Z test_dispatch_meta_inplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6973250Z test_dispatch_meta_inplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6973380Z test_dispatch_meta_inplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6973510Z test_dispatch_meta_inplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6973640Z test_dispatch_meta_inplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6973760Z test_dispatch_meta_inplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6973890Z test_dispatch_meta_inplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6974060Z test_dispatch_meta_inplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6974200Z test_dispatch_meta_inplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6974340Z test_dispatch_meta_inplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6974470Z test_dispatch_meta_inplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6974600Z test_dispatch_meta_inplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6974730Z test_dispatch_meta_inplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6974860Z test_dispatch_meta_inplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6974990Z test_dispatch_meta_inplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6975170Z test_dispatch_meta_inplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6975300Z test_dispatch_meta_inplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6975430Z test_dispatch_meta_inplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6975560Z test_dispatch_meta_inplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6975690Z test_dispatch_meta_inplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6975830Z test_dispatch_meta_inplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6975960Z test_dispatch_meta_inplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6976090Z test_dispatch_meta_inplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6976220Z test_dispatch_meta_inplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6976340Z test_dispatch_meta_inplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6976470Z test_dispatch_meta_inplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6976600Z test_dispatch_meta_inplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6976730Z test_dispatch_meta_inplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6976860Z test_dispatch_meta_inplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6977000Z test_dispatch_meta_inplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6977140Z test_dispatch_meta_inplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6977280Z test_dispatch_meta_inplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6977410Z test_dispatch_meta_inplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6977550Z test_dispatch_meta_inplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6977710Z test_dispatch_meta_inplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6977850Z test_dispatch_meta_inplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6977980Z test_dispatch_meta_inplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6978120Z test_dispatch_meta_inplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6978250Z test_dispatch_meta_inplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6978390Z test_dispatch_meta_inplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6978520Z test_dispatch_meta_inplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6978670Z test_dispatch_meta_inplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6978800Z test_dispatch_meta_inplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6978930Z test_dispatch_meta_inplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6979070Z test_dispatch_meta_inplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6979190Z test_dispatch_meta_inplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6979320Z test_dispatch_meta_inplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6979450Z test_dispatch_meta_inplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6979580Z test_dispatch_meta_inplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6979720Z test_dispatch_meta_inplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6979850Z test_dispatch_meta_inplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6979990Z test_dispatch_meta_inplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6980120Z test_dispatch_meta_inplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6980250Z test_dispatch_meta_inplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6980380Z test_dispatch_meta_inplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6980500Z test_dispatch_meta_inplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6980630Z test_dispatch_meta_inplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6980760Z test_dispatch_meta_inplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6980890Z test_dispatch_meta_inplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6981020Z test_dispatch_meta_inplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6981210Z test_dispatch_meta_inplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6981350Z test_dispatch_meta_inplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6981480Z test_dispatch_meta_inplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6981610Z test_dispatch_meta_inplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6981740Z test_dispatch_meta_inplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6981860Z test_dispatch_meta_inplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6982000Z test_dispatch_meta_inplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6982140Z test_dispatch_meta_inplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6982500Z test_dispatch_meta_inplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6982630Z test_dispatch_meta_inplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6982750Z test_dispatch_meta_inplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6982880Z test_dispatch_meta_inplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6983010Z test_dispatch_meta_inplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6983130Z test_dispatch_meta_inplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6983260Z test_dispatch_meta_inplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6983390Z test_dispatch_meta_inplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6983530Z test_dispatch_meta_inplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6983660Z test_dispatch_meta_inplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6983800Z test_dispatch_meta_inplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6983930Z test_dispatch_meta_inplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6984060Z test_dispatch_meta_inplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6984180Z test_dispatch_meta_inplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6989660Z test_dispatch_meta_inplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6989850Z test_dispatch_meta_inplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6989980Z test_dispatch_meta_inplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6990120Z test_dispatch_meta_inplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6990250Z test_dispatch_meta_inplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6990540Z test_dispatch_meta_inplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6990670Z test_dispatch_meta_inplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6990810Z test_dispatch_meta_inplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6990940Z test_dispatch_meta_inplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6991070Z test_dispatch_meta_inplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6991190Z test_dispatch_meta_inplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6991320Z test_dispatch_meta_inplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6991480Z test_dispatch_meta_inplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6991620Z test_dispatch_meta_inplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6991750Z test_dispatch_meta_inplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6991880Z test_dispatch_meta_inplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6992000Z test_dispatch_meta_inplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6992130Z test_dispatch_meta_inplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6992260Z test_dispatch_meta_inplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6992390Z test_dispatch_meta_inplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6992510Z test_dispatch_meta_inplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6992650Z test_dispatch_meta_inplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6992780Z test_dispatch_meta_inplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6992910Z test_dispatch_meta_inplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6993030Z test_dispatch_meta_inplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6993160Z test_dispatch_meta_inplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6993290Z test_dispatch_meta_inplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6993420Z test_dispatch_meta_inplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6993550Z test_dispatch_meta_inplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6993680Z test_dispatch_meta_inplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6993810Z test_dispatch_meta_inplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6993940Z test_dispatch_meta_inplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6994100Z test_dispatch_meta_inplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6994230Z test_dispatch_meta_inplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6994360Z test_dispatch_meta_inplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6994490Z test_dispatch_meta_inplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6994610Z test_dispatch_meta_inplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6994720Z test_dispatch_meta_inplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6994820Z test_dispatch_meta_inplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6994930Z test_dispatch_meta_inplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6995070Z test_dispatch_meta_inplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6995180Z test_dispatch_meta_inplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6995280Z test_dispatch_meta_inplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6995380Z test_dispatch_meta_inplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6995480Z test_dispatch_meta_inplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6995580Z test_dispatch_meta_inplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6995680Z test_dispatch_meta_inplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6995780Z test_dispatch_meta_inplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6995880Z test_dispatch_meta_inplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6995990Z test_dispatch_meta_inplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.6996120Z test_dispatch_meta_inplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6996250Z test_dispatch_meta_inplace_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6996390Z test_dispatch_meta_inplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6996530Z test_dispatch_meta_inplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6996660Z test_dispatch_meta_inplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6996790Z test_dispatch_meta_inplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6996920Z test_dispatch_meta_inplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6997050Z test_dispatch_meta_inplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6997180Z test_dispatch_meta_inplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6997310Z test_dispatch_meta_inplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6997440Z test_dispatch_meta_inplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6997570Z test_dispatch_meta_inplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6997720Z test_dispatch_meta_inplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6997860Z test_dispatch_meta_inplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6997990Z test_dispatch_meta_inplace_flip_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6998120Z test_dispatch_meta_inplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6998260Z test_dispatch_meta_inplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6998390Z test_dispatch_meta_inplace_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6998520Z test_dispatch_meta_inplace_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6998640Z test_dispatch_meta_inplace_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6998820Z test_dispatch_meta_inplace_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6998950Z test_dispatch_meta_inplace_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6999070Z test_dispatch_meta_inplace_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6999200Z test_dispatch_meta_inplace_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6999320Z test_dispatch_meta_inplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6999460Z test_dispatch_meta_inplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6999590Z test_dispatch_meta_inplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6999720Z test_dispatch_meta_inplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6999860Z test_dispatch_meta_inplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.6999980Z test_dispatch_meta_inplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7000120Z test_dispatch_meta_inplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7000240Z test_dispatch_meta_inplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7000380Z test_dispatch_meta_inplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7000510Z test_dispatch_meta_inplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7000640Z test_dispatch_meta_inplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7000770Z test_dispatch_meta_inplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7000900Z test_dispatch_meta_inplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7001030Z test_dispatch_meta_inplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7001160Z test_dispatch_meta_inplace_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7001380Z test_dispatch_meta_inplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7001520Z test_dispatch_meta_inplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7001650Z test_dispatch_meta_inplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7001780Z test_dispatch_meta_inplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7001910Z test_dispatch_meta_inplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7002030Z test_dispatch_meta_inplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7002160Z test_dispatch_meta_inplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7002290Z test_dispatch_meta_inplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7002500Z test_dispatch_meta_inplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7002630Z test_dispatch_meta_inplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7002760Z test_dispatch_meta_inplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7002890Z test_dispatch_meta_inplace_float_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7003030Z test_dispatch_meta_inplace_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7003160Z test_dispatch_meta_inplace_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7003290Z test_dispatch_meta_inplace_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7003420Z test_dispatch_meta_inplace_float_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7003550Z test_dispatch_meta_inplace_float_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7003680Z test_dispatch_meta_inplace_float_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7003810Z test_dispatch_meta_inplace_float_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7003940Z test_dispatch_meta_inplace_float_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7004060Z test_dispatch_meta_inplace_float_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7004190Z test_dispatch_meta_inplace_float_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7004320Z test_dispatch_meta_inplace_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7004460Z test_dispatch_meta_inplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7004600Z test_dispatch_meta_inplace_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7004750Z test_dispatch_meta_inplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7004890Z test_dispatch_meta_inplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7005080Z test_dispatch_meta_inplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7005220Z test_dispatch_meta_inplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7005360Z test_dispatch_meta_inplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7005500Z test_dispatch_meta_inplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7005640Z test_dispatch_meta_inplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7005770Z test_dispatch_meta_inplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7005910Z test_dispatch_meta_inplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7006040Z test_dispatch_meta_inplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.7006200Z test_dispatch_meta_inplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7006310Z test_dispatch_meta_inplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7006410Z test_dispatch_meta_inplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7006520Z test_dispatch_meta_inplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7006620Z test_dispatch_meta_inplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7006720Z test_dispatch_meta_inplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7006830Z test_dispatch_meta_inplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7006930Z test_dispatch_meta_inplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7007040Z test_dispatch_meta_inplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7007150Z test_dispatch_meta_inplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7007260Z test_dispatch_meta_inplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7007370Z test_dispatch_meta_inplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7007480Z test_dispatch_meta_inplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7007580Z test_dispatch_meta_inplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7007690Z test_dispatch_meta_inplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7007800Z test_dispatch_meta_inplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7007910Z test_dispatch_meta_inplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7008040Z test_dispatch_meta_inplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7008170Z test_dispatch_meta_inplace_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7008300Z test_dispatch_meta_inplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7008430Z test_dispatch_meta_inplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7008560Z test_dispatch_meta_inplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7008690Z test_dispatch_meta_inplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7008860Z test_dispatch_meta_inplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7008990Z test_dispatch_meta_inplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7009120Z test_dispatch_meta_inplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7009250Z test_dispatch_meta_inplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7009380Z test_dispatch_meta_inplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7009500Z test_dispatch_meta_inplace_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7009630Z test_dispatch_meta_inplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7009760Z test_dispatch_meta_inplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7009940Z test_dispatch_meta_inplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7010070Z test_dispatch_meta_inplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7010190Z test_dispatch_meta_inplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7010320Z test_dispatch_meta_inplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7010440Z test_dispatch_meta_inplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7010560Z test_dispatch_meta_inplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7010670Z test_dispatch_meta_inplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7010780Z test_dispatch_meta_inplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7010880Z test_dispatch_meta_inplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7010980Z test_dispatch_meta_inplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7011080Z test_dispatch_meta_inplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7011180Z test_dispatch_meta_inplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7011280Z test_dispatch_meta_inplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7011390Z test_dispatch_meta_inplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7011490Z test_dispatch_meta_inplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7011600Z test_dispatch_meta_inplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7011700Z test_dispatch_meta_inplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7011810Z test_dispatch_meta_inplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7011900Z test_dispatch_meta_inplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7012040Z test_dispatch_meta_inplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7012170Z test_dispatch_meta_inplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7012310Z test_dispatch_meta_inplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7012440Z test_dispatch_meta_inplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7012580Z test_dispatch_meta_inplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7012720Z test_dispatch_meta_inplace_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7012850Z test_dispatch_meta_inplace_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7012990Z test_dispatch_meta_inplace_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7013120Z test_dispatch_meta_inplace_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7013250Z test_dispatch_meta_inplace_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7013380Z test_dispatch_meta_inplace_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7013510Z test_dispatch_meta_inplace_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7013680Z test_dispatch_meta_inplace_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7013810Z test_dispatch_meta_inplace_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7013940Z test_dispatch_meta_inplace_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7014060Z test_dispatch_meta_inplace_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7014190Z test_dispatch_meta_inplace_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7014320Z test_dispatch_meta_inplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7014450Z test_dispatch_meta_inplace_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7014590Z test_dispatch_meta_inplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7014720Z test_dispatch_meta_inplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7014860Z test_dispatch_meta_inplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7014990Z test_dispatch_meta_inplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7015120Z test_dispatch_meta_inplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7015250Z test_dispatch_meta_inplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7015390Z test_dispatch_meta_inplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7015520Z test_dispatch_meta_inplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7015650Z test_dispatch_meta_inplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7015780Z test_dispatch_meta_inplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7015910Z test_dispatch_meta_inplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7016050Z test_dispatch_meta_inplace_gather_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7016420Z test_dispatch_meta_inplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7016600Z test_dispatch_meta_inplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7016730Z test_dispatch_meta_inplace_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7016860Z test_dispatch_meta_inplace_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7016990Z test_dispatch_meta_inplace_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7017120Z test_dispatch_meta_inplace_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7017250Z test_dispatch_meta_inplace_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7017370Z test_dispatch_meta_inplace_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7017590Z test_dispatch_meta_inplace_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7017720Z test_dispatch_meta_inplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7017820Z test_dispatch_meta_inplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7017920Z test_dispatch_meta_inplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7018020Z test_dispatch_meta_inplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7018120Z test_dispatch_meta_inplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7018220Z test_dispatch_meta_inplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7018330Z test_dispatch_meta_inplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7018430Z test_dispatch_meta_inplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7018540Z test_dispatch_meta_inplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7018640Z test_dispatch_meta_inplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7018740Z test_dispatch_meta_inplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7018840Z test_dispatch_meta_inplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7018940Z test_dispatch_meta_inplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7019040Z test_dispatch_meta_inplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7019130Z test_dispatch_meta_inplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7019230Z test_dispatch_meta_inplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7019370Z test_dispatch_meta_inplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7019500Z test_dispatch_meta_inplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7019640Z test_dispatch_meta_inplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7019770Z test_dispatch_meta_inplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7019910Z test_dispatch_meta_inplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7025370Z test_dispatch_meta_inplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7025770Z test_dispatch_meta_inplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7025910Z test_dispatch_meta_inplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7026040Z test_dispatch_meta_inplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7026170Z test_dispatch_meta_inplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7026300Z test_dispatch_meta_inplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7026430Z test_dispatch_meta_inplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7026560Z test_dispatch_meta_inplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7026720Z test_dispatch_meta_inplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7026930Z test_dispatch_meta_inplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7027070Z test_dispatch_meta_inplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7027180Z test_dispatch_meta_inplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7027280Z test_dispatch_meta_inplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7027380Z test_dispatch_meta_inplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7027490Z test_dispatch_meta_inplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7027580Z test_dispatch_meta_inplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7027690Z test_dispatch_meta_inplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7027790Z test_dispatch_meta_inplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7027890Z test_dispatch_meta_inplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7027990Z test_dispatch_meta_inplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7028080Z test_dispatch_meta_inplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7028220Z test_dispatch_meta_inplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7028350Z test_dispatch_meta_inplace_half_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7028480Z test_dispatch_meta_inplace_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7028620Z test_dispatch_meta_inplace_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7028750Z test_dispatch_meta_inplace_half_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7028880Z test_dispatch_meta_inplace_half_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7029010Z test_dispatch_meta_inplace_half_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7029130Z test_dispatch_meta_inplace_half_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7029260Z test_dispatch_meta_inplace_half_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7029380Z test_dispatch_meta_inplace_half_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7029560Z test_dispatch_meta_inplace_half_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7029690Z test_dispatch_meta_inplace_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7029810Z test_dispatch_meta_inplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7029920Z test_dispatch_meta_inplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7030030Z test_dispatch_meta_inplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7030130Z test_dispatch_meta_inplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7030240Z test_dispatch_meta_inplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7030350Z test_dispatch_meta_inplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7030460Z test_dispatch_meta_inplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7030590Z test_dispatch_meta_inplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7030700Z test_dispatch_meta_inplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7030800Z test_dispatch_meta_inplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7030930Z test_dispatch_meta_inplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7031060Z test_dispatch_meta_inplace_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7031200Z test_dispatch_meta_inplace_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7031330Z test_dispatch_meta_inplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7031470Z test_dispatch_meta_inplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7031600Z test_dispatch_meta_inplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7031740Z test_dispatch_meta_inplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7031870Z test_dispatch_meta_inplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7032010Z test_dispatch_meta_inplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7032140Z test_dispatch_meta_inplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7032280Z test_dispatch_meta_inplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7032410Z test_dispatch_meta_inplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7032540Z test_dispatch_meta_inplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7032670Z test_dispatch_meta_inplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7032800Z test_dispatch_meta_inplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7032920Z test_dispatch_meta_inplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7033050Z test_dispatch_meta_inplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7033240Z test_dispatch_meta_inplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7033380Z test_dispatch_meta_inplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7033500Z test_dispatch_meta_inplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7033630Z test_dispatch_meta_inplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7033760Z test_dispatch_meta_inplace_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7033900Z test_dispatch_meta_inplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7034030Z test_dispatch_meta_inplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7034160Z test_dispatch_meta_inplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7034310Z test_dispatch_meta_inplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7034450Z test_dispatch_meta_inplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7034570Z test_dispatch_meta_inplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7034700Z test_dispatch_meta_inplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7034830Z test_dispatch_meta_inplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7034960Z test_dispatch_meta_inplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7035090Z test_dispatch_meta_inplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7035210Z test_dispatch_meta_inplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7035320Z test_dispatch_meta_inplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7035430Z test_dispatch_meta_inplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7035530Z test_dispatch_meta_inplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7035630Z test_dispatch_meta_inplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7035760Z test_dispatch_meta_inplace_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7035860Z test_dispatch_meta_inplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7035970Z test_dispatch_meta_inplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7036090Z test_dispatch_meta_inplace_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7036210Z test_dispatch_meta_inplace_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7036330Z test_dispatch_meta_inplace_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7036460Z test_dispatch_meta_inplace_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7036580Z test_dispatch_meta_inplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7036690Z test_dispatch_meta_inplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7036800Z test_dispatch_meta_inplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7036970Z test_dispatch_meta_inplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7037100Z test_dispatch_meta_inplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7037220Z test_dispatch_meta_inplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7037330Z test_dispatch_meta_inplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7037430Z test_dispatch_meta_inplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7037530Z test_dispatch_meta_inplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7037670Z test_dispatch_meta_inplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7037800Z test_dispatch_meta_inplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7037930Z test_dispatch_meta_inplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7038090Z test_dispatch_meta_inplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7038200Z test_dispatch_meta_inplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7038320Z test_dispatch_meta_inplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7038430Z test_dispatch_meta_inplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7038530Z test_dispatch_meta_inplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7038640Z test_dispatch_meta_inplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7038750Z test_dispatch_meta_inplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7038850Z test_dispatch_meta_inplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7038960Z test_dispatch_meta_inplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7039060Z test_dispatch_meta_inplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7039160Z test_dispatch_meta_inplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7039260Z test_dispatch_meta_inplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7039370Z test_dispatch_meta_inplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7039470Z test_dispatch_meta_inplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7039580Z test_dispatch_meta_inplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7039690Z test_dispatch_meta_inplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7039800Z test_dispatch_meta_inplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7039910Z test_dispatch_meta_inplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7040020Z test_dispatch_meta_inplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7040120Z test_dispatch_meta_inplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7040230Z test_dispatch_meta_inplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7040330Z test_dispatch_meta_inplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7040440Z test_dispatch_meta_inplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7040540Z test_dispatch_meta_inplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7040640Z test_dispatch_meta_inplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7040780Z test_dispatch_meta_inplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7040880Z test_dispatch_meta_inplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7041000Z test_dispatch_meta_inplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7041110Z test_dispatch_meta_inplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7041210Z test_dispatch_meta_inplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7041320Z test_dispatch_meta_inplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7041420Z test_dispatch_meta_inplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7041520Z test_dispatch_meta_inplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7041630Z test_dispatch_meta_inplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7041780Z test_dispatch_meta_inplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7041880Z test_dispatch_meta_inplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7041980Z test_dispatch_meta_inplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7042090Z test_dispatch_meta_inplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7042190Z test_dispatch_meta_inplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7042300Z test_dispatch_meta_inplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7042410Z test_dispatch_meta_inplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7042520Z test_dispatch_meta_inplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7042630Z test_dispatch_meta_inplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7042730Z test_dispatch_meta_inplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7042840Z test_dispatch_meta_inplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7042940Z test_dispatch_meta_inplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7043040Z test_dispatch_meta_inplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7043140Z test_dispatch_meta_inplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7043250Z test_dispatch_meta_inplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7043350Z test_dispatch_meta_inplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7043460Z test_dispatch_meta_inplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7043570Z test_dispatch_meta_inplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7043680Z test_dispatch_meta_inplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7043780Z test_dispatch_meta_inplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7043890Z test_dispatch_meta_inplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7043990Z test_dispatch_meta_inplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7044100Z test_dispatch_meta_inplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7044200Z test_dispatch_meta_inplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7044310Z test_dispatch_meta_inplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7044500Z test_dispatch_meta_inplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7044640Z test_dispatch_meta_inplace_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7044780Z test_dispatch_meta_inplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7044920Z test_dispatch_meta_inplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7045060Z test_dispatch_meta_inplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7045200Z test_dispatch_meta_inplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7045330Z test_dispatch_meta_inplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7045490Z test_dispatch_meta_inplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7045630Z test_dispatch_meta_inplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7045760Z test_dispatch_meta_inplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7045890Z test_dispatch_meta_inplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7046020Z test_dispatch_meta_inplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7046150Z test_dispatch_meta_inplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7046290Z test_dispatch_meta_inplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7046420Z test_dispatch_meta_inplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7046550Z test_dispatch_meta_inplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7046690Z test_dispatch_meta_inplace_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7046820Z test_dispatch_meta_inplace_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7046950Z test_dispatch_meta_inplace_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7047080Z test_dispatch_meta_inplace_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7047210Z test_dispatch_meta_inplace_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7047330Z test_dispatch_meta_inplace_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7047460Z test_dispatch_meta_inplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7047590Z test_dispatch_meta_inplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7047720Z test_dispatch_meta_inplace_int_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7047850Z test_dispatch_meta_inplace_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7047980Z test_dispatch_meta_inplace_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7048150Z test_dispatch_meta_inplace_int_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7048280Z test_dispatch_meta_inplace_int_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7048400Z test_dispatch_meta_inplace_int_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7048530Z test_dispatch_meta_inplace_int_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7048660Z test_dispatch_meta_inplace_int_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7048780Z test_dispatch_meta_inplace_int_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7048910Z test_dispatch_meta_inplace_int_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7049050Z test_dispatch_meta_inplace_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7049180Z test_dispatch_meta_inplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7049310Z test_dispatch_meta_inplace_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7049450Z test_dispatch_meta_inplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7049580Z test_dispatch_meta_inplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7049720Z test_dispatch_meta_inplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7049850Z test_dispatch_meta_inplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7049970Z test_dispatch_meta_inplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7050100Z test_dispatch_meta_inplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7050230Z test_dispatch_meta_inplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7050360Z test_dispatch_meta_inplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7050490Z test_dispatch_meta_inplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7050620Z test_dispatch_meta_inplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7050760Z test_dispatch_meta_inplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7050890Z test_dispatch_meta_inplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7051030Z test_dispatch_meta_inplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7051170Z test_dispatch_meta_inplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7051300Z test_dispatch_meta_inplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7051430Z test_dispatch_meta_inplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7051560Z test_dispatch_meta_inplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7051760Z test_dispatch_meta_inplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7051930Z test_dispatch_meta_inplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7052060Z test_dispatch_meta_inplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7052200Z test_dispatch_meta_inplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7052320Z test_dispatch_meta_inplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7052450Z test_dispatch_meta_inplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7052580Z test_dispatch_meta_inplace_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7052960Z test_dispatch_meta_inplace_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7053090Z test_dispatch_meta_inplace_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7053220Z test_dispatch_meta_inplace_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7053340Z test_dispatch_meta_inplace_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7053470Z test_dispatch_meta_inplace_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7053600Z test_dispatch_meta_inplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7053720Z test_dispatch_meta_inplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7053850Z test_dispatch_meta_inplace_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7053980Z test_dispatch_meta_inplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7054120Z test_dispatch_meta_inplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7054250Z test_dispatch_meta_inplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7054380Z test_dispatch_meta_inplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7054510Z test_dispatch_meta_inplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7054640Z test_dispatch_meta_inplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7054770Z test_dispatch_meta_inplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7054900Z test_dispatch_meta_inplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7055050Z test_dispatch_meta_inplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7060050Z test_dispatch_meta_inplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7060200Z test_dispatch_meta_inplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7060330Z test_dispatch_meta_inplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7060590Z test_dispatch_meta_inplace_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7060730Z test_dispatch_meta_inplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7060870Z test_dispatch_meta_inplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7061000Z test_dispatch_meta_inplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7061130Z test_dispatch_meta_inplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7061260Z test_dispatch_meta_inplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7061390Z test_dispatch_meta_inplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7061550Z test_dispatch_meta_inplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7061710Z test_dispatch_meta_inplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7061840Z test_dispatch_meta_inplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7061970Z test_dispatch_meta_inplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7062100Z test_dispatch_meta_inplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7062230Z test_dispatch_meta_inplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7062370Z test_dispatch_meta_inplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7062500Z test_dispatch_meta_inplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7062630Z test_dispatch_meta_inplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7062760Z test_dispatch_meta_inplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7062890Z test_dispatch_meta_inplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7063020Z test_dispatch_meta_inplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7063150Z test_dispatch_meta_inplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7063270Z test_dispatch_meta_inplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7063410Z test_dispatch_meta_inplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7063540Z test_dispatch_meta_inplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7063670Z test_dispatch_meta_inplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7063800Z test_dispatch_meta_inplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7063930Z test_dispatch_meta_inplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7064060Z test_dispatch_meta_inplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7064240Z test_dispatch_meta_inplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7064370Z test_dispatch_meta_inplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7064500Z test_dispatch_meta_inplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7064620Z test_dispatch_meta_inplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7064760Z test_dispatch_meta_inplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7064890Z test_dispatch_meta_inplace_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7065020Z test_dispatch_meta_inplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7065150Z test_dispatch_meta_inplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7065310Z test_dispatch_meta_inplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7065440Z test_dispatch_meta_inplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7065570Z test_dispatch_meta_inplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7065700Z test_dispatch_meta_inplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7065830Z test_dispatch_meta_inplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7065960Z test_dispatch_meta_inplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7066090Z test_dispatch_meta_inplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7066220Z test_dispatch_meta_inplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7066350Z test_dispatch_meta_inplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7066480Z test_dispatch_meta_inplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7066610Z test_dispatch_meta_inplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7066750Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7066890Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7067030Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7067170Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7067300Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7067440Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7067570Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7067710Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7067890Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7068020Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7068160Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7068290Z test_dispatch_meta_inplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7068430Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7068570Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7068720Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7068880Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7069030Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7069170Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7069310Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7069450Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7069590Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7069720Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7069860Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7069990Z test_dispatch_meta_inplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7070130Z test_dispatch_meta_inplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7070260Z test_dispatch_meta_inplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7070390Z test_dispatch_meta_inplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7070520Z test_dispatch_meta_inplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7070650Z test_dispatch_meta_inplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7070780Z test_dispatch_meta_inplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7070910Z test_dispatch_meta_inplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7071030Z test_dispatch_meta_inplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7071160Z test_dispatch_meta_inplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7071280Z test_dispatch_meta_inplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7071410Z test_dispatch_meta_inplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7071620Z test_dispatch_meta_inplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7071770Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7071910Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7072050Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7072200Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7072330Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7072470Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7072720Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7072860Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7072990Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7073130Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7073260Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7073400Z test_dispatch_meta_inplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7073530Z test_dispatch_meta_inplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7073660Z test_dispatch_meta_inplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7073790Z test_dispatch_meta_inplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7073920Z test_dispatch_meta_inplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7074050Z test_dispatch_meta_inplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7074180Z test_dispatch_meta_inplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7074310Z test_dispatch_meta_inplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7074430Z test_dispatch_meta_inplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7074560Z test_dispatch_meta_inplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7074680Z test_dispatch_meta_inplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7074810Z test_dispatch_meta_inplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7074930Z test_dispatch_meta_inplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7075070Z test_dispatch_meta_inplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7075200Z test_dispatch_meta_inplace_kron_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7075360Z test_dispatch_meta_inplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7075490Z test_dispatch_meta_inplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7075630Z test_dispatch_meta_inplace_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7075760Z test_dispatch_meta_inplace_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7075890Z test_dispatch_meta_inplace_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7076010Z test_dispatch_meta_inplace_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7076140Z test_dispatch_meta_inplace_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7076300Z test_dispatch_meta_inplace_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7076430Z test_dispatch_meta_inplace_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7076560Z test_dispatch_meta_inplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7076690Z test_dispatch_meta_inplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7076820Z test_dispatch_meta_inplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7076950Z test_dispatch_meta_inplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7077090Z test_dispatch_meta_inplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7077220Z test_dispatch_meta_inplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7077350Z test_dispatch_meta_inplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7077480Z test_dispatch_meta_inplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7077610Z test_dispatch_meta_inplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7077710Z test_dispatch_meta_inplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7077820Z test_dispatch_meta_inplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7077920Z test_dispatch_meta_inplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7078020Z test_dispatch_meta_inplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7078120Z test_dispatch_meta_inplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7078230Z test_dispatch_meta_inplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7078360Z test_dispatch_meta_inplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.7078470Z test_dispatch_meta_inplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7078580Z test_dispatch_meta_inplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7078680Z test_dispatch_meta_inplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7078790Z test_dispatch_meta_inplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7078890Z test_dispatch_meta_inplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7079050Z test_dispatch_meta_inplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.007s) 2022-11-23T01:20:47.7079180Z test_dispatch_meta_inplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.7079300Z test_dispatch_meta_inplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.7079430Z test_dispatch_meta_inplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.7079550Z test_dispatch_meta_inplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.7079660Z test_dispatch_meta_inplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7079760Z test_dispatch_meta_inplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7079870Z test_dispatch_meta_inplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7080000Z test_dispatch_meta_inplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7080100Z test_dispatch_meta_inplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7080200Z test_dispatch_meta_inplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7080300Z test_dispatch_meta_inplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7080400Z test_dispatch_meta_inplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7080500Z test_dispatch_meta_inplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7080600Z test_dispatch_meta_inplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7080700Z test_dispatch_meta_inplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7080810Z test_dispatch_meta_inplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7080920Z test_dispatch_meta_inplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7081030Z test_dispatch_meta_inplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7081130Z test_dispatch_meta_inplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7081230Z test_dispatch_meta_inplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7081360Z test_dispatch_meta_inplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7081470Z test_dispatch_meta_inplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7081570Z test_dispatch_meta_inplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7081700Z test_dispatch_meta_inplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7081830Z test_dispatch_meta_inplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7081950Z test_dispatch_meta_inplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7082080Z test_dispatch_meta_inplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7082200Z test_dispatch_meta_inplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7082340Z test_dispatch_meta_inplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7082490Z test_dispatch_meta_inplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7082630Z test_dispatch_meta_inplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7082810Z test_dispatch_meta_inplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7082960Z test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7083110Z test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7083250Z test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7083380Z test_dispatch_meta_inplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7083520Z test_dispatch_meta_inplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7083660Z test_dispatch_meta_inplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7083840Z test_dispatch_meta_inplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7083980Z test_dispatch_meta_inplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7084120Z test_dispatch_meta_inplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7084260Z test_dispatch_meta_inplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7084390Z test_dispatch_meta_inplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7084530Z test_dispatch_meta_inplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7084670Z test_dispatch_meta_inplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7084800Z test_dispatch_meta_inplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7084930Z test_dispatch_meta_inplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7085060Z test_dispatch_meta_inplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7085190Z test_dispatch_meta_inplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7085320Z test_dispatch_meta_inplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7085460Z test_dispatch_meta_inplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7085600Z test_dispatch_meta_inplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7085730Z test_dispatch_meta_inplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7085860Z test_dispatch_meta_inplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7086010Z test_dispatch_meta_inplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7086170Z test_dispatch_meta_inplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7086530Z test_dispatch_meta_inplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7086690Z test_dispatch_meta_inplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7086840Z test_dispatch_meta_inplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7086970Z test_dispatch_meta_inplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7087110Z test_dispatch_meta_inplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7087240Z test_dispatch_meta_inplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7087380Z test_dispatch_meta_inplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7087520Z test_dispatch_meta_inplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7087770Z test_dispatch_meta_inplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7087910Z test_dispatch_meta_inplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7088050Z test_dispatch_meta_inplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7088190Z test_dispatch_meta_inplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7088330Z test_dispatch_meta_inplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7088470Z test_dispatch_meta_inplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7088610Z test_dispatch_meta_inplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7088750Z test_dispatch_meta_inplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7088890Z test_dispatch_meta_inplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7089020Z test_dispatch_meta_inplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7089170Z test_dispatch_meta_inplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7089330Z test_dispatch_meta_inplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7089480Z test_dispatch_meta_inplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7089620Z test_dispatch_meta_inplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7089760Z test_dispatch_meta_inplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7089900Z test_dispatch_meta_inplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7090030Z test_dispatch_meta_inplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7090160Z test_dispatch_meta_inplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7090360Z test_dispatch_meta_inplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7090510Z test_dispatch_meta_inplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7090650Z test_dispatch_meta_inplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7090780Z test_dispatch_meta_inplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7090920Z test_dispatch_meta_inplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7091070Z test_dispatch_meta_inplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7091210Z test_dispatch_meta_inplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7091370Z test_dispatch_meta_inplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7091520Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7091670Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7096740Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7096930Z test_dispatch_meta_inplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7097100Z test_dispatch_meta_inplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7097240Z test_dispatch_meta_inplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7097380Z test_dispatch_meta_inplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7097520Z test_dispatch_meta_inplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7097650Z test_dispatch_meta_inplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7097790Z test_dispatch_meta_inplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7097930Z test_dispatch_meta_inplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7098060Z test_dispatch_meta_inplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7098210Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7098360Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7098510Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7098650Z test_dispatch_meta_inplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7098780Z test_dispatch_meta_inplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7099040Z test_dispatch_meta_inplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7099180Z test_dispatch_meta_inplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7099310Z test_dispatch_meta_inplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7099450Z test_dispatch_meta_inplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7099590Z test_dispatch_meta_inplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7099730Z test_dispatch_meta_inplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7099870Z test_dispatch_meta_inplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7100040Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7100180Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7100320Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7100460Z test_dispatch_meta_inplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7100600Z test_dispatch_meta_inplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7100740Z test_dispatch_meta_inplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7100880Z test_dispatch_meta_inplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7101010Z test_dispatch_meta_inplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7101150Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7101300Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7101440Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7101580Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7101710Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7101850Z test_dispatch_meta_inplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7101990Z test_dispatch_meta_inplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7102140Z test_dispatch_meta_inplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7102280Z test_dispatch_meta_inplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7102420Z test_dispatch_meta_inplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7102600Z test_dispatch_meta_inplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7102740Z test_dispatch_meta_inplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7102880Z test_dispatch_meta_inplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7103020Z test_dispatch_meta_inplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7103170Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7103320Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7103470Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7103640Z test_dispatch_meta_inplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7103780Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7103910Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7104050Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7104190Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7104330Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7104460Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7104600Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7104730Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7104870Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7105000Z test_dispatch_meta_inplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7105130Z test_dispatch_meta_inplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7105270Z test_dispatch_meta_inplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7105410Z test_dispatch_meta_inplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7105540Z test_dispatch_meta_inplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7105680Z test_dispatch_meta_inplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7105810Z test_dispatch_meta_inplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7105960Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7106180Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7106340Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7106490Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7106640Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7106780Z test_dispatch_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7106920Z test_dispatch_meta_inplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7107050Z test_dispatch_meta_inplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7107270Z test_dispatch_meta_inplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7107400Z test_dispatch_meta_inplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7107550Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7107700Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7107840Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7107990Z test_dispatch_meta_inplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7108190Z test_dispatch_meta_inplace_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.7108360Z test_dispatch_meta_inplace_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.7108530Z test_dispatch_meta_inplace_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.7108680Z test_dispatch_meta_inplace_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.7108820Z test_dispatch_meta_inplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7108960Z test_dispatch_meta_inplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7109090Z test_dispatch_meta_inplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7109220Z test_dispatch_meta_inplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7109370Z test_dispatch_meta_inplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7109510Z test_dispatch_meta_inplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7109650Z test_dispatch_meta_inplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7109830Z test_dispatch_meta_inplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7109980Z test_dispatch_meta_inplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7110110Z test_dispatch_meta_inplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7110250Z test_dispatch_meta_inplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7110380Z test_dispatch_meta_inplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7110520Z test_dispatch_meta_inplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7110660Z test_dispatch_meta_inplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7110800Z test_dispatch_meta_inplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7110960Z test_dispatch_meta_inplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7111110Z test_dispatch_meta_inplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7111260Z test_dispatch_meta_inplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7111410Z test_dispatch_meta_inplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7111550Z test_dispatch_meta_inplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7111690Z test_dispatch_meta_inplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7111820Z test_dispatch_meta_inplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7111960Z test_dispatch_meta_inplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7112090Z test_dispatch_meta_inplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7112230Z test_dispatch_meta_inplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7112370Z test_dispatch_meta_inplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7112500Z test_dispatch_meta_inplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7112640Z test_dispatch_meta_inplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7112790Z test_dispatch_meta_inplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7112930Z test_dispatch_meta_inplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7113070Z test_dispatch_meta_inplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7113200Z test_dispatch_meta_inplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7113340Z test_dispatch_meta_inplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7113530Z test_dispatch_meta_inplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7113670Z test_dispatch_meta_inplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7113810Z test_dispatch_meta_inplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7113950Z test_dispatch_meta_inplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7114090Z test_dispatch_meta_inplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7114230Z test_dispatch_meta_inplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7114370Z test_dispatch_meta_inplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7114520Z test_dispatch_meta_inplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7114660Z test_dispatch_meta_inplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7114820Z test_dispatch_meta_inplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7114950Z test_dispatch_meta_inplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7115080Z test_dispatch_meta_inplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7115220Z test_dispatch_meta_inplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7115360Z test_dispatch_meta_inplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7115500Z test_dispatch_meta_inplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7115640Z test_dispatch_meta_inplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7115770Z test_dispatch_meta_inplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7115910Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7116060Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7116200Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7116340Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7116470Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7116610Z test_dispatch_meta_inplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7116740Z test_dispatch_meta_inplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7116880Z test_dispatch_meta_inplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7117050Z test_dispatch_meta_inplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7117180Z test_dispatch_meta_inplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7117320Z test_dispatch_meta_inplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7117450Z test_dispatch_meta_inplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7117580Z test_dispatch_meta_inplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7117710Z test_dispatch_meta_inplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7117840Z test_dispatch_meta_inplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7117970Z test_dispatch_meta_inplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7118120Z test_dispatch_meta_inplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7118230Z test_dispatch_meta_inplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7118360Z test_dispatch_meta_inplace_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7118470Z test_dispatch_meta_inplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7118580Z test_dispatch_meta_inplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7118680Z test_dispatch_meta_inplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7118780Z test_dispatch_meta_inplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7118910Z test_dispatch_meta_inplace_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7119040Z test_dispatch_meta_inplace_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7119160Z test_dispatch_meta_inplace_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7119280Z test_dispatch_meta_inplace_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7119400Z test_dispatch_meta_inplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7119510Z test_dispatch_meta_inplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7119640Z test_dispatch_meta_inplace_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7119740Z test_dispatch_meta_inplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7119850Z test_dispatch_meta_inplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7119970Z test_dispatch_meta_inplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7120090Z test_dispatch_meta_inplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7120210Z test_dispatch_meta_inplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7120340Z test_dispatch_meta_inplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7120460Z test_dispatch_meta_inplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7120560Z test_dispatch_meta_inplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7120740Z test_dispatch_meta_inplace_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7120850Z test_dispatch_meta_inplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7120960Z test_dispatch_meta_inplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7121070Z test_dispatch_meta_inplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7121170Z test_dispatch_meta_inplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7121290Z test_dispatch_meta_inplace_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7121420Z test_dispatch_meta_inplace_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7121540Z test_dispatch_meta_inplace_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7121660Z test_dispatch_meta_inplace_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7121970Z test_dispatch_meta_inplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7122080Z test_dispatch_meta_inplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7122200Z test_dispatch_meta_inplace_log_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7122310Z test_dispatch_meta_inplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7122410Z test_dispatch_meta_inplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7122520Z test_dispatch_meta_inplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7122620Z test_dispatch_meta_inplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7122750Z test_dispatch_meta_inplace_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7122870Z test_dispatch_meta_inplace_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7122990Z test_dispatch_meta_inplace_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7123120Z test_dispatch_meta_inplace_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7123240Z test_dispatch_meta_inplace_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7123370Z test_dispatch_meta_inplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7123510Z test_dispatch_meta_inplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7123650Z test_dispatch_meta_inplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7123790Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7123940Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7124090Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7124240Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7124380Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7124520Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7124710Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7124860Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7125000Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7125140Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7125280Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7125420Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7125560Z test_dispatch_meta_inplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7125720Z test_dispatch_meta_inplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7125860Z test_dispatch_meta_inplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7125990Z test_dispatch_meta_inplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7126120Z test_dispatch_meta_inplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7126250Z test_dispatch_meta_inplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7126390Z test_dispatch_meta_inplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7126530Z test_dispatch_meta_inplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7126670Z test_dispatch_meta_inplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7126800Z test_dispatch_meta_inplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7126940Z test_dispatch_meta_inplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7127070Z test_dispatch_meta_inplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7127200Z test_dispatch_meta_inplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7127340Z test_dispatch_meta_inplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7127450Z test_dispatch_meta_inplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7127560Z test_dispatch_meta_inplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7127670Z test_dispatch_meta_inplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7127790Z test_dispatch_meta_inplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7127900Z test_dispatch_meta_inplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7128000Z test_dispatch_meta_inplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7128110Z test_dispatch_meta_inplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7128220Z test_dispatch_meta_inplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7128370Z test_dispatch_meta_inplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7128480Z test_dispatch_meta_inplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7128590Z test_dispatch_meta_inplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7128690Z test_dispatch_meta_inplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7128800Z test_dispatch_meta_inplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7128910Z test_dispatch_meta_inplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7133960Z test_dispatch_meta_inplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7134140Z test_dispatch_meta_inplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7134250Z test_dispatch_meta_inplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7134500Z test_dispatch_meta_inplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7134610Z test_dispatch_meta_inplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7134720Z test_dispatch_meta_inplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7134830Z test_dispatch_meta_inplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7134930Z test_dispatch_meta_inplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7135040Z test_dispatch_meta_inplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7135140Z test_dispatch_meta_inplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7135250Z test_dispatch_meta_inplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7135360Z test_dispatch_meta_inplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7135480Z test_dispatch_meta_inplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7135590Z test_dispatch_meta_inplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7135700Z test_dispatch_meta_inplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7135800Z test_dispatch_meta_inplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7135900Z test_dispatch_meta_inplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7136010Z test_dispatch_meta_inplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7136110Z test_dispatch_meta_inplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7136220Z test_dispatch_meta_inplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7136320Z test_dispatch_meta_inplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7136430Z test_dispatch_meta_inplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7136540Z test_dispatch_meta_inplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7136640Z test_dispatch_meta_inplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7136760Z test_dispatch_meta_inplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7136870Z test_dispatch_meta_inplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7136980Z test_dispatch_meta_inplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7137080Z test_dispatch_meta_inplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7137210Z test_dispatch_meta_inplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7137320Z test_dispatch_meta_inplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7137420Z test_dispatch_meta_inplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7137530Z test_dispatch_meta_inplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7137640Z test_dispatch_meta_inplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7137740Z test_dispatch_meta_inplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7137850Z test_dispatch_meta_inplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7137980Z test_dispatch_meta_inplace_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7138080Z test_dispatch_meta_inplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7138210Z test_dispatch_meta_inplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7138340Z test_dispatch_meta_inplace_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7138470Z test_dispatch_meta_inplace_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7138590Z test_dispatch_meta_inplace_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7138720Z test_dispatch_meta_inplace_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7138840Z test_dispatch_meta_inplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7138980Z test_dispatch_meta_inplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7139130Z test_dispatch_meta_inplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7139260Z test_dispatch_meta_inplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7139400Z test_dispatch_meta_inplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7139530Z test_dispatch_meta_inplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7139660Z test_dispatch_meta_inplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7139790Z test_dispatch_meta_inplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7139920Z test_dispatch_meta_inplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7140060Z test_dispatch_meta_inplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7140180Z test_dispatch_meta_inplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7140320Z test_dispatch_meta_inplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7140450Z test_dispatch_meta_inplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7140580Z test_dispatch_meta_inplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7140720Z test_dispatch_meta_inplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7140930Z test_dispatch_meta_inplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7141070Z test_dispatch_meta_inplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7141200Z test_dispatch_meta_inplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7141330Z test_dispatch_meta_inplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7141460Z test_dispatch_meta_inplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7141590Z test_dispatch_meta_inplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7141720Z test_dispatch_meta_inplace_long_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7141850Z test_dispatch_meta_inplace_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7142040Z test_dispatch_meta_inplace_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7142170Z test_dispatch_meta_inplace_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7142300Z test_dispatch_meta_inplace_long_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7142430Z test_dispatch_meta_inplace_long_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7142560Z test_dispatch_meta_inplace_long_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7142690Z test_dispatch_meta_inplace_long_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7142820Z test_dispatch_meta_inplace_long_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7142940Z test_dispatch_meta_inplace_long_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7143070Z test_dispatch_meta_inplace_long_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7143190Z test_dispatch_meta_inplace_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7143300Z test_dispatch_meta_inplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7143400Z test_dispatch_meta_inplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7143500Z test_dispatch_meta_inplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7143610Z test_dispatch_meta_inplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7143710Z test_dispatch_meta_inplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7143810Z test_dispatch_meta_inplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7143910Z test_dispatch_meta_inplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7144010Z test_dispatch_meta_inplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7144110Z test_dispatch_meta_inplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7144210Z test_dispatch_meta_inplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7144340Z test_dispatch_meta_inplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7144470Z test_dispatch_meta_inplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7144650Z test_dispatch_meta_inplace_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7144780Z test_dispatch_meta_inplace_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7144920Z test_dispatch_meta_inplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7145050Z test_dispatch_meta_inplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7145180Z test_dispatch_meta_inplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7145310Z test_dispatch_meta_inplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7145450Z test_dispatch_meta_inplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7145640Z test_dispatch_meta_inplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7145770Z test_dispatch_meta_inplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7145910Z test_dispatch_meta_inplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7146030Z test_dispatch_meta_inplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7146160Z test_dispatch_meta_inplace_mH_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7146290Z test_dispatch_meta_inplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7146420Z test_dispatch_meta_inplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7146560Z test_dispatch_meta_inplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7146680Z test_dispatch_meta_inplace_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7146810Z test_dispatch_meta_inplace_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7146930Z test_dispatch_meta_inplace_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7147060Z test_dispatch_meta_inplace_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7147180Z test_dispatch_meta_inplace_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7147310Z test_dispatch_meta_inplace_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7147440Z test_dispatch_meta_inplace_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7147560Z test_dispatch_meta_inplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7147690Z test_dispatch_meta_inplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7147820Z test_dispatch_meta_inplace_mT_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7147950Z test_dispatch_meta_inplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7148080Z test_dispatch_meta_inplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7148240Z test_dispatch_meta_inplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7148370Z test_dispatch_meta_inplace_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7148500Z test_dispatch_meta_inplace_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7148620Z test_dispatch_meta_inplace_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7148740Z test_dispatch_meta_inplace_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7148870Z test_dispatch_meta_inplace_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7148990Z test_dispatch_meta_inplace_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7149110Z test_dispatch_meta_inplace_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7149260Z test_dispatch_meta_inplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7149400Z test_dispatch_meta_inplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7149530Z test_dispatch_meta_inplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7149670Z test_dispatch_meta_inplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7149800Z test_dispatch_meta_inplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7149940Z test_dispatch_meta_inplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7150070Z test_dispatch_meta_inplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7150200Z test_dispatch_meta_inplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7150330Z test_dispatch_meta_inplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7150460Z test_dispatch_meta_inplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7150590Z test_dispatch_meta_inplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7150720Z test_dispatch_meta_inplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7150860Z test_dispatch_meta_inplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7150990Z test_dispatch_meta_inplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7151120Z test_dispatch_meta_inplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7151250Z test_dispatch_meta_inplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7151370Z test_dispatch_meta_inplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7151500Z test_dispatch_meta_inplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7151630Z test_dispatch_meta_inplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7151800Z test_dispatch_meta_inplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7151950Z test_dispatch_meta_inplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7152090Z test_dispatch_meta_inplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7152220Z test_dispatch_meta_inplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7152350Z test_dispatch_meta_inplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7152480Z test_dispatch_meta_inplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7152620Z test_dispatch_meta_inplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7152750Z test_dispatch_meta_inplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7152900Z test_dispatch_meta_inplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7153040Z test_dispatch_meta_inplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7153170Z test_dispatch_meta_inplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7153310Z test_dispatch_meta_inplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7153440Z test_dispatch_meta_inplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7153580Z test_dispatch_meta_inplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7153710Z test_dispatch_meta_inplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7153840Z test_dispatch_meta_inplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7153970Z test_dispatch_meta_inplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7154100Z test_dispatch_meta_inplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7154240Z test_dispatch_meta_inplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7154380Z test_dispatch_meta_inplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7154520Z test_dispatch_meta_inplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7154660Z test_dispatch_meta_inplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7154800Z test_dispatch_meta_inplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7154930Z test_dispatch_meta_inplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7155070Z test_dispatch_meta_inplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7155200Z test_dispatch_meta_inplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7155540Z test_dispatch_meta_inplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7155680Z test_dispatch_meta_inplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7155820Z test_dispatch_meta_inplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7155960Z test_dispatch_meta_inplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7156100Z test_dispatch_meta_inplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7156230Z test_dispatch_meta_inplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7156370Z test_dispatch_meta_inplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7156500Z test_dispatch_meta_inplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7156680Z test_dispatch_meta_inplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7156810Z test_dispatch_meta_inplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7156950Z test_dispatch_meta_inplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7157080Z test_dispatch_meta_inplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7157190Z test_dispatch_meta_inplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7157290Z test_dispatch_meta_inplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7157410Z test_dispatch_meta_inplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7157520Z test_dispatch_meta_inplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7157630Z test_dispatch_meta_inplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7157740Z test_dispatch_meta_inplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7157840Z test_dispatch_meta_inplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7157950Z test_dispatch_meta_inplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7158060Z test_dispatch_meta_inplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7158160Z test_dispatch_meta_inplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7158270Z test_dispatch_meta_inplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7158380Z test_dispatch_meta_inplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7158480Z test_dispatch_meta_inplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7158620Z test_dispatch_meta_inplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7158770Z test_dispatch_meta_inplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7158900Z test_dispatch_meta_inplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7159050Z test_dispatch_meta_inplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7159210Z test_dispatch_meta_inplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7159360Z test_dispatch_meta_inplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7159500Z test_dispatch_meta_inplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7159630Z test_dispatch_meta_inplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7159770Z test_dispatch_meta_inplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7159900Z test_dispatch_meta_inplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7160040Z test_dispatch_meta_inplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7160230Z test_dispatch_meta_inplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7160370Z test_dispatch_meta_inplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7160500Z test_dispatch_meta_inplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7160640Z test_dispatch_meta_inplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7160770Z test_dispatch_meta_inplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7160910Z test_dispatch_meta_inplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7161040Z test_dispatch_meta_inplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7161180Z test_dispatch_meta_inplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7161310Z test_dispatch_meta_inplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7161510Z test_dispatch_meta_inplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7161640Z test_dispatch_meta_inplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7161770Z test_dispatch_meta_inplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7161900Z test_dispatch_meta_inplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7162040Z test_dispatch_meta_inplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7162170Z test_dispatch_meta_inplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7162310Z test_dispatch_meta_inplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7162440Z test_dispatch_meta_inplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7162580Z test_dispatch_meta_inplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7162720Z test_dispatch_meta_inplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7162910Z test_dispatch_meta_inplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7163050Z test_dispatch_meta_inplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7163180Z test_dispatch_meta_inplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7163320Z test_dispatch_meta_inplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7163460Z test_dispatch_meta_inplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7163610Z test_dispatch_meta_inplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7163750Z test_dispatch_meta_inplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7163910Z test_dispatch_meta_inplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7164050Z test_dispatch_meta_inplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7164180Z test_dispatch_meta_inplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7164320Z test_dispatch_meta_inplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7164460Z test_dispatch_meta_inplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7164620Z test_dispatch_meta_inplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7169400Z test_dispatch_meta_inplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7169550Z test_dispatch_meta_inplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7169680Z test_dispatch_meta_inplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7169820Z test_dispatch_meta_inplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7169940Z test_dispatch_meta_inplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7170080Z test_dispatch_meta_inplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7170200Z test_dispatch_meta_inplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7170320Z test_dispatch_meta_inplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7170430Z test_dispatch_meta_inplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7170550Z test_dispatch_meta_inplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7170670Z test_dispatch_meta_inplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7170780Z test_dispatch_meta_inplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7170890Z test_dispatch_meta_inplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7171000Z test_dispatch_meta_inplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7171110Z test_dispatch_meta_inplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7171330Z test_dispatch_meta_inplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7171440Z test_dispatch_meta_inplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7171550Z test_dispatch_meta_inplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7171660Z test_dispatch_meta_inplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7171800Z test_dispatch_meta_inplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7171930Z test_dispatch_meta_inplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7172070Z test_dispatch_meta_inplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7172210Z test_dispatch_meta_inplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7172430Z test_dispatch_meta_inplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7172560Z test_dispatch_meta_inplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7172700Z test_dispatch_meta_inplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7172840Z test_dispatch_meta_inplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7172970Z test_dispatch_meta_inplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7173100Z test_dispatch_meta_inplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7173240Z test_dispatch_meta_inplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7173370Z test_dispatch_meta_inplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7173510Z test_dispatch_meta_inplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7173640Z test_dispatch_meta_inplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7173780Z test_dispatch_meta_inplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7173910Z test_dispatch_meta_inplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7174050Z test_dispatch_meta_inplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7174190Z test_dispatch_meta_inplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7174320Z test_dispatch_meta_inplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7174460Z test_dispatch_meta_inplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7174600Z test_dispatch_meta_inplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7174730Z test_dispatch_meta_inplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7174860Z test_dispatch_meta_inplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7175080Z test_dispatch_meta_inplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7175210Z test_dispatch_meta_inplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7175350Z test_dispatch_meta_inplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7175480Z test_dispatch_meta_inplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7175610Z test_dispatch_meta_inplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7175740Z test_dispatch_meta_inplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7175880Z test_dispatch_meta_inplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7176060Z test_dispatch_meta_inplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7176200Z test_dispatch_meta_inplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7176330Z test_dispatch_meta_inplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7176470Z test_dispatch_meta_inplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7176590Z test_dispatch_meta_inplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7176730Z test_dispatch_meta_inplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7176860Z test_dispatch_meta_inplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7176990Z test_dispatch_meta_inplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7177120Z test_dispatch_meta_inplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7177250Z test_dispatch_meta_inplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7177380Z test_dispatch_meta_inplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7177520Z test_dispatch_meta_inplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7177660Z test_dispatch_meta_inplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7177790Z test_dispatch_meta_inplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7177920Z test_dispatch_meta_inplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7178050Z test_dispatch_meta_inplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7178180Z test_dispatch_meta_inplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7178310Z test_dispatch_meta_inplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7178440Z test_dispatch_meta_inplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7178610Z test_dispatch_meta_inplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7178740Z test_dispatch_meta_inplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7178870Z test_dispatch_meta_inplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7179010Z test_dispatch_meta_inplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7179140Z test_dispatch_meta_inplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7179270Z test_dispatch_meta_inplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7179400Z test_dispatch_meta_inplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7179530Z test_dispatch_meta_inplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7179710Z test_dispatch_meta_inplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7179840Z test_dispatch_meta_inplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7179970Z test_dispatch_meta_inplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7180100Z test_dispatch_meta_inplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7180240Z test_dispatch_meta_inplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7180380Z test_dispatch_meta_inplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7180520Z test_dispatch_meta_inplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7180650Z test_dispatch_meta_inplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7180780Z test_dispatch_meta_inplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7180920Z test_dispatch_meta_inplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7181050Z test_dispatch_meta_inplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7181190Z test_dispatch_meta_inplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7181320Z test_dispatch_meta_inplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7181450Z test_dispatch_meta_inplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7181580Z test_dispatch_meta_inplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7181710Z test_dispatch_meta_inplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7181830Z test_dispatch_meta_inplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7181960Z test_dispatch_meta_inplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7182090Z test_dispatch_meta_inplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7182270Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7182420Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7182570Z test_dispatch_meta_inplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7182720Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7182870Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7183010Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7183150Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7183340Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7183480Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7183610Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7183750Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7183890Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7184020Z test_dispatch_meta_inplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7184170Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7184310Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7184450Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7184590Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7184730Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7184870Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7185010Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7185150Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7185290Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7185430Z test_dispatch_meta_inplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7185560Z test_dispatch_meta_inplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7185690Z test_dispatch_meta_inplace_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7185860Z test_dispatch_meta_inplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7185990Z test_dispatch_meta_inplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7186120Z test_dispatch_meta_inplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7186260Z test_dispatch_meta_inplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7186390Z test_dispatch_meta_inplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7186520Z test_dispatch_meta_inplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7186640Z test_dispatch_meta_inplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7186770Z test_dispatch_meta_inplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7186920Z test_dispatch_meta_inplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7187050Z test_dispatch_meta_inplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7187190Z test_dispatch_meta_inplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7187320Z test_dispatch_meta_inplace_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7187440Z test_dispatch_meta_inplace_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7187570Z test_dispatch_meta_inplace_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7187700Z test_dispatch_meta_inplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7187830Z test_dispatch_meta_inplace_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7187960Z test_dispatch_meta_inplace_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7188090Z test_dispatch_meta_inplace_median_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7188220Z test_dispatch_meta_inplace_median_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7188340Z test_dispatch_meta_inplace_median_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7188470Z test_dispatch_meta_inplace_median_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7188600Z test_dispatch_meta_inplace_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7188750Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7188900Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7189050Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7189190Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7189340Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7189520Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7189660Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7189800Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7189940Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7190080Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7190230Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7190370Z test_dispatch_meta_inplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7190780Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7190930Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7191080Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7191230Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7191370Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7191520Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7191660Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7191810Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7191950Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7192090Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7192230Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7192370Z test_dispatch_meta_inplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7192510Z test_dispatch_meta_inplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7192650Z test_dispatch_meta_inplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7192780Z test_dispatch_meta_inplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7192910Z test_dispatch_meta_inplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7193040Z test_dispatch_meta_inplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7193220Z test_dispatch_meta_inplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7193360Z test_dispatch_meta_inplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7193490Z test_dispatch_meta_inplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7193620Z test_dispatch_meta_inplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7193750Z test_dispatch_meta_inplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7193890Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7194040Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7194180Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7194370Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7194510Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7194650Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7194790Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7194920Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7195060Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7195200Z test_dispatch_meta_inplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7195340Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7195480Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7195620Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7195760Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7195900Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7196040Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7196180Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7196320Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7196460Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7196590Z test_dispatch_meta_inplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7196730Z test_dispatch_meta_inplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7196890Z test_dispatch_meta_inplace_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7197030Z test_dispatch_meta_inplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7197160Z test_dispatch_meta_inplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7197290Z test_dispatch_meta_inplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7197430Z test_dispatch_meta_inplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7197560Z test_dispatch_meta_inplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7197690Z test_dispatch_meta_inplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7197840Z test_dispatch_meta_inplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7197970Z test_dispatch_meta_inplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7198100Z test_dispatch_meta_inplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7198230Z test_dispatch_meta_inplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7198350Z test_dispatch_meta_inplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7198480Z test_dispatch_meta_inplace_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7198610Z test_dispatch_meta_inplace_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7198740Z test_dispatch_meta_inplace_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7198860Z test_dispatch_meta_inplace_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7198990Z test_dispatch_meta_inplace_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7199110Z test_dispatch_meta_inplace_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7199230Z test_dispatch_meta_inplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7199360Z test_dispatch_meta_inplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7199500Z test_dispatch_meta_inplace_mode_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7199620Z test_dispatch_meta_inplace_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7199760Z test_dispatch_meta_inplace_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7199880Z test_dispatch_meta_inplace_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7200010Z test_dispatch_meta_inplace_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7200130Z test_dispatch_meta_inplace_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7200260Z test_dispatch_meta_inplace_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7200400Z test_dispatch_meta_inplace_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7200530Z test_dispatch_meta_inplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7200670Z test_dispatch_meta_inplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7200800Z test_dispatch_meta_inplace_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7200940Z test_dispatch_meta_inplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7201070Z test_dispatch_meta_inplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7201200Z test_dispatch_meta_inplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7201330Z test_dispatch_meta_inplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7201480Z test_dispatch_meta_inplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7201610Z test_dispatch_meta_inplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7205820Z test_dispatch_meta_inplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7205950Z test_dispatch_meta_inplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7206080Z test_dispatch_meta_inplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7206210Z test_dispatch_meta_inplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7206340Z test_dispatch_meta_inplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7206470Z test_dispatch_meta_inplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7206610Z test_dispatch_meta_inplace_msort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7206730Z test_dispatch_meta_inplace_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7206860Z test_dispatch_meta_inplace_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7206990Z test_dispatch_meta_inplace_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7207120Z test_dispatch_meta_inplace_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7207250Z test_dispatch_meta_inplace_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7207380Z test_dispatch_meta_inplace_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7207500Z test_dispatch_meta_inplace_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7207630Z test_dispatch_meta_inplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7207730Z test_dispatch_meta_inplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7207840Z test_dispatch_meta_inplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7207940Z test_dispatch_meta_inplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7208050Z test_dispatch_meta_inplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7208320Z test_dispatch_meta_inplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7208430Z test_dispatch_meta_inplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7208530Z test_dispatch_meta_inplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7208630Z test_dispatch_meta_inplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7208730Z test_dispatch_meta_inplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7208830Z test_dispatch_meta_inplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7208930Z test_dispatch_meta_inplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7209030Z test_dispatch_meta_inplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7209130Z test_dispatch_meta_inplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7209270Z test_dispatch_meta_inplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7209490Z test_dispatch_meta_inplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7209630Z test_dispatch_meta_inplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7209760Z test_dispatch_meta_inplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7209880Z test_dispatch_meta_inplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7210010Z test_dispatch_meta_inplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7210140Z test_dispatch_meta_inplace_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7210270Z test_dispatch_meta_inplace_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7210400Z test_dispatch_meta_inplace_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7210520Z test_dispatch_meta_inplace_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7210640Z test_dispatch_meta_inplace_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7210770Z test_dispatch_meta_inplace_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7210890Z test_dispatch_meta_inplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7211010Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7211130Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7211250Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7211390Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7211530Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7211670Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7211800Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7211990Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7212110Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7212230Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7212350Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7212480Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7212610Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7212750Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7212880Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7213060Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7213190Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7213300Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7213410Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7213550Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7213680Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7213820Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7213950Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7214090Z test_dispatch_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7214200Z test_dispatch_meta_inplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7214300Z test_dispatch_meta_inplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7214410Z test_dispatch_meta_inplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7214520Z test_dispatch_meta_inplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7214620Z test_dispatch_meta_inplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7214730Z test_dispatch_meta_inplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7214840Z test_dispatch_meta_inplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7214940Z test_dispatch_meta_inplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7215040Z test_dispatch_meta_inplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7215150Z test_dispatch_meta_inplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7215280Z test_dispatch_meta_inplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7215420Z test_dispatch_meta_inplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7215550Z test_dispatch_meta_inplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7215730Z test_dispatch_meta_inplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7215870Z test_dispatch_meta_inplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7216010Z test_dispatch_meta_inplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7216140Z test_dispatch_meta_inplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7216270Z test_dispatch_meta_inplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7216400Z test_dispatch_meta_inplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7216530Z test_dispatch_meta_inplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7216690Z test_dispatch_meta_inplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7216830Z test_dispatch_meta_inplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7216960Z test_dispatch_meta_inplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7217100Z test_dispatch_meta_inplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7217230Z test_dispatch_meta_inplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7217360Z test_dispatch_meta_inplace_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7217490Z test_dispatch_meta_inplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7217630Z test_dispatch_meta_inplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7217750Z test_dispatch_meta_inplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7217880Z test_dispatch_meta_inplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7218010Z test_dispatch_meta_inplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7218140Z test_dispatch_meta_inplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7218270Z test_dispatch_meta_inplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7218400Z test_dispatch_meta_inplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7218540Z test_dispatch_meta_inplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7218670Z test_dispatch_meta_inplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7218820Z test_dispatch_meta_inplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7218950Z test_dispatch_meta_inplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7219090Z test_dispatch_meta_inplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7219220Z test_dispatch_meta_inplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7219410Z test_dispatch_meta_inplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7219550Z test_dispatch_meta_inplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7219680Z test_dispatch_meta_inplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7219810Z test_dispatch_meta_inplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7219940Z test_dispatch_meta_inplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7220070Z test_dispatch_meta_inplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7220200Z test_dispatch_meta_inplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7220360Z test_dispatch_meta_inplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7220490Z test_dispatch_meta_inplace_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7220620Z test_dispatch_meta_inplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7220750Z test_dispatch_meta_inplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7220880Z test_dispatch_meta_inplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7221010Z test_dispatch_meta_inplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7221140Z test_dispatch_meta_inplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7221270Z test_dispatch_meta_inplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7221400Z test_dispatch_meta_inplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7221530Z test_dispatch_meta_inplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7221660Z test_dispatch_meta_inplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7221790Z test_dispatch_meta_inplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7221910Z test_dispatch_meta_inplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7222060Z test_dispatch_meta_inplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7222200Z test_dispatch_meta_inplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7222340Z test_dispatch_meta_inplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7222480Z test_dispatch_meta_inplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7222630Z test_dispatch_meta_inplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7222780Z test_dispatch_meta_inplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7223100Z test_dispatch_meta_inplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7223280Z test_dispatch_meta_inplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7223430Z test_dispatch_meta_inplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7223580Z test_dispatch_meta_inplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7223720Z test_dispatch_meta_inplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7223860Z test_dispatch_meta_inplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7224000Z test_dispatch_meta_inplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7224230Z test_dispatch_meta_inplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7224360Z test_dispatch_meta_inplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7224500Z test_dispatch_meta_inplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7224600Z test_dispatch_meta_inplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7224710Z test_dispatch_meta_inplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7224810Z test_dispatch_meta_inplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7224920Z test_dispatch_meta_inplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7225020Z test_dispatch_meta_inplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7225130Z test_dispatch_meta_inplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7225230Z test_dispatch_meta_inplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7225330Z test_dispatch_meta_inplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7225430Z test_dispatch_meta_inplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7225530Z test_dispatch_meta_inplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7225620Z test_dispatch_meta_inplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7225720Z test_dispatch_meta_inplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7225830Z test_dispatch_meta_inplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7225940Z test_dispatch_meta_inplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7226040Z test_dispatch_meta_inplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7226150Z test_dispatch_meta_inplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7226250Z test_dispatch_meta_inplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7226350Z test_dispatch_meta_inplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7226450Z test_dispatch_meta_inplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7226550Z test_dispatch_meta_inplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7226650Z test_dispatch_meta_inplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7226750Z test_dispatch_meta_inplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7226910Z test_dispatch_meta_inplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7227010Z test_dispatch_meta_inplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7227140Z test_dispatch_meta_inplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7227280Z test_dispatch_meta_inplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7227410Z test_dispatch_meta_inplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7227550Z test_dispatch_meta_inplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7227690Z test_dispatch_meta_inplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7227820Z test_dispatch_meta_inplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7227970Z test_dispatch_meta_inplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7228110Z test_dispatch_meta_inplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7228240Z test_dispatch_meta_inplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7228370Z test_dispatch_meta_inplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7228500Z test_dispatch_meta_inplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7228630Z test_dispatch_meta_inplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7228760Z test_dispatch_meta_inplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7228910Z test_dispatch_meta_inplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7229050Z test_dispatch_meta_inplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7229200Z test_dispatch_meta_inplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7229340Z test_dispatch_meta_inplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7229480Z test_dispatch_meta_inplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7229620Z test_dispatch_meta_inplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7229760Z test_dispatch_meta_inplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7229900Z test_dispatch_meta_inplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7230040Z test_dispatch_meta_inplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7230170Z test_dispatch_meta_inplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7230310Z test_dispatch_meta_inplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7230440Z test_dispatch_meta_inplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7230640Z test_dispatch_meta_inplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7230770Z test_dispatch_meta_inplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7230900Z test_dispatch_meta_inplace_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7231040Z test_dispatch_meta_inplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7231180Z test_dispatch_meta_inplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7231310Z test_dispatch_meta_inplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7231450Z test_dispatch_meta_inplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7231630Z test_dispatch_meta_inplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7231760Z test_dispatch_meta_inplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7231890Z test_dispatch_meta_inplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7232020Z test_dispatch_meta_inplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7232150Z test_dispatch_meta_inplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7232280Z test_dispatch_meta_inplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7232410Z test_dispatch_meta_inplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7232550Z test_dispatch_meta_inplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7232680Z test_dispatch_meta_inplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7232820Z test_dispatch_meta_inplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7232950Z test_dispatch_meta_inplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7233080Z test_dispatch_meta_inplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7233220Z test_dispatch_meta_inplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7233350Z test_dispatch_meta_inplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7233480Z test_dispatch_meta_inplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7233610Z test_dispatch_meta_inplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7233740Z test_dispatch_meta_inplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7233870Z test_dispatch_meta_inplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7234000Z test_dispatch_meta_inplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7234190Z test_dispatch_meta_inplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7234330Z test_dispatch_meta_inplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7234460Z test_dispatch_meta_inplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7234600Z test_dispatch_meta_inplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7234730Z test_dispatch_meta_inplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7234870Z test_dispatch_meta_inplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7235000Z test_dispatch_meta_inplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7235130Z test_dispatch_meta_inplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7235340Z test_dispatch_meta_inplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7235480Z test_dispatch_meta_inplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7235610Z test_dispatch_meta_inplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7235730Z test_dispatch_meta_inplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7235870Z test_dispatch_meta_inplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7236000Z test_dispatch_meta_inplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7236110Z test_dispatch_meta_inplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7236220Z test_dispatch_meta_inplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7236330Z test_dispatch_meta_inplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7236500Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7241670Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7241930Z test_dispatch_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7242090Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7242240Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7242390Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7242540Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7242690Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7242830Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7243150Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7243320Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7243470Z test_dispatch_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7243620Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7243760Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7243910Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7244060Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7244270Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7244420Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7244560Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7244710Z test_dispatch_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7244840Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7244960Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7245090Z test_dispatch_meta_inplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7245230Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7245380Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7245520Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7245660Z test_dispatch_meta_inplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7245810Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7245950Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7246090Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7246230Z test_dispatch_meta_inplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7246370Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7246510Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7246700Z test_dispatch_meta_inplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7246840Z test_dispatch_meta_inplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7246990Z test_dispatch_meta_inplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7247130Z test_dispatch_meta_inplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7247270Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7247410Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7247560Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7247750Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7247890Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7248040Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7248180Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7248310Z test_dispatch_meta_inplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7248470Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7248620Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7248780Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7248940Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7249100Z test_dispatch_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7249220Z test_dispatch_meta_inplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7249330Z test_dispatch_meta_inplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7249450Z test_dispatch_meta_inplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7249590Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7249740Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7249880Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7250020Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7250160Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7250340Z test_dispatch_meta_inplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7250490Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7250630Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7250770Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7250910Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7251050Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7251190Z test_dispatch_meta_inplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7251360Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7251510Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7251660Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7251810Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7251960Z test_dispatch_meta_inplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7252110Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7252260Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7252410Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7252560Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7252710Z test_dispatch_meta_inplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7252860Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7253010Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7253160Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7253300Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7253450Z test_dispatch_meta_inplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7253600Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7253750Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7253950Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7254100Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7254260Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7254400Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7254550Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7254710Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7254870Z test_dispatch_meta_inplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7255020Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7255170Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7255320Z test_dispatch_meta_inplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7255470Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7255620Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7255770Z test_dispatch_meta_inplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7255910Z test_dispatch_meta_inplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7256060Z test_dispatch_meta_inplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7256180Z test_dispatch_meta_inplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7256300Z test_dispatch_meta_inplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7256420Z test_dispatch_meta_inplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7256550Z test_dispatch_meta_inplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7256660Z test_dispatch_meta_inplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7256780Z test_dispatch_meta_inplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7256900Z test_dispatch_meta_inplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7257020Z test_dispatch_meta_inplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7257140Z test_dispatch_meta_inplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7257250Z test_dispatch_meta_inplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7257370Z test_dispatch_meta_inplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7257520Z test_dispatch_meta_inplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7257680Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7257840Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7257980Z test_dispatch_meta_inplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7258130Z test_dispatch_meta_inplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7258270Z test_dispatch_meta_inplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7258410Z test_dispatch_meta_inplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7258740Z test_dispatch_meta_inplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7258880Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7259020Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7259160Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7259300Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7259440Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7259590Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7259730Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7259860Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7260000Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7260140Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7260280Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7260410Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7260550Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7260690Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7260820Z test_dispatch_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7260970Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7261130Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7261340Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7261560Z test_dispatch_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7261710Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7261860Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7262000Z test_dispatch_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7262150Z test_dispatch_meta_inplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7262290Z test_dispatch_meta_inplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7262490Z test_dispatch_meta_inplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7262630Z test_dispatch_meta_inplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7262770Z test_dispatch_meta_inplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7262910Z test_dispatch_meta_inplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7263050Z test_dispatch_meta_inplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7263200Z test_dispatch_meta_inplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7263340Z test_dispatch_meta_inplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7263490Z test_dispatch_meta_inplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7263630Z test_dispatch_meta_inplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7263770Z test_dispatch_meta_inplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7263910Z test_dispatch_meta_inplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7264060Z test_dispatch_meta_inplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7264180Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7264310Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7264430Z test_dispatch_meta_inplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7264570Z test_dispatch_meta_inplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7264710Z test_dispatch_meta_inplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7264860Z test_dispatch_meta_inplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7265020Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7265170Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7265320Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7265460Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7265600Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7265740Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7265880Z test_dispatch_meta_inplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7266080Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7266240Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7266390Z test_dispatch_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7266530Z test_dispatch_meta_inplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7266680Z test_dispatch_meta_inplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7266820Z test_dispatch_meta_inplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7266960Z test_dispatch_meta_inplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7267100Z test_dispatch_meta_inplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7267250Z test_dispatch_meta_inplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7267400Z test_dispatch_meta_inplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7267550Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7267700Z test_dispatch_meta_inplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7267850Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7268000Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7268150Z test_dispatch_meta_inplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7268300Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7268460Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7268640Z test_dispatch_meta_inplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7268800Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7268950Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7269110Z test_dispatch_meta_inplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7269260Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7269420Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7269590Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7269750Z test_dispatch_meta_inplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7269910Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7270070Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7270230Z test_dispatch_meta_inplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7270380Z test_dispatch_meta_inplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7270520Z test_dispatch_meta_inplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7270660Z test_dispatch_meta_inplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7270800Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7270940Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7271090Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7271230Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7271370Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7271510Z test_dispatch_meta_inplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7271660Z test_dispatch_meta_inplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7271800Z test_dispatch_meta_inplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7271950Z test_dispatch_meta_inplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7272070Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7272250Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7272370Z test_dispatch_meta_inplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7272520Z test_dispatch_meta_inplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7272670Z test_dispatch_meta_inplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7272810Z test_dispatch_meta_inplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7272950Z test_dispatch_meta_inplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7273090Z test_dispatch_meta_inplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7273290Z test_dispatch_meta_inplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7273430Z test_dispatch_meta_inplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7273570Z test_dispatch_meta_inplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7273710Z test_dispatch_meta_inplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7273850Z test_dispatch_meta_inplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7274000Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7274150Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7274300Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7274450Z test_dispatch_meta_inplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7274590Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7274730Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7274880Z test_dispatch_meta_inplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7275030Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7275180Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7275330Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7275480Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7275620Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7275820Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7275970Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7276120Z test_dispatch_meta_inplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7276290Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7281450Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7281660Z test_dispatch_meta_inplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7281810Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7282070Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7282210Z test_dispatch_meta_inplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7282350Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7282490Z test_dispatch_meta_inplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7282640Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7282780Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7282930Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7283070Z test_dispatch_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7283210Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7283350Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7283500Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7283650Z test_dispatch_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7283790Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7283930Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7284070Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7284220Z test_dispatch_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7284340Z test_dispatch_meta_inplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7284500Z test_dispatch_meta_inplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7284620Z test_dispatch_meta_inplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7284770Z test_dispatch_meta_inplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7284910Z test_dispatch_meta_inplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7285050Z test_dispatch_meta_inplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7285200Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7285340Z test_dispatch_meta_inplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7285550Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7285710Z test_dispatch_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7285870Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7286020Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7286180Z test_dispatch_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7286330Z test_dispatch_meta_inplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7286470Z test_dispatch_meta_inplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7286610Z test_dispatch_meta_inplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7286750Z test_dispatch_meta_inplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7286900Z test_dispatch_meta_inplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7287040Z test_dispatch_meta_inplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7287190Z test_dispatch_meta_inplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7287330Z test_dispatch_meta_inplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7287470Z test_dispatch_meta_inplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7287620Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7287770Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7287920Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7288120Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7288260Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7288410Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7288550Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7288690Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7288840Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7288980Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7289170Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7289310Z test_dispatch_meta_inplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7289460Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7289610Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7289760Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7289900Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7290050Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7290190Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7290330Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7290470Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7290610Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7290750Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7290890Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7291030Z test_dispatch_meta_inplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7291180Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7291330Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7291480Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7291830Z test_dispatch_meta_inplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7292010Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7292170Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7292320Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7292460Z test_dispatch_meta_inplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7292610Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7292770Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7293030Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7293180Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7293330Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7293480Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7293620Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7293780Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7293920Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7294070Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7294220Z test_dispatch_meta_inplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7294370Z test_dispatch_meta_inplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7294510Z test_dispatch_meta_inplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7294660Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7294800Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7294950Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7295100Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7295250Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7295400Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7295570Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7295720Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7295870Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7296010Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7296160Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7296300Z test_dispatch_meta_inplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7296460Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7296680Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7296840Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7296990Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7297130Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7297280Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7297430Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7297570Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7297720Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7297860Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7298010Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7298150Z test_dispatch_meta_inplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7298300Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7298450Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7298600Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7298740Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7298890Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7299030Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7299200Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7299350Z test_dispatch_meta_inplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7299490Z test_dispatch_meta_inplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7299640Z test_dispatch_meta_inplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7299780Z test_dispatch_meta_inplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7299920Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7300070Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7300240Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7300380Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7300520Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7300650Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7300790Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7300930Z test_dispatch_meta_inplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7301080Z test_dispatch_meta_inplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7301240Z test_dispatch_meta_inplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7301380Z test_dispatch_meta_inplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7301520Z test_dispatch_meta_inplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7301660Z test_dispatch_meta_inplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7301800Z test_dispatch_meta_inplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7301940Z test_dispatch_meta_inplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7302070Z test_dispatch_meta_inplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7302190Z test_dispatch_meta_inplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7302310Z test_dispatch_meta_inplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7302430Z test_dispatch_meta_inplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7302540Z test_dispatch_meta_inplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7302660Z test_dispatch_meta_inplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7302840Z test_dispatch_meta_inplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7302970Z test_dispatch_meta_inplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7303100Z test_dispatch_meta_inplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7303210Z test_dispatch_meta_inplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7303320Z test_dispatch_meta_inplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7303430Z test_dispatch_meta_inplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7303580Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7303730Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7303900Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7304050Z test_dispatch_meta_inplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7304200Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7304350Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7304500Z test_dispatch_meta_inplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7304640Z test_dispatch_meta_inplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7304790Z test_dispatch_meta_inplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7304930Z test_dispatch_meta_inplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7305080Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7305230Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7305390Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7305540Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7305690Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7305830Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7305980Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7306120Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7306270Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7306460Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7306620Z test_dispatch_meta_inplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7306760Z test_dispatch_meta_inplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7306910Z test_dispatch_meta_inplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7307060Z test_dispatch_meta_inplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7307200Z test_dispatch_meta_inplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7307350Z test_dispatch_meta_inplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7307570Z test_dispatch_meta_inplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7307710Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7307860Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7308000Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7308140Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7308290Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7308430Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7308570Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7308710Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7308850Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7308990Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7309130Z test_dispatch_meta_inplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7309270Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7309420Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7309570Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7309720Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7309870Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7310060Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7310210Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7310350Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7310490Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7310630Z test_dispatch_meta_inplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7310760Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7310880Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7311040Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7311160Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7311290Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7311400Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7311520Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7311630Z test_dispatch_meta_inplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7311790Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7311950Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7312100Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7312260Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7312400Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7312550Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7312700Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7312850Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7312990Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7313140Z test_dispatch_meta_inplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7313310Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7313470Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7313690Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7313850Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7314020Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7314180Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7314340Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7314500Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7314710Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7314860Z test_dispatch_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7315010Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7315150Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7315300Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7315440Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7315580Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7315720Z test_dispatch_meta_inplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7315880Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7316020Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7321380Z test_dispatch_meta_inplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7321600Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7321750Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7321900Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7322050Z test_dispatch_meta_inplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7322190Z test_dispatch_meta_inplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7322320Z test_dispatch_meta_inplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7322490Z test_dispatch_meta_inplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7322740Z test_dispatch_meta_inplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7322880Z test_dispatch_meta_inplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7323010Z test_dispatch_meta_inplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7323140Z test_dispatch_meta_inplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7323270Z test_dispatch_meta_inplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7323400Z test_dispatch_meta_inplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7323540Z test_dispatch_meta_inplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7323690Z test_dispatch_meta_inplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7323820Z test_dispatch_meta_inplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7323950Z test_dispatch_meta_inplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7324090Z test_dispatch_meta_inplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7324220Z test_dispatch_meta_inplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7324350Z test_dispatch_meta_inplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7324480Z test_dispatch_meta_inplace_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7324610Z test_dispatch_meta_inplace_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7324740Z test_dispatch_meta_inplace_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7324880Z test_dispatch_meta_inplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7325010Z test_dispatch_meta_inplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7325150Z test_dispatch_meta_inplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7325280Z test_dispatch_meta_inplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7325420Z test_dispatch_meta_inplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7325550Z test_dispatch_meta_inplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7325680Z test_dispatch_meta_inplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7325810Z test_dispatch_meta_inplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7325950Z test_dispatch_meta_inplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7326080Z test_dispatch_meta_inplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7326210Z test_dispatch_meta_inplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7326420Z test_dispatch_meta_inplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7326590Z test_dispatch_meta_inplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7326720Z test_dispatch_meta_inplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7326860Z test_dispatch_meta_inplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7326980Z test_dispatch_meta_inplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7327120Z test_dispatch_meta_inplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7327250Z test_dispatch_meta_inplace_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7327600Z test_dispatch_meta_inplace_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7327730Z test_dispatch_meta_inplace_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7327870Z test_dispatch_meta_inplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7328010Z test_dispatch_meta_inplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7328150Z test_dispatch_meta_inplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7328280Z test_dispatch_meta_inplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7328420Z test_dispatch_meta_inplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7328550Z test_dispatch_meta_inplace_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7328680Z test_dispatch_meta_inplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7328810Z test_dispatch_meta_inplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7328940Z test_dispatch_meta_inplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7329080Z test_dispatch_meta_inplace_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7329210Z test_dispatch_meta_inplace_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7329340Z test_dispatch_meta_inplace_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7329470Z test_dispatch_meta_inplace_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7329590Z test_dispatch_meta_inplace_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7329720Z test_dispatch_meta_inplace_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7329850Z test_dispatch_meta_inplace_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7329980Z test_dispatch_meta_inplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7330170Z test_dispatch_meta_inplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7330310Z test_dispatch_meta_inplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7330440Z test_dispatch_meta_inplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7330580Z test_dispatch_meta_inplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7330720Z test_dispatch_meta_inplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7330850Z test_dispatch_meta_inplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7330980Z test_dispatch_meta_inplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7331110Z test_dispatch_meta_inplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7331300Z test_dispatch_meta_inplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7331430Z test_dispatch_meta_inplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7331560Z test_dispatch_meta_inplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7331690Z test_dispatch_meta_inplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7331820Z test_dispatch_meta_inplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7331950Z test_dispatch_meta_inplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7332080Z test_dispatch_meta_inplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7332210Z test_dispatch_meta_inplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7332350Z test_dispatch_meta_inplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7332480Z test_dispatch_meta_inplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7332600Z test_dispatch_meta_inplace_outer_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7332740Z test_dispatch_meta_inplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7332870Z test_dispatch_meta_inplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7333000Z test_dispatch_meta_inplace_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7333130Z test_dispatch_meta_inplace_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7333260Z test_dispatch_meta_inplace_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7333400Z test_dispatch_meta_inplace_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7333530Z test_dispatch_meta_inplace_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7333650Z test_dispatch_meta_inplace_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7333780Z test_dispatch_meta_inplace_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7333940Z test_dispatch_meta_inplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7334080Z test_dispatch_meta_inplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7334220Z test_dispatch_meta_inplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7334360Z test_dispatch_meta_inplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7334490Z test_dispatch_meta_inplace_permute_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7334620Z test_dispatch_meta_inplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7334760Z test_dispatch_meta_inplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7334950Z test_dispatch_meta_inplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7335080Z test_dispatch_meta_inplace_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7335210Z test_dispatch_meta_inplace_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7335340Z test_dispatch_meta_inplace_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7335500Z test_dispatch_meta_inplace_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7335630Z test_dispatch_meta_inplace_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7335760Z test_dispatch_meta_inplace_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7335900Z test_dispatch_meta_inplace_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7336030Z test_dispatch_meta_inplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7336160Z test_dispatch_meta_inplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7336300Z test_dispatch_meta_inplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7336430Z test_dispatch_meta_inplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7336560Z test_dispatch_meta_inplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7336690Z test_dispatch_meta_inplace_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7336820Z test_dispatch_meta_inplace_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7336950Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7337090Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7337210Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7337340Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7337480Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7337670Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7337800Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7337940Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7338080Z test_dispatch_meta_inplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7338200Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7338340Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7338460Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7338610Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7338750Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7338880Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7339010Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7339150Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7339280Z test_dispatch_meta_inplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7339400Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7339540Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7339660Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7339780Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7339910Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7340050Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7340180Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7340320Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7340450Z test_dispatch_meta_inplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7340570Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7340710Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7340820Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7340940Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7341080Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7341260Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7341400Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7341540Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7341680Z test_dispatch_meta_inplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7341800Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7341940Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7342050Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7342250Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7342390Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7342520Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7342650Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7342790Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7342930Z test_dispatch_meta_inplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7343070Z test_dispatch_meta_inplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7343200Z test_dispatch_meta_inplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7343340Z test_dispatch_meta_inplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7343480Z test_dispatch_meta_inplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7343610Z test_dispatch_meta_inplace_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7343750Z test_dispatch_meta_inplace_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7343880Z test_dispatch_meta_inplace_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7344010Z test_dispatch_meta_inplace_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7344140Z test_dispatch_meta_inplace_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7344270Z test_dispatch_meta_inplace_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7344400Z test_dispatch_meta_inplace_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7344530Z test_dispatch_meta_inplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7344640Z test_dispatch_meta_inplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7344750Z test_dispatch_meta_inplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7344890Z test_dispatch_meta_inplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7345000Z test_dispatch_meta_inplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7345100Z test_dispatch_meta_inplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7345200Z test_dispatch_meta_inplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7345310Z test_dispatch_meta_inplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7345410Z test_dispatch_meta_inplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7345520Z test_dispatch_meta_inplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7345620Z test_dispatch_meta_inplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7345720Z test_dispatch_meta_inplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7345860Z test_dispatch_meta_inplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7346090Z test_dispatch_meta_inplace_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7346220Z test_dispatch_meta_inplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7346360Z test_dispatch_meta_inplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7346490Z test_dispatch_meta_inplace_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7346620Z test_dispatch_meta_inplace_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7346750Z test_dispatch_meta_inplace_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7346870Z test_dispatch_meta_inplace_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7347000Z test_dispatch_meta_inplace_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7347130Z test_dispatch_meta_inplace_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7347250Z test_dispatch_meta_inplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7347360Z test_dispatch_meta_inplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7347460Z test_dispatch_meta_inplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7347570Z test_dispatch_meta_inplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7347680Z test_dispatch_meta_inplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7347780Z test_dispatch_meta_inplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7347890Z test_dispatch_meta_inplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7347990Z test_dispatch_meta_inplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7348090Z test_dispatch_meta_inplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7348190Z test_dispatch_meta_inplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7348290Z test_dispatch_meta_inplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7348390Z test_dispatch_meta_inplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7348490Z test_dispatch_meta_inplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7348620Z test_dispatch_meta_inplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7348810Z test_dispatch_meta_inplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7348950Z test_dispatch_meta_inplace_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7349070Z test_dispatch_meta_inplace_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7349200Z test_dispatch_meta_inplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7349330Z test_dispatch_meta_inplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7349440Z test_dispatch_meta_inplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7349570Z test_dispatch_meta_inplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7349680Z test_dispatch_meta_inplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7349810Z test_dispatch_meta_inplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7349920Z test_dispatch_meta_inplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7350050Z test_dispatch_meta_inplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7350180Z test_dispatch_meta_inplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7350300Z test_dispatch_meta_inplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7350430Z test_dispatch_meta_inplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7350560Z test_dispatch_meta_inplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7350700Z test_dispatch_meta_inplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7350840Z test_dispatch_meta_inplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7350980Z test_dispatch_meta_inplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7351110Z test_dispatch_meta_inplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7351250Z test_dispatch_meta_inplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7351380Z test_dispatch_meta_inplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7351510Z test_dispatch_meta_inplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7351650Z test_dispatch_meta_inplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7351780Z test_dispatch_meta_inplace_randint_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7351910Z test_dispatch_meta_inplace_randint_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7352030Z test_dispatch_meta_inplace_randint_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7352170Z test_dispatch_meta_inplace_randint_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7352300Z test_dispatch_meta_inplace_randint_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7352460Z test_dispatch_meta_inplace_randint_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7352600Z test_dispatch_meta_inplace_randint_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7352730Z test_dispatch_meta_inplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7352900Z test_dispatch_meta_inplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7358150Z test_dispatch_meta_inplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7358310Z test_dispatch_meta_inplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7358440Z test_dispatch_meta_inplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7358710Z test_dispatch_meta_inplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7358850Z test_dispatch_meta_inplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7358980Z test_dispatch_meta_inplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7359110Z test_dispatch_meta_inplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7359240Z test_dispatch_meta_inplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7359370Z test_dispatch_meta_inplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7359510Z test_dispatch_meta_inplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7359640Z test_dispatch_meta_inplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7359770Z test_dispatch_meta_inplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7359910Z test_dispatch_meta_inplace_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7360030Z test_dispatch_meta_inplace_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7360160Z test_dispatch_meta_inplace_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7360300Z test_dispatch_meta_inplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7360440Z test_dispatch_meta_inplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7360580Z test_dispatch_meta_inplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7360720Z test_dispatch_meta_inplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7360850Z test_dispatch_meta_inplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7360990Z test_dispatch_meta_inplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7361110Z test_dispatch_meta_inplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7361250Z test_dispatch_meta_inplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7361590Z test_dispatch_meta_inplace_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7361730Z test_dispatch_meta_inplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7361860Z test_dispatch_meta_inplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7362000Z test_dispatch_meta_inplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7362130Z test_dispatch_meta_inplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7362260Z test_dispatch_meta_inplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7362390Z test_dispatch_meta_inplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7362580Z test_dispatch_meta_inplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7362710Z test_dispatch_meta_inplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7362840Z test_dispatch_meta_inplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7362970Z test_dispatch_meta_inplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7363100Z test_dispatch_meta_inplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7363230Z test_dispatch_meta_inplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7363360Z test_dispatch_meta_inplace_real_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7363490Z test_dispatch_meta_inplace_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7363630Z test_dispatch_meta_inplace_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7363760Z test_dispatch_meta_inplace_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7363890Z test_dispatch_meta_inplace_real_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7364020Z test_dispatch_meta_inplace_real_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7364150Z test_dispatch_meta_inplace_real_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7364280Z test_dispatch_meta_inplace_real_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7364410Z test_dispatch_meta_inplace_real_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7364530Z test_dispatch_meta_inplace_real_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7364660Z test_dispatch_meta_inplace_real_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7364780Z test_dispatch_meta_inplace_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7364890Z test_dispatch_meta_inplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7365030Z test_dispatch_meta_inplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7365190Z test_dispatch_meta_inplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7365310Z test_dispatch_meta_inplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7365420Z test_dispatch_meta_inplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7365530Z test_dispatch_meta_inplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7365630Z test_dispatch_meta_inplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7365760Z test_dispatch_meta_inplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7365890Z test_dispatch_meta_inplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7366020Z test_dispatch_meta_inplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7366140Z test_dispatch_meta_inplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7366290Z test_dispatch_meta_inplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7366400Z test_dispatch_meta_inplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7366510Z test_dispatch_meta_inplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7366620Z test_dispatch_meta_inplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7366730Z test_dispatch_meta_inplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7366840Z test_dispatch_meta_inplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7366950Z test_dispatch_meta_inplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7367050Z test_dispatch_meta_inplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7367160Z test_dispatch_meta_inplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7367270Z test_dispatch_meta_inplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7367370Z test_dispatch_meta_inplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7367480Z test_dispatch_meta_inplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7367590Z test_dispatch_meta_inplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7367690Z test_dispatch_meta_inplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7367800Z test_dispatch_meta_inplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7367900Z test_dispatch_meta_inplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7368040Z test_dispatch_meta_inplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7368170Z test_dispatch_meta_inplace_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7368310Z test_dispatch_meta_inplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7368450Z test_dispatch_meta_inplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7368580Z test_dispatch_meta_inplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7368710Z test_dispatch_meta_inplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7368850Z test_dispatch_meta_inplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7369020Z test_dispatch_meta_inplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7369160Z test_dispatch_meta_inplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7369290Z test_dispatch_meta_inplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7369420Z test_dispatch_meta_inplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7369550Z test_dispatch_meta_inplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7369690Z test_dispatch_meta_inplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7369830Z test_dispatch_meta_inplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7370020Z test_dispatch_meta_inplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7370170Z test_dispatch_meta_inplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7370320Z test_dispatch_meta_inplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7370460Z test_dispatch_meta_inplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7370600Z test_dispatch_meta_inplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7370730Z test_dispatch_meta_inplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7370870Z test_dispatch_meta_inplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7371010Z test_dispatch_meta_inplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7371140Z test_dispatch_meta_inplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7371280Z test_dispatch_meta_inplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7371420Z test_dispatch_meta_inplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7371560Z test_dispatch_meta_inplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7371690Z test_dispatch_meta_inplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7371840Z test_dispatch_meta_inplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7371970Z test_dispatch_meta_inplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7372110Z test_dispatch_meta_inplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7372240Z test_dispatch_meta_inplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7372370Z test_dispatch_meta_inplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7372500Z test_dispatch_meta_inplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7372680Z test_dispatch_meta_inplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7372810Z test_dispatch_meta_inplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7372940Z test_dispatch_meta_inplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7373080Z test_dispatch_meta_inplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7373200Z test_dispatch_meta_inplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7373330Z test_dispatch_meta_inplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7373460Z test_dispatch_meta_inplace_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7373620Z test_dispatch_meta_inplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7373760Z test_dispatch_meta_inplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7373890Z test_dispatch_meta_inplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7374020Z test_dispatch_meta_inplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7374160Z test_dispatch_meta_inplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7374280Z test_dispatch_meta_inplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7374410Z test_dispatch_meta_inplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7374550Z test_dispatch_meta_inplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7374680Z test_dispatch_meta_inplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7374810Z test_dispatch_meta_inplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7374930Z test_dispatch_meta_inplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7375040Z test_dispatch_meta_inplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7375150Z test_dispatch_meta_inplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7375260Z test_dispatch_meta_inplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7375370Z test_dispatch_meta_inplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7375480Z test_dispatch_meta_inplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7375590Z test_dispatch_meta_inplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7375690Z test_dispatch_meta_inplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7375790Z test_dispatch_meta_inplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7375890Z test_dispatch_meta_inplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7376000Z test_dispatch_meta_inplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7376100Z test_dispatch_meta_inplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7376200Z test_dispatch_meta_inplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7376370Z test_dispatch_meta_inplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7376520Z test_dispatch_meta_inplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7376630Z test_dispatch_meta_inplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7376740Z test_dispatch_meta_inplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7376850Z test_dispatch_meta_inplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7376950Z test_dispatch_meta_inplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7377050Z test_dispatch_meta_inplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7377160Z test_dispatch_meta_inplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7377270Z test_dispatch_meta_inplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7377470Z test_dispatch_meta_inplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7377570Z test_dispatch_meta_inplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7377680Z test_dispatch_meta_inplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7377820Z test_dispatch_meta_inplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7377960Z test_dispatch_meta_inplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7378100Z test_dispatch_meta_inplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7378240Z test_dispatch_meta_inplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7378380Z test_dispatch_meta_inplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7378510Z test_dispatch_meta_inplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7378650Z test_dispatch_meta_inplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7378780Z test_dispatch_meta_inplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7378910Z test_dispatch_meta_inplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7379040Z test_dispatch_meta_inplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7379170Z test_dispatch_meta_inplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7379300Z test_dispatch_meta_inplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7379430Z test_dispatch_meta_inplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7379570Z test_dispatch_meta_inplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7379710Z test_dispatch_meta_inplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7379840Z test_dispatch_meta_inplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7379980Z test_dispatch_meta_inplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7380160Z test_dispatch_meta_inplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7380300Z test_dispatch_meta_inplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7380440Z test_dispatch_meta_inplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7380570Z test_dispatch_meta_inplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7380700Z test_dispatch_meta_inplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7380830Z test_dispatch_meta_inplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7380960Z test_dispatch_meta_inplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7381120Z test_dispatch_meta_inplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7381250Z test_dispatch_meta_inplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7381380Z test_dispatch_meta_inplace_roll_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7381510Z test_dispatch_meta_inplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7381640Z test_dispatch_meta_inplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7381770Z test_dispatch_meta_inplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7381900Z test_dispatch_meta_inplace_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7382030Z test_dispatch_meta_inplace_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7382160Z test_dispatch_meta_inplace_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7382290Z test_dispatch_meta_inplace_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7382420Z test_dispatch_meta_inplace_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7382540Z test_dispatch_meta_inplace_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7382660Z test_dispatch_meta_inplace_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7382790Z test_dispatch_meta_inplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7382920Z test_dispatch_meta_inplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7383050Z test_dispatch_meta_inplace_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7383180Z test_dispatch_meta_inplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7383310Z test_dispatch_meta_inplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7383440Z test_dispatch_meta_inplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7383570Z test_dispatch_meta_inplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7383750Z test_dispatch_meta_inplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7383880Z test_dispatch_meta_inplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7384010Z test_dispatch_meta_inplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7384130Z test_dispatch_meta_inplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7384260Z test_dispatch_meta_inplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7384380Z test_dispatch_meta_inplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7384490Z test_dispatch_meta_inplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7384600Z test_dispatch_meta_inplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7384730Z test_dispatch_meta_inplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7384830Z test_dispatch_meta_inplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7384930Z test_dispatch_meta_inplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7385030Z test_dispatch_meta_inplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7385140Z test_dispatch_meta_inplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7385240Z test_dispatch_meta_inplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7385350Z test_dispatch_meta_inplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7385470Z test_dispatch_meta_inplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7385580Z test_dispatch_meta_inplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7385700Z test_dispatch_meta_inplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7385810Z test_dispatch_meta_inplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7385920Z test_dispatch_meta_inplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7386040Z test_dispatch_meta_inplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7386160Z test_dispatch_meta_inplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7386270Z test_dispatch_meta_inplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7386380Z test_dispatch_meta_inplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7386510Z test_dispatch_meta_inplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7386620Z test_dispatch_meta_inplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7386720Z test_dispatch_meta_inplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7386830Z test_dispatch_meta_inplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7386930Z test_dispatch_meta_inplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7387060Z test_dispatch_meta_inplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7387180Z test_dispatch_meta_inplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7387300Z test_dispatch_meta_inplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7387450Z test_dispatch_meta_inplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7387580Z test_dispatch_meta_inplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7387710Z test_dispatch_meta_inplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7387850Z test_dispatch_meta_inplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7387980Z test_dispatch_meta_inplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7388110Z test_dispatch_meta_inplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7388240Z test_dispatch_meta_inplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7388370Z test_dispatch_meta_inplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7388540Z test_dispatch_meta_inplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7393460Z test_dispatch_meta_inplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7393600Z test_dispatch_meta_inplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7393740Z test_dispatch_meta_inplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7393860Z test_dispatch_meta_inplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7394000Z test_dispatch_meta_inplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7394170Z test_dispatch_meta_inplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7394310Z test_dispatch_meta_inplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7394450Z test_dispatch_meta_inplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7394580Z test_dispatch_meta_inplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7394720Z test_dispatch_meta_inplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7394860Z test_dispatch_meta_inplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7394990Z test_dispatch_meta_inplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7395130Z test_dispatch_meta_inplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7395260Z test_dispatch_meta_inplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7395400Z test_dispatch_meta_inplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7395530Z test_dispatch_meta_inplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7395660Z test_dispatch_meta_inplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7395770Z test_dispatch_meta_inplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7396020Z test_dispatch_meta_inplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7396130Z test_dispatch_meta_inplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7396250Z test_dispatch_meta_inplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7396360Z test_dispatch_meta_inplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7396460Z test_dispatch_meta_inplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7396570Z test_dispatch_meta_inplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7396680Z test_dispatch_meta_inplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7396790Z test_dispatch_meta_inplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7396890Z test_dispatch_meta_inplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7397200Z test_dispatch_meta_inplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7397300Z test_dispatch_meta_inplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7397410Z test_dispatch_meta_inplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7397510Z test_dispatch_meta_inplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7397620Z test_dispatch_meta_inplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7397730Z test_dispatch_meta_inplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7397830Z test_dispatch_meta_inplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7397940Z test_dispatch_meta_inplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:20:47.7398050Z test_dispatch_meta_inplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7398150Z test_dispatch_meta_inplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7398250Z test_dispatch_meta_inplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7398350Z test_dispatch_meta_inplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7398460Z test_dispatch_meta_inplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7398560Z test_dispatch_meta_inplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7398670Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7398790Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7398910Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7399020Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7399140Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7399250Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7399370Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7399480Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7399590Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7399700Z test_dispatch_meta_inplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7399820Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7399980Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7400100Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7400220Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7400330Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7400440Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7400550Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7400660Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7400770Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7400890Z test_dispatch_meta_inplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7401040Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7401160Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7401270Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7401380Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7401490Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7401600Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7401710Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7401820Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7401940Z test_dispatch_meta_inplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7402050Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7402170Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7402280Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7402390Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7402500Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7402610Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7402720Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7402840Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7402950Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7403050Z test_dispatch_meta_inplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7403170Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7403280Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7403400Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7403510Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7403650Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7403760Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7403880Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7403990Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7404100Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7404210Z test_dispatch_meta_inplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7404350Z test_dispatch_meta_inplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7404490Z test_dispatch_meta_inplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7404660Z test_dispatch_meta_inplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7404790Z test_dispatch_meta_inplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7404930Z test_dispatch_meta_inplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7405060Z test_dispatch_meta_inplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7405200Z test_dispatch_meta_inplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7405330Z test_dispatch_meta_inplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7405470Z test_dispatch_meta_inplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7405620Z test_dispatch_meta_inplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7405760Z test_dispatch_meta_inplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7405910Z test_dispatch_meta_inplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7406050Z test_dispatch_meta_inplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7406190Z test_dispatch_meta_inplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7406340Z test_dispatch_meta_inplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7406480Z test_dispatch_meta_inplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7406620Z test_dispatch_meta_inplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7406750Z test_dispatch_meta_inplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7406880Z test_dispatch_meta_inplace_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7407020Z test_dispatch_meta_inplace_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7407150Z test_dispatch_meta_inplace_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7407300Z test_dispatch_meta_inplace_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7407430Z test_dispatch_meta_inplace_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7407570Z test_dispatch_meta_inplace_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7407700Z test_dispatch_meta_inplace_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7407830Z test_dispatch_meta_inplace_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7407960Z test_dispatch_meta_inplace_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7408080Z test_dispatch_meta_inplace_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7408230Z test_dispatch_meta_inplace_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7408360Z test_dispatch_meta_inplace_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7408500Z test_dispatch_meta_inplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7408640Z test_dispatch_meta_inplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7408780Z test_dispatch_meta_inplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7408910Z test_dispatch_meta_inplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7409050Z test_dispatch_meta_inplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7409190Z test_dispatch_meta_inplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7409320Z test_dispatch_meta_inplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7409460Z test_dispatch_meta_inplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7409590Z test_dispatch_meta_inplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7409720Z test_dispatch_meta_inplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7409830Z test_dispatch_meta_inplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7409930Z test_dispatch_meta_inplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7410040Z test_dispatch_meta_inplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7410150Z test_dispatch_meta_inplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7410250Z test_dispatch_meta_inplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7410360Z test_dispatch_meta_inplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7410460Z test_dispatch_meta_inplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7410550Z test_dispatch_meta_inplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7410650Z test_dispatch_meta_inplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7410760Z test_dispatch_meta_inplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7410920Z test_dispatch_meta_inplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7411030Z test_dispatch_meta_inplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7411120Z test_dispatch_meta_inplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7411260Z test_dispatch_meta_inplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7411390Z test_dispatch_meta_inplace_short_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7411520Z test_dispatch_meta_inplace_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7411660Z test_dispatch_meta_inplace_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7411790Z test_dispatch_meta_inplace_short_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7411970Z test_dispatch_meta_inplace_short_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7412100Z test_dispatch_meta_inplace_short_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7412230Z test_dispatch_meta_inplace_short_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7412360Z test_dispatch_meta_inplace_short_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7412490Z test_dispatch_meta_inplace_short_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7412620Z test_dispatch_meta_inplace_short_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7412750Z test_dispatch_meta_inplace_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7412860Z test_dispatch_meta_inplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7412990Z test_dispatch_meta_inplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7413100Z test_dispatch_meta_inplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7413210Z test_dispatch_meta_inplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7413310Z test_dispatch_meta_inplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7413420Z test_dispatch_meta_inplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7413550Z test_dispatch_meta_inplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7413670Z test_dispatch_meta_inplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7413800Z test_dispatch_meta_inplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7413930Z test_dispatch_meta_inplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7414060Z test_dispatch_meta_inplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7414160Z test_dispatch_meta_inplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7414260Z test_dispatch_meta_inplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7414370Z test_dispatch_meta_inplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7414470Z test_dispatch_meta_inplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7414570Z test_dispatch_meta_inplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7414710Z test_dispatch_meta_inplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7414810Z test_dispatch_meta_inplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7414920Z test_dispatch_meta_inplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7415020Z test_dispatch_meta_inplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7415120Z test_dispatch_meta_inplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7415270Z test_dispatch_meta_inplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7415420Z test_dispatch_meta_inplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7415560Z test_dispatch_meta_inplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7415720Z test_dispatch_meta_inplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7415880Z test_dispatch_meta_inplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7416020Z test_dispatch_meta_inplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7416170Z test_dispatch_meta_inplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7416310Z test_dispatch_meta_inplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7416460Z test_dispatch_meta_inplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7416600Z test_dispatch_meta_inplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7416740Z test_dispatch_meta_inplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7416880Z test_dispatch_meta_inplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7417030Z test_dispatch_meta_inplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7417170Z test_dispatch_meta_inplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7417310Z test_dispatch_meta_inplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7417450Z test_dispatch_meta_inplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7417580Z test_dispatch_meta_inplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7417720Z test_dispatch_meta_inplace_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7417850Z test_dispatch_meta_inplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7417980Z test_dispatch_meta_inplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7418110Z test_dispatch_meta_inplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7418290Z test_dispatch_meta_inplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7418420Z test_dispatch_meta_inplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7418550Z test_dispatch_meta_inplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7418680Z test_dispatch_meta_inplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7418830Z test_dispatch_meta_inplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7418940Z test_dispatch_meta_inplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7419070Z test_dispatch_meta_inplace_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7419170Z test_dispatch_meta_inplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7419300Z test_dispatch_meta_inplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7419410Z test_dispatch_meta_inplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7419510Z test_dispatch_meta_inplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7419640Z test_dispatch_meta_inplace_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7419770Z test_dispatch_meta_inplace_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7419890Z test_dispatch_meta_inplace_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7420020Z test_dispatch_meta_inplace_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7420140Z test_dispatch_meta_inplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7420240Z test_dispatch_meta_inplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7420370Z test_dispatch_meta_inplace_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7420470Z test_dispatch_meta_inplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7420580Z test_dispatch_meta_inplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7420690Z test_dispatch_meta_inplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7420790Z test_dispatch_meta_inplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7420910Z test_dispatch_meta_inplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7421040Z test_dispatch_meta_inplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7421160Z test_dispatch_meta_inplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7421280Z test_dispatch_meta_inplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7421400Z test_dispatch_meta_inplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7421510Z test_dispatch_meta_inplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7421630Z test_dispatch_meta_inplace_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7421740Z test_dispatch_meta_inplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7421840Z test_dispatch_meta_inplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7421940Z test_dispatch_meta_inplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7422060Z test_dispatch_meta_inplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7422180Z test_dispatch_meta_inplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7422310Z test_dispatch_meta_inplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7422430Z test_dispatch_meta_inplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7422550Z test_dispatch_meta_inplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7422670Z test_dispatch_meta_inplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7427260Z test_dispatch_meta_inplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7427450Z test_dispatch_meta_inplace_slice_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7427670Z test_dispatch_meta_inplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7427800Z test_dispatch_meta_inplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7427930Z test_dispatch_meta_inplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7428060Z test_dispatch_meta_inplace_slice_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7428190Z test_dispatch_meta_inplace_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7428320Z test_dispatch_meta_inplace_slice_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7428450Z test_dispatch_meta_inplace_slice_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7428580Z test_dispatch_meta_inplace_slice_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7428710Z test_dispatch_meta_inplace_slice_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7428830Z test_dispatch_meta_inplace_slice_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7428960Z test_dispatch_meta_inplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7429100Z test_dispatch_meta_inplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7429240Z test_dispatch_meta_inplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7429370Z test_dispatch_meta_inplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7429510Z test_dispatch_meta_inplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7429650Z test_dispatch_meta_inplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7429780Z test_dispatch_meta_inplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7429920Z test_dispatch_meta_inplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7430050Z test_dispatch_meta_inplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7430400Z test_dispatch_meta_inplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7430540Z test_dispatch_meta_inplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7430670Z test_dispatch_meta_inplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7430800Z test_dispatch_meta_inplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7430930Z test_dispatch_meta_inplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7431070Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7431210Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7431360Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7431570Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7431720Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7431850Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7431990Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7432130Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7432260Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7432400Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7432530Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7432670Z test_dispatch_meta_inplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7432800Z test_dispatch_meta_inplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7432930Z test_dispatch_meta_inplace_sort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7433060Z test_dispatch_meta_inplace_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7433190Z test_dispatch_meta_inplace_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7433320Z test_dispatch_meta_inplace_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7433450Z test_dispatch_meta_inplace_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7433570Z test_dispatch_meta_inplace_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7433700Z test_dispatch_meta_inplace_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7433820Z test_dispatch_meta_inplace_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7433950Z test_dispatch_meta_inplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7434190Z test_dispatch_meta_inplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.7434340Z test_dispatch_meta_inplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.7434500Z test_dispatch_meta_inplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.7434640Z test_dispatch_meta_inplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.7434780Z test_dispatch_meta_inplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7434930Z test_dispatch_meta_inplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7435060Z test_dispatch_meta_inplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7435230Z test_dispatch_meta_inplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7435360Z test_dispatch_meta_inplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7435500Z test_dispatch_meta_inplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7435630Z test_dispatch_meta_inplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7435760Z test_dispatch_meta_inplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7435900Z test_dispatch_meta_inplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7436070Z test_dispatch_meta_inplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7436210Z test_dispatch_meta_inplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7436350Z test_dispatch_meta_inplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7436480Z test_dispatch_meta_inplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7436610Z test_dispatch_meta_inplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7436750Z test_dispatch_meta_inplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7436890Z test_dispatch_meta_inplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7437020Z test_dispatch_meta_inplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7437160Z test_dispatch_meta_inplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7437290Z test_dispatch_meta_inplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7437430Z test_dispatch_meta_inplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7437560Z test_dispatch_meta_inplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7437740Z test_dispatch_meta_inplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7437880Z test_dispatch_meta_inplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7438020Z test_dispatch_meta_inplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7438150Z test_dispatch_meta_inplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7438290Z test_dispatch_meta_inplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7438420Z test_dispatch_meta_inplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7438560Z test_dispatch_meta_inplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7438730Z test_dispatch_meta_inplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7438870Z test_dispatch_meta_inplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7439000Z test_dispatch_meta_inplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7439140Z test_dispatch_meta_inplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7439270Z test_dispatch_meta_inplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7439410Z test_dispatch_meta_inplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7439550Z test_dispatch_meta_inplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7439680Z test_dispatch_meta_inplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7439810Z test_dispatch_meta_inplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7439940Z test_dispatch_meta_inplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7440080Z test_dispatch_meta_inplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7440210Z test_dispatch_meta_inplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7440360Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7440520Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7440670Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7440820Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7440970Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7441110Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7441300Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7441450Z test_dispatch_meta_inplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7441600Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7441750Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7441890Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7442040Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7442180Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7442350Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7442490Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7442640Z test_dispatch_meta_inplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7443030Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7443270Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7443510Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7443740Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7443970Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7444200Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7444420Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7444660Z test_dispatch_meta_inplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7444890Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7445120Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7445340Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7445600Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7445910Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7446200Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7446430Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7446660Z test_dispatch_meta_inplace_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7446800Z test_dispatch_meta_inplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7446940Z test_dispatch_meta_inplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7447150Z test_dispatch_meta_inplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7447290Z test_dispatch_meta_inplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7447430Z test_dispatch_meta_inplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7447560Z test_dispatch_meta_inplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7447690Z test_dispatch_meta_inplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7447820Z test_dispatch_meta_inplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7447950Z test_dispatch_meta_inplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7448090Z test_dispatch_meta_inplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7448230Z test_dispatch_meta_inplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7448360Z test_dispatch_meta_inplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7448500Z test_dispatch_meta_inplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7448630Z test_dispatch_meta_inplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7448770Z test_dispatch_meta_inplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7448900Z test_dispatch_meta_inplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7449040Z test_dispatch_meta_inplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7449190Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7449340Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7449490Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7449630Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7449820Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7449960Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7450100Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7450250Z test_dispatch_meta_inplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7450390Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7450540Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7450710Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7450860Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7451010Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7451150Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7451300Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7451440Z test_dispatch_meta_inplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7451580Z test_dispatch_meta_inplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7451720Z test_dispatch_meta_inplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7451850Z test_dispatch_meta_inplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7451990Z test_dispatch_meta_inplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7452120Z test_dispatch_meta_inplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7452250Z test_dispatch_meta_inplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7452380Z test_dispatch_meta_inplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7452520Z test_dispatch_meta_inplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7452640Z test_dispatch_meta_inplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7452780Z test_dispatch_meta_inplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7452910Z test_dispatch_meta_inplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7453040Z test_dispatch_meta_inplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7453170Z test_dispatch_meta_inplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7453340Z test_dispatch_meta_inplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7453470Z test_dispatch_meta_inplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7453600Z test_dispatch_meta_inplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7453730Z test_dispatch_meta_inplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7453850Z test_dispatch_meta_inplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7453990Z test_dispatch_meta_inplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7454120Z test_dispatch_meta_inplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7454280Z test_dispatch_meta_inplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7454410Z test_dispatch_meta_inplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7454540Z test_dispatch_meta_inplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7454670Z test_dispatch_meta_inplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7454790Z test_dispatch_meta_inplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7454940Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7455090Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7455250Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7455390Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7455540Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7455680Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7455830Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7455980Z test_dispatch_meta_inplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7456240Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7456480Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7456710Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7456940Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7457220Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7457450Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7457680Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7457900Z test_dispatch_meta_inplace_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7458040Z test_dispatch_meta_inplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7458180Z test_dispatch_meta_inplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7458370Z test_dispatch_meta_inplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7458510Z test_dispatch_meta_inplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7458650Z test_dispatch_meta_inplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7458780Z test_dispatch_meta_inplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7458920Z test_dispatch_meta_inplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7459050Z test_dispatch_meta_inplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7459200Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7459340Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7459490Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7459630Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7459770Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7459910Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7460060Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7460200Z test_dispatch_meta_inplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7460340Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7460480Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7460620Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7460770Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7460950Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7461100Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7461240Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7461380Z test_dispatch_meta_inplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7461530Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7461730Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7461880Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7462220Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7462360Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7462500Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7462640Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7462780Z test_dispatch_meta_inplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7462920Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7463060Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7463230Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7468190Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7468390Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7468530Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7468710Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7468850Z test_dispatch_meta_inplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7468990Z test_dispatch_meta_inplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7469130Z test_dispatch_meta_inplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7469260Z test_dispatch_meta_inplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7469400Z test_dispatch_meta_inplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7469540Z test_dispatch_meta_inplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7469790Z test_dispatch_meta_inplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7469920Z test_dispatch_meta_inplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7470060Z test_dispatch_meta_inplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7470200Z test_dispatch_meta_inplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7470330Z test_dispatch_meta_inplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7470470Z test_dispatch_meta_inplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7470610Z test_dispatch_meta_inplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7470800Z test_dispatch_meta_inplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7470930Z test_dispatch_meta_inplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7471070Z test_dispatch_meta_inplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7471200Z test_dispatch_meta_inplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7471330Z test_dispatch_meta_inplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7471490Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7471650Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7471810Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7471970Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7472120Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7472280Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7472430Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7472590Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7472740Z test_dispatch_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7472890Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7473050Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7473200Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7473400Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7473550Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7473700Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7473840Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7474000Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7474140Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7474290Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7474460Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7474610Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7474760Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7474910Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7475050Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7475200Z test_dispatch_meta_inplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7475530Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7475770Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7476010Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7476250Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7476480Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7476720Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7476960Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7477190Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7477430Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7477730Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7478000Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7478230Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7478470Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7478700Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7478980Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7479220Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7479450Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7479690Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7479930Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7480160Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7480390Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7480620Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7480860Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7481100Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7481330Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7481570Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7481810Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7482040Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7482320Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7482590Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7482830Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7483060Z test_dispatch_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.7483210Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7483360Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7483620Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7483760Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7483910Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7484050Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7484200Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7484340Z test_dispatch_meta_inplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7484480Z test_dispatch_meta_inplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7484620Z test_dispatch_meta_inplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7484760Z test_dispatch_meta_inplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7484900Z test_dispatch_meta_inplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7485030Z test_dispatch_meta_inplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7485170Z test_dispatch_meta_inplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7485310Z test_dispatch_meta_inplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7485440Z test_dispatch_meta_inplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7485580Z test_dispatch_meta_inplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7485710Z test_dispatch_meta_inplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7485850Z test_dispatch_meta_inplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7485980Z test_dispatch_meta_inplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7486120Z test_dispatch_meta_inplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7486280Z test_dispatch_meta_inplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7486410Z test_dispatch_meta_inplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7486540Z test_dispatch_meta_inplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7486670Z test_dispatch_meta_inplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7486800Z test_dispatch_meta_inplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7486930Z test_dispatch_meta_inplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7487060Z test_dispatch_meta_inplace_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7487240Z test_dispatch_meta_inplace_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7487380Z test_dispatch_meta_inplace_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7487510Z test_dispatch_meta_inplace_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7487640Z test_dispatch_meta_inplace_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7487770Z test_dispatch_meta_inplace_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7487900Z test_dispatch_meta_inplace_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7488030Z test_dispatch_meta_inplace_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7488160Z test_dispatch_meta_inplace_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7488290Z test_dispatch_meta_inplace_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7488420Z test_dispatch_meta_inplace_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7488540Z test_dispatch_meta_inplace_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7488690Z test_dispatch_meta_inplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7488820Z test_dispatch_meta_inplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7488960Z test_dispatch_meta_inplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7489110Z test_dispatch_meta_inplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7489240Z test_dispatch_meta_inplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7489380Z test_dispatch_meta_inplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7489510Z test_dispatch_meta_inplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7489640Z test_dispatch_meta_inplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7489830Z test_dispatch_meta_inplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7489970Z test_dispatch_meta_inplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7490100Z test_dispatch_meta_inplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7490230Z test_dispatch_meta_inplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7490370Z test_dispatch_meta_inplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7490510Z test_dispatch_meta_inplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7490650Z test_dispatch_meta_inplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7490820Z test_dispatch_meta_inplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7490960Z test_dispatch_meta_inplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7491100Z test_dispatch_meta_inplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7491230Z test_dispatch_meta_inplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7491360Z test_dispatch_meta_inplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7491500Z test_dispatch_meta_inplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7491640Z test_dispatch_meta_inplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7491770Z test_dispatch_meta_inplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7491910Z test_dispatch_meta_inplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7492040Z test_dispatch_meta_inplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7492150Z test_dispatch_meta_inplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7492270Z test_dispatch_meta_inplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7492380Z test_dispatch_meta_inplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7492490Z test_dispatch_meta_inplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7492600Z test_dispatch_meta_inplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7492700Z test_dispatch_meta_inplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7492830Z test_dispatch_meta_inplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7492950Z test_dispatch_meta_inplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7493080Z test_dispatch_meta_inplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7493200Z test_dispatch_meta_inplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7493320Z test_dispatch_meta_inplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7493450Z test_dispatch_meta_inplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7493580Z test_dispatch_meta_inplace_square_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7493690Z test_dispatch_meta_inplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7493800Z test_dispatch_meta_inplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7493910Z test_dispatch_meta_inplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7494010Z test_dispatch_meta_inplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7494120Z test_dispatch_meta_inplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7494220Z test_dispatch_meta_inplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7494320Z test_dispatch_meta_inplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7494450Z test_dispatch_meta_inplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7494550Z test_dispatch_meta_inplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7494660Z test_dispatch_meta_inplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7494770Z test_dispatch_meta_inplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7494870Z test_dispatch_meta_inplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7494980Z test_dispatch_meta_inplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7495090Z test_dispatch_meta_inplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7495190Z test_dispatch_meta_inplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7495300Z test_dispatch_meta_inplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7495410Z test_dispatch_meta_inplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7495510Z test_dispatch_meta_inplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7495610Z test_dispatch_meta_inplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7495720Z test_dispatch_meta_inplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7495820Z test_dispatch_meta_inplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7495920Z test_dispatch_meta_inplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7496020Z test_dispatch_meta_inplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7496150Z test_dispatch_meta_inplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7496280Z test_dispatch_meta_inplace_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7496420Z test_dispatch_meta_inplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7496550Z test_dispatch_meta_inplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7496690Z test_dispatch_meta_inplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7496820Z test_dispatch_meta_inplace_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7496950Z test_dispatch_meta_inplace_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7497080Z test_dispatch_meta_inplace_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7497400Z test_dispatch_meta_inplace_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7497530Z test_dispatch_meta_inplace_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7497660Z test_dispatch_meta_inplace_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7497790Z test_dispatch_meta_inplace_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7497920Z test_dispatch_meta_inplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7498050Z test_dispatch_meta_inplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7498180Z test_dispatch_meta_inplace_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7498380Z test_dispatch_meta_inplace_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7498510Z test_dispatch_meta_inplace_std_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7498640Z test_dispatch_meta_inplace_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7498770Z test_dispatch_meta_inplace_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7498900Z test_dispatch_meta_inplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7499040Z test_dispatch_meta_inplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7499170Z test_dispatch_meta_inplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7499310Z test_dispatch_meta_inplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7499440Z test_dispatch_meta_inplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7499570Z test_dispatch_meta_inplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7499700Z test_dispatch_meta_inplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7499830Z test_dispatch_meta_inplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7499960Z test_dispatch_meta_inplace_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7500090Z test_dispatch_meta_inplace_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7500200Z test_dispatch_meta_inplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7500300Z test_dispatch_meta_inplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7500410Z test_dispatch_meta_inplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7500510Z test_dispatch_meta_inplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7500620Z test_dispatch_meta_inplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7500720Z test_dispatch_meta_inplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7500820Z test_dispatch_meta_inplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7500920Z test_dispatch_meta_inplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7501060Z test_dispatch_meta_inplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7501160Z test_dispatch_meta_inplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7501260Z test_dispatch_meta_inplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7501360Z test_dispatch_meta_inplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7501490Z test_dispatch_meta_inplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7501620Z test_dispatch_meta_inplace_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7501750Z test_dispatch_meta_inplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7501880Z test_dispatch_meta_inplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7517870Z test_dispatch_meta_inplace_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7518110Z test_dispatch_meta_inplace_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7518240Z test_dispatch_meta_inplace_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7518370Z test_dispatch_meta_inplace_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7518490Z test_dispatch_meta_inplace_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7518620Z test_dispatch_meta_inplace_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7518740Z test_dispatch_meta_inplace_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7518870Z test_dispatch_meta_inplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7519000Z test_dispatch_meta_inplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7519140Z test_dispatch_meta_inplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7519270Z test_dispatch_meta_inplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7519410Z test_dispatch_meta_inplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7519550Z test_dispatch_meta_inplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7519680Z test_dispatch_meta_inplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7519810Z test_dispatch_meta_inplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7519950Z test_dispatch_meta_inplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7520080Z test_dispatch_meta_inplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7520200Z test_dispatch_meta_inplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7520330Z test_dispatch_meta_inplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7520460Z test_dispatch_meta_inplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7520630Z test_dispatch_meta_inplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7520770Z test_dispatch_meta_inplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7520890Z test_dispatch_meta_inplace_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7521020Z test_dispatch_meta_inplace_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7521160Z test_dispatch_meta_inplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7521290Z test_dispatch_meta_inplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7521420Z test_dispatch_meta_inplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7521560Z test_dispatch_meta_inplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7521710Z test_dispatch_meta_inplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7521850Z test_dispatch_meta_inplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7521950Z test_dispatch_meta_inplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7522050Z test_dispatch_meta_inplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7522160Z test_dispatch_meta_inplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7522270Z test_dispatch_meta_inplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7522370Z test_dispatch_meta_inplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7522470Z test_dispatch_meta_inplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7522570Z test_dispatch_meta_inplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7522670Z test_dispatch_meta_inplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7522770Z test_dispatch_meta_inplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7522870Z test_dispatch_meta_inplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7522960Z test_dispatch_meta_inplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7523060Z test_dispatch_meta_inplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7523200Z test_dispatch_meta_inplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7523340Z test_dispatch_meta_inplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7523480Z test_dispatch_meta_inplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7523620Z test_dispatch_meta_inplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7523760Z test_dispatch_meta_inplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7523900Z test_dispatch_meta_inplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7524030Z test_dispatch_meta_inplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7524160Z test_dispatch_meta_inplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7524320Z test_dispatch_meta_inplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7524450Z test_dispatch_meta_inplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7524590Z test_dispatch_meta_inplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7524720Z test_dispatch_meta_inplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7524850Z test_dispatch_meta_inplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7524980Z test_dispatch_meta_inplace_take_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7525110Z test_dispatch_meta_inplace_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7525270Z test_dispatch_meta_inplace_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7525400Z test_dispatch_meta_inplace_take_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7525530Z test_dispatch_meta_inplace_take_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7525660Z test_dispatch_meta_inplace_take_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7525780Z test_dispatch_meta_inplace_take_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7525910Z test_dispatch_meta_inplace_take_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7526030Z test_dispatch_meta_inplace_take_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7526160Z test_dispatch_meta_inplace_take_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7526290Z test_dispatch_meta_inplace_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7526390Z test_dispatch_meta_inplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7526520Z test_dispatch_meta_inplace_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7526620Z test_dispatch_meta_inplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7526730Z test_dispatch_meta_inplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7526840Z test_dispatch_meta_inplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7526940Z test_dispatch_meta_inplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7527070Z test_dispatch_meta_inplace_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7527190Z test_dispatch_meta_inplace_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7527310Z test_dispatch_meta_inplace_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7527440Z test_dispatch_meta_inplace_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7527560Z test_dispatch_meta_inplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7527660Z test_dispatch_meta_inplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7527780Z test_dispatch_meta_inplace_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7527930Z test_dispatch_meta_inplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7528040Z test_dispatch_meta_inplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7528150Z test_dispatch_meta_inplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7528250Z test_dispatch_meta_inplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7528370Z test_dispatch_meta_inplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7528500Z test_dispatch_meta_inplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7528630Z test_dispatch_meta_inplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7528750Z test_dispatch_meta_inplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7528870Z test_dispatch_meta_inplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7529050Z test_dispatch_meta_inplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7529190Z test_dispatch_meta_inplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7529330Z test_dispatch_meta_inplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7529470Z test_dispatch_meta_inplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7529600Z test_dispatch_meta_inplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7529740Z test_dispatch_meta_inplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7529870Z test_dispatch_meta_inplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7530010Z test_dispatch_meta_inplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7530140Z test_dispatch_meta_inplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7530270Z test_dispatch_meta_inplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7530400Z test_dispatch_meta_inplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7530530Z test_dispatch_meta_inplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7530660Z test_dispatch_meta_inplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7530800Z test_dispatch_meta_inplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7530940Z test_dispatch_meta_inplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7531070Z test_dispatch_meta_inplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7531200Z test_dispatch_meta_inplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7531330Z test_dispatch_meta_inplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7531460Z test_dispatch_meta_inplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7531610Z test_dispatch_meta_inplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7531740Z test_dispatch_meta_inplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7531870Z test_dispatch_meta_inplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7532000Z test_dispatch_meta_inplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7532130Z test_dispatch_meta_inplace_tile_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7532260Z test_dispatch_meta_inplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7532400Z test_dispatch_meta_inplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7532550Z test_dispatch_meta_inplace_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7532680Z test_dispatch_meta_inplace_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7532810Z test_dispatch_meta_inplace_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7532940Z test_dispatch_meta_inplace_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7533060Z test_dispatch_meta_inplace_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7533190Z test_dispatch_meta_inplace_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7533310Z test_dispatch_meta_inplace_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7533440Z test_dispatch_meta_inplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7533570Z test_dispatch_meta_inplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7533700Z test_dispatch_meta_inplace_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7533830Z test_dispatch_meta_inplace_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7533960Z test_dispatch_meta_inplace_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7534090Z test_dispatch_meta_inplace_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7534210Z test_dispatch_meta_inplace_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7534340Z test_dispatch_meta_inplace_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7534460Z test_dispatch_meta_inplace_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7534590Z test_dispatch_meta_inplace_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7534710Z test_dispatch_meta_inplace_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7534840Z test_dispatch_meta_inplace_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7534960Z test_dispatch_meta_inplace_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7535100Z test_dispatch_meta_inplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7535250Z test_dispatch_meta_inplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7535390Z test_dispatch_meta_inplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7535530Z test_dispatch_meta_inplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7535660Z test_dispatch_meta_inplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7535790Z test_dispatch_meta_inplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7535920Z test_dispatch_meta_inplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7536050Z test_dispatch_meta_inplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7536200Z test_dispatch_meta_inplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7536330Z test_dispatch_meta_inplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7536460Z test_dispatch_meta_inplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7536590Z test_dispatch_meta_inplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7536730Z test_dispatch_meta_inplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7536860Z test_dispatch_meta_inplace_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7536990Z test_dispatch_meta_inplace_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7537110Z test_dispatch_meta_inplace_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7537240Z test_dispatch_meta_inplace_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7537360Z test_dispatch_meta_inplace_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7537490Z test_dispatch_meta_inplace_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7537620Z test_dispatch_meta_inplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7537750Z test_dispatch_meta_inplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7537880Z test_dispatch_meta_inplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7538010Z test_dispatch_meta_inplace_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7538150Z test_dispatch_meta_inplace_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7538270Z test_dispatch_meta_inplace_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7538400Z test_dispatch_meta_inplace_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7538530Z test_dispatch_meta_inplace_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7538660Z test_dispatch_meta_inplace_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7538800Z test_dispatch_meta_inplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7538910Z test_dispatch_meta_inplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7539030Z test_dispatch_meta_inplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7539140Z test_dispatch_meta_inplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7539260Z test_dispatch_meta_inplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7539370Z test_dispatch_meta_inplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7539480Z test_dispatch_meta_inplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7539590Z test_dispatch_meta_inplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7539690Z test_dispatch_meta_inplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7539820Z test_dispatch_meta_inplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7539930Z test_dispatch_meta_inplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7540040Z test_dispatch_meta_inplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7540150Z test_dispatch_meta_inplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7540250Z test_dispatch_meta_inplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7540390Z test_dispatch_meta_inplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7540530Z test_dispatch_meta_inplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7540670Z test_dispatch_meta_inplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7540810Z test_dispatch_meta_inplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7540940Z test_dispatch_meta_inplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7541080Z test_dispatch_meta_inplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7541210Z test_dispatch_meta_inplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7541350Z test_dispatch_meta_inplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7541480Z test_dispatch_meta_inplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7541610Z test_dispatch_meta_inplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7541740Z test_dispatch_meta_inplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7541870Z test_dispatch_meta_inplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7542010Z test_dispatch_meta_inplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7542150Z test_dispatch_meta_inplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7542280Z test_dispatch_meta_inplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7542450Z test_dispatch_meta_inplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7542580Z test_dispatch_meta_inplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7542720Z test_dispatch_meta_inplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7542850Z test_dispatch_meta_inplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7542970Z test_dispatch_meta_inplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7543100Z test_dispatch_meta_inplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7543230Z test_dispatch_meta_inplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7543380Z test_dispatch_meta_inplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7543660Z test_dispatch_meta_inplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7543800Z test_dispatch_meta_inplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7543940Z test_dispatch_meta_inplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7544050Z test_dispatch_meta_inplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7544150Z test_dispatch_meta_inplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7544260Z test_dispatch_meta_inplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7544370Z test_dispatch_meta_inplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7544480Z test_dispatch_meta_inplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7544580Z test_dispatch_meta_inplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7544680Z test_dispatch_meta_inplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7544790Z test_dispatch_meta_inplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7544890Z test_dispatch_meta_inplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7544990Z test_dispatch_meta_inplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7545090Z test_dispatch_meta_inplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7545200Z test_dispatch_meta_inplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7545330Z test_dispatch_meta_inplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7545470Z test_dispatch_meta_inplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7545570Z test_dispatch_meta_inplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7545670Z test_dispatch_meta_inplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7545780Z test_dispatch_meta_inplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7545880Z test_dispatch_meta_inplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7545990Z test_dispatch_meta_inplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7546090Z test_dispatch_meta_inplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7546190Z test_dispatch_meta_inplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7546310Z test_dispatch_meta_inplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7546420Z test_dispatch_meta_inplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7546520Z test_dispatch_meta_inplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7546620Z test_dispatch_meta_inplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7546730Z test_dispatch_meta_inplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7546860Z test_dispatch_meta_inplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7547000Z test_dispatch_meta_inplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7547110Z test_dispatch_meta_inplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7547240Z test_dispatch_meta_inplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7547380Z test_dispatch_meta_inplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7547500Z test_dispatch_meta_inplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7547610Z test_dispatch_meta_inplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7551650Z test_dispatch_meta_inplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7551780Z test_dispatch_meta_inplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7551910Z test_dispatch_meta_inplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7552040Z test_dispatch_meta_inplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7552170Z test_dispatch_meta_inplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7552300Z test_dispatch_meta_inplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7552430Z test_dispatch_meta_inplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.7552540Z test_dispatch_meta_inplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7552640Z test_dispatch_meta_inplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7552750Z test_dispatch_meta_inplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7552850Z test_dispatch_meta_inplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7552950Z test_dispatch_meta_inplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7553050Z test_dispatch_meta_inplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7553160Z test_dispatch_meta_inplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7553260Z test_dispatch_meta_inplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7553390Z test_dispatch_meta_inplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7553520Z test_dispatch_meta_inplace_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7553650Z test_dispatch_meta_inplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7553790Z test_dispatch_meta_inplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7553920Z test_dispatch_meta_inplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7554150Z test_dispatch_meta_inplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7554280Z test_dispatch_meta_inplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7554410Z test_dispatch_meta_inplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7554540Z test_dispatch_meta_inplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7554680Z test_dispatch_meta_inplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7554810Z test_dispatch_meta_inplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7554940Z test_dispatch_meta_inplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7555090Z test_dispatch_meta_inplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7555230Z test_dispatch_meta_inplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7555360Z test_dispatch_meta_inplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7555500Z test_dispatch_meta_inplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7555630Z test_dispatch_meta_inplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7555770Z test_dispatch_meta_inplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7555900Z test_dispatch_meta_inplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7556030Z test_dispatch_meta_inplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7556160Z test_dispatch_meta_inplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7556300Z test_dispatch_meta_inplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7556430Z test_dispatch_meta_inplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7556560Z test_dispatch_meta_inplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7556690Z test_dispatch_meta_inplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7556830Z test_dispatch_meta_inplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7556960Z test_dispatch_meta_inplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7557090Z test_dispatch_meta_inplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7557230Z test_dispatch_meta_inplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7557370Z test_dispatch_meta_inplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7557510Z test_dispatch_meta_inplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7557670Z test_dispatch_meta_inplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7557810Z test_dispatch_meta_inplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7557940Z test_dispatch_meta_inplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7558070Z test_dispatch_meta_inplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7558200Z test_dispatch_meta_inplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7558330Z test_dispatch_meta_inplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7558460Z test_dispatch_meta_inplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7558590Z test_dispatch_meta_inplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7558740Z test_dispatch_meta_inplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7558870Z test_dispatch_meta_inplace_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7559000Z test_dispatch_meta_inplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7559140Z test_dispatch_meta_inplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7559270Z test_dispatch_meta_inplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7559400Z test_dispatch_meta_inplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7559530Z test_dispatch_meta_inplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7559660Z test_dispatch_meta_inplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7559780Z test_dispatch_meta_inplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7559910Z test_dispatch_meta_inplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7560040Z test_dispatch_meta_inplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7560170Z test_dispatch_meta_inplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7560290Z test_dispatch_meta_inplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7560400Z test_dispatch_meta_inplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7560510Z test_dispatch_meta_inplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7560620Z test_dispatch_meta_inplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7560730Z test_dispatch_meta_inplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7560840Z test_dispatch_meta_inplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7560940Z test_dispatch_meta_inplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7561090Z test_dispatch_meta_inplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7561230Z test_dispatch_meta_inplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7561420Z test_dispatch_meta_inplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7561560Z test_dispatch_meta_inplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7561720Z test_dispatch_meta_inplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7561860Z test_dispatch_meta_inplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7562000Z test_dispatch_meta_inplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7562140Z test_dispatch_meta_inplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7562270Z test_dispatch_meta_inplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7562450Z test_dispatch_meta_inplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7562580Z test_dispatch_meta_inplace_unique_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7562710Z test_dispatch_meta_inplace_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7562840Z test_dispatch_meta_inplace_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7562970Z test_dispatch_meta_inplace_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7563100Z test_dispatch_meta_inplace_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7563230Z test_dispatch_meta_inplace_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7563360Z test_dispatch_meta_inplace_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7563490Z test_dispatch_meta_inplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7563600Z test_dispatch_meta_inplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7563710Z test_dispatch_meta_inplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7563820Z test_dispatch_meta_inplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7563930Z test_dispatch_meta_inplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7564040Z test_dispatch_meta_inplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7564150Z test_dispatch_meta_inplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7564250Z test_dispatch_meta_inplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7564360Z test_dispatch_meta_inplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7564460Z test_dispatch_meta_inplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7564570Z test_dispatch_meta_inplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7564670Z test_dispatch_meta_inplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7564780Z test_dispatch_meta_inplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7564880Z test_dispatch_meta_inplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7565050Z test_dispatch_meta_inplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7565180Z test_dispatch_meta_inplace_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7565320Z test_dispatch_meta_inplace_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7565450Z test_dispatch_meta_inplace_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7565580Z test_dispatch_meta_inplace_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7565710Z test_dispatch_meta_inplace_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7565840Z test_dispatch_meta_inplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7565980Z test_dispatch_meta_inplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7566140Z test_dispatch_meta_inplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7566280Z test_dispatch_meta_inplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7566410Z test_dispatch_meta_inplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7566530Z test_dispatch_meta_inplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7566670Z test_dispatch_meta_inplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7566800Z test_dispatch_meta_inplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7566930Z test_dispatch_meta_inplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7567060Z test_dispatch_meta_inplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7567190Z test_dispatch_meta_inplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7567320Z test_dispatch_meta_inplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7567440Z test_dispatch_meta_inplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7567570Z test_dispatch_meta_inplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7567690Z test_dispatch_meta_inplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7567820Z test_dispatch_meta_inplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7567960Z test_dispatch_meta_inplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7568090Z test_dispatch_meta_inplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7568230Z test_dispatch_meta_inplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7568360Z test_dispatch_meta_inplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7568490Z test_dispatch_meta_inplace_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7568650Z test_dispatch_meta_inplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7568790Z test_dispatch_meta_inplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7568920Z test_dispatch_meta_inplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7569050Z test_dispatch_meta_inplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7569180Z test_dispatch_meta_inplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7569310Z test_dispatch_meta_inplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7569440Z test_dispatch_meta_inplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7569570Z test_dispatch_meta_inplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7569720Z test_dispatch_meta_inplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7569850Z test_dispatch_meta_inplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7569980Z test_dispatch_meta_inplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7570120Z test_dispatch_meta_inplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7570260Z test_dispatch_meta_inplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7570400Z test_dispatch_meta_inplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7570540Z test_dispatch_meta_inplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7570670Z test_dispatch_meta_inplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7570800Z test_dispatch_meta_inplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7570930Z test_dispatch_meta_inplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7571070Z test_dispatch_meta_inplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7571190Z test_dispatch_meta_inplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7571320Z test_dispatch_meta_inplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7571460Z test_dispatch_meta_inplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7571590Z test_dispatch_meta_inplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7571720Z test_dispatch_meta_inplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7571860Z test_dispatch_meta_inplace_view_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7571990Z test_dispatch_meta_inplace_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7572120Z test_dispatch_meta_inplace_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7572270Z test_dispatch_meta_inplace_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7572400Z test_dispatch_meta_inplace_view_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7572530Z test_dispatch_meta_inplace_view_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7572660Z test_dispatch_meta_inplace_view_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7572780Z test_dispatch_meta_inplace_view_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7572910Z test_dispatch_meta_inplace_view_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7573040Z test_dispatch_meta_inplace_view_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7573160Z test_dispatch_meta_inplace_view_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7573310Z test_dispatch_meta_inplace_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7573440Z test_dispatch_meta_inplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7573570Z test_dispatch_meta_inplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7573710Z test_dispatch_meta_inplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7573840Z test_dispatch_meta_inplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7573970Z test_dispatch_meta_inplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7574110Z test_dispatch_meta_inplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7574240Z test_dispatch_meta_inplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7574370Z test_dispatch_meta_inplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7574500Z test_dispatch_meta_inplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7574630Z test_dispatch_meta_inplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7574760Z test_dispatch_meta_inplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7574890Z test_dispatch_meta_inplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7575020Z test_dispatch_meta_inplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7575150Z test_dispatch_meta_inplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7575280Z test_dispatch_meta_inplace_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7575420Z test_dispatch_meta_inplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7575550Z test_dispatch_meta_inplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7575690Z test_dispatch_meta_inplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7575960Z test_dispatch_meta_inplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7576100Z test_dispatch_meta_inplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7576240Z test_dispatch_meta_inplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7576370Z test_dispatch_meta_inplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7576500Z test_dispatch_meta_inplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7576620Z test_dispatch_meta_inplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7576750Z test_dispatch_meta_inplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7576880Z test_dispatch_meta_inplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7577050Z test_dispatch_meta_inplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7577190Z test_dispatch_meta_inplace_where_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7577320Z test_dispatch_meta_inplace_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7577450Z test_dispatch_meta_inplace_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7577580Z test_dispatch_meta_inplace_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7577720Z test_dispatch_meta_inplace_where_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7577850Z test_dispatch_meta_inplace_where_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7577980Z test_dispatch_meta_inplace_where_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7578110Z test_dispatch_meta_inplace_where_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7578240Z test_dispatch_meta_inplace_where_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7578370Z test_dispatch_meta_inplace_where_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7578500Z test_dispatch_meta_inplace_where_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7578630Z test_dispatch_meta_inplace_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7578730Z test_dispatch_meta_inplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7578860Z test_dispatch_meta_inplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7578970Z test_dispatch_meta_inplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7579070Z test_dispatch_meta_inplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7579170Z test_dispatch_meta_inplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7579300Z test_dispatch_meta_inplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7579420Z test_dispatch_meta_inplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7579550Z test_dispatch_meta_inplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7579690Z test_dispatch_meta_inplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7579820Z test_dispatch_meta_inplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.7579930Z test_dispatch_meta_inplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7580030Z test_dispatch_meta_inplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7580140Z test_dispatch_meta_inplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7580250Z test_dispatch_meta_inplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7580350Z test_dispatch_meta_inplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7580450Z test_dispatch_meta_inplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7580550Z test_dispatch_meta_inplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7580670Z test_dispatch_meta_inplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7580780Z test_dispatch_meta_inplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7580880Z test_dispatch_meta_inplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7580980Z test_dispatch_meta_inplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7581080Z test_dispatch_meta_inplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7581220Z test_dispatch_meta_inplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7581350Z test_dispatch_meta_inplace_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7581480Z test_dispatch_meta_inplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7581620Z test_dispatch_meta_inplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7581750Z test_dispatch_meta_inplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7581880Z test_dispatch_meta_inplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7582010Z test_dispatch_meta_inplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7587800Z test_dispatch_meta_inplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7587930Z test_dispatch_meta_inplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7588090Z test_dispatch_meta_inplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7588220Z test_dispatch_meta_inplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7588360Z test_dispatch_meta_inplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7588480Z test_dispatch_meta_inplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7588620Z test_dispatch_meta_inplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7588760Z test_dispatch_meta_inplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7588900Z test_dispatch_meta_inplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7589160Z test_dispatch_meta_inplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7589300Z test_dispatch_meta_inplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7589440Z test_dispatch_meta_inplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7589580Z test_dispatch_meta_inplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7589710Z test_dispatch_meta_inplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7589850Z test_dispatch_meta_inplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7589980Z test_dispatch_meta_inplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7590120Z test_dispatch_meta_inplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7590290Z test_dispatch_meta_inplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7590430Z test_dispatch_meta_inplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.7590530Z test_dispatch_meta_outplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7590640Z test_dispatch_meta_outplace_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7590750Z test_dispatch_meta_outplace_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7590850Z test_dispatch_meta_outplace_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7590960Z test_dispatch_meta_outplace_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7591060Z test_dispatch_meta_outplace_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7591170Z test_dispatch_meta_outplace_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7591270Z test_dispatch_meta_outplace_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7591370Z test_dispatch_meta_outplace_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7591480Z test_dispatch_meta_outplace_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7591580Z test_dispatch_meta_outplace_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7591680Z test_dispatch_meta_outplace_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7591770Z test_dispatch_meta_outplace_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7591880Z test_dispatch_meta_outplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7591980Z test_dispatch_meta_outplace_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7592080Z test_dispatch_meta_outplace_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7592190Z test_dispatch_meta_outplace_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7592290Z test_dispatch_meta_outplace_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7592390Z test_dispatch_meta_outplace_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7592490Z test_dispatch_meta_outplace_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7592600Z test_dispatch_meta_outplace_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7592700Z test_dispatch_meta_outplace_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7592800Z test_dispatch_meta_outplace_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7592940Z test_dispatch_meta_outplace_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7593040Z test_dispatch_meta_outplace_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7593140Z test_dispatch_meta_outplace_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7593250Z test_dispatch_meta_outplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7593360Z test_dispatch_meta_outplace___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7593470Z test_dispatch_meta_outplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7593590Z test_dispatch_meta_outplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7593700Z test_dispatch_meta_outplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7593810Z test_dispatch_meta_outplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7593920Z test_dispatch_meta_outplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7594080Z test_dispatch_meta_outplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7594190Z test_dispatch_meta_outplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7594300Z test_dispatch_meta_outplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7594400Z test_dispatch_meta_outplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7594510Z test_dispatch_meta_outplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7594610Z test_dispatch_meta_outplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7594720Z test_dispatch_meta_outplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7594830Z test_dispatch_meta_outplace___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7594940Z test_dispatch_meta_outplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7595050Z test_dispatch_meta_outplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7595150Z test_dispatch_meta_outplace___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7595260Z test_dispatch_meta_outplace___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7595360Z test_dispatch_meta_outplace___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7595470Z test_dispatch_meta_outplace___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7595570Z test_dispatch_meta_outplace___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7595670Z test_dispatch_meta_outplace___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7595780Z test_dispatch_meta_outplace___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7595880Z test_dispatch_meta_outplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7595980Z test_dispatch_meta_outplace___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7596090Z test_dispatch_meta_outplace___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7596190Z test_dispatch_meta_outplace___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7596290Z test_dispatch_meta_outplace___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7596400Z test_dispatch_meta_outplace___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7596500Z test_dispatch_meta_outplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7596600Z test_dispatch_meta_outplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7596790Z test_dispatch_meta_outplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7596900Z test_dispatch_meta_outplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7597010Z test_dispatch_meta_outplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7597110Z test_dispatch_meta_outplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7597220Z test_dispatch_meta_outplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7597320Z test_dispatch_meta_outplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7597420Z test_dispatch_meta_outplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7597530Z test_dispatch_meta_outplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7597630Z test_dispatch_meta_outplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7597780Z test_dispatch_meta_outplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7597890Z test_dispatch_meta_outplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7598000Z test_dispatch_meta_outplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7598110Z test_dispatch_meta_outplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7598220Z test_dispatch_meta_outplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7598330Z test_dispatch_meta_outplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7598430Z test_dispatch_meta_outplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7598540Z test_dispatch_meta_outplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7598650Z test_dispatch_meta_outplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7598750Z test_dispatch_meta_outplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7598850Z test_dispatch_meta_outplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7598960Z test_dispatch_meta_outplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7599060Z test_dispatch_meta_outplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7599170Z test_dispatch_meta_outplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7599270Z test_dispatch_meta_outplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7599370Z test_dispatch_meta_outplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7599480Z test_dispatch_meta_outplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7599580Z test_dispatch_meta_outplace___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7599690Z test_dispatch_meta_outplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7599800Z test_dispatch_meta_outplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7599900Z test_dispatch_meta_outplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7600000Z test_dispatch_meta_outplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7600100Z test_dispatch_meta_outplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7600210Z test_dispatch_meta_outplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7600310Z test_dispatch_meta_outplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7600450Z test_dispatch_meta_outplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7600560Z test_dispatch_meta_outplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7600660Z test_dispatch_meta_outplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7600760Z test_dispatch_meta_outplace___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7600870Z test_dispatch_meta_outplace___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7600970Z test_dispatch_meta_outplace___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7601070Z test_dispatch_meta_outplace___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7601170Z test_dispatch_meta_outplace___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7601270Z test_dispatch_meta_outplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7601380Z test_dispatch_meta_outplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7601510Z test_dispatch_meta_outplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7601620Z test_dispatch_meta_outplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7601730Z test_dispatch_meta_outplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7601830Z test_dispatch_meta_outplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7601930Z test_dispatch_meta_outplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7602040Z test_dispatch_meta_outplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7602140Z test_dispatch_meta_outplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7602240Z test_dispatch_meta_outplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7602350Z test_dispatch_meta_outplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7602450Z test_dispatch_meta_outplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7602550Z test_dispatch_meta_outplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7602660Z test_dispatch_meta_outplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7602770Z test_dispatch_meta_outplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7602870Z test_dispatch_meta_outplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7602980Z test_dispatch_meta_outplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7603080Z test_dispatch_meta_outplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7603180Z test_dispatch_meta_outplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7603280Z test_dispatch_meta_outplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7603380Z test_dispatch_meta_outplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7603490Z test_dispatch_meta_outplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7603580Z test_dispatch_meta_outplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7603690Z test_dispatch_meta_outplace___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7603780Z test_dispatch_meta_outplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7603880Z test_dispatch_meta_outplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7603980Z test_dispatch_meta_outplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7604100Z test_dispatch_meta_outplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7604200Z test_dispatch_meta_outplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7604330Z test_dispatch_meta_outplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7604460Z test_dispatch_meta_outplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7604580Z test_dispatch_meta_outplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7604690Z test_dispatch_meta_outplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7604790Z test_dispatch_meta_outplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7604890Z test_dispatch_meta_outplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7605000Z test_dispatch_meta_outplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7605130Z test_dispatch_meta_outplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7605230Z test_dispatch_meta_outplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7605340Z test_dispatch_meta_outplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7605440Z test_dispatch_meta_outplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7605540Z test_dispatch_meta_outplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7605640Z test_dispatch_meta_outplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7605740Z test_dispatch_meta_outplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7605840Z test_dispatch_meta_outplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7605950Z test_dispatch_meta_outplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7606050Z test_dispatch_meta_outplace_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7606160Z test_dispatch_meta_outplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7606260Z test_dispatch_meta_outplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7606370Z test_dispatch_meta_outplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7606470Z test_dispatch_meta_outplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7606570Z test_dispatch_meta_outplace_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7606670Z test_dispatch_meta_outplace_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7606770Z test_dispatch_meta_outplace_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7606870Z test_dispatch_meta_outplace_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7606970Z test_dispatch_meta_outplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7607080Z test_dispatch_meta_outplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7607180Z test_dispatch_meta_outplace_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7607290Z test_dispatch_meta_outplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7607400Z test_dispatch_meta_outplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7607500Z test_dispatch_meta_outplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7607610Z test_dispatch_meta_outplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7607710Z test_dispatch_meta_outplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7607830Z test_dispatch_meta_outplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7607940Z test_dispatch_meta_outplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7608040Z test_dispatch_meta_outplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7608140Z test_dispatch_meta_outplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7608250Z test_dispatch_meta_outplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7608350Z test_dispatch_meta_outplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7608450Z test_dispatch_meta_outplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7608560Z test_dispatch_meta_outplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7608670Z test_dispatch_meta_outplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7608770Z test_dispatch_meta_outplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7608890Z test_dispatch_meta_outplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7608990Z test_dispatch_meta_outplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7609090Z test_dispatch_meta_outplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7609190Z test_dispatch_meta_outplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7609290Z test_dispatch_meta_outplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7609400Z test_dispatch_meta_outplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7609500Z test_dispatch_meta_outplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7609610Z test_dispatch_meta_outplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7609720Z test_dispatch_meta_outplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7609830Z test_dispatch_meta_outplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7609940Z test_dispatch_meta_outplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7610040Z test_dispatch_meta_outplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7610150Z test_dispatch_meta_outplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7610260Z test_dispatch_meta_outplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7610360Z test_dispatch_meta_outplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7610460Z test_dispatch_meta_outplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7610570Z test_dispatch_meta_outplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7610670Z test_dispatch_meta_outplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7610790Z test_dispatch_meta_outplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7610900Z test_dispatch_meta_outplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7611010Z test_dispatch_meta_outplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7611120Z test_dispatch_meta_outplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7611220Z test_dispatch_meta_outplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7611340Z test_dispatch_meta_outplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7611440Z test_dispatch_meta_outplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7611590Z test_dispatch_meta_outplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7611700Z test_dispatch_meta_outplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7611810Z test_dispatch_meta_outplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7611920Z test_dispatch_meta_outplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7612020Z test_dispatch_meta_outplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7612130Z test_dispatch_meta_outplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7612230Z test_dispatch_meta_outplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7612340Z test_dispatch_meta_outplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7612450Z test_dispatch_meta_outplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7612550Z test_dispatch_meta_outplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7612820Z test_dispatch_meta_outplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7612920Z test_dispatch_meta_outplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7613030Z test_dispatch_meta_outplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7613130Z test_dispatch_meta_outplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7613230Z test_dispatch_meta_outplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7613340Z test_dispatch_meta_outplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7613440Z test_dispatch_meta_outplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7613560Z test_dispatch_meta_outplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7613680Z test_dispatch_meta_outplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7613800Z test_dispatch_meta_outplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7613920Z test_dispatch_meta_outplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7618380Z test_dispatch_meta_outplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7618550Z test_dispatch_meta_outplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7618670Z test_dispatch_meta_outplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7618780Z test_dispatch_meta_outplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7618890Z test_dispatch_meta_outplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7619010Z test_dispatch_meta_outplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7619120Z test_dispatch_meta_outplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7619230Z test_dispatch_meta_outplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7619340Z test_dispatch_meta_outplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7619440Z test_dispatch_meta_outplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7619550Z test_dispatch_meta_outplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7619650Z test_dispatch_meta_outplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7619750Z test_dispatch_meta_outplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7619850Z test_dispatch_meta_outplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7620090Z test_dispatch_meta_outplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7620190Z test_dispatch_meta_outplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7620300Z test_dispatch_meta_outplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7620400Z test_dispatch_meta_outplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7620510Z test_dispatch_meta_outplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7620620Z test_dispatch_meta_outplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7620720Z test_dispatch_meta_outplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7620820Z test_dispatch_meta_outplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7620920Z test_dispatch_meta_outplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7621030Z test_dispatch_meta_outplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7621150Z test_dispatch_meta_outplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7621260Z test_dispatch_meta_outplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7621360Z test_dispatch_meta_outplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7621460Z test_dispatch_meta_outplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7621560Z test_dispatch_meta_outplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7621660Z test_dispatch_meta_outplace_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7621770Z test_dispatch_meta_outplace_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7621880Z test_dispatch_meta_outplace_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7621980Z test_dispatch_meta_outplace_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7622080Z test_dispatch_meta_outplace_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7622180Z test_dispatch_meta_outplace_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7622280Z test_dispatch_meta_outplace_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7622380Z test_dispatch_meta_outplace_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7622480Z test_dispatch_meta_outplace_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7622590Z test_dispatch_meta_outplace_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7622690Z test_dispatch_meta_outplace_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7622800Z test_dispatch_meta_outplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:20:47.7622910Z test_dispatch_meta_outplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:47.7623020Z test_dispatch_meta_outplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:47.7623130Z test_dispatch_meta_outplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:20:47.7623230Z test_dispatch_meta_outplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:47.7623340Z test_dispatch_meta_outplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.118s) 2022-11-23T01:20:47.7623440Z test_dispatch_meta_outplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7623540Z test_dispatch_meta_outplace_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7623650Z test_dispatch_meta_outplace_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7623790Z test_dispatch_meta_outplace_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7623900Z test_dispatch_meta_outplace_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7624000Z test_dispatch_meta_outplace_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7624100Z test_dispatch_meta_outplace_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7624200Z test_dispatch_meta_outplace_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7624310Z test_dispatch_meta_outplace_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7624410Z test_dispatch_meta_outplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7624510Z test_dispatch_meta_outplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7624610Z test_dispatch_meta_outplace_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7624710Z test_dispatch_meta_outplace_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7624870Z test_dispatch_meta_outplace_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7624970Z test_dispatch_meta_outplace_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7625070Z test_dispatch_meta_outplace_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7625170Z test_dispatch_meta_outplace_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7625270Z test_dispatch_meta_outplace_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7625370Z test_dispatch_meta_outplace_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7625470Z test_dispatch_meta_outplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7625570Z test_dispatch_meta_outplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7625680Z test_dispatch_meta_outplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7625790Z test_dispatch_meta_outplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7625900Z test_dispatch_meta_outplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7626000Z test_dispatch_meta_outplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7626100Z test_dispatch_meta_outplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7626210Z test_dispatch_meta_outplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7626310Z test_dispatch_meta_outplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7626420Z test_dispatch_meta_outplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7626520Z test_dispatch_meta_outplace_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7626630Z test_dispatch_meta_outplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7626740Z test_dispatch_meta_outplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7626840Z test_dispatch_meta_outplace_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7626940Z test_dispatch_meta_outplace_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7627050Z test_dispatch_meta_outplace_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7627150Z test_dispatch_meta_outplace_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7627260Z test_dispatch_meta_outplace_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7627360Z test_dispatch_meta_outplace_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7627460Z test_dispatch_meta_outplace_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7627580Z test_dispatch_meta_outplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7627690Z test_dispatch_meta_outplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7627800Z test_dispatch_meta_outplace_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7627900Z test_dispatch_meta_outplace_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7628010Z test_dispatch_meta_outplace_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7628110Z test_dispatch_meta_outplace_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7628220Z test_dispatch_meta_outplace_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7628320Z test_dispatch_meta_outplace_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7628420Z test_dispatch_meta_outplace_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7628520Z test_dispatch_meta_outplace_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7628640Z test_dispatch_meta_outplace_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7628750Z test_dispatch_meta_outplace_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7628860Z test_dispatch_meta_outplace_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7628960Z test_dispatch_meta_outplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7629070Z test_dispatch_meta_outplace_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7629180Z test_dispatch_meta_outplace_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7629280Z test_dispatch_meta_outplace_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7629380Z test_dispatch_meta_outplace_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7629480Z test_dispatch_meta_outplace_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7629590Z test_dispatch_meta_outplace_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7629690Z test_dispatch_meta_outplace_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7629790Z test_dispatch_meta_outplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7629890Z test_dispatch_meta_outplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7629990Z test_dispatch_meta_outplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7630100Z test_dispatch_meta_outplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7630200Z test_dispatch_meta_outplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7630300Z test_dispatch_meta_outplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7630400Z test_dispatch_meta_outplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7630500Z test_dispatch_meta_outplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7630600Z test_dispatch_meta_outplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7630700Z test_dispatch_meta_outplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7630800Z test_dispatch_meta_outplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7630910Z test_dispatch_meta_outplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7631010Z test_dispatch_meta_outplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7631110Z test_dispatch_meta_outplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7631210Z test_dispatch_meta_outplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7631350Z test_dispatch_meta_outplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7631450Z test_dispatch_meta_outplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7631550Z test_dispatch_meta_outplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7631650Z test_dispatch_meta_outplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7631760Z test_dispatch_meta_outplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7631860Z test_dispatch_meta_outplace_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7631970Z test_dispatch_meta_outplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7632070Z test_dispatch_meta_outplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7632180Z test_dispatch_meta_outplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7632350Z test_dispatch_meta_outplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7632460Z test_dispatch_meta_outplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7632570Z test_dispatch_meta_outplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7632670Z test_dispatch_meta_outplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7632770Z test_dispatch_meta_outplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7632880Z test_dispatch_meta_outplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7632990Z test_dispatch_meta_outplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7633100Z test_dispatch_meta_outplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7633210Z test_dispatch_meta_outplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7633320Z test_dispatch_meta_outplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7633430Z test_dispatch_meta_outplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7633540Z test_dispatch_meta_outplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7633640Z test_dispatch_meta_outplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7633750Z test_dispatch_meta_outplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7633850Z test_dispatch_meta_outplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7633950Z test_dispatch_meta_outplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7634050Z test_dispatch_meta_outplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7634160Z test_dispatch_meta_outplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7634270Z test_dispatch_meta_outplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7634380Z test_dispatch_meta_outplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7634500Z test_dispatch_meta_outplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7634610Z test_dispatch_meta_outplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7634720Z test_dispatch_meta_outplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7634820Z test_dispatch_meta_outplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7634930Z test_dispatch_meta_outplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7635060Z test_dispatch_meta_outplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7635170Z test_dispatch_meta_outplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7635280Z test_dispatch_meta_outplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7635380Z test_dispatch_meta_outplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7635490Z test_dispatch_meta_outplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7635610Z test_dispatch_meta_outplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7635720Z test_dispatch_meta_outplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7635850Z test_dispatch_meta_outplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7635970Z test_dispatch_meta_outplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7636130Z test_dispatch_meta_outplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7636250Z test_dispatch_meta_outplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7636360Z test_dispatch_meta_outplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7636470Z test_dispatch_meta_outplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7636590Z test_dispatch_meta_outplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7636700Z test_dispatch_meta_outplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7636810Z test_dispatch_meta_outplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7636930Z test_dispatch_meta_outplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7637040Z test_dispatch_meta_outplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7637150Z test_dispatch_meta_outplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7637250Z test_dispatch_meta_outplace_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7637360Z test_dispatch_meta_outplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7637470Z test_dispatch_meta_outplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7637570Z test_dispatch_meta_outplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7637670Z test_dispatch_meta_outplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7637780Z test_dispatch_meta_outplace_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7637880Z test_dispatch_meta_outplace_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7637980Z test_dispatch_meta_outplace_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7638080Z test_dispatch_meta_outplace_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7638170Z test_dispatch_meta_outplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7638280Z test_dispatch_meta_outplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7638380Z test_dispatch_meta_outplace_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7638490Z test_dispatch_meta_outplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7638590Z test_dispatch_meta_outplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7638700Z test_dispatch_meta_outplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7638830Z test_dispatch_meta_outplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7638940Z test_dispatch_meta_outplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7639040Z test_dispatch_meta_outplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7639140Z test_dispatch_meta_outplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7639240Z test_dispatch_meta_outplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7639340Z test_dispatch_meta_outplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7639450Z test_dispatch_meta_outplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7639550Z test_dispatch_meta_outplace_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7639650Z test_dispatch_meta_outplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7639760Z test_dispatch_meta_outplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7639930Z test_dispatch_meta_outplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7640030Z test_dispatch_meta_outplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7640130Z test_dispatch_meta_outplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7640230Z test_dispatch_meta_outplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7640330Z test_dispatch_meta_outplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7640440Z test_dispatch_meta_outplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7640540Z test_dispatch_meta_outplace_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7640650Z test_dispatch_meta_outplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7640760Z test_dispatch_meta_outplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7640860Z test_dispatch_meta_outplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7640970Z test_dispatch_meta_outplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7641070Z test_dispatch_meta_outplace_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7641170Z test_dispatch_meta_outplace_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7641270Z test_dispatch_meta_outplace_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7641370Z test_dispatch_meta_outplace_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7641470Z test_dispatch_meta_outplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7641580Z test_dispatch_meta_outplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7641680Z test_dispatch_meta_outplace_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7641790Z test_dispatch_meta_outplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7641900Z test_dispatch_meta_outplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7642000Z test_dispatch_meta_outplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7642110Z test_dispatch_meta_outplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7642210Z test_dispatch_meta_outplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7642310Z test_dispatch_meta_outplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7642410Z test_dispatch_meta_outplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7642510Z test_dispatch_meta_outplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7642630Z test_dispatch_meta_outplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7642740Z test_dispatch_meta_outplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7642850Z test_dispatch_meta_outplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7642960Z test_dispatch_meta_outplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7643070Z test_dispatch_meta_outplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7643180Z test_dispatch_meta_outplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7643290Z test_dispatch_meta_outplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7643390Z test_dispatch_meta_outplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7643500Z test_dispatch_meta_outplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7643620Z test_dispatch_meta_outplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7643730Z test_dispatch_meta_outplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7643830Z test_dispatch_meta_outplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7643940Z test_dispatch_meta_outplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7648580Z test_dispatch_meta_outplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7648750Z test_dispatch_meta_outplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7648860Z test_dispatch_meta_outplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7648970Z test_dispatch_meta_outplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7649090Z test_dispatch_meta_outplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7649200Z test_dispatch_meta_outplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7649300Z test_dispatch_meta_outplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7649410Z test_dispatch_meta_outplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7649510Z test_dispatch_meta_outplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7649620Z test_dispatch_meta_outplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7649720Z test_dispatch_meta_outplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7649820Z test_dispatch_meta_outplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7649930Z test_dispatch_meta_outplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7650030Z test_dispatch_meta_outplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7650140Z test_dispatch_meta_outplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7650240Z test_dispatch_meta_outplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7650360Z test_dispatch_meta_outplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7650470Z test_dispatch_meta_outplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7650570Z test_dispatch_meta_outplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7650680Z test_dispatch_meta_outplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7650780Z test_dispatch_meta_outplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7651150Z test_dispatch_meta_outplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7651250Z test_dispatch_meta_outplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7651360Z test_dispatch_meta_outplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7651460Z test_dispatch_meta_outplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7651560Z test_dispatch_meta_outplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7651670Z test_dispatch_meta_outplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7651770Z test_dispatch_meta_outplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7651870Z test_dispatch_meta_outplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7651990Z test_dispatch_meta_outplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7652160Z test_dispatch_meta_outplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7652260Z test_dispatch_meta_outplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7652370Z test_dispatch_meta_outplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7652470Z test_dispatch_meta_outplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7652580Z test_dispatch_meta_outplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7652680Z test_dispatch_meta_outplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7652790Z test_dispatch_meta_outplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7652890Z test_dispatch_meta_outplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7653000Z test_dispatch_meta_outplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7653110Z test_dispatch_meta_outplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7653210Z test_dispatch_meta_outplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7653320Z test_dispatch_meta_outplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7653430Z test_dispatch_meta_outplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7653540Z test_dispatch_meta_outplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7653640Z test_dispatch_meta_outplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7653740Z test_dispatch_meta_outplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7653850Z test_dispatch_meta_outplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7653950Z test_dispatch_meta_outplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7654060Z test_dispatch_meta_outplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7654160Z test_dispatch_meta_outplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7654260Z test_dispatch_meta_outplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7654370Z test_dispatch_meta_outplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7654470Z test_dispatch_meta_outplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7654570Z test_dispatch_meta_outplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7654670Z test_dispatch_meta_outplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7654770Z test_dispatch_meta_outplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7654920Z test_dispatch_meta_outplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7655020Z test_dispatch_meta_outplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7655130Z test_dispatch_meta_outplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7655240Z test_dispatch_meta_outplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7655340Z test_dispatch_meta_outplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7655440Z test_dispatch_meta_outplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7655550Z test_dispatch_meta_outplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7655650Z test_dispatch_meta_outplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7655770Z test_dispatch_meta_outplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7655900Z test_dispatch_meta_outplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7656020Z test_dispatch_meta_outplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7656130Z test_dispatch_meta_outplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7656240Z test_dispatch_meta_outplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7656350Z test_dispatch_meta_outplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7656450Z test_dispatch_meta_outplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7656550Z test_dispatch_meta_outplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7656660Z test_dispatch_meta_outplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7656760Z test_dispatch_meta_outplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7656870Z test_dispatch_meta_outplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7656970Z test_dispatch_meta_outplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7657080Z test_dispatch_meta_outplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7657180Z test_dispatch_meta_outplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7657280Z test_dispatch_meta_outplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7657380Z test_dispatch_meta_outplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7657490Z test_dispatch_meta_outplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7657610Z test_dispatch_meta_outplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7657720Z test_dispatch_meta_outplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7657830Z test_dispatch_meta_outplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7657950Z test_dispatch_meta_outplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7658070Z test_dispatch_meta_outplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7658170Z test_dispatch_meta_outplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7658280Z test_dispatch_meta_outplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7658380Z test_dispatch_meta_outplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7658530Z test_dispatch_meta_outplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7658630Z test_dispatch_meta_outplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7658740Z test_dispatch_meta_outplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7658850Z test_dispatch_meta_outplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7658960Z test_dispatch_meta_outplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7659070Z test_dispatch_meta_outplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7659190Z test_dispatch_meta_outplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7659290Z test_dispatch_meta_outplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7659400Z test_dispatch_meta_outplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7659510Z test_dispatch_meta_outplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7659640Z test_dispatch_meta_outplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7659740Z test_dispatch_meta_outplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7659850Z test_dispatch_meta_outplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7659950Z test_dispatch_meta_outplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7660050Z test_dispatch_meta_outplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7660150Z test_dispatch_meta_outplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7660260Z test_dispatch_meta_outplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7660370Z test_dispatch_meta_outplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7660470Z test_dispatch_meta_outplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7660580Z test_dispatch_meta_outplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7660680Z test_dispatch_meta_outplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7660780Z test_dispatch_meta_outplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7660880Z test_dispatch_meta_outplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7660980Z test_dispatch_meta_outplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7661080Z test_dispatch_meta_outplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7661180Z test_dispatch_meta_outplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7661290Z test_dispatch_meta_outplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7661390Z test_dispatch_meta_outplace_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7661500Z test_dispatch_meta_outplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7661670Z test_dispatch_meta_outplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7661780Z test_dispatch_meta_outplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7661890Z test_dispatch_meta_outplace_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7661990Z test_dispatch_meta_outplace_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7662090Z test_dispatch_meta_outplace_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7662190Z test_dispatch_meta_outplace_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7662340Z test_dispatch_meta_outplace_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7662440Z test_dispatch_meta_outplace_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7662540Z test_dispatch_meta_outplace_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7662640Z test_dispatch_meta_outplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7662760Z test_dispatch_meta_outplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7662870Z test_dispatch_meta_outplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7662990Z test_dispatch_meta_outplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7663110Z test_dispatch_meta_outplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7663230Z test_dispatch_meta_outplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7663360Z test_dispatch_meta_outplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7663480Z test_dispatch_meta_outplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7663590Z test_dispatch_meta_outplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7663700Z test_dispatch_meta_outplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7663820Z test_dispatch_meta_outplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7663930Z test_dispatch_meta_outplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7664040Z test_dispatch_meta_outplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7664150Z test_dispatch_meta_outplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7664260Z test_dispatch_meta_outplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7664380Z test_dispatch_meta_outplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7664490Z test_dispatch_meta_outplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7664600Z test_dispatch_meta_outplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7664710Z test_dispatch_meta_outplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7664820Z test_dispatch_meta_outplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7664920Z test_dispatch_meta_outplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7665030Z test_dispatch_meta_outplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7665140Z test_dispatch_meta_outplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7665240Z test_dispatch_meta_outplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7665350Z test_dispatch_meta_outplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7665450Z test_dispatch_meta_outplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7665560Z test_dispatch_meta_outplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7665660Z test_dispatch_meta_outplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7665770Z test_dispatch_meta_outplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7665870Z test_dispatch_meta_outplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7665980Z test_dispatch_meta_outplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7666140Z test_dispatch_meta_outplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7666240Z test_dispatch_meta_outplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7666350Z test_dispatch_meta_outplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7666450Z test_dispatch_meta_outplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7666560Z test_dispatch_meta_outplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7666660Z test_dispatch_meta_outplace_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7666770Z test_dispatch_meta_outplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7666870Z test_dispatch_meta_outplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7666980Z test_dispatch_meta_outplace_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7667130Z test_dispatch_meta_outplace_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7667230Z test_dispatch_meta_outplace_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7667330Z test_dispatch_meta_outplace_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7667440Z test_dispatch_meta_outplace_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7667530Z test_dispatch_meta_outplace_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7667640Z test_dispatch_meta_outplace_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7667740Z test_dispatch_meta_outplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7667850Z test_dispatch_meta_outplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7667970Z test_dispatch_meta_outplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7668080Z test_dispatch_meta_outplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7668200Z test_dispatch_meta_outplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7668310Z test_dispatch_meta_outplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7668420Z test_dispatch_meta_outplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7668530Z test_dispatch_meta_outplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7668640Z test_dispatch_meta_outplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7668750Z test_dispatch_meta_outplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7668860Z test_dispatch_meta_outplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7668970Z test_dispatch_meta_outplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7669080Z test_dispatch_meta_outplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7669180Z test_dispatch_meta_outplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7669280Z test_dispatch_meta_outplace_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7669390Z test_dispatch_meta_outplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7669500Z test_dispatch_meta_outplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7669600Z test_dispatch_meta_outplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7669710Z test_dispatch_meta_outplace_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7669830Z test_dispatch_meta_outplace_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7669930Z test_dispatch_meta_outplace_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7670040Z test_dispatch_meta_outplace_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7670140Z test_dispatch_meta_outplace_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7670240Z test_dispatch_meta_outplace_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7670340Z test_dispatch_meta_outplace_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7670440Z test_dispatch_meta_outplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7670540Z test_dispatch_meta_outplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:20:47.7670650Z test_dispatch_meta_outplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:20:47.7670760Z test_dispatch_meta_outplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7670880Z test_dispatch_meta_outplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7670990Z test_dispatch_meta_outplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7671100Z test_dispatch_meta_outplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7671210Z test_dispatch_meta_outplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7671320Z test_dispatch_meta_outplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7671420Z test_dispatch_meta_outplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7671530Z test_dispatch_meta_outplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7671630Z test_dispatch_meta_outplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7671740Z test_dispatch_meta_outplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7671840Z test_dispatch_meta_outplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7671940Z test_dispatch_meta_outplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7672050Z test_dispatch_meta_outplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7672150Z test_dispatch_meta_outplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7672250Z test_dispatch_meta_outplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7672350Z test_dispatch_meta_outplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7672450Z test_dispatch_meta_outplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7672550Z test_dispatch_meta_outplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7672650Z test_dispatch_meta_outplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7672750Z test_dispatch_meta_outplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7672850Z test_dispatch_meta_outplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7672960Z test_dispatch_meta_outplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7673060Z test_dispatch_meta_outplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7673170Z test_dispatch_meta_outplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7673280Z test_dispatch_meta_outplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7673390Z test_dispatch_meta_outplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7673490Z test_dispatch_meta_outplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7673620Z test_dispatch_meta_outplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7673730Z test_dispatch_meta_outplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7673830Z test_dispatch_meta_outplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7673930Z test_dispatch_meta_outplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7674030Z test_dispatch_meta_outplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7674130Z test_dispatch_meta_outplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7674230Z test_dispatch_meta_outplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7674340Z test_dispatch_meta_outplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7674440Z test_dispatch_meta_outplace_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7678380Z test_dispatch_meta_outplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7678510Z test_dispatch_meta_outplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7678610Z test_dispatch_meta_outplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7678720Z test_dispatch_meta_outplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7678820Z test_dispatch_meta_outplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7678920Z test_dispatch_meta_outplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7679030Z test_dispatch_meta_outplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7679130Z test_dispatch_meta_outplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7679230Z test_dispatch_meta_outplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7679330Z test_dispatch_meta_outplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7679430Z test_dispatch_meta_outplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7679530Z test_dispatch_meta_outplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7679630Z test_dispatch_meta_outplace_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7679740Z test_dispatch_meta_outplace_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7679850Z test_dispatch_meta_outplace_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7679950Z test_dispatch_meta_outplace_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7680050Z test_dispatch_meta_outplace_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7680160Z test_dispatch_meta_outplace_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7680260Z test_dispatch_meta_outplace_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7680360Z test_dispatch_meta_outplace_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7680460Z test_dispatch_meta_outplace_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7680550Z test_dispatch_meta_outplace_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7680650Z test_dispatch_meta_outplace_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7680750Z test_dispatch_meta_outplace_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7680870Z test_dispatch_meta_outplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.115s) 2022-11-23T01:20:47.7680970Z test_dispatch_meta_outplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.115s) 2022-11-23T01:20:47.7681170Z test_dispatch_meta_outplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.115s) 2022-11-23T01:20:47.7681280Z test_dispatch_meta_outplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.115s) 2022-11-23T01:20:47.7681400Z test_dispatch_meta_outplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:20:47.7681520Z test_dispatch_meta_outplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:20:47.7681630Z test_dispatch_meta_outplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:20:47.7681750Z test_dispatch_meta_outplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:20:47.7681860Z test_dispatch_meta_outplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:20:47.7681980Z test_dispatch_meta_outplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:20:47.7682090Z test_dispatch_meta_outplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:20:47.7682220Z test_dispatch_meta_outplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:20:47.7682320Z test_dispatch_meta_outplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7682430Z test_dispatch_meta_outplace_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7682530Z test_dispatch_meta_outplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7682640Z test_dispatch_meta_outplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7682750Z test_dispatch_meta_outplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7682850Z test_dispatch_meta_outplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7682950Z test_dispatch_meta_outplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7683060Z test_dispatch_meta_outplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7683160Z test_dispatch_meta_outplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7683270Z test_dispatch_meta_outplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7683370Z test_dispatch_meta_outplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7683470Z test_dispatch_meta_outplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7683570Z test_dispatch_meta_outplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7683680Z test_dispatch_meta_outplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7683780Z test_dispatch_meta_outplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7683880Z test_dispatch_meta_outplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7683980Z test_dispatch_meta_outplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7684090Z test_dispatch_meta_outplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7684190Z test_dispatch_meta_outplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7684290Z test_dispatch_meta_outplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7684390Z test_dispatch_meta_outplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7684490Z test_dispatch_meta_outplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7684600Z test_dispatch_meta_outplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7684710Z test_dispatch_meta_outplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7684810Z test_dispatch_meta_outplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7684990Z test_dispatch_meta_outplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7685100Z test_dispatch_meta_outplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7685210Z test_dispatch_meta_outplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7685310Z test_dispatch_meta_outplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7685410Z test_dispatch_meta_outplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7685520Z test_dispatch_meta_outplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7685620Z test_dispatch_meta_outplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7685730Z test_dispatch_meta_outplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7685830Z test_dispatch_meta_outplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7686080Z test_dispatch_meta_outplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7686180Z test_dispatch_meta_outplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7686280Z test_dispatch_meta_outplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7686390Z test_dispatch_meta_outplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7686490Z test_dispatch_meta_outplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7686590Z test_dispatch_meta_outplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7686690Z test_dispatch_meta_outplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7686800Z test_dispatch_meta_outplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7686900Z test_dispatch_meta_outplace_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7687010Z test_dispatch_meta_outplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7687110Z test_dispatch_meta_outplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7687220Z test_dispatch_meta_outplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7687320Z test_dispatch_meta_outplace_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7687420Z test_dispatch_meta_outplace_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7687530Z test_dispatch_meta_outplace_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7687630Z test_dispatch_meta_outplace_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7687730Z test_dispatch_meta_outplace_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7687830Z test_dispatch_meta_outplace_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7687930Z test_dispatch_meta_outplace_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7688040Z test_dispatch_meta_outplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7688150Z test_dispatch_meta_outplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7688260Z test_dispatch_meta_outplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7688370Z test_dispatch_meta_outplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7688490Z test_dispatch_meta_outplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7688600Z test_dispatch_meta_outplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7688760Z test_dispatch_meta_outplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7688870Z test_dispatch_meta_outplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7688980Z test_dispatch_meta_outplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7689090Z test_dispatch_meta_outplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7689190Z test_dispatch_meta_outplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7689300Z test_dispatch_meta_outplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7689400Z test_dispatch_meta_outplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7689510Z test_dispatch_meta_outplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7689620Z test_dispatch_meta_outplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.232s) 2022-11-23T01:20:47.7689760Z test_dispatch_meta_outplace_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.232s) 2022-11-23T01:20:47.7689870Z test_dispatch_meta_outplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.231s) 2022-11-23T01:20:47.7689990Z test_dispatch_meta_outplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.232s) 2022-11-23T01:20:47.7690100Z test_dispatch_meta_outplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.232s) 2022-11-23T01:20:47.7690210Z test_dispatch_meta_outplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.231s) 2022-11-23T01:20:47.7690310Z test_dispatch_meta_outplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.231s) 2022-11-23T01:20:47.7690420Z test_dispatch_meta_outplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.231s) 2022-11-23T01:20:47.7690530Z test_dispatch_meta_outplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.232s) 2022-11-23T01:20:47.7690630Z test_dispatch_meta_outplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.232s) 2022-11-23T01:20:47.7690740Z test_dispatch_meta_outplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.232s) 2022-11-23T01:20:47.7690850Z test_dispatch_meta_outplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.231s) 2022-11-23T01:20:47.7690950Z test_dispatch_meta_outplace_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7691060Z test_dispatch_meta_outplace_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7691170Z test_dispatch_meta_outplace_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7691270Z test_dispatch_meta_outplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7691380Z test_dispatch_meta_outplace_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7691480Z test_dispatch_meta_outplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7691590Z test_dispatch_meta_outplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7691690Z test_dispatch_meta_outplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7691800Z test_dispatch_meta_outplace_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7691900Z test_dispatch_meta_outplace_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7692000Z test_dispatch_meta_outplace_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7692100Z test_dispatch_meta_outplace_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7692200Z test_dispatch_meta_outplace_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7692300Z test_dispatch_meta_outplace_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7692410Z test_dispatch_meta_outplace_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7692560Z test_dispatch_meta_outplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7692670Z test_dispatch_meta_outplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7692780Z test_dispatch_meta_outplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7692890Z test_dispatch_meta_outplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7693010Z test_dispatch_meta_outplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7693120Z test_dispatch_meta_outplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7693240Z test_dispatch_meta_outplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7693350Z test_dispatch_meta_outplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7693460Z test_dispatch_meta_outplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7693590Z test_dispatch_meta_outplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7693700Z test_dispatch_meta_outplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7693810Z test_dispatch_meta_outplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7693910Z test_dispatch_meta_outplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7694020Z test_dispatch_meta_outplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7694130Z test_dispatch_meta_outplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7694240Z test_dispatch_meta_outplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7694360Z test_dispatch_meta_outplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7694480Z test_dispatch_meta_outplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7694590Z test_dispatch_meta_outplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7694700Z test_dispatch_meta_outplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7694810Z test_dispatch_meta_outplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7694920Z test_dispatch_meta_outplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7695030Z test_dispatch_meta_outplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7695140Z test_dispatch_meta_outplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7695250Z test_dispatch_meta_outplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7695360Z test_dispatch_meta_outplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7695470Z test_dispatch_meta_outplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7695580Z test_dispatch_meta_outplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7695690Z test_dispatch_meta_outplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7695800Z test_dispatch_meta_outplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7695910Z test_dispatch_meta_outplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7696010Z test_dispatch_meta_outplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7696120Z test_dispatch_meta_outplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7696270Z test_dispatch_meta_outplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7696380Z test_dispatch_meta_outplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7696490Z test_dispatch_meta_outplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7696600Z test_dispatch_meta_outplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7696700Z test_dispatch_meta_outplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7696810Z test_dispatch_meta_outplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7696920Z test_dispatch_meta_outplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7697020Z test_dispatch_meta_outplace_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7697130Z test_dispatch_meta_outplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7697250Z test_dispatch_meta_outplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7697350Z test_dispatch_meta_outplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7697460Z test_dispatch_meta_outplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7697570Z test_dispatch_meta_outplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7697670Z test_dispatch_meta_outplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7697780Z test_dispatch_meta_outplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7697880Z test_dispatch_meta_outplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7697990Z test_dispatch_meta_outplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.7698100Z test_dispatch_meta_outplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.7698210Z test_dispatch_meta_outplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.7698310Z test_dispatch_meta_outplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7698420Z test_dispatch_meta_outplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7698520Z test_dispatch_meta_outplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7698620Z test_dispatch_meta_outplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7698730Z test_dispatch_meta_outplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7698830Z test_dispatch_meta_outplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7698930Z test_dispatch_meta_outplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7699040Z test_dispatch_meta_outplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7699150Z test_dispatch_meta_outplace_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7699250Z test_dispatch_meta_outplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7699350Z test_dispatch_meta_outplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7699460Z test_dispatch_meta_outplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7699560Z test_dispatch_meta_outplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7699660Z test_dispatch_meta_outplace_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7699760Z test_dispatch_meta_outplace_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7699860Z test_dispatch_meta_outplace_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7700030Z test_dispatch_meta_outplace_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7700140Z test_dispatch_meta_outplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7700250Z test_dispatch_meta_outplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7700350Z test_dispatch_meta_outplace_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7700450Z test_dispatch_meta_outplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7700560Z test_dispatch_meta_outplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7700660Z test_dispatch_meta_outplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7700770Z test_dispatch_meta_outplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7700870Z test_dispatch_meta_outplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7700970Z test_dispatch_meta_outplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7701160Z test_dispatch_meta_outplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7701260Z test_dispatch_meta_outplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7701360Z test_dispatch_meta_outplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7701470Z test_dispatch_meta_outplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7701580Z test_dispatch_meta_outplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7701700Z test_dispatch_meta_outplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7701810Z test_dispatch_meta_outplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7701920Z test_dispatch_meta_outplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7702040Z test_dispatch_meta_outplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7702150Z test_dispatch_meta_outplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7702250Z test_dispatch_meta_outplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7702360Z test_dispatch_meta_outplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7702460Z test_dispatch_meta_outplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7702570Z test_dispatch_meta_outplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7702680Z test_dispatch_meta_outplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.7702780Z test_dispatch_meta_outplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.582s) 2022-11-23T01:20:47.7702890Z test_dispatch_meta_outplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.581s) 2022-11-23T01:20:47.7703000Z test_dispatch_meta_outplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.581s) 2022-11-23T01:20:47.7703100Z test_dispatch_meta_outplace_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.579s) 2022-11-23T01:20:47.7703200Z test_dispatch_meta_outplace_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.581s) 2022-11-23T01:20:47.7703300Z test_dispatch_meta_outplace_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.580s) 2022-11-23T01:20:47.7703400Z test_dispatch_meta_outplace_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.581s) 2022-11-23T01:20:47.7703500Z test_dispatch_meta_outplace_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.580s) 2022-11-23T01:20:47.7703600Z test_dispatch_meta_outplace_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.581s) 2022-11-23T01:20:47.7703700Z test_dispatch_meta_outplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.580s) 2022-11-23T01:20:47.7703870Z test_dispatch_meta_outplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7703990Z test_dispatch_meta_outplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7704100Z test_dispatch_meta_outplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7704200Z test_dispatch_meta_outplace_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7704310Z test_dispatch_meta_outplace_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7709340Z test_dispatch_meta_outplace_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7709470Z test_dispatch_meta_outplace_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7709570Z test_dispatch_meta_outplace_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7709680Z test_dispatch_meta_outplace_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7709920Z test_dispatch_meta_outplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7710020Z test_dispatch_meta_outplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7710130Z test_dispatch_meta_outplace_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7710240Z test_dispatch_meta_outplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7710340Z test_dispatch_meta_outplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7710450Z test_dispatch_meta_outplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7710550Z test_dispatch_meta_outplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7710650Z test_dispatch_meta_outplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7710750Z test_dispatch_meta_outplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7710850Z test_dispatch_meta_outplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7710960Z test_dispatch_meta_outplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7711060Z test_dispatch_meta_outplace_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7711160Z test_dispatch_meta_outplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7711270Z test_dispatch_meta_outplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7711370Z test_dispatch_meta_outplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7711470Z test_dispatch_meta_outplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7711570Z test_dispatch_meta_outplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7711670Z test_dispatch_meta_outplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7711770Z test_dispatch_meta_outplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7711880Z test_dispatch_meta_outplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7711990Z test_dispatch_meta_outplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7712100Z test_dispatch_meta_outplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7712210Z test_dispatch_meta_outplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7712320Z test_dispatch_meta_outplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7712420Z test_dispatch_meta_outplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7712530Z test_dispatch_meta_outplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7712690Z test_dispatch_meta_outplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7712800Z test_dispatch_meta_outplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7712910Z test_dispatch_meta_outplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7713010Z test_dispatch_meta_outplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7713120Z test_dispatch_meta_outplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7713230Z test_dispatch_meta_outplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7713330Z test_dispatch_meta_outplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7713440Z test_dispatch_meta_outplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7713550Z test_dispatch_meta_outplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7713650Z test_dispatch_meta_outplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7713780Z test_dispatch_meta_outplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7713880Z test_dispatch_meta_outplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7713980Z test_dispatch_meta_outplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7714110Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7714230Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7714360Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7714480Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7714600Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7714710Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7714830Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7714950Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7715070Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7715190Z test_dispatch_meta_outplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7715290Z test_dispatch_meta_outplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7715400Z test_dispatch_meta_outplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7715500Z test_dispatch_meta_outplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7715610Z test_dispatch_meta_outplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7715720Z test_dispatch_meta_outplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7715820Z test_dispatch_meta_outplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7715930Z test_dispatch_meta_outplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7716030Z test_dispatch_meta_outplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7716130Z test_dispatch_meta_outplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7716240Z test_dispatch_meta_outplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7716340Z test_dispatch_meta_outplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7716470Z test_dispatch_meta_outplace_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7716580Z test_dispatch_meta_outplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7716690Z test_dispatch_meta_outplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7716790Z test_dispatch_meta_outplace_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7716890Z test_dispatch_meta_outplace_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7716990Z test_dispatch_meta_outplace_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7717100Z test_dispatch_meta_outplace_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7717200Z test_dispatch_meta_outplace_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7717290Z test_dispatch_meta_outplace_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7717400Z test_dispatch_meta_outplace_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7717540Z test_dispatch_meta_outplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7717650Z test_dispatch_meta_outplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7717760Z test_dispatch_meta_outplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7717870Z test_dispatch_meta_outplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7717990Z test_dispatch_meta_outplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7718100Z test_dispatch_meta_outplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7718200Z test_dispatch_meta_outplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7718310Z test_dispatch_meta_outplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7718420Z test_dispatch_meta_outplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7718530Z test_dispatch_meta_outplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7718630Z test_dispatch_meta_outplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7718740Z test_dispatch_meta_outplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7718850Z test_dispatch_meta_outplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7718960Z test_dispatch_meta_outplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7719070Z test_dispatch_meta_outplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7719170Z test_dispatch_meta_outplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7719280Z test_dispatch_meta_outplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7719390Z test_dispatch_meta_outplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7719500Z test_dispatch_meta_outplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7719600Z test_dispatch_meta_outplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7719700Z test_dispatch_meta_outplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7719810Z test_dispatch_meta_outplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7719920Z test_dispatch_meta_outplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7720020Z test_dispatch_meta_outplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7720120Z test_dispatch_meta_outplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7720420Z test_dispatch_meta_outplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7720550Z test_dispatch_meta_outplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7720660Z test_dispatch_meta_outplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7720780Z test_dispatch_meta_outplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7720890Z test_dispatch_meta_outplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7721010Z test_dispatch_meta_outplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7721120Z test_dispatch_meta_outplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7721230Z test_dispatch_meta_outplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7721340Z test_dispatch_meta_outplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7721550Z test_dispatch_meta_outplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7721660Z test_dispatch_meta_outplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7721770Z test_dispatch_meta_outplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7721880Z test_dispatch_meta_outplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7721980Z test_dispatch_meta_outplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7722090Z test_dispatch_meta_outplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7722200Z test_dispatch_meta_outplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7722310Z test_dispatch_meta_outplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7722420Z test_dispatch_meta_outplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7722520Z test_dispatch_meta_outplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7722630Z test_dispatch_meta_outplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7722740Z test_dispatch_meta_outplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7722840Z test_dispatch_meta_outplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7722950Z test_dispatch_meta_outplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7723050Z test_dispatch_meta_outplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7723160Z test_dispatch_meta_outplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7723270Z test_dispatch_meta_outplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7723370Z test_dispatch_meta_outplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7723490Z test_dispatch_meta_outplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7723600Z test_dispatch_meta_outplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7723720Z test_dispatch_meta_outplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7723830Z test_dispatch_meta_outplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7723940Z test_dispatch_meta_outplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7724050Z test_dispatch_meta_outplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7724220Z test_dispatch_meta_outplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7724340Z test_dispatch_meta_outplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7724460Z test_dispatch_meta_outplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7724560Z test_dispatch_meta_outplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7724670Z test_dispatch_meta_outplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.151s) 2022-11-23T01:20:47.7724780Z test_dispatch_meta_outplace_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.146s) 2022-11-23T01:20:47.7724880Z test_dispatch_meta_outplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.142s) 2022-11-23T01:20:47.7724990Z test_dispatch_meta_outplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.149s) 2022-11-23T01:20:47.7725090Z test_dispatch_meta_outplace_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.159s) 2022-11-23T01:20:47.7725200Z test_dispatch_meta_outplace_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.148s) 2022-11-23T01:20:47.7725320Z test_dispatch_meta_outplace_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.149s) 2022-11-23T01:20:47.7725430Z test_dispatch_meta_outplace_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.150s) 2022-11-23T01:20:47.7725530Z test_dispatch_meta_outplace_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.148s) 2022-11-23T01:20:47.7725630Z test_dispatch_meta_outplace_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.142s) 2022-11-23T01:20:47.7725730Z test_dispatch_meta_outplace_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.142s) 2022-11-23T01:20:47.7725830Z test_dispatch_meta_outplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.142s) 2022-11-23T01:20:47.7725940Z test_dispatch_meta_outplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7726040Z test_dispatch_meta_outplace_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7726150Z test_dispatch_meta_outplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7726260Z test_dispatch_meta_outplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7726370Z test_dispatch_meta_outplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7726470Z test_dispatch_meta_outplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7726580Z test_dispatch_meta_outplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7726680Z test_dispatch_meta_outplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7726780Z test_dispatch_meta_outplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7726880Z test_dispatch_meta_outplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.7726990Z test_dispatch_meta_outplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.7727090Z test_dispatch_meta_outplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.7727200Z test_dispatch_meta_outplace_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.7727300Z test_dispatch_meta_outplace_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.7727400Z test_dispatch_meta_outplace_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7727510Z test_dispatch_meta_outplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.7727630Z test_dispatch_meta_outplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.7727740Z test_dispatch_meta_outplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.7727860Z test_dispatch_meta_outplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.7728010Z test_dispatch_meta_outplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7728130Z test_dispatch_meta_outplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7728240Z test_dispatch_meta_outplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7728350Z test_dispatch_meta_outplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7728460Z test_dispatch_meta_outplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7728590Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7728700Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7728830Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7728950Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7729120Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7729240Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7729350Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7729460Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7729570Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7729680Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7729800Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7729910Z test_dispatch_meta_outplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7730020Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7730140Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7730250Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7730360Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7730470Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7730590Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7730700Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7730810Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7730920Z test_dispatch_meta_outplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7731030Z test_dispatch_meta_outplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7731130Z test_dispatch_meta_outplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7731240Z test_dispatch_meta_outplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7731350Z test_dispatch_meta_outplace_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7731450Z test_dispatch_meta_outplace_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7731550Z test_dispatch_meta_outplace_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7731650Z test_dispatch_meta_outplace_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7731800Z test_dispatch_meta_outplace_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7731910Z test_dispatch_meta_outplace_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7732010Z test_dispatch_meta_outplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7732120Z test_dispatch_meta_outplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7732230Z test_dispatch_meta_outplace_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7732340Z test_dispatch_meta_outplace_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7732450Z test_dispatch_meta_outplace_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7732560Z test_dispatch_meta_outplace_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7732660Z test_dispatch_meta_outplace_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7732790Z test_dispatch_meta_outplace_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7732900Z test_dispatch_meta_outplace_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7733010Z test_dispatch_meta_outplace_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7733110Z test_dispatch_meta_outplace_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7733210Z test_dispatch_meta_outplace_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7733310Z test_dispatch_meta_outplace_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7733410Z test_dispatch_meta_outplace_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7733520Z test_dispatch_meta_outplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7733620Z test_dispatch_meta_outplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7733740Z test_dispatch_meta_outplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7733840Z test_dispatch_meta_outplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7733950Z test_dispatch_meta_outplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7734050Z test_dispatch_meta_outplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7734160Z test_dispatch_meta_outplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7734260Z test_dispatch_meta_outplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7734360Z test_dispatch_meta_outplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7734460Z test_dispatch_meta_outplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7734560Z test_dispatch_meta_outplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7734670Z test_dispatch_meta_outplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7734770Z test_dispatch_meta_outplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7734870Z test_dispatch_meta_outplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7734970Z test_dispatch_meta_outplace_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7735080Z test_dispatch_meta_outplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7735190Z test_dispatch_meta_outplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7735290Z test_dispatch_meta_outplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7735400Z test_dispatch_meta_outplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7735570Z test_dispatch_meta_outplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7735680Z test_dispatch_meta_outplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7740680Z test_dispatch_meta_outplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7740850Z test_dispatch_meta_outplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7740950Z test_dispatch_meta_outplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7741060Z test_dispatch_meta_outplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7741150Z test_dispatch_meta_outplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7741260Z test_dispatch_meta_outplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7741370Z test_dispatch_meta_outplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7741640Z test_dispatch_meta_outplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7741750Z test_dispatch_meta_outplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7741850Z test_dispatch_meta_outplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7741950Z test_dispatch_meta_outplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7742050Z test_dispatch_meta_outplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7742150Z test_dispatch_meta_outplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7742250Z test_dispatch_meta_outplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7742350Z test_dispatch_meta_outplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7742450Z test_dispatch_meta_outplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7742560Z test_dispatch_meta_outplace_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7742670Z test_dispatch_meta_outplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7742770Z test_dispatch_meta_outplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7742880Z test_dispatch_meta_outplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7742980Z test_dispatch_meta_outplace_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7743090Z test_dispatch_meta_outplace_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7743190Z test_dispatch_meta_outplace_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7743300Z test_dispatch_meta_outplace_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7743400Z test_dispatch_meta_outplace_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7743500Z test_dispatch_meta_outplace_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7743600Z test_dispatch_meta_outplace_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7743700Z test_dispatch_meta_outplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7743810Z test_dispatch_meta_outplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7743920Z test_dispatch_meta_outplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7744030Z test_dispatch_meta_outplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7744150Z test_dispatch_meta_outplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7744250Z test_dispatch_meta_outplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7744400Z test_dispatch_meta_outplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7744510Z test_dispatch_meta_outplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7744620Z test_dispatch_meta_outplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7744720Z test_dispatch_meta_outplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7744830Z test_dispatch_meta_outplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7744930Z test_dispatch_meta_outplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7745040Z test_dispatch_meta_outplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7745150Z test_dispatch_meta_outplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7745250Z test_dispatch_meta_outplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7745410Z test_dispatch_meta_outplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7745520Z test_dispatch_meta_outplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7745620Z test_dispatch_meta_outplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7745720Z test_dispatch_meta_outplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7745820Z test_dispatch_meta_outplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7745920Z test_dispatch_meta_outplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7746020Z test_dispatch_meta_outplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7746120Z test_dispatch_meta_outplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7746230Z test_dispatch_meta_outplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7746330Z test_dispatch_meta_outplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7746430Z test_dispatch_meta_outplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7746530Z test_dispatch_meta_outplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7746640Z test_dispatch_meta_outplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7746740Z test_dispatch_meta_outplace_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7746840Z test_dispatch_meta_outplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7746950Z test_dispatch_meta_outplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7747050Z test_dispatch_meta_outplace_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7747160Z test_dispatch_meta_outplace_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7747260Z test_dispatch_meta_outplace_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7747360Z test_dispatch_meta_outplace_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7747470Z test_dispatch_meta_outplace_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7747560Z test_dispatch_meta_outplace_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7747660Z test_dispatch_meta_outplace_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7747760Z test_dispatch_meta_outplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7747870Z test_dispatch_meta_outplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7747970Z test_dispatch_meta_outplace_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7748070Z test_dispatch_meta_outplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7748240Z test_dispatch_meta_outplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7748340Z test_dispatch_meta_outplace_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7748450Z test_dispatch_meta_outplace_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7748540Z test_dispatch_meta_outplace_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7748640Z test_dispatch_meta_outplace_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7748750Z test_dispatch_meta_outplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7748850Z test_dispatch_meta_outplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7748950Z test_dispatch_meta_outplace_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7749050Z test_dispatch_meta_outplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7749200Z test_dispatch_meta_outplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7749300Z test_dispatch_meta_outplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7749400Z test_dispatch_meta_outplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7749500Z test_dispatch_meta_outplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7749600Z test_dispatch_meta_outplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7749700Z test_dispatch_meta_outplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7749800Z test_dispatch_meta_outplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7749900Z test_dispatch_meta_outplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7750010Z test_dispatch_meta_outplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7750120Z test_dispatch_meta_outplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7750230Z test_dispatch_meta_outplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7750330Z test_dispatch_meta_outplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7750430Z test_dispatch_meta_outplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7750530Z test_dispatch_meta_outplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7750630Z test_dispatch_meta_outplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7750730Z test_dispatch_meta_outplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7750830Z test_dispatch_meta_outplace_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7750940Z test_dispatch_meta_outplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7751040Z test_dispatch_meta_outplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7751140Z test_dispatch_meta_outplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7751230Z test_dispatch_meta_outplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7751330Z test_dispatch_meta_outplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7751430Z test_dispatch_meta_outplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7751530Z test_dispatch_meta_outplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7751630Z test_dispatch_meta_outplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7751730Z test_dispatch_meta_outplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7751830Z test_dispatch_meta_outplace_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7751980Z test_dispatch_meta_outplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7752080Z test_dispatch_meta_outplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7752190Z test_dispatch_meta_outplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7752280Z test_dispatch_meta_outplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7752390Z test_dispatch_meta_outplace_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7752490Z test_dispatch_meta_outplace_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7752580Z test_dispatch_meta_outplace_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7752680Z test_dispatch_meta_outplace_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7752780Z test_dispatch_meta_outplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7752920Z test_dispatch_meta_outplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7753030Z test_dispatch_meta_outplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7753140Z test_dispatch_meta_outplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7753250Z test_dispatch_meta_outplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7753360Z test_dispatch_meta_outplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7753470Z test_dispatch_meta_outplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7753570Z test_dispatch_meta_outplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7753680Z test_dispatch_meta_outplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7753780Z test_dispatch_meta_outplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7753890Z test_dispatch_meta_outplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7753990Z test_dispatch_meta_outplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7754100Z test_dispatch_meta_outplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7754200Z test_dispatch_meta_outplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7754300Z test_dispatch_meta_outplace_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7754410Z test_dispatch_meta_outplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7754520Z test_dispatch_meta_outplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7754620Z test_dispatch_meta_outplace_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7754730Z test_dispatch_meta_outplace_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7754830Z test_dispatch_meta_outplace_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7754940Z test_dispatch_meta_outplace_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7755040Z test_dispatch_meta_outplace_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7755140Z test_dispatch_meta_outplace_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7755240Z test_dispatch_meta_outplace_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7755340Z test_dispatch_meta_outplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7755440Z test_dispatch_meta_outplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7755540Z test_dispatch_meta_outplace_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7755710Z test_dispatch_meta_outplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7755820Z test_dispatch_meta_outplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7755930Z test_dispatch_meta_outplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7756030Z test_dispatch_meta_outplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7756130Z test_dispatch_meta_outplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7756240Z test_dispatch_meta_outplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7756330Z test_dispatch_meta_outplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7756440Z test_dispatch_meta_outplace_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.7756540Z test_dispatch_meta_outplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7756850Z test_dispatch_meta_outplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.7756950Z test_dispatch_meta_outplace_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7757050Z test_dispatch_meta_outplace_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7757150Z test_dispatch_meta_outplace_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7757250Z test_dispatch_meta_outplace_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7757350Z test_dispatch_meta_outplace_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7757450Z test_dispatch_meta_outplace_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7757550Z test_dispatch_meta_outplace_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.7757650Z test_dispatch_meta_outplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7757760Z test_dispatch_meta_outplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7757870Z test_dispatch_meta_outplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7757980Z test_dispatch_meta_outplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7758090Z test_dispatch_meta_outplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7758190Z test_dispatch_meta_outplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7758300Z test_dispatch_meta_outplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7758400Z test_dispatch_meta_outplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7758500Z test_dispatch_meta_outplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7758600Z test_dispatch_meta_outplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7758710Z test_dispatch_meta_outplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7758810Z test_dispatch_meta_outplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.7758920Z test_dispatch_meta_outplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.7759030Z test_dispatch_meta_outplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.7759130Z test_dispatch_meta_outplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.7759240Z test_dispatch_meta_outplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7759340Z test_dispatch_meta_outplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.7759450Z test_dispatch_meta_outplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.7759600Z test_dispatch_meta_outplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.7759710Z test_dispatch_meta_outplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.7759820Z test_dispatch_meta_outplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.7759920Z test_dispatch_meta_outplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7760030Z test_dispatch_meta_outplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7760130Z test_dispatch_meta_outplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7760240Z test_dispatch_meta_outplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7760340Z test_dispatch_meta_outplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7760450Z test_dispatch_meta_outplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7760550Z test_dispatch_meta_outplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7760680Z test_dispatch_meta_outplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7760780Z test_dispatch_meta_outplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7760880Z test_dispatch_meta_outplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7761000Z test_dispatch_meta_outplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7761100Z test_dispatch_meta_outplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7761220Z test_dispatch_meta_outplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7761330Z test_dispatch_meta_outplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7761450Z test_dispatch_meta_outplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7761560Z test_dispatch_meta_outplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7761710Z test_dispatch_meta_outplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7761820Z test_dispatch_meta_outplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7761930Z test_dispatch_meta_outplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7762040Z test_dispatch_meta_outplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7762140Z test_dispatch_meta_outplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7762250Z test_dispatch_meta_outplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7762360Z test_dispatch_meta_outplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7762460Z test_dispatch_meta_outplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7762570Z test_dispatch_meta_outplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7762680Z test_dispatch_meta_outplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7762790Z test_dispatch_meta_outplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7762890Z test_dispatch_meta_outplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7763000Z test_dispatch_meta_outplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7763110Z test_dispatch_meta_outplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7763210Z test_dispatch_meta_outplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7763380Z test_dispatch_meta_outplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7763490Z test_dispatch_meta_outplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7763590Z test_dispatch_meta_outplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7763700Z test_dispatch_meta_outplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7763810Z test_dispatch_meta_outplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7763920Z test_dispatch_meta_outplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7764020Z test_dispatch_meta_outplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7764130Z test_dispatch_meta_outplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7764230Z test_dispatch_meta_outplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7764330Z test_dispatch_meta_outplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7764480Z test_dispatch_meta_outplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7764590Z test_dispatch_meta_outplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7764690Z test_dispatch_meta_outplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7764800Z test_dispatch_meta_outplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7764910Z test_dispatch_meta_outplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7765020Z test_dispatch_meta_outplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7765120Z test_dispatch_meta_outplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7765230Z test_dispatch_meta_outplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7765330Z test_dispatch_meta_outplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7765440Z test_dispatch_meta_outplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7765540Z test_dispatch_meta_outplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7765640Z test_dispatch_meta_outplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7765740Z test_dispatch_meta_outplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7765850Z test_dispatch_meta_outplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7765960Z test_dispatch_meta_outplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7766060Z test_dispatch_meta_outplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7766170Z test_dispatch_meta_outplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7766270Z test_dispatch_meta_outplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7766400Z test_dispatch_meta_outplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7771230Z test_dispatch_meta_outplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7771410Z test_dispatch_meta_outplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7771510Z test_dispatch_meta_outplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7771620Z test_dispatch_meta_outplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7771730Z test_dispatch_meta_outplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.7771830Z test_dispatch_meta_outplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.7772050Z test_dispatch_meta_outplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7772160Z test_dispatch_meta_outplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7772270Z test_dispatch_meta_outplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7772370Z test_dispatch_meta_outplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7772470Z test_dispatch_meta_outplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7772580Z test_dispatch_meta_outplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7772680Z test_dispatch_meta_outplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7772780Z test_dispatch_meta_outplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7772890Z test_dispatch_meta_outplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7773020Z test_dispatch_meta_outplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7773130Z test_dispatch_meta_outplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7773240Z test_dispatch_meta_outplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7773340Z test_dispatch_meta_outplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7773450Z test_dispatch_meta_outplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7773550Z test_dispatch_meta_outplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7773650Z test_dispatch_meta_outplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7773750Z test_dispatch_meta_outplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7773870Z test_dispatch_meta_outplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7773980Z test_dispatch_meta_outplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7774090Z test_dispatch_meta_outplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7774210Z test_dispatch_meta_outplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7774320Z test_dispatch_meta_outplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7774440Z test_dispatch_meta_outplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7774550Z test_dispatch_meta_outplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7774660Z test_dispatch_meta_outplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7774770Z test_dispatch_meta_outplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7774870Z test_dispatch_meta_outplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7774980Z test_dispatch_meta_outplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7775090Z test_dispatch_meta_outplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7775190Z test_dispatch_meta_outplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7775300Z test_dispatch_meta_outplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7775410Z test_dispatch_meta_outplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7775510Z test_dispatch_meta_outplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7775620Z test_dispatch_meta_outplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7775780Z test_dispatch_meta_outplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7775880Z test_dispatch_meta_outplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7775990Z test_dispatch_meta_outplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7776090Z test_dispatch_meta_outplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7776200Z test_dispatch_meta_outplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7776300Z test_dispatch_meta_outplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7776410Z test_dispatch_meta_outplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7776510Z test_dispatch_meta_outplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7776610Z test_dispatch_meta_outplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7776780Z test_dispatch_meta_outplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7776890Z test_dispatch_meta_outplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7776990Z test_dispatch_meta_outplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7777090Z test_dispatch_meta_outplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7777200Z test_dispatch_meta_outplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7777300Z test_dispatch_meta_outplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7777400Z test_dispatch_meta_outplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7777510Z test_dispatch_meta_outplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7777610Z test_dispatch_meta_outplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7777710Z test_dispatch_meta_outplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7777810Z test_dispatch_meta_outplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7777910Z test_dispatch_meta_outplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7778030Z test_dispatch_meta_outplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7778140Z test_dispatch_meta_outplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7778250Z test_dispatch_meta_outplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7778350Z test_dispatch_meta_outplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7778460Z test_dispatch_meta_outplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7778560Z test_dispatch_meta_outplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7778660Z test_dispatch_meta_outplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7778760Z test_dispatch_meta_outplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7778870Z test_dispatch_meta_outplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7778970Z test_dispatch_meta_outplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7779080Z test_dispatch_meta_outplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7779190Z test_dispatch_meta_outplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7779300Z test_dispatch_meta_outplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7779460Z test_dispatch_meta_outplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7779570Z test_dispatch_meta_outplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7779680Z test_dispatch_meta_outplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7779780Z test_dispatch_meta_outplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7779880Z test_dispatch_meta_outplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7779980Z test_dispatch_meta_outplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7780090Z test_dispatch_meta_outplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7780200Z test_dispatch_meta_outplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7780310Z test_dispatch_meta_outplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7780450Z test_dispatch_meta_outplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7780560Z test_dispatch_meta_outplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7780670Z test_dispatch_meta_outplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7780770Z test_dispatch_meta_outplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7780880Z test_dispatch_meta_outplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7780980Z test_dispatch_meta_outplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7781090Z test_dispatch_meta_outplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7781190Z test_dispatch_meta_outplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:20:47.7781300Z test_dispatch_meta_outplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7781400Z test_dispatch_meta_outplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7781510Z test_dispatch_meta_outplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7781610Z test_dispatch_meta_outplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7781710Z test_dispatch_meta_outplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7781810Z test_dispatch_meta_outplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7781910Z test_dispatch_meta_outplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7782020Z test_dispatch_meta_outplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.7782120Z test_dispatch_meta_outplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.7782230Z test_dispatch_meta_outplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.7782330Z test_dispatch_meta_outplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.7782430Z test_dispatch_meta_outplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.7782540Z test_dispatch_meta_outplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.7782640Z test_dispatch_meta_outplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.7782740Z test_dispatch_meta_outplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.7782840Z test_dispatch_meta_outplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:47.7782950Z test_dispatch_meta_outplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:47.7783050Z test_dispatch_meta_outplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:20:47.7783200Z test_dispatch_meta_outplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7783300Z test_dispatch_meta_outplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7783400Z test_dispatch_meta_outplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7783510Z test_dispatch_meta_outplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7783610Z test_dispatch_meta_outplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7783710Z test_dispatch_meta_outplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7783820Z test_dispatch_meta_outplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7783920Z test_dispatch_meta_outplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7784030Z test_dispatch_meta_outplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7784150Z test_dispatch_meta_outplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7784260Z test_dispatch_meta_outplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7784360Z test_dispatch_meta_outplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7784460Z test_dispatch_meta_outplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7784560Z test_dispatch_meta_outplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7784660Z test_dispatch_meta_outplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7784760Z test_dispatch_meta_outplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7784860Z test_dispatch_meta_outplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7784960Z test_dispatch_meta_outplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7785070Z test_dispatch_meta_outplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7785170Z test_dispatch_meta_outplace_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7785280Z test_dispatch_meta_outplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7785390Z test_dispatch_meta_outplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7785500Z test_dispatch_meta_outplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7785600Z test_dispatch_meta_outplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7785710Z test_dispatch_meta_outplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7785810Z test_dispatch_meta_outplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7785910Z test_dispatch_meta_outplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7786020Z test_dispatch_meta_outplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7786120Z test_dispatch_meta_outplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7786220Z test_dispatch_meta_outplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7786330Z test_dispatch_meta_outplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7786430Z test_dispatch_meta_outplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7786540Z test_dispatch_meta_outplace_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7786640Z test_dispatch_meta_outplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7786750Z test_dispatch_meta_outplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7786890Z test_dispatch_meta_outplace_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7787000Z test_dispatch_meta_outplace_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7787100Z test_dispatch_meta_outplace_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7787200Z test_dispatch_meta_outplace_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7787300Z test_dispatch_meta_outplace_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7787400Z test_dispatch_meta_outplace_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7787500Z test_dispatch_meta_outplace_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7787600Z test_dispatch_meta_outplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7787710Z test_dispatch_meta_outplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7787810Z test_dispatch_meta_outplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7787940Z test_dispatch_meta_outplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7788050Z test_dispatch_meta_outplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7788150Z test_dispatch_meta_outplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7788260Z test_dispatch_meta_outplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7788360Z test_dispatch_meta_outplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7788460Z test_dispatch_meta_outplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7788560Z test_dispatch_meta_outplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7788660Z test_dispatch_meta_outplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7788770Z test_dispatch_meta_outplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7788870Z test_dispatch_meta_outplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7788970Z test_dispatch_meta_outplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7789080Z test_dispatch_meta_outplace_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7789190Z test_dispatch_meta_outplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7789300Z test_dispatch_meta_outplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7789400Z test_dispatch_meta_outplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7789500Z test_dispatch_meta_outplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7789610Z test_dispatch_meta_outplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7789710Z test_dispatch_meta_outplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7789810Z test_dispatch_meta_outplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7789910Z test_dispatch_meta_outplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7790010Z test_dispatch_meta_outplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7790110Z test_dispatch_meta_outplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7790210Z test_dispatch_meta_outplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7790320Z test_dispatch_meta_outplace_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7790420Z test_dispatch_meta_outplace_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7790700Z test_dispatch_meta_outplace_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7790810Z test_dispatch_meta_outplace_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7790920Z test_dispatch_meta_outplace_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7791020Z test_dispatch_meta_outplace_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7791120Z test_dispatch_meta_outplace_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7791220Z test_dispatch_meta_outplace_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7791320Z test_dispatch_meta_outplace_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7791420Z test_dispatch_meta_outplace_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7791530Z test_dispatch_meta_outplace_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7791630Z test_dispatch_meta_outplace_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7791810Z test_dispatch_meta_outplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7791920Z test_dispatch_meta_outplace_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7792030Z test_dispatch_meta_outplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7792150Z test_dispatch_meta_outplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7792260Z test_dispatch_meta_outplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7792360Z test_dispatch_meta_outplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7792470Z test_dispatch_meta_outplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7792580Z test_dispatch_meta_outplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7792680Z test_dispatch_meta_outplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7792790Z test_dispatch_meta_outplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7792900Z test_dispatch_meta_outplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7793000Z test_dispatch_meta_outplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7793110Z test_dispatch_meta_outplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7793210Z test_dispatch_meta_outplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7793320Z test_dispatch_meta_outplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7793420Z test_dispatch_meta_outplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7793520Z test_dispatch_meta_outplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7793620Z test_dispatch_meta_outplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7793720Z test_dispatch_meta_outplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7793820Z test_dispatch_meta_outplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7793940Z test_dispatch_meta_outplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.7794050Z test_dispatch_meta_outplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.7794160Z test_dispatch_meta_outplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.7794260Z test_dispatch_meta_outplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.7794370Z test_dispatch_meta_outplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7794520Z test_dispatch_meta_outplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7794630Z test_dispatch_meta_outplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7794740Z test_dispatch_meta_outplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7794840Z test_dispatch_meta_outplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7794950Z test_dispatch_meta_outplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7795050Z test_dispatch_meta_outplace_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7795150Z test_dispatch_meta_outplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7795260Z test_dispatch_meta_outplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7795360Z test_dispatch_meta_outplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7795480Z test_dispatch_meta_outplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7795580Z test_dispatch_meta_outplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7795680Z test_dispatch_meta_outplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7795780Z test_dispatch_meta_outplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7795880Z test_dispatch_meta_outplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7795980Z test_dispatch_meta_outplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7796090Z test_dispatch_meta_outplace_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7796190Z test_dispatch_meta_outplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7796290Z test_dispatch_meta_outplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7796400Z test_dispatch_meta_outplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7796500Z test_dispatch_meta_outplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7796600Z test_dispatch_meta_outplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7796690Z test_dispatch_meta_outplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7796800Z test_dispatch_meta_outplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7796920Z test_dispatch_meta_outplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7801170Z test_dispatch_meta_outplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7801330Z test_dispatch_meta_outplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7801430Z test_dispatch_meta_outplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7801530Z test_dispatch_meta_outplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7801630Z test_dispatch_meta_outplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7801730Z test_dispatch_meta_outplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7801830Z test_dispatch_meta_outplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7801930Z test_dispatch_meta_outplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7802030Z test_dispatch_meta_outplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7802130Z test_dispatch_meta_outplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7802230Z test_dispatch_meta_outplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7802440Z test_dispatch_meta_outplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7802540Z test_dispatch_meta_outplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7802650Z test_dispatch_meta_outplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7802760Z test_dispatch_meta_outplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7802860Z test_dispatch_meta_outplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7802960Z test_dispatch_meta_outplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7803060Z test_dispatch_meta_outplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7803160Z test_dispatch_meta_outplace_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7803270Z test_dispatch_meta_outplace_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7803380Z test_dispatch_meta_outplace_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7803510Z test_dispatch_meta_outplace_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7803610Z test_dispatch_meta_outplace_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7803710Z test_dispatch_meta_outplace_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7803810Z test_dispatch_meta_outplace_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7803910Z test_dispatch_meta_outplace_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7804010Z test_dispatch_meta_outplace_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7804110Z test_dispatch_meta_outplace_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7804210Z test_dispatch_meta_outplace_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7804310Z test_dispatch_meta_outplace_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7804420Z test_dispatch_meta_outplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7804520Z test_dispatch_meta_outplace_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7804640Z test_dispatch_meta_outplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7804750Z test_dispatch_meta_outplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7804860Z test_dispatch_meta_outplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7804970Z test_dispatch_meta_outplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7805070Z test_dispatch_meta_outplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7805170Z test_dispatch_meta_outplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7805280Z test_dispatch_meta_outplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7805390Z test_dispatch_meta_outplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7805490Z test_dispatch_meta_outplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7805590Z test_dispatch_meta_outplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7805700Z test_dispatch_meta_outplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7805800Z test_dispatch_meta_outplace_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7805910Z test_dispatch_meta_outplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7806020Z test_dispatch_meta_outplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7806120Z test_dispatch_meta_outplace_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7806250Z test_dispatch_meta_outplace_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7806350Z test_dispatch_meta_outplace_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7806460Z test_dispatch_meta_outplace_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7806560Z test_dispatch_meta_outplace_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7806660Z test_dispatch_meta_outplace_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7806760Z test_dispatch_meta_outplace_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7806860Z test_dispatch_meta_outplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7806970Z test_dispatch_meta_outplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7807070Z test_dispatch_meta_outplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7807180Z test_dispatch_meta_outplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7807290Z test_dispatch_meta_outplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7807390Z test_dispatch_meta_outplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7807500Z test_dispatch_meta_outplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7807600Z test_dispatch_meta_outplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7807700Z test_dispatch_meta_outplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7807800Z test_dispatch_meta_outplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7807900Z test_dispatch_meta_outplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7808000Z test_dispatch_meta_outplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7808100Z test_dispatch_meta_outplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7808200Z test_dispatch_meta_outplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7808300Z test_dispatch_meta_outplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7808400Z test_dispatch_meta_outplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7808510Z test_dispatch_meta_outplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.125s) 2022-11-23T01:20:47.7808610Z test_dispatch_meta_outplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.125s) 2022-11-23T01:20:47.7808720Z test_dispatch_meta_outplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.125s) 2022-11-23T01:20:47.7808830Z test_dispatch_meta_outplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.124s) 2022-11-23T01:20:47.7808930Z test_dispatch_meta_outplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:20:47.7809050Z test_dispatch_meta_outplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:20:47.7809160Z test_dispatch_meta_outplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:20:47.7809260Z test_dispatch_meta_outplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:20:47.7809370Z test_dispatch_meta_outplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:20:47.7809480Z test_dispatch_meta_outplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:20:47.7809580Z test_dispatch_meta_outplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:20:47.7809690Z test_dispatch_meta_outplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:20:47.7809790Z test_dispatch_meta_outplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:20:47.7809970Z test_dispatch_meta_outplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:20:47.7810090Z test_dispatch_meta_outplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.177s) 2022-11-23T01:20:47.7810210Z test_dispatch_meta_outplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.176s) 2022-11-23T01:20:47.7810320Z test_dispatch_meta_outplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7810420Z test_dispatch_meta_outplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7810530Z test_dispatch_meta_outplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7810630Z test_dispatch_meta_outplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7810720Z test_dispatch_meta_outplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7810820Z test_dispatch_meta_outplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7810930Z test_dispatch_meta_outplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7811090Z test_dispatch_meta_outplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7811190Z test_dispatch_meta_outplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7811290Z test_dispatch_meta_outplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7811400Z test_dispatch_meta_outplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7811500Z test_dispatch_meta_outplace_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7811610Z test_dispatch_meta_outplace_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7811720Z test_dispatch_meta_outplace_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7811820Z test_dispatch_meta_outplace_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7811920Z test_dispatch_meta_outplace_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7812020Z test_dispatch_meta_outplace_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7812120Z test_dispatch_meta_outplace_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7812220Z test_dispatch_meta_outplace_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7812320Z test_dispatch_meta_outplace_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7812420Z test_dispatch_meta_outplace_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7812520Z test_dispatch_meta_outplace_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7812630Z test_dispatch_meta_outplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7812730Z test_dispatch_meta_outplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7812840Z test_dispatch_meta_outplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7812950Z test_dispatch_meta_outplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7813050Z test_dispatch_meta_outplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7813160Z test_dispatch_meta_outplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7813270Z test_dispatch_meta_outplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7813370Z test_dispatch_meta_outplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7813480Z test_dispatch_meta_outplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7813580Z test_dispatch_meta_outplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7813680Z test_dispatch_meta_outplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.661s) 2022-11-23T01:20:47.7813830Z test_dispatch_meta_outplace_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.660s) 2022-11-23T01:20:47.7813930Z test_dispatch_meta_outplace_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.661s) 2022-11-23T01:20:47.7814040Z test_dispatch_meta_outplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.563s) 2022-11-23T01:20:47.7814140Z test_dispatch_meta_outplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.625s) 2022-11-23T01:20:47.7814260Z test_dispatch_meta_outplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.705s) 2022-11-23T01:20:47.7814370Z test_dispatch_meta_outplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.763s) 2022-11-23T01:20:47.7814470Z test_dispatch_meta_outplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7814580Z test_dispatch_meta_outplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7814690Z test_dispatch_meta_outplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7814840Z test_dispatch_meta_outplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7814950Z test_dispatch_meta_outplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7815050Z test_dispatch_meta_outplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7815160Z test_dispatch_meta_outplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7815260Z test_dispatch_meta_outplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7815360Z test_dispatch_meta_outplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7815460Z test_dispatch_meta_outplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7815560Z test_dispatch_meta_outplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7815670Z test_dispatch_meta_outplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7815770Z test_dispatch_meta_outplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7815870Z test_dispatch_meta_outplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7815980Z test_dispatch_meta_outplace_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7816080Z test_dispatch_meta_outplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7816190Z test_dispatch_meta_outplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7816300Z test_dispatch_meta_outplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7816400Z test_dispatch_meta_outplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7816500Z test_dispatch_meta_outplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7816610Z test_dispatch_meta_outplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7816710Z test_dispatch_meta_outplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7816810Z test_dispatch_meta_outplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7816910Z test_dispatch_meta_outplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7817010Z test_dispatch_meta_outplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7817110Z test_dispatch_meta_outplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7817220Z test_dispatch_meta_outplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7817320Z test_dispatch_meta_outplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7817430Z test_dispatch_meta_outplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7817580Z test_dispatch_meta_outplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7817690Z test_dispatch_meta_outplace_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7817790Z test_dispatch_meta_outplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7817890Z test_dispatch_meta_outplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7817990Z test_dispatch_meta_outplace_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7818090Z test_dispatch_meta_outplace_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7818190Z test_dispatch_meta_outplace_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7818280Z test_dispatch_meta_outplace_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7818380Z test_dispatch_meta_outplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7818490Z test_dispatch_meta_outplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7818640Z test_dispatch_meta_outplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7818750Z test_dispatch_meta_outplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7818850Z test_dispatch_meta_outplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7818960Z test_dispatch_meta_outplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7819070Z test_dispatch_meta_outplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.7819170Z test_dispatch_meta_outplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7819270Z test_dispatch_meta_outplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7819380Z test_dispatch_meta_outplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7819480Z test_dispatch_meta_outplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7819580Z test_dispatch_meta_outplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7819690Z test_dispatch_meta_outplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7819800Z test_dispatch_meta_outplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7819910Z test_dispatch_meta_outplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7820020Z test_dispatch_meta_outplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7820130Z test_dispatch_meta_outplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7820230Z test_dispatch_meta_outplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7820340Z test_dispatch_meta_outplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7820440Z test_dispatch_meta_outplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7820550Z test_dispatch_meta_outplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7820650Z test_dispatch_meta_outplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7820760Z test_dispatch_meta_outplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7820860Z test_dispatch_meta_outplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7820960Z test_dispatch_meta_outplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7821070Z test_dispatch_meta_outplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7821170Z test_dispatch_meta_outplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7821330Z test_dispatch_meta_outplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7821440Z test_dispatch_meta_outplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7821550Z test_dispatch_meta_outplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7821660Z test_dispatch_meta_outplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7821760Z test_dispatch_meta_outplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7821870Z test_dispatch_meta_outplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7821970Z test_dispatch_meta_outplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7822080Z test_dispatch_meta_outplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7822180Z test_dispatch_meta_outplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7822300Z test_dispatch_meta_outplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7822410Z test_dispatch_meta_outplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7822520Z test_dispatch_meta_outplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7822630Z test_dispatch_meta_outplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7822740Z test_dispatch_meta_outplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7822850Z test_dispatch_meta_outplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7822960Z test_dispatch_meta_outplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7823060Z test_dispatch_meta_outplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7823180Z test_dispatch_meta_outplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7823280Z test_dispatch_meta_outplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7823380Z test_dispatch_meta_outplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7823490Z test_dispatch_meta_outplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7823590Z test_dispatch_meta_outplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7823700Z test_dispatch_meta_outplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7823800Z test_dispatch_meta_outplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7823910Z test_dispatch_meta_outplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7824020Z test_dispatch_meta_outplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7824130Z test_dispatch_meta_outplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7824240Z test_dispatch_meta_outplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7824340Z test_dispatch_meta_outplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7824450Z test_dispatch_meta_outplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7824550Z test_dispatch_meta_outplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7824650Z test_dispatch_meta_outplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7824760Z test_dispatch_meta_outplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7824860Z test_dispatch_meta_outplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7825020Z test_dispatch_meta_outplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7825140Z test_dispatch_meta_outplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.7825250Z test_dispatch_meta_outplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7825360Z test_dispatch_meta_outplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7825470Z test_dispatch_meta_outplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7825570Z test_dispatch_meta_outplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7825680Z test_dispatch_meta_outplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7825780Z test_dispatch_meta_outplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7825890Z test_dispatch_meta_outplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7826200Z test_dispatch_meta_outplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7826320Z test_dispatch_meta_outplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7826420Z test_dispatch_meta_outplace_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7826540Z test_dispatch_meta_outplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7826650Z test_dispatch_meta_outplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7826760Z test_dispatch_meta_outplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7826900Z test_dispatch_meta_outplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7831480Z test_dispatch_meta_outplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7831610Z test_dispatch_meta_outplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7831720Z test_dispatch_meta_outplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7831820Z test_dispatch_meta_outplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7831920Z test_dispatch_meta_outplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7832030Z test_dispatch_meta_outplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7832130Z test_dispatch_meta_outplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7832240Z test_dispatch_meta_outplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7832340Z test_dispatch_meta_outplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7832450Z test_dispatch_meta_outplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7832560Z test_dispatch_meta_outplace_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7832660Z test_dispatch_meta_outplace_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7832770Z test_dispatch_meta_outplace_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7832870Z test_dispatch_meta_outplace_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7832970Z test_dispatch_meta_outplace_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7833080Z test_dispatch_meta_outplace_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.7833180Z test_dispatch_meta_outplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7833290Z test_dispatch_meta_outplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7833510Z test_dispatch_meta_outplace_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7833620Z test_dispatch_meta_outplace_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7833720Z test_dispatch_meta_outplace_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7833820Z test_dispatch_meta_outplace_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7833920Z test_dispatch_meta_outplace_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7834020Z test_dispatch_meta_outplace_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7834120Z test_dispatch_meta_outplace_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7834220Z test_dispatch_meta_outplace_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7834320Z test_dispatch_meta_outplace_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7834430Z test_dispatch_meta_outplace_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7834560Z test_dispatch_meta_outplace_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7834670Z test_dispatch_meta_outplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.7834770Z test_dispatch_meta_outplace_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.7834880Z test_dispatch_meta_outplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.7834990Z test_dispatch_meta_outplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.7835100Z test_dispatch_meta_outplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.7835200Z test_dispatch_meta_outplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.7835310Z test_dispatch_meta_outplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.7835410Z test_dispatch_meta_outplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.7835520Z test_dispatch_meta_outplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.7835620Z test_dispatch_meta_outplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.7835720Z test_dispatch_meta_outplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.7835820Z test_dispatch_meta_outplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.7835930Z test_dispatch_meta_outplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7836040Z test_dispatch_meta_outplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7836150Z test_dispatch_meta_outplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7836260Z test_dispatch_meta_outplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7836370Z test_dispatch_meta_outplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7836470Z test_dispatch_meta_outplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7836580Z test_dispatch_meta_outplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7836680Z test_dispatch_meta_outplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7836790Z test_dispatch_meta_outplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7836890Z test_dispatch_meta_outplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7837000Z test_dispatch_meta_outplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7837100Z test_dispatch_meta_outplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7837230Z test_dispatch_meta_outplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7837330Z test_dispatch_meta_outplace_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7837440Z test_dispatch_meta_outplace_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7837540Z test_dispatch_meta_outplace_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7837640Z test_dispatch_meta_outplace_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7837740Z test_dispatch_meta_outplace_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7837840Z test_dispatch_meta_outplace_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7837940Z test_dispatch_meta_outplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7838050Z test_dispatch_meta_outplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7838150Z test_dispatch_meta_outplace_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7838280Z test_dispatch_meta_outplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7838390Z test_dispatch_meta_outplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7838500Z test_dispatch_meta_outplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7838600Z test_dispatch_meta_outplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7838700Z test_dispatch_meta_outplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7838810Z test_dispatch_meta_outplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7838910Z test_dispatch_meta_outplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7839010Z test_dispatch_meta_outplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7839110Z test_dispatch_meta_outplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7839220Z test_dispatch_meta_outplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7839320Z test_dispatch_meta_outplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7839420Z test_dispatch_meta_outplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7839520Z test_dispatch_meta_outplace_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7839630Z test_dispatch_meta_outplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7839730Z test_dispatch_meta_outplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7839840Z test_dispatch_meta_outplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7839940Z test_dispatch_meta_outplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7840040Z test_dispatch_meta_outplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7840140Z test_dispatch_meta_outplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7840240Z test_dispatch_meta_outplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7840340Z test_dispatch_meta_outplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7840440Z test_dispatch_meta_outplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7840540Z test_dispatch_meta_outplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7840650Z test_dispatch_meta_outplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7840760Z test_dispatch_meta_outplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7840870Z test_dispatch_meta_outplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7840990Z test_dispatch_meta_outplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7841100Z test_dispatch_meta_outplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7841210Z test_dispatch_meta_outplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7841320Z test_dispatch_meta_outplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7841420Z test_dispatch_meta_outplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7841520Z test_dispatch_meta_outplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7841630Z test_dispatch_meta_outplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7841740Z test_dispatch_meta_outplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7841840Z test_dispatch_meta_outplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7841980Z test_dispatch_meta_outplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7842090Z test_dispatch_meta_outplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7842190Z test_dispatch_meta_outplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7842300Z test_dispatch_meta_outplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7842400Z test_dispatch_meta_outplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7842500Z test_dispatch_meta_outplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7842610Z test_dispatch_meta_outplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7842710Z test_dispatch_meta_outplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7842820Z test_dispatch_meta_outplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7842920Z test_dispatch_meta_outplace_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7843030Z test_dispatch_meta_outplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7843140Z test_dispatch_meta_outplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7843240Z test_dispatch_meta_outplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7843350Z test_dispatch_meta_outplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7843450Z test_dispatch_meta_outplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7843550Z test_dispatch_meta_outplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7843660Z test_dispatch_meta_outplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7843760Z test_dispatch_meta_outplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7843860Z test_dispatch_meta_outplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7843960Z test_dispatch_meta_outplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7844060Z test_dispatch_meta_outplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7844170Z test_dispatch_meta_outplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.078s) 2022-11-23T01:20:47.7844270Z test_dispatch_meta_outplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.078s) 2022-11-23T01:20:47.7844420Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:47.7844560Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7844750Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7844900Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7845040Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7845180Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7845310Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7845450Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7845580Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7845780Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7845920Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7846050Z test_dispatch_meta_outplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7846200Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7846340Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7846480Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7846630Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7846770Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7846920Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7847050Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7847190Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7847330Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7847470Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7847610Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7847740Z test_dispatch_meta_outplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7847880Z test_dispatch_meta_outplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7848010Z test_dispatch_meta_outplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7848140Z test_dispatch_meta_outplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7848330Z test_dispatch_meta_outplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7848470Z test_dispatch_meta_outplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7848600Z test_dispatch_meta_outplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7848730Z test_dispatch_meta_outplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7848860Z test_dispatch_meta_outplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7848990Z test_dispatch_meta_outplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7849110Z test_dispatch_meta_outplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7849240Z test_dispatch_meta_outplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7849430Z test_dispatch_meta_outplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7849570Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7849710Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7849850Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7850000Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7850140Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7850270Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7850410Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7850550Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7850680Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7850820Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7850950Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7851090Z test_dispatch_meta_outplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7851220Z test_dispatch_meta_outplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7851350Z test_dispatch_meta_outplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7851490Z test_dispatch_meta_outplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7851620Z test_dispatch_meta_outplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7851750Z test_dispatch_meta_outplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7851880Z test_dispatch_meta_outplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7852060Z test_dispatch_meta_outplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7852190Z test_dispatch_meta_outplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7852320Z test_dispatch_meta_outplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7852440Z test_dispatch_meta_outplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7852560Z test_dispatch_meta_outplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7852690Z test_dispatch_meta_outplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.7852790Z test_dispatch_meta_outplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7852900Z test_dispatch_meta_outplace_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7853010Z test_dispatch_meta_outplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7853160Z test_dispatch_meta_outplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7853260Z test_dispatch_meta_outplace_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7853370Z test_dispatch_meta_outplace_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7853470Z test_dispatch_meta_outplace_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7853570Z test_dispatch_meta_outplace_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7853670Z test_dispatch_meta_outplace_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7853770Z test_dispatch_meta_outplace_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7853870Z test_dispatch_meta_outplace_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7853980Z test_dispatch_meta_outplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7854090Z test_dispatch_meta_outplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.7854190Z test_dispatch_meta_outplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.7854300Z test_dispatch_meta_outplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.7854410Z test_dispatch_meta_outplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7854510Z test_dispatch_meta_outplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.7854610Z test_dispatch_meta_outplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7854720Z test_dispatch_meta_outplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7854820Z test_dispatch_meta_outplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:47.7854920Z test_dispatch_meta_outplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7855020Z test_dispatch_meta_outplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7855120Z test_dispatch_meta_outplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7855230Z test_dispatch_meta_outplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7855330Z test_dispatch_meta_outplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7855430Z test_dispatch_meta_outplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7855540Z test_dispatch_meta_outplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7855640Z test_dispatch_meta_outplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7855800Z test_dispatch_meta_outplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7855910Z test_dispatch_meta_outplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7856010Z test_dispatch_meta_outplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7856120Z test_dispatch_meta_outplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7856220Z test_dispatch_meta_outplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7856320Z test_dispatch_meta_outplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7856420Z test_dispatch_meta_outplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7856520Z test_dispatch_meta_outplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7856620Z test_dispatch_meta_outplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7856720Z test_dispatch_meta_outplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7856870Z test_dispatch_meta_outplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7856970Z test_dispatch_meta_outplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7857070Z test_dispatch_meta_outplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7857170Z test_dispatch_meta_outplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7857270Z test_dispatch_meta_outplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7857370Z test_dispatch_meta_outplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7857470Z test_dispatch_meta_outplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7857570Z test_dispatch_meta_outplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7857670Z test_dispatch_meta_outplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7857780Z test_dispatch_meta_outplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7857880Z test_dispatch_meta_outplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.7857990Z test_dispatch_meta_outplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.7858090Z test_dispatch_meta_outplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7858190Z test_dispatch_meta_outplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7858300Z test_dispatch_meta_outplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7858400Z test_dispatch_meta_outplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7858510Z test_dispatch_meta_outplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7858640Z test_dispatch_meta_outplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7863260Z test_dispatch_meta_outplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7863370Z test_dispatch_meta_outplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7863470Z test_dispatch_meta_outplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7863570Z test_dispatch_meta_outplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7863670Z test_dispatch_meta_outplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7863790Z test_dispatch_meta_outplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7863910Z test_dispatch_meta_outplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7864020Z test_dispatch_meta_outplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7864370Z test_dispatch_meta_outplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7864500Z test_dispatch_meta_outplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7864620Z test_dispatch_meta_outplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7864740Z test_dispatch_meta_outplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7864850Z test_dispatch_meta_outplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7864960Z test_dispatch_meta_outplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7865080Z test_dispatch_meta_outplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7865190Z test_dispatch_meta_outplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7865300Z test_dispatch_meta_outplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7865470Z test_dispatch_meta_outplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7865590Z test_dispatch_meta_outplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7865700Z test_dispatch_meta_outplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7865810Z test_dispatch_meta_outplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7865920Z test_dispatch_meta_outplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7866030Z test_dispatch_meta_outplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7866130Z test_dispatch_meta_outplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7866240Z test_dispatch_meta_outplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7866350Z test_dispatch_meta_outplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7866460Z test_dispatch_meta_outplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7866570Z test_dispatch_meta_outplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7866680Z test_dispatch_meta_outplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7866790Z test_dispatch_meta_outplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7866890Z test_dispatch_meta_outplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7867010Z test_dispatch_meta_outplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.7867130Z test_dispatch_meta_outplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.7867250Z test_dispatch_meta_outplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.7867370Z test_dispatch_meta_outplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7867480Z test_dispatch_meta_outplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.7867590Z test_dispatch_meta_outplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.7867690Z test_dispatch_meta_outplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.7867800Z test_dispatch_meta_outplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.7867910Z test_dispatch_meta_outplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7868020Z test_dispatch_meta_outplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7868170Z test_dispatch_meta_outplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7868280Z test_dispatch_meta_outplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7868400Z test_dispatch_meta_outplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.7868520Z test_dispatch_meta_outplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.7868630Z test_dispatch_meta_outplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.108s) 2022-11-23T01:20:47.7868740Z test_dispatch_meta_outplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:20:47.7868860Z test_dispatch_meta_outplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7868970Z test_dispatch_meta_outplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7869090Z test_dispatch_meta_outplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7869220Z test_dispatch_meta_outplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7869350Z test_dispatch_meta_outplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:20:47.7869480Z test_dispatch_meta_outplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:20:47.7869610Z test_dispatch_meta_outplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:20:47.7869730Z test_dispatch_meta_outplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:20:47.7869840Z test_dispatch_meta_outplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7869950Z test_dispatch_meta_outplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7870060Z test_dispatch_meta_outplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7870170Z test_dispatch_meta_outplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7870280Z test_dispatch_meta_outplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7870390Z test_dispatch_meta_outplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7870500Z test_dispatch_meta_outplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7870610Z test_dispatch_meta_outplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7870730Z test_dispatch_meta_outplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7870850Z test_dispatch_meta_outplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7870960Z test_dispatch_meta_outplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7871080Z test_dispatch_meta_outplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7871200Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7871320Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7871440Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7871550Z test_dispatch_meta_outplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7871670Z test_dispatch_meta_outplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7871780Z test_dispatch_meta_outplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7871930Z test_dispatch_meta_outplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7872050Z test_dispatch_meta_outplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7872170Z test_dispatch_meta_outplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.192s) 2022-11-23T01:20:47.7872280Z test_dispatch_meta_outplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.188s) 2022-11-23T01:20:47.7872390Z test_dispatch_meta_outplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.166s) 2022-11-23T01:20:47.7872490Z test_dispatch_meta_outplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.166s) 2022-11-23T01:20:47.7872620Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.171s) 2022-11-23T01:20:47.7872750Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.172s) 2022-11-23T01:20:47.7872910Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.167s) 2022-11-23T01:20:47.7873030Z test_dispatch_meta_outplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.166s) 2022-11-23T01:20:47.7873140Z test_dispatch_meta_outplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7873250Z test_dispatch_meta_outplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7873360Z test_dispatch_meta_outplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7873470Z test_dispatch_meta_outplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7873590Z test_dispatch_meta_outplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7873710Z test_dispatch_meta_outplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7873830Z test_dispatch_meta_outplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7873940Z test_dispatch_meta_outplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7874060Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7874180Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7874300Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7874410Z test_dispatch_meta_outplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7874520Z test_dispatch_meta_outplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7874640Z test_dispatch_meta_outplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7874760Z test_dispatch_meta_outplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.7874870Z test_dispatch_meta_outplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.7874980Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.7875100Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:47.7875220Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:47.7875330Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.7875450Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:20:47.7875590Z test_dispatch_meta_outplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:20:47.7875710Z test_dispatch_meta_outplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.7875830Z test_dispatch_meta_outplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.7875950Z test_dispatch_meta_outplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.7876060Z test_dispatch_meta_outplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.7876180Z test_dispatch_meta_outplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.7876300Z test_dispatch_meta_outplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.7876420Z test_dispatch_meta_outplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.7876530Z test_dispatch_meta_outplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:20:47.7876680Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7876810Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7876930Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7877060Z test_dispatch_meta_outplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7877170Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7877290Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7877400Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7877510Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7877630Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7877740Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7877850Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7877960Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7878070Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7878180Z test_dispatch_meta_outplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7878280Z test_dispatch_meta_outplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7878400Z test_dispatch_meta_outplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:20:47.7878510Z test_dispatch_meta_outplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:20:47.7878620Z test_dispatch_meta_outplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7878730Z test_dispatch_meta_outplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:47.7878830Z test_dispatch_meta_outplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:47.7878960Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.7879100Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:47.7879230Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:47.7879420Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.7879550Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.7879680Z test_dispatch_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.7879790Z test_dispatch_meta_outplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.7879910Z test_dispatch_meta_outplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.7880020Z test_dispatch_meta_outplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7880120Z test_dispatch_meta_outplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7880250Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7880420Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7880550Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7880670Z test_dispatch_meta_outplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7880870Z test_dispatch_meta_outplace_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.7881040Z test_dispatch_meta_outplace_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.7881210Z test_dispatch_meta_outplace_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.7881360Z test_dispatch_meta_outplace_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.7881480Z test_dispatch_meta_outplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7881590Z test_dispatch_meta_outplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7881690Z test_dispatch_meta_outplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7881800Z test_dispatch_meta_outplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7881920Z test_dispatch_meta_outplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7882030Z test_dispatch_meta_outplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7882150Z test_dispatch_meta_outplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7882260Z test_dispatch_meta_outplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7882370Z test_dispatch_meta_outplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.7882480Z test_dispatch_meta_outplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.7882590Z test_dispatch_meta_outplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.7882700Z test_dispatch_meta_outplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.7882820Z test_dispatch_meta_outplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7882930Z test_dispatch_meta_outplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7883040Z test_dispatch_meta_outplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7883210Z test_dispatch_meta_outplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7883340Z test_dispatch_meta_outplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.076s) 2022-11-23T01:20:47.7883470Z test_dispatch_meta_outplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.078s) 2022-11-23T01:20:47.7883590Z test_dispatch_meta_outplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (1.076s) 2022-11-23T01:20:47.7883710Z test_dispatch_meta_outplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (1.076s) 2022-11-23T01:20:47.7883820Z test_dispatch_meta_outplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.7883930Z test_dispatch_meta_outplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.7884040Z test_dispatch_meta_outplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.7884170Z test_dispatch_meta_outplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.7884290Z test_dispatch_meta_outplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.7884400Z test_dispatch_meta_outplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.7884510Z test_dispatch_meta_outplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.7884620Z test_dispatch_meta_outplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.7884740Z test_dispatch_meta_outplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7884860Z test_dispatch_meta_outplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7884970Z test_dispatch_meta_outplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7885080Z test_dispatch_meta_outplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7885200Z test_dispatch_meta_outplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7885320Z test_dispatch_meta_outplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7885440Z test_dispatch_meta_outplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7885550Z test_dispatch_meta_outplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7885660Z test_dispatch_meta_outplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7885780Z test_dispatch_meta_outplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7885890Z test_dispatch_meta_outplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7886000Z test_dispatch_meta_outplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7886110Z test_dispatch_meta_outplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7886220Z test_dispatch_meta_outplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7886320Z test_dispatch_meta_outplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7886430Z test_dispatch_meta_outplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7886540Z test_dispatch_meta_outplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7886650Z test_dispatch_meta_outplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.7886760Z test_dispatch_meta_outplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7886900Z test_dispatch_meta_outplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7887010Z test_dispatch_meta_outplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7887130Z test_dispatch_meta_outplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7887240Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.080s) 2022-11-23T01:20:47.7887360Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:20:47.7887480Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:20:47.7887600Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.080s) 2022-11-23T01:20:47.7887710Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.7887820Z test_dispatch_meta_outplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:20:47.7887950Z test_dispatch_meta_outplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7888060Z test_dispatch_meta_outplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7888170Z test_dispatch_meta_outplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7888280Z test_dispatch_meta_outplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7888390Z test_dispatch_meta_outplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7888490Z test_dispatch_meta_outplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7888600Z test_dispatch_meta_outplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7888700Z test_dispatch_meta_outplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7888810Z test_dispatch_meta_outplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7888920Z test_dispatch_meta_outplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7889020Z test_dispatch_meta_outplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7889120Z test_dispatch_meta_outplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7889230Z test_dispatch_meta_outplace_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7889340Z test_dispatch_meta_outplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7889440Z test_dispatch_meta_outplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7889550Z test_dispatch_meta_outplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7889650Z test_dispatch_meta_outplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7889760Z test_dispatch_meta_outplace_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7889860Z test_dispatch_meta_outplace_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7889960Z test_dispatch_meta_outplace_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7890060Z test_dispatch_meta_outplace_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7890160Z test_dispatch_meta_outplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7890260Z test_dispatch_meta_outplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7890360Z test_dispatch_meta_outplace_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7890470Z test_dispatch_meta_outplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7890620Z test_dispatch_meta_outplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7890730Z test_dispatch_meta_outplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7890830Z test_dispatch_meta_outplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7890930Z test_dispatch_meta_outplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7894820Z test_dispatch_meta_outplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7894980Z test_dispatch_meta_outplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7895080Z test_dispatch_meta_outplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7895190Z test_dispatch_meta_outplace_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7895300Z test_dispatch_meta_outplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7895400Z test_dispatch_meta_outplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7895590Z test_dispatch_meta_outplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7895700Z test_dispatch_meta_outplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7895800Z test_dispatch_meta_outplace_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7895900Z test_dispatch_meta_outplace_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7896000Z test_dispatch_meta_outplace_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7896100Z test_dispatch_meta_outplace_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7896190Z test_dispatch_meta_outplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7896300Z test_dispatch_meta_outplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7896400Z test_dispatch_meta_outplace_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7896510Z test_dispatch_meta_outplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7896610Z test_dispatch_meta_outplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7896710Z test_dispatch_meta_outplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7896810Z test_dispatch_meta_outplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7896910Z test_dispatch_meta_outplace_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7897010Z test_dispatch_meta_outplace_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7897110Z test_dispatch_meta_outplace_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7897210Z test_dispatch_meta_outplace_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7897320Z test_dispatch_meta_outplace_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7897430Z test_dispatch_meta_outplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7897540Z test_dispatch_meta_outplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7897650Z test_dispatch_meta_outplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7897770Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7897890Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7898010Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7898140Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7898310Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7898440Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7898550Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7898670Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7898790Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7898910Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7899020Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7899130Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7899250Z test_dispatch_meta_outplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7899430Z test_dispatch_meta_outplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7899540Z test_dispatch_meta_outplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7899650Z test_dispatch_meta_outplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7899750Z test_dispatch_meta_outplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7899860Z test_dispatch_meta_outplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7899970Z test_dispatch_meta_outplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7900080Z test_dispatch_meta_outplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:47.7900190Z test_dispatch_meta_outplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:47.7900310Z test_dispatch_meta_outplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:47.7900420Z test_dispatch_meta_outplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7900520Z test_dispatch_meta_outplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7900630Z test_dispatch_meta_outplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7900740Z test_dispatch_meta_outplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7900850Z test_dispatch_meta_outplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7900960Z test_dispatch_meta_outplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7901070Z test_dispatch_meta_outplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7901180Z test_dispatch_meta_outplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7901290Z test_dispatch_meta_outplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7901400Z test_dispatch_meta_outplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7901510Z test_dispatch_meta_outplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7901610Z test_dispatch_meta_outplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7901720Z test_dispatch_meta_outplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7901830Z test_dispatch_meta_outplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7901930Z test_dispatch_meta_outplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7902110Z test_dispatch_meta_outplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7902220Z test_dispatch_meta_outplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7902330Z test_dispatch_meta_outplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7902440Z test_dispatch_meta_outplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7902550Z test_dispatch_meta_outplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7902660Z test_dispatch_meta_outplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7902770Z test_dispatch_meta_outplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7902870Z test_dispatch_meta_outplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7902980Z test_dispatch_meta_outplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7903090Z test_dispatch_meta_outplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7903240Z test_dispatch_meta_outplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7903350Z test_dispatch_meta_outplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7903460Z test_dispatch_meta_outplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7903570Z test_dispatch_meta_outplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7903680Z test_dispatch_meta_outplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7903790Z test_dispatch_meta_outplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7903900Z test_dispatch_meta_outplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7904010Z test_dispatch_meta_outplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7904110Z test_dispatch_meta_outplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7904220Z test_dispatch_meta_outplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7904320Z test_dispatch_meta_outplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7904430Z test_dispatch_meta_outplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7904530Z test_dispatch_meta_outplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7904640Z test_dispatch_meta_outplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7904750Z test_dispatch_meta_outplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7904860Z test_dispatch_meta_outplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7904970Z test_dispatch_meta_outplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7905080Z test_dispatch_meta_outplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7905190Z test_dispatch_meta_outplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7905300Z test_dispatch_meta_outplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7905400Z test_dispatch_meta_outplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7905510Z test_dispatch_meta_outplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7905610Z test_dispatch_meta_outplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7905710Z test_dispatch_meta_outplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7905870Z test_dispatch_meta_outplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7905990Z test_dispatch_meta_outplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7906090Z test_dispatch_meta_outplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7906200Z test_dispatch_meta_outplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7906300Z test_dispatch_meta_outplace_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7906410Z test_dispatch_meta_outplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7906520Z test_dispatch_meta_outplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7906620Z test_dispatch_meta_outplace_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7906720Z test_dispatch_meta_outplace_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7906820Z test_dispatch_meta_outplace_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7906980Z test_dispatch_meta_outplace_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7907080Z test_dispatch_meta_outplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7907190Z test_dispatch_meta_outplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:20:47.7907300Z test_dispatch_meta_outplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:20:47.7907410Z test_dispatch_meta_outplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:20:47.7907520Z test_dispatch_meta_outplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:20:47.7907620Z test_dispatch_meta_outplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:20:47.7907730Z test_dispatch_meta_outplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.116s) 2022-11-23T01:20:47.7907840Z test_dispatch_meta_outplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.116s) 2022-11-23T01:20:47.7907940Z test_dispatch_meta_outplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.116s) 2022-11-23T01:20:47.7908050Z test_dispatch_meta_outplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7908150Z test_dispatch_meta_outplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:20:47.7908260Z test_dispatch_meta_outplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7908360Z test_dispatch_meta_outplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7908470Z test_dispatch_meta_outplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7908570Z test_dispatch_meta_outplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7908680Z test_dispatch_meta_outplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7908790Z test_dispatch_meta_outplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7908900Z test_dispatch_meta_outplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7909000Z test_dispatch_meta_outplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7909110Z test_dispatch_meta_outplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7909210Z test_dispatch_meta_outplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7909310Z test_dispatch_meta_outplace_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7909420Z test_dispatch_meta_outplace_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7909520Z test_dispatch_meta_outplace_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7909660Z test_dispatch_meta_outplace_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7909770Z test_dispatch_meta_outplace_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7909880Z test_dispatch_meta_outplace_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7909980Z test_dispatch_meta_outplace_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7910080Z test_dispatch_meta_outplace_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7910180Z test_dispatch_meta_outplace_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7910280Z test_dispatch_meta_outplace_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7910380Z test_dispatch_meta_outplace_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7910480Z test_dispatch_meta_outplace_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.7910590Z test_dispatch_meta_outplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7910710Z test_dispatch_meta_outplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7910820Z test_dispatch_meta_outplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7910920Z test_dispatch_meta_outplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7911010Z test_dispatch_meta_outplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7911110Z test_dispatch_meta_outplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7911220Z test_dispatch_meta_outplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7911310Z test_dispatch_meta_outplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7911410Z test_dispatch_meta_outplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7911510Z test_dispatch_meta_outplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7911620Z test_dispatch_meta_outplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7911730Z test_dispatch_meta_outplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7911830Z test_dispatch_meta_outplace_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7911920Z test_dispatch_meta_outplace_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7912030Z test_dispatch_meta_outplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7912140Z test_dispatch_meta_outplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7912250Z test_dispatch_meta_outplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7912360Z test_dispatch_meta_outplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7912470Z test_dispatch_meta_outplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7912580Z test_dispatch_meta_outplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7912690Z test_dispatch_meta_outplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7912800Z test_dispatch_meta_outplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7912900Z test_dispatch_meta_outplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7913000Z test_dispatch_meta_outplace_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7913110Z test_dispatch_meta_outplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7913210Z test_dispatch_meta_outplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7913310Z test_dispatch_meta_outplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7913470Z test_dispatch_meta_outplace_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7913570Z test_dispatch_meta_outplace_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7913670Z test_dispatch_meta_outplace_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7913780Z test_dispatch_meta_outplace_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7913880Z test_dispatch_meta_outplace_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7913980Z test_dispatch_meta_outplace_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7914070Z test_dispatch_meta_outplace_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7914170Z test_dispatch_meta_outplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7914280Z test_dispatch_meta_outplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7914380Z test_dispatch_meta_outplace_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7914560Z test_dispatch_meta_outplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7914670Z test_dispatch_meta_outplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7914770Z test_dispatch_meta_outplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7914870Z test_dispatch_meta_outplace_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7914970Z test_dispatch_meta_outplace_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7915070Z test_dispatch_meta_outplace_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7915170Z test_dispatch_meta_outplace_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7915270Z test_dispatch_meta_outplace_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7915370Z test_dispatch_meta_outplace_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7915470Z test_dispatch_meta_outplace_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7915570Z test_dispatch_meta_outplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7915680Z test_dispatch_meta_outplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.7915790Z test_dispatch_meta_outplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:47.7915900Z test_dispatch_meta_outplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.7916010Z test_dispatch_meta_outplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.7916110Z test_dispatch_meta_outplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.7916220Z test_dispatch_meta_outplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:20:47.7916330Z test_dispatch_meta_outplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:20:47.7916430Z test_dispatch_meta_outplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:20:47.7916540Z test_dispatch_meta_outplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.7916650Z test_dispatch_meta_outplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:47.7916760Z test_dispatch_meta_outplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.7916870Z test_dispatch_meta_outplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7916980Z test_dispatch_meta_outplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.7917090Z test_dispatch_meta_outplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:20:47.7917230Z test_dispatch_meta_outplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.7917340Z test_dispatch_meta_outplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:20:47.7917450Z test_dispatch_meta_outplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.7917560Z test_dispatch_meta_outplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:20:47.7917670Z test_dispatch_meta_outplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.7917780Z test_dispatch_meta_outplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.7917900Z test_dispatch_meta_outplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.7918010Z test_dispatch_meta_outplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.7918110Z test_dispatch_meta_outplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.7918250Z test_dispatch_meta_outplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7918350Z test_dispatch_meta_outplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.7918460Z test_dispatch_meta_outplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7918570Z test_dispatch_meta_outplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.7918680Z test_dispatch_meta_outplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7918790Z test_dispatch_meta_outplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7918900Z test_dispatch_meta_outplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.7919000Z test_dispatch_meta_outplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.7919110Z test_dispatch_meta_outplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.7919210Z test_dispatch_meta_outplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.7919310Z test_dispatch_meta_outplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.7919420Z test_dispatch_meta_outplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.7919520Z test_dispatch_meta_outplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.7919640Z test_dispatch_meta_outplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7919760Z test_dispatch_meta_outplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7919870Z test_dispatch_meta_outplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7919990Z test_dispatch_meta_outplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7920100Z test_dispatch_meta_outplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7920210Z test_dispatch_meta_outplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7920320Z test_dispatch_meta_outplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7920430Z test_dispatch_meta_outplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7920540Z test_dispatch_meta_outplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7920650Z test_dispatch_meta_outplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7920760Z test_dispatch_meta_outplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7920930Z test_dispatch_meta_outplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7925720Z test_dispatch_meta_outplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7925860Z test_dispatch_meta_outplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7925970Z test_dispatch_meta_outplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7926080Z test_dispatch_meta_outplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7926180Z test_dispatch_meta_outplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7926290Z test_dispatch_meta_outplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.7926390Z test_dispatch_meta_outplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7926500Z test_dispatch_meta_outplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7926640Z test_dispatch_meta_outplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7926840Z test_dispatch_meta_outplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7926950Z test_dispatch_meta_outplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7927060Z test_dispatch_meta_outplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7927170Z test_dispatch_meta_outplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7927280Z test_dispatch_meta_outplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7927380Z test_dispatch_meta_outplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7927480Z test_dispatch_meta_outplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7927590Z test_dispatch_meta_outplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7927700Z test_dispatch_meta_outplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7927800Z test_dispatch_meta_outplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7927910Z test_dispatch_meta_outplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7928010Z test_dispatch_meta_outplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7928130Z test_dispatch_meta_outplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7928250Z test_dispatch_meta_outplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7928360Z test_dispatch_meta_outplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7928480Z test_dispatch_meta_outplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7928590Z test_dispatch_meta_outplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7928710Z test_dispatch_meta_outplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7928820Z test_dispatch_meta_outplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:20:47.7928930Z test_dispatch_meta_outplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:20:47.7929050Z test_dispatch_meta_outplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.7929160Z test_dispatch_meta_outplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:20:47.7929270Z test_dispatch_meta_outplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.133s) 2022-11-23T01:20:47.7929410Z test_dispatch_meta_outplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.162s) 2022-11-23T01:20:47.7929520Z test_dispatch_meta_outplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.103s) 2022-11-23T01:20:47.7929630Z test_dispatch_meta_outplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:20:47.7929750Z test_dispatch_meta_outplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.114s) 2022-11-23T01:20:47.7929850Z test_dispatch_meta_outplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.095s) 2022-11-23T01:20:47.7929960Z test_dispatch_meta_outplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.7930070Z test_dispatch_meta_outplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.096s) 2022-11-23T01:20:47.7930180Z test_dispatch_meta_outplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:20:47.7930280Z test_dispatch_meta_outplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.098s) 2022-11-23T01:20:47.7930390Z test_dispatch_meta_outplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:20:47.7930520Z test_dispatch_meta_outplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.7930620Z test_dispatch_meta_outplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.7930730Z test_dispatch_meta_outplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.7930830Z test_dispatch_meta_outplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.7930940Z test_dispatch_meta_outplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.7931050Z test_dispatch_meta_outplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7931160Z test_dispatch_meta_outplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7931270Z test_dispatch_meta_outplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7931380Z test_dispatch_meta_outplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.242s) 2022-11-23T01:20:47.7931490Z test_dispatch_meta_outplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.242s) 2022-11-23T01:20:47.7931590Z test_dispatch_meta_outplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.230s) 2022-11-23T01:20:47.7931690Z test_dispatch_meta_outplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.231s) 2022-11-23T01:20:47.7931810Z test_dispatch_meta_outplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.7931930Z test_dispatch_meta_outplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.7932050Z test_dispatch_meta_outplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.7932160Z test_dispatch_meta_outplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.7932270Z test_dispatch_meta_outplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.7932380Z test_dispatch_meta_outplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.7932490Z test_dispatch_meta_outplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:47.7932600Z test_dispatch_meta_outplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7932710Z test_dispatch_meta_outplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7932820Z test_dispatch_meta_outplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7932920Z test_dispatch_meta_outplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.7933030Z test_dispatch_meta_outplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:47.7933290Z test_dispatch_meta_outplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7933400Z test_dispatch_meta_outplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7933510Z test_dispatch_meta_outplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.7933610Z test_dispatch_meta_outplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7933720Z test_dispatch_meta_outplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.7933840Z test_dispatch_meta_outplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7933940Z test_dispatch_meta_outplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7934060Z test_dispatch_meta_outplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7934170Z test_dispatch_meta_outplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7934350Z test_dispatch_meta_outplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7934460Z test_dispatch_meta_outplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7934570Z test_dispatch_meta_outplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7934680Z test_dispatch_meta_outplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7934780Z test_dispatch_meta_outplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7934890Z test_dispatch_meta_outplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7935000Z test_dispatch_meta_outplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7935100Z test_dispatch_meta_outplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7935210Z test_dispatch_meta_outplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7935320Z test_dispatch_meta_outplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7935440Z test_dispatch_meta_outplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7935550Z test_dispatch_meta_outplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7935660Z test_dispatch_meta_outplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7935780Z test_dispatch_meta_outplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7935880Z test_dispatch_meta_outplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7935990Z test_dispatch_meta_outplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7936100Z test_dispatch_meta_outplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7936200Z test_dispatch_meta_outplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7936310Z test_dispatch_meta_outplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7936420Z test_dispatch_meta_outplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7936530Z test_dispatch_meta_outplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7936640Z test_dispatch_meta_outplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7936750Z test_dispatch_meta_outplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7936860Z test_dispatch_meta_outplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.7936990Z test_dispatch_meta_outplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7937100Z test_dispatch_meta_outplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.7937210Z test_dispatch_meta_outplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.439s) 2022-11-23T01:20:47.7937320Z test_dispatch_meta_outplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.362s) 2022-11-23T01:20:47.7937430Z test_dispatch_meta_outplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.362s) 2022-11-23T01:20:47.7937540Z test_dispatch_meta_outplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.411s) 2022-11-23T01:20:47.7937640Z test_dispatch_meta_outplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.412s) 2022-11-23T01:20:47.7937750Z test_dispatch_meta_outplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (0.346s) 2022-11-23T01:20:47.7937860Z test_dispatch_meta_outplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (0.346s) 2022-11-23T01:20:47.7937980Z test_dispatch_meta_outplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (0.346s) 2022-11-23T01:20:47.7938090Z test_dispatch_meta_outplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (0.346s) 2022-11-23T01:20:47.7938190Z test_dispatch_meta_outplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.347s) 2022-11-23T01:20:47.7938300Z test_dispatch_meta_outplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:20:47.7938410Z test_dispatch_meta_outplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.7938520Z test_dispatch_meta_outplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.7938630Z test_dispatch_meta_outplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.7938730Z test_dispatch_meta_outplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:20:47.7938840Z test_dispatch_meta_outplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7938950Z test_dispatch_meta_outplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.7939050Z test_dispatch_meta_outplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7939150Z test_dispatch_meta_outplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7939260Z test_dispatch_meta_outplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.7939360Z test_dispatch_meta_outplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7939470Z test_dispatch_meta_outplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.7939580Z test_dispatch_meta_outplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.416s) 2022-11-23T01:20:47.7939690Z test_dispatch_meta_outplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.345s) 2022-11-23T01:20:47.7939800Z test_dispatch_meta_outplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.345s) 2022-11-23T01:20:47.7939910Z test_dispatch_meta_outplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.417s) 2022-11-23T01:20:47.7940010Z test_dispatch_meta_outplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.393s) 2022-11-23T01:20:47.7940110Z test_dispatch_meta_outplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.393s) 2022-11-23T01:20:47.7940220Z test_dispatch_meta_outplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (0.330s) 2022-11-23T01:20:47.7940320Z test_dispatch_meta_outplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (0.329s) 2022-11-23T01:20:47.7940420Z test_dispatch_meta_outplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (0.330s) 2022-11-23T01:20:47.7940530Z test_dispatch_meta_outplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (0.330s) 2022-11-23T01:20:47.7940680Z test_dispatch_meta_outplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.330s) 2022-11-23T01:20:47.7940790Z test_dispatch_meta_outplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7940900Z test_dispatch_meta_outplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7941000Z test_dispatch_meta_outplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7941100Z test_dispatch_meta_outplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7941210Z test_dispatch_meta_outplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7941310Z test_dispatch_meta_outplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7941420Z test_dispatch_meta_outplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.7941520Z test_dispatch_meta_outplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7941640Z test_dispatch_meta_outplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7941750Z test_dispatch_meta_outplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.7941860Z test_dispatch_meta_outplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7941970Z test_dispatch_meta_outplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7942080Z test_dispatch_meta_outplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7942180Z test_dispatch_meta_outplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7942290Z test_dispatch_meta_outplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7942390Z test_dispatch_meta_outplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7942500Z test_dispatch_meta_outplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7942610Z test_dispatch_meta_outplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7942740Z test_dispatch_meta_outplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7942840Z test_dispatch_meta_outplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7942940Z test_dispatch_meta_outplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7943050Z test_dispatch_meta_outplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7943150Z test_dispatch_meta_outplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7943260Z test_dispatch_meta_outplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7943360Z test_dispatch_meta_outplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7943500Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.422s) 2022-11-23T01:20:47.7943620Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (1.415s) 2022-11-23T01:20:47.7943750Z test_dispatch_meta_outplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (1.738s) 2022-11-23T01:20:47.7943870Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7943990Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7944110Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7944230Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7944360Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7944480Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7944590Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7944710Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7944820Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7944930Z test_dispatch_meta_outplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7945050Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7945170Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7945290Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7945430Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7945550Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7945660Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7945780Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7945890Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7946010Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7946120Z test_dispatch_meta_outplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7946230Z test_dispatch_meta_outplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7946340Z test_dispatch_meta_outplace_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7946450Z test_dispatch_meta_outplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7946560Z test_dispatch_meta_outplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7946660Z test_dispatch_meta_outplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7946770Z test_dispatch_meta_outplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7946870Z test_dispatch_meta_outplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7946980Z test_dispatch_meta_outplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7947080Z test_dispatch_meta_outplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7947190Z test_dispatch_meta_outplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7947290Z test_dispatch_meta_outplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7947400Z test_dispatch_meta_outplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7947500Z test_dispatch_meta_outplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7947610Z test_dispatch_meta_outplace_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7947710Z test_dispatch_meta_outplace_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7947810Z test_dispatch_meta_outplace_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7947920Z test_dispatch_meta_outplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:20:47.7948060Z test_dispatch_meta_outplace_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:20:47.7948170Z test_dispatch_meta_outplace_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.7948270Z test_dispatch_meta_outplace_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.100s) 2022-11-23T01:20:47.7948370Z test_dispatch_meta_outplace_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:20:47.7948460Z test_dispatch_meta_outplace_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:20:47.7948570Z test_dispatch_meta_outplace_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:20:47.7948670Z test_dispatch_meta_outplace_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:20:47.7948790Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7948920Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7949040Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7949200Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7949320Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7949440Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7949560Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7949680Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7949800Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7949910Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7950030Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7950150Z test_dispatch_meta_outplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7950270Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7950390Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7950520Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7950650Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7950770Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7950890Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7951010Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7951130Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7951250Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7951370Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7951490Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7951600Z test_dispatch_meta_outplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7951710Z test_dispatch_meta_outplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7951850Z test_dispatch_meta_outplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7951960Z test_dispatch_meta_outplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7952070Z test_dispatch_meta_outplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7952170Z test_dispatch_meta_outplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7952280Z test_dispatch_meta_outplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7952390Z test_dispatch_meta_outplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7956870Z test_dispatch_meta_outplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7957040Z test_dispatch_meta_outplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7957150Z test_dispatch_meta_outplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7957410Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7957530Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7957640Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7957760Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7957870Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7957990Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7958100Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7958210Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7958330Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7958440Z test_dispatch_meta_outplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7958560Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7958680Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7958790Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7958910Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7959030Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7959150Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7959260Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7959370Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7959490Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7959600Z test_dispatch_meta_outplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7959710Z test_dispatch_meta_outplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7959820Z test_dispatch_meta_outplace_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7959920Z test_dispatch_meta_outplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.7960100Z test_dispatch_meta_outplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7960200Z test_dispatch_meta_outplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7960310Z test_dispatch_meta_outplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7960420Z test_dispatch_meta_outplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7960530Z test_dispatch_meta_outplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7960630Z test_dispatch_meta_outplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7960740Z test_dispatch_meta_outplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7960840Z test_dispatch_meta_outplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7960940Z test_dispatch_meta_outplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7961050Z test_dispatch_meta_outplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7961180Z test_dispatch_meta_outplace_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7961280Z test_dispatch_meta_outplace_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7961390Z test_dispatch_meta_outplace_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7961490Z test_dispatch_meta_outplace_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7961590Z test_dispatch_meta_outplace_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7961720Z test_dispatch_meta_outplace_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7961820Z test_dispatch_meta_outplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7961920Z test_dispatch_meta_outplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.7962030Z test_dispatch_meta_outplace_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.7962140Z test_dispatch_meta_outplace_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.7962240Z test_dispatch_meta_outplace_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.7962340Z test_dispatch_meta_outplace_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.7962440Z test_dispatch_meta_outplace_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.7962540Z test_dispatch_meta_outplace_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.7962640Z test_dispatch_meta_outplace_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.7962740Z test_dispatch_meta_outplace_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.7962830Z test_dispatch_meta_outplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.7962940Z test_dispatch_meta_outplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7963050Z test_dispatch_meta_outplace_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7963160Z test_dispatch_meta_outplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7963270Z test_dispatch_meta_outplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7963380Z test_dispatch_meta_outplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7963480Z test_dispatch_meta_outplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7963590Z test_dispatch_meta_outplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7963690Z test_dispatch_meta_outplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7963800Z test_dispatch_meta_outplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7963950Z test_dispatch_meta_outplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7964060Z test_dispatch_meta_outplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7964170Z test_dispatch_meta_outplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7964270Z test_dispatch_meta_outplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7964370Z test_dispatch_meta_outplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7964480Z test_dispatch_meta_outplace_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7964580Z test_dispatch_meta_outplace_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7964680Z test_dispatch_meta_outplace_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7964780Z test_dispatch_meta_outplace_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7964890Z test_dispatch_meta_outplace_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7965040Z test_dispatch_meta_outplace_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7965140Z test_dispatch_meta_outplace_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7965240Z test_dispatch_meta_outplace_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7965340Z test_dispatch_meta_outplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7965440Z test_dispatch_meta_outplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7965550Z test_dispatch_meta_outplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7965650Z test_dispatch_meta_outplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7965750Z test_dispatch_meta_outplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7965860Z test_dispatch_meta_outplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7965960Z test_dispatch_meta_outplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7966060Z test_dispatch_meta_outplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7966160Z test_dispatch_meta_outplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7966260Z test_dispatch_meta_outplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7966360Z test_dispatch_meta_outplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7966470Z test_dispatch_meta_outplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7966570Z test_dispatch_meta_outplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7966670Z test_dispatch_meta_outplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7966780Z test_dispatch_meta_outplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:20:47.7966900Z test_dispatch_meta_outplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:20:47.7967010Z test_dispatch_meta_outplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:20:47.7967110Z test_dispatch_meta_outplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7967210Z test_dispatch_meta_outplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7967320Z test_dispatch_meta_outplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7967420Z test_dispatch_meta_outplace_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7967520Z test_dispatch_meta_outplace_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7967630Z test_dispatch_meta_outplace_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7967790Z test_dispatch_meta_outplace_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7967900Z test_dispatch_meta_outplace_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7968000Z test_dispatch_meta_outplace_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7968100Z test_dispatch_meta_outplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7968230Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7968350Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7968470Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7968590Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7968710Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7968880Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7969000Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7969120Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7969240Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7969360Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7969480Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7969600Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7969710Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7969830Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7969940Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7970060Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7970180Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7970290Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7970410Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7970520Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7970640Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7970750Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7970860Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7970970Z test_dispatch_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7971080Z test_dispatch_meta_outplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7971190Z test_dispatch_meta_outplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7971290Z test_dispatch_meta_outplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7971400Z test_dispatch_meta_outplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7971550Z test_dispatch_meta_outplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7971660Z test_dispatch_meta_outplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7971770Z test_dispatch_meta_outplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7971880Z test_dispatch_meta_outplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7971980Z test_dispatch_meta_outplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7972090Z test_dispatch_meta_outplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7972190Z test_dispatch_meta_outplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:47.7972300Z test_dispatch_meta_outplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:47.7972400Z test_dispatch_meta_outplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.7972530Z test_dispatch_meta_outplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.7972640Z test_dispatch_meta_outplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7972750Z test_dispatch_meta_outplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7972860Z test_dispatch_meta_outplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7972970Z test_dispatch_meta_outplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7973070Z test_dispatch_meta_outplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7973170Z test_dispatch_meta_outplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7973280Z test_dispatch_meta_outplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7973380Z test_dispatch_meta_outplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7973500Z test_dispatch_meta_outplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (1.014s) 2022-11-23T01:20:47.7973600Z test_dispatch_meta_outplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (1.013s) 2022-11-23T01:20:47.7973710Z test_dispatch_meta_outplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7973810Z test_dispatch_meta_outplace_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7973920Z test_dispatch_meta_outplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7974020Z test_dispatch_meta_outplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7974120Z test_dispatch_meta_outplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7974230Z test_dispatch_meta_outplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7974330Z test_dispatch_meta_outplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7974430Z test_dispatch_meta_outplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7974540Z test_dispatch_meta_outplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7974640Z test_dispatch_meta_outplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7974750Z test_dispatch_meta_outplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7974860Z test_dispatch_meta_outplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7974970Z test_dispatch_meta_outplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7975090Z test_dispatch_meta_outplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7975240Z test_dispatch_meta_outplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7975350Z test_dispatch_meta_outplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7975460Z test_dispatch_meta_outplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7975570Z test_dispatch_meta_outplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7975680Z test_dispatch_meta_outplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7975780Z test_dispatch_meta_outplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7975890Z test_dispatch_meta_outplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7975990Z test_dispatch_meta_outplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7976100Z test_dispatch_meta_outplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7976210Z test_dispatch_meta_outplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7976340Z test_dispatch_meta_outplace_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7976450Z test_dispatch_meta_outplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7976550Z test_dispatch_meta_outplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7976660Z test_dispatch_meta_outplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7976760Z test_dispatch_meta_outplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7976870Z test_dispatch_meta_outplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7976970Z test_dispatch_meta_outplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7977070Z test_dispatch_meta_outplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7977180Z test_dispatch_meta_outplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7977280Z test_dispatch_meta_outplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7977390Z test_dispatch_meta_outplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7977490Z test_dispatch_meta_outplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.7977610Z test_dispatch_meta_outplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7977730Z test_dispatch_meta_outplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7977840Z test_dispatch_meta_outplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7977970Z test_dispatch_meta_outplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7978090Z test_dispatch_meta_outplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7978210Z test_dispatch_meta_outplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7978340Z test_dispatch_meta_outplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7978450Z test_dispatch_meta_outplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7978570Z test_dispatch_meta_outplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7978690Z test_dispatch_meta_outplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7978810Z test_dispatch_meta_outplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7978930Z test_dispatch_meta_outplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7979070Z test_dispatch_meta_outplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7979190Z test_dispatch_meta_outplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.7979310Z test_dispatch_meta_outplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7979420Z test_dispatch_meta_outplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.7979520Z test_dispatch_meta_outplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7979620Z test_dispatch_meta_outplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7979730Z test_dispatch_meta_outplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7979840Z test_dispatch_meta_outplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7979940Z test_dispatch_meta_outplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7980060Z test_dispatch_meta_outplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7980160Z test_dispatch_meta_outplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7980270Z test_dispatch_meta_outplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7980370Z test_dispatch_meta_outplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7980470Z test_dispatch_meta_outplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7980570Z test_dispatch_meta_outplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7980670Z test_dispatch_meta_outplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7980770Z test_dispatch_meta_outplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7980880Z test_dispatch_meta_outplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7980990Z test_dispatch_meta_outplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7981090Z test_dispatch_meta_outplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7981200Z test_dispatch_meta_outplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7981300Z test_dispatch_meta_outplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7981400Z test_dispatch_meta_outplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7981500Z test_dispatch_meta_outplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7981610Z test_dispatch_meta_outplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7981700Z test_dispatch_meta_outplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7981810Z test_dispatch_meta_outplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7981910Z test_dispatch_meta_outplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7982020Z test_dispatch_meta_outplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7982130Z test_dispatch_meta_outplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7982240Z test_dispatch_meta_outplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7982350Z test_dispatch_meta_outplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7982460Z test_dispatch_meta_outplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7982560Z test_dispatch_meta_outplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7982670Z test_dispatch_meta_outplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7982810Z test_dispatch_meta_outplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7982920Z test_dispatch_meta_outplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7983030Z test_dispatch_meta_outplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7983140Z test_dispatch_meta_outplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7987670Z test_dispatch_meta_outplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7987800Z test_dispatch_meta_outplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7987920Z test_dispatch_meta_outplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7988040Z test_dispatch_meta_outplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7988190Z test_dispatch_meta_outplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7988410Z test_dispatch_meta_outplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7988530Z test_dispatch_meta_outplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7988650Z test_dispatch_meta_outplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7988760Z test_dispatch_meta_outplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7988870Z test_dispatch_meta_outplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7988990Z test_dispatch_meta_outplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7989100Z test_dispatch_meta_outplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7989210Z test_dispatch_meta_outplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7989320Z test_dispatch_meta_outplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7989430Z test_dispatch_meta_outplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7989540Z test_dispatch_meta_outplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7989650Z test_dispatch_meta_outplace_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7989760Z test_dispatch_meta_outplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7989870Z test_dispatch_meta_outplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7989970Z test_dispatch_meta_outplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7990080Z test_dispatch_meta_outplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7990190Z test_dispatch_meta_outplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7990290Z test_dispatch_meta_outplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7990400Z test_dispatch_meta_outplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7990500Z test_dispatch_meta_outplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7990600Z test_dispatch_meta_outplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7990710Z test_dispatch_meta_outplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7990810Z test_dispatch_meta_outplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7990920Z test_dispatch_meta_outplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7991070Z test_dispatch_meta_outplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7991180Z test_dispatch_meta_outplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7991290Z test_dispatch_meta_outplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7991400Z test_dispatch_meta_outplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7991500Z test_dispatch_meta_outplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7991610Z test_dispatch_meta_outplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7991710Z test_dispatch_meta_outplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7991810Z test_dispatch_meta_outplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7991920Z test_dispatch_meta_outplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7992020Z test_dispatch_meta_outplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7992150Z test_dispatch_meta_outplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7992260Z test_dispatch_meta_outplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7992370Z test_dispatch_meta_outplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7992470Z test_dispatch_meta_outplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7992580Z test_dispatch_meta_outplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7992690Z test_dispatch_meta_outplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7992790Z test_dispatch_meta_outplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7992900Z test_dispatch_meta_outplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7993010Z test_dispatch_meta_outplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7993120Z test_dispatch_meta_outplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7993220Z test_dispatch_meta_outplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7993330Z test_dispatch_meta_outplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7993430Z test_dispatch_meta_outplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7993530Z test_dispatch_meta_outplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7993640Z test_dispatch_meta_outplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7993740Z test_dispatch_meta_outplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7993850Z test_dispatch_meta_outplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7993960Z test_dispatch_meta_outplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7994100Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:47.7994240Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:47.7994370Z test_dispatch_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.7994500Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7994630Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7994800Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7994930Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7995060Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7995190Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7995310Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7995430Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7995550Z test_dispatch_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.7995680Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7995820Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7995940Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7996070Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7996190Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7996310Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7996430Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7996560Z test_dispatch_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7996680Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7996810Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7996930Z test_dispatch_meta_outplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.7997060Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7997180Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7997300Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7997420Z test_dispatch_meta_outplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.7997540Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7997670Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7997790Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7997910Z test_dispatch_meta_outplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7998030Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7998150Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7998260Z test_dispatch_meta_outplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.7998390Z test_dispatch_meta_outplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.7998530Z test_dispatch_meta_outplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7998650Z test_dispatch_meta_outplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.7998770Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7998890Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7999010Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7999130Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7999240Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7999360Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7999490Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7999610Z test_dispatch_meta_outplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.7999730Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.7999860Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8000000Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.8000130Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.8000280Z test_dispatch_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.8000390Z test_dispatch_meta_outplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8000510Z test_dispatch_meta_outplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8000620Z test_dispatch_meta_outplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8000740Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8000860Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.8000980Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.8001110Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8001220Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8001340Z test_dispatch_meta_outplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8001460Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8001570Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.102s) 2022-11-23T01:20:47.8001690Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.101s) 2022-11-23T01:20:47.8001810Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8001920Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8002040Z test_dispatch_meta_outplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8002230Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.8002370Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.8002500Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8002630Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8002750Z test_dispatch_meta_outplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8002880Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.8003010Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:20:47.8003130Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8003300Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8003430Z test_dispatch_meta_outplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8003560Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.8003690Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.8003810Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8003930Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8004060Z test_dispatch_meta_outplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8004190Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.8004310Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.8004440Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.8004570Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.8004700Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.8004820Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.8004950Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.8005080Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.8005200Z test_dispatch_meta_outplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.8005330Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.8005460Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.8005590Z test_dispatch_meta_outplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.8005710Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:47.8005830Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.8006010Z test_dispatch_meta_outplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.8006130Z test_dispatch_meta_outplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:47.8006260Z test_dispatch_meta_outplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.8006380Z test_dispatch_meta_outplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8006500Z test_dispatch_meta_outplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8006620Z test_dispatch_meta_outplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8006740Z test_dispatch_meta_outplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8006860Z test_dispatch_meta_outplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8007010Z test_dispatch_meta_outplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8007130Z test_dispatch_meta_outplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8007250Z test_dispatch_meta_outplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8007370Z test_dispatch_meta_outplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8007490Z test_dispatch_meta_outplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8007610Z test_dispatch_meta_outplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8007720Z test_dispatch_meta_outplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8007850Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8007970Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8008090Z test_dispatch_meta_outplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8008210Z test_dispatch_meta_outplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8008330Z test_dispatch_meta_outplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8008450Z test_dispatch_meta_outplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8008570Z test_dispatch_meta_outplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8008710Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8008850Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8008990Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8009130Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8009270Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8009410Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8009550Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8009740Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8009880Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8010020Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8010160Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8010290Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8010430Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8010570Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8010730Z test_dispatch_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8010870Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8010990Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8011120Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.8011250Z test_dispatch_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.8011370Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (2.465s) 2022-11-23T01:20:47.8011500Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (2.412s) 2022-11-23T01:20:47.8011630Z test_dispatch_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (2.409s) 2022-11-23T01:20:47.8011740Z test_dispatch_meta_outplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8011860Z test_dispatch_meta_outplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8011980Z test_dispatch_meta_outplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8012090Z test_dispatch_meta_outplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.8012200Z test_dispatch_meta_outplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8012320Z test_dispatch_meta_outplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8012440Z test_dispatch_meta_outplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.233s) 2022-11-23T01:20:47.8012560Z test_dispatch_meta_outplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.235s) 2022-11-23T01:20:47.8012680Z test_dispatch_meta_outplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8012810Z test_dispatch_meta_outplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8012930Z test_dispatch_meta_outplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8013050Z test_dispatch_meta_outplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8013170Z test_dispatch_meta_outplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8013290Z test_dispatch_meta_outplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8013450Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8013570Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8013690Z test_dispatch_meta_outplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8013810Z test_dispatch_meta_outplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8013930Z test_dispatch_meta_outplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8014050Z test_dispatch_meta_outplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8014170Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8014290Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8014430Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8014550Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8014670Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8014780Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8014900Z test_dispatch_meta_outplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8015030Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.8015160Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.8015290Z test_dispatch_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.8015410Z test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8015530Z test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8015650Z test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8015760Z test_dispatch_meta_outplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8015890Z test_dispatch_meta_outplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.8016010Z test_dispatch_meta_outplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8016130Z test_dispatch_meta_outplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8016270Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8016390Z test_dispatch_meta_outplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8016520Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.204s) 2022-11-23T01:20:47.8016680Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.204s) 2022-11-23T01:20:47.8021270Z test_dispatch_meta_outplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.207s) 2022-11-23T01:20:47.8021460Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.8021750Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.8021880Z test_dispatch_meta_outplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.8022000Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8022130Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8022260Z test_dispatch_meta_outplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8022390Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8022510Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8022640Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8022800Z test_dispatch_meta_outplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8022930Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8023060Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8023190Z test_dispatch_meta_outplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8023310Z test_dispatch_meta_outplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8023430Z test_dispatch_meta_outplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8023540Z test_dispatch_meta_outplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8023660Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8023790Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8023910Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8024020Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8024140Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8024250Z test_dispatch_meta_outplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8024370Z test_dispatch_meta_outplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8024490Z test_dispatch_meta_outplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8024610Z test_dispatch_meta_outplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8024730Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8024850Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8024970Z test_dispatch_meta_outplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8025080Z test_dispatch_meta_outplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8025210Z test_dispatch_meta_outplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8025330Z test_dispatch_meta_outplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8025470Z test_dispatch_meta_outplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8025580Z test_dispatch_meta_outplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8025700Z test_dispatch_meta_outplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8025810Z test_dispatch_meta_outplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8025930Z test_dispatch_meta_outplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8026040Z test_dispatch_meta_outplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8026160Z test_dispatch_meta_outplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8026290Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8026420Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8026570Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8026700Z test_dispatch_meta_outplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.8026820Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8026940Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8027060Z test_dispatch_meta_outplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8027180Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.8027310Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.8027440Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:20:47.8027560Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.8027690Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:20:47.8027810Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.8027930Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.8028060Z test_dispatch_meta_outplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.8028180Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.485s) 2022-11-23T01:20:47.8028300Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.410s) 2022-11-23T01:20:47.8028410Z test_dispatch_meta_outplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.398s) 2022-11-23T01:20:47.8028530Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.263s) 2022-11-23T01:20:47.8028650Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.263s) 2022-11-23T01:20:47.8028770Z test_dispatch_meta_outplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.263s) 2022-11-23T01:20:47.8028880Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (2.506s) 2022-11-23T01:20:47.8029000Z test_dispatch_meta_outplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (2.507s) 2022-11-23T01:20:47.8029170Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.567s) 2022-11-23T01:20:47.8029290Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.566s) 2022-11-23T01:20:47.8029420Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:20:47.8029550Z test_dispatch_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:20:47.8029670Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.022s) 2022-11-23T01:20:47.8029780Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.022s) 2022-11-23T01:20:47.8029910Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.8030030Z test_dispatch_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.093s) 2022-11-23T01:20:47.8030170Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.368s) 2022-11-23T01:20:47.8030290Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.368s) 2022-11-23T01:20:47.8030410Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:20:47.8030530Z test_dispatch_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.8030650Z test_dispatch_meta_outplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8030760Z test_dispatch_meta_outplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8030880Z test_dispatch_meta_outplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8031000Z test_dispatch_meta_outplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8031120Z test_dispatch_meta_outplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8031240Z test_dispatch_meta_outplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8031360Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.8031480Z test_dispatch_meta_outplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.8031610Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.8031740Z test_dispatch_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.8031880Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8032010Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8032150Z test_dispatch_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8032280Z test_dispatch_meta_outplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.174s) 2022-11-23T01:20:47.8032390Z test_dispatch_meta_outplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.172s) 2022-11-23T01:20:47.8032510Z test_dispatch_meta_outplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.172s) 2022-11-23T01:20:47.8032630Z test_dispatch_meta_outplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.8032780Z test_dispatch_meta_outplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.8032910Z test_dispatch_meta_outplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.8033030Z test_dispatch_meta_outplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8033150Z test_dispatch_meta_outplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8033270Z test_dispatch_meta_outplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.8033390Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8033510Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8033640Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8033770Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8033910Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8034030Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8034150Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8034270Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8034390Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8034510Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8034630Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.8034750Z test_dispatch_meta_outplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8034880Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8034990Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8035120Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8035250Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8035370Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8035490Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8035610Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8035730Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8035850Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8035970Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8036090Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8036200Z test_dispatch_meta_outplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8036330Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8036450Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8036610Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8036740Z test_dispatch_meta_outplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8036860Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8036990Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8037120Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8037240Z test_dispatch_meta_outplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8037370Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8037500Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8037670Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8037800Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8037930Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8038050Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8038180Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8038310Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8038430Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8038560Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8038680Z test_dispatch_meta_outplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8038800Z test_dispatch_meta_outplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.8038910Z test_dispatch_meta_outplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.8039040Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8039160Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8039290Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8039410Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8039540Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8039660Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8039780Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8039900Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8040020Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8040140Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8040280Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8040410Z test_dispatch_meta_outplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8040540Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8040670Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8040800Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8040920Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8041050Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8041170Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8041310Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8041440Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8041570Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8041690Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8041810Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8041930Z test_dispatch_meta_outplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8042060Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.100s) 2022-11-23T01:20:47.8042190Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.089s) 2022-11-23T01:20:47.8042310Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.088s) 2022-11-23T01:20:47.8042440Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:20:47.8042560Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:20:47.8042680Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.8042800Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:20:47.8042920Z test_dispatch_meta_outplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:20:47.8043040Z test_dispatch_meta_outplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8043160Z test_dispatch_meta_outplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8043280Z test_dispatch_meta_outplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8043400Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8043510Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8043620Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8043740Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8043850Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8043990Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8044110Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8044230Z test_dispatch_meta_outplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8044340Z test_dispatch_meta_outplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8044460Z test_dispatch_meta_outplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8044570Z test_dispatch_meta_outplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8044690Z test_dispatch_meta_outplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8044800Z test_dispatch_meta_outplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8044910Z test_dispatch_meta_outplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8045050Z test_dispatch_meta_outplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8045170Z test_dispatch_meta_outplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8045290Z test_dispatch_meta_outplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.8045400Z test_dispatch_meta_outplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.8045520Z test_dispatch_meta_outplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.8045630Z test_dispatch_meta_outplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8045750Z test_dispatch_meta_outplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8045860Z test_dispatch_meta_outplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8045990Z test_dispatch_meta_outplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8046120Z test_dispatch_meta_outplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8046240Z test_dispatch_meta_outplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8046350Z test_dispatch_meta_outplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8046460Z test_dispatch_meta_outplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8046590Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8046720Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8046840Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8046960Z test_dispatch_meta_outplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8047090Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8047220Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8047340Z test_dispatch_meta_outplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8047460Z test_dispatch_meta_outplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8047580Z test_dispatch_meta_outplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8047730Z test_dispatch_meta_outplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8047860Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8047990Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8048120Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8048250Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8048380Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8048500Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8048630Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8048770Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8048900Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8049020Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8049150Z test_dispatch_meta_outplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8049270Z test_dispatch_meta_outplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8049390Z test_dispatch_meta_outplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8049510Z test_dispatch_meta_outplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8049630Z test_dispatch_meta_outplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8049760Z test_dispatch_meta_outplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8049880Z test_dispatch_meta_outplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8050000Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8050120Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8050250Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8050360Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8050480Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8050600Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8055060Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8055200Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8055310Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8055440Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8055550Z test_dispatch_meta_outplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8055680Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8055960Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8056090Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8056220Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8056340Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8056460Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8056580Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8056690Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8056810Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8056930Z test_dispatch_meta_outplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8057090Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8057220Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8057340Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8057460Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8057580Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8057700Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8057820Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8057940Z test_dispatch_meta_outplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8058070Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8058200Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8058330Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8058470Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8058590Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8058720Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8058850Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8058970Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8059100Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8059220Z test_dispatch_meta_outplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8059360Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8059510Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8059670Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.8059810Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8059950Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8060090Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8060230Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8060360Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8060500Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8060640Z test_dispatch_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.8060780Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.169s) 2022-11-23T01:20:47.8060900Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.169s) 2022-11-23T01:20:47.8061020Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.169s) 2022-11-23T01:20:47.8061140Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.168s) 2022-11-23T01:20:47.8061260Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.168s) 2022-11-23T01:20:47.8061380Z test_dispatch_meta_outplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.192s) 2022-11-23T01:20:47.8061510Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8061640Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8061800Z test_dispatch_meta_outplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8061930Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8062050Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8062180Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8062310Z test_dispatch_meta_outplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8062420Z test_dispatch_meta_outplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.156s) 2022-11-23T01:20:47.8062520Z test_dispatch_meta_outplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.157s) 2022-11-23T01:20:47.8062640Z test_dispatch_meta_outplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.160s) 2022-11-23T01:20:47.8062750Z test_dispatch_meta_outplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.161s) 2022-11-23T01:20:47.8062860Z test_dispatch_meta_outplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.158s) 2022-11-23T01:20:47.8062960Z test_dispatch_meta_outplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.162s) 2022-11-23T01:20:47.8063070Z test_dispatch_meta_outplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.157s) 2022-11-23T01:20:47.8063180Z test_dispatch_meta_outplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.158s) 2022-11-23T01:20:47.8063280Z test_dispatch_meta_outplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.160s) 2022-11-23T01:20:47.8063390Z test_dispatch_meta_outplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.165s) 2022-11-23T01:20:47.8063540Z test_dispatch_meta_outplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.193s) 2022-11-23T01:20:47.8063650Z test_dispatch_meta_outplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.199s) 2022-11-23T01:20:47.8063760Z test_dispatch_meta_outplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.155s) 2022-11-23T01:20:47.8063860Z test_dispatch_meta_outplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.8063970Z test_dispatch_meta_outplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.8064070Z test_dispatch_meta_outplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.8064180Z test_dispatch_meta_outplace_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.8064280Z test_dispatch_meta_outplace_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.8064390Z test_dispatch_meta_outplace_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.8064520Z test_dispatch_meta_outplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8064640Z test_dispatch_meta_outplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8064750Z test_dispatch_meta_outplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8064850Z test_dispatch_meta_outplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8064960Z test_dispatch_meta_outplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8065070Z test_dispatch_meta_outplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8065180Z test_dispatch_meta_outplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8065290Z test_dispatch_meta_outplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8065400Z test_dispatch_meta_outplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8065500Z test_dispatch_meta_outplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8065610Z test_dispatch_meta_outplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8065720Z test_dispatch_meta_outplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8065830Z test_dispatch_meta_outplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8065940Z test_dispatch_meta_outplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8066040Z test_dispatch_meta_outplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8066150Z test_dispatch_meta_outplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8066250Z test_dispatch_meta_outplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8066360Z test_dispatch_meta_outplace_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8066470Z test_dispatch_meta_outplace_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8066580Z test_dispatch_meta_outplace_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8066700Z test_dispatch_meta_outplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8066810Z test_dispatch_meta_outplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8066930Z test_dispatch_meta_outplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8067040Z test_dispatch_meta_outplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8067150Z test_dispatch_meta_outplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8067270Z test_dispatch_meta_outplace_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8067380Z test_dispatch_meta_outplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8067490Z test_dispatch_meta_outplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8067600Z test_dispatch_meta_outplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8067700Z test_dispatch_meta_outplace_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8067800Z test_dispatch_meta_outplace_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8067900Z test_dispatch_meta_outplace_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8068010Z test_dispatch_meta_outplace_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8068110Z test_dispatch_meta_outplace_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8068210Z test_dispatch_meta_outplace_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8068360Z test_dispatch_meta_outplace_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8068460Z test_dispatch_meta_outplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8068570Z test_dispatch_meta_outplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8068670Z test_dispatch_meta_outplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8068780Z test_dispatch_meta_outplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8068890Z test_dispatch_meta_outplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8069000Z test_dispatch_meta_outplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8069110Z test_dispatch_meta_outplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8069220Z test_dispatch_meta_outplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8069320Z test_dispatch_meta_outplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8069430Z test_dispatch_meta_outplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8069540Z test_dispatch_meta_outplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8069640Z test_dispatch_meta_outplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8069750Z test_dispatch_meta_outplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8069850Z test_dispatch_meta_outplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8069960Z test_dispatch_meta_outplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (1.111s) 2022-11-23T01:20:47.8070070Z test_dispatch_meta_outplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (1.083s) 2022-11-23T01:20:47.8070180Z test_dispatch_meta_outplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (1.082s) 2022-11-23T01:20:47.8070280Z test_dispatch_meta_outplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (1.081s) 2022-11-23T01:20:47.8070390Z test_dispatch_meta_outplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8070490Z test_dispatch_meta_outplace_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8070600Z test_dispatch_meta_outplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8070710Z test_dispatch_meta_outplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8070810Z test_dispatch_meta_outplace_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8070920Z test_dispatch_meta_outplace_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8071060Z test_dispatch_meta_outplace_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8071170Z test_dispatch_meta_outplace_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8071280Z test_dispatch_meta_outplace_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8071380Z test_dispatch_meta_outplace_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8071480Z test_dispatch_meta_outplace_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8071580Z test_dispatch_meta_outplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8071690Z test_dispatch_meta_outplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.808s) 2022-11-23T01:20:47.8071800Z test_dispatch_meta_outplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.811s) 2022-11-23T01:20:47.8071910Z test_dispatch_meta_outplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8072020Z test_dispatch_meta_outplace_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8072170Z test_dispatch_meta_outplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8072280Z test_dispatch_meta_outplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8072390Z test_dispatch_meta_outplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8072490Z test_dispatch_meta_outplace_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8072600Z test_dispatch_meta_outplace_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8072700Z test_dispatch_meta_outplace_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8072810Z test_dispatch_meta_outplace_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8072920Z test_dispatch_meta_outplace_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8073020Z test_dispatch_meta_outplace_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8073130Z test_dispatch_meta_outplace_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8073230Z test_dispatch_meta_outplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8073340Z test_dispatch_meta_outplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8073460Z test_dispatch_meta_outplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8073560Z test_dispatch_meta_outplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8073670Z test_dispatch_meta_outplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8073780Z test_dispatch_meta_outplace_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.8073880Z test_dispatch_meta_outplace_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:20:47.8074010Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8074130Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8074250Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8074380Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8074500Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8074620Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8074740Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8074880Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8075000Z test_dispatch_meta_outplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8075130Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8075240Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8075360Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8075490Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8075600Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8075720Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8075860Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8075980Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8076090Z test_dispatch_meta_outplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8076210Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8076330Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8076450Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8076570Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8076690Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8076810Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8076920Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8077040Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8077160Z test_dispatch_meta_outplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8077280Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8077400Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8077510Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8077640Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8077750Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8077870Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8077980Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8078100Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8078210Z test_dispatch_meta_outplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8078330Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8078450Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8078610Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8078740Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8078850Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8078970Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8079080Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8079200Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8079310Z test_dispatch_meta_outplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8079430Z test_dispatch_meta_outplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8079560Z test_dispatch_meta_outplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8079670Z test_dispatch_meta_outplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8079780Z test_dispatch_meta_outplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8079890Z test_dispatch_meta_outplace_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8080000Z test_dispatch_meta_outplace_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8080110Z test_dispatch_meta_outplace_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8080220Z test_dispatch_meta_outplace_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8080330Z test_dispatch_meta_outplace_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8080430Z test_dispatch_meta_outplace_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8080540Z test_dispatch_meta_outplace_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8080640Z test_dispatch_meta_outplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8080750Z test_dispatch_meta_outplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8080860Z test_dispatch_meta_outplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8080960Z test_dispatch_meta_outplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8081070Z test_dispatch_meta_outplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8081170Z test_dispatch_meta_outplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8081270Z test_dispatch_meta_outplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8081380Z test_dispatch_meta_outplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8081480Z test_dispatch_meta_outplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8081580Z test_dispatch_meta_outplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8081690Z test_dispatch_meta_outplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8081790Z test_dispatch_meta_outplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8081900Z test_dispatch_meta_outplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8082000Z test_dispatch_meta_outplace_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8082110Z test_dispatch_meta_outplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8082210Z test_dispatch_meta_outplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8082340Z test_dispatch_meta_outplace_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8082440Z test_dispatch_meta_outplace_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8082550Z test_dispatch_meta_outplace_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8086710Z test_dispatch_meta_outplace_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8086820Z test_dispatch_meta_outplace_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8086920Z test_dispatch_meta_outplace_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8087020Z test_dispatch_meta_outplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8087120Z test_dispatch_meta_outplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8087230Z test_dispatch_meta_outplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8087330Z test_dispatch_meta_outplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8087530Z test_dispatch_meta_outplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8087630Z test_dispatch_meta_outplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8087740Z test_dispatch_meta_outplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8087840Z test_dispatch_meta_outplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8087940Z test_dispatch_meta_outplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8088040Z test_dispatch_meta_outplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8088140Z test_dispatch_meta_outplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8088240Z test_dispatch_meta_outplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8088350Z test_dispatch_meta_outplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8088450Z test_dispatch_meta_outplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8088560Z test_dispatch_meta_outplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8088660Z test_dispatch_meta_outplace_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8088760Z test_dispatch_meta_outplace_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8088870Z test_dispatch_meta_outplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (1.003s) 2022-11-23T01:20:47.8088980Z test_dispatch_meta_outplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (1.003s) 2022-11-23T01:20:47.8089090Z test_dispatch_meta_outplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8089200Z test_dispatch_meta_outplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8089300Z test_dispatch_meta_outplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8089410Z test_dispatch_meta_outplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8089520Z test_dispatch_meta_outplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8089630Z test_dispatch_meta_outplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8089730Z test_dispatch_meta_outplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8089840Z test_dispatch_meta_outplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8089950Z test_dispatch_meta_outplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8090050Z test_dispatch_meta_outplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8090160Z test_dispatch_meta_outplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8090330Z test_dispatch_meta_outplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8090450Z test_dispatch_meta_outplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8090560Z test_dispatch_meta_outplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8090670Z test_dispatch_meta_outplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8090770Z test_dispatch_meta_outplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8090880Z test_dispatch_meta_outplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8090990Z test_dispatch_meta_outplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8091100Z test_dispatch_meta_outplace_randint_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8091200Z test_dispatch_meta_outplace_randint_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8091350Z test_dispatch_meta_outplace_randint_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8091460Z test_dispatch_meta_outplace_randint_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8091570Z test_dispatch_meta_outplace_randint_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8091670Z test_dispatch_meta_outplace_randint_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8091770Z test_dispatch_meta_outplace_randint_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8091870Z test_dispatch_meta_outplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8091990Z test_dispatch_meta_outplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8092100Z test_dispatch_meta_outplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8092210Z test_dispatch_meta_outplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8092320Z test_dispatch_meta_outplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8092430Z test_dispatch_meta_outplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8092530Z test_dispatch_meta_outplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8092640Z test_dispatch_meta_outplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8092750Z test_dispatch_meta_outplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8092850Z test_dispatch_meta_outplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8092960Z test_dispatch_meta_outplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8093070Z test_dispatch_meta_outplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8093180Z test_dispatch_meta_outplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8093290Z test_dispatch_meta_outplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8093390Z test_dispatch_meta_outplace_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8093500Z test_dispatch_meta_outplace_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8093600Z test_dispatch_meta_outplace_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8093710Z test_dispatch_meta_outplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8093820Z test_dispatch_meta_outplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8093930Z test_dispatch_meta_outplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8094060Z test_dispatch_meta_outplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8094170Z test_dispatch_meta_outplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8094270Z test_dispatch_meta_outplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8094380Z test_dispatch_meta_outplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8094480Z test_dispatch_meta_outplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8094590Z test_dispatch_meta_outplace_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8094700Z test_dispatch_meta_outplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8094800Z test_dispatch_meta_outplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8094910Z test_dispatch_meta_outplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8095030Z test_dispatch_meta_outplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8095140Z test_dispatch_meta_outplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8095240Z test_dispatch_meta_outplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8095350Z test_dispatch_meta_outplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8095450Z test_dispatch_meta_outplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8095550Z test_dispatch_meta_outplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8095650Z test_dispatch_meta_outplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8095760Z test_dispatch_meta_outplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8095860Z test_dispatch_meta_outplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8095970Z test_dispatch_meta_outplace_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8096080Z test_dispatch_meta_outplace_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8096190Z test_dispatch_meta_outplace_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8096290Z test_dispatch_meta_outplace_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8096400Z test_dispatch_meta_outplace_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8096500Z test_dispatch_meta_outplace_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8096600Z test_dispatch_meta_outplace_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8096710Z test_dispatch_meta_outplace_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8096810Z test_dispatch_meta_outplace_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8096910Z test_dispatch_meta_outplace_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8097010Z test_dispatch_meta_outplace_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8097110Z test_dispatch_meta_outplace_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8097220Z test_dispatch_meta_outplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8097330Z test_dispatch_meta_outplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8097450Z test_dispatch_meta_outplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8097560Z test_dispatch_meta_outplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8097670Z test_dispatch_meta_outplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8097820Z test_dispatch_meta_outplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8097930Z test_dispatch_meta_outplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8098030Z test_dispatch_meta_outplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8098150Z test_dispatch_meta_outplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8098250Z test_dispatch_meta_outplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8098360Z test_dispatch_meta_outplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8098470Z test_dispatch_meta_outplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8098580Z test_dispatch_meta_outplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8098690Z test_dispatch_meta_outplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8098820Z test_dispatch_meta_outplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8098930Z test_dispatch_meta_outplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8099030Z test_dispatch_meta_outplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8099140Z test_dispatch_meta_outplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8099240Z test_dispatch_meta_outplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8099350Z test_dispatch_meta_outplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8099460Z test_dispatch_meta_outplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8099560Z test_dispatch_meta_outplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8099670Z test_dispatch_meta_outplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8099780Z test_dispatch_meta_outplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8099890Z test_dispatch_meta_outplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8099990Z test_dispatch_meta_outplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8100100Z test_dispatch_meta_outplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8100200Z test_dispatch_meta_outplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8100310Z test_dispatch_meta_outplace_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8100420Z test_dispatch_meta_outplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8100520Z test_dispatch_meta_outplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8100630Z test_dispatch_meta_outplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8100740Z test_dispatch_meta_outplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8100840Z test_dispatch_meta_outplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8100950Z test_dispatch_meta_outplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8101050Z test_dispatch_meta_outplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8101150Z test_dispatch_meta_outplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8101260Z test_dispatch_meta_outplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8101360Z test_dispatch_meta_outplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8101480Z test_dispatch_meta_outplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8101610Z test_dispatch_meta_outplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8101740Z test_dispatch_meta_outplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8101860Z test_dispatch_meta_outplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8101980Z test_dispatch_meta_outplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8102100Z test_dispatch_meta_outplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8102210Z test_dispatch_meta_outplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8102330Z test_dispatch_meta_outplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8102440Z test_dispatch_meta_outplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8102560Z test_dispatch_meta_outplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8102690Z test_dispatch_meta_outplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8102800Z test_dispatch_meta_outplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8102910Z test_dispatch_meta_outplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8103030Z test_dispatch_meta_outplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8103130Z test_dispatch_meta_outplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8103250Z test_dispatch_meta_outplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8103360Z test_dispatch_meta_outplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8103470Z test_dispatch_meta_outplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8103580Z test_dispatch_meta_outplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8103690Z test_dispatch_meta_outplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8103800Z test_dispatch_meta_outplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8103900Z test_dispatch_meta_outplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8104010Z test_dispatch_meta_outplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8104120Z test_dispatch_meta_outplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8104220Z test_dispatch_meta_outplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8104330Z test_dispatch_meta_outplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8104440Z test_dispatch_meta_outplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8104550Z test_dispatch_meta_outplace_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8104650Z test_dispatch_meta_outplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8104760Z test_dispatch_meta_outplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8104870Z test_dispatch_meta_outplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8104980Z test_dispatch_meta_outplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8105080Z test_dispatch_meta_outplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8105190Z test_dispatch_meta_outplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8105330Z test_dispatch_meta_outplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8105440Z test_dispatch_meta_outplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8105540Z test_dispatch_meta_outplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8105650Z test_dispatch_meta_outplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8105750Z test_dispatch_meta_outplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8105850Z test_dispatch_meta_outplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8105960Z test_dispatch_meta_outplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8106060Z test_dispatch_meta_outplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8106170Z test_dispatch_meta_outplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8106280Z test_dispatch_meta_outplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8106410Z test_dispatch_meta_outplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8106520Z test_dispatch_meta_outplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8106620Z test_dispatch_meta_outplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8106730Z test_dispatch_meta_outplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8106830Z test_dispatch_meta_outplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8106930Z test_dispatch_meta_outplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8107030Z test_dispatch_meta_outplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8107140Z test_dispatch_meta_outplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8107250Z test_dispatch_meta_outplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8107360Z test_dispatch_meta_outplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8107470Z test_dispatch_meta_outplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8107580Z test_dispatch_meta_outplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8107690Z test_dispatch_meta_outplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8107790Z test_dispatch_meta_outplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8107900Z test_dispatch_meta_outplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8108000Z test_dispatch_meta_outplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8108110Z test_dispatch_meta_outplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8108210Z test_dispatch_meta_outplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8108320Z test_dispatch_meta_outplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8108430Z test_dispatch_meta_outplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8108540Z test_dispatch_meta_outplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8108660Z test_dispatch_meta_outplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8108770Z test_dispatch_meta_outplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8108880Z test_dispatch_meta_outplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8108990Z test_dispatch_meta_outplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8109130Z test_dispatch_meta_outplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8109230Z test_dispatch_meta_outplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8109340Z test_dispatch_meta_outplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8109450Z test_dispatch_meta_outplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8109550Z test_dispatch_meta_outplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8109660Z test_dispatch_meta_outplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8109760Z test_dispatch_meta_outplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8109870Z test_dispatch_meta_outplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8109980Z test_dispatch_meta_outplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8110120Z test_dispatch_meta_outplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8110230Z test_dispatch_meta_outplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8110340Z test_dispatch_meta_outplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8110450Z test_dispatch_meta_outplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8110550Z test_dispatch_meta_outplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8110660Z test_dispatch_meta_outplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8110770Z test_dispatch_meta_outplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8110870Z test_dispatch_meta_outplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8110980Z test_dispatch_meta_outplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8111090Z test_dispatch_meta_outplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8111200Z test_dispatch_meta_outplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8111300Z test_dispatch_meta_outplace_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8111410Z test_dispatch_meta_outplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8111520Z test_dispatch_meta_outplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8111620Z test_dispatch_meta_outplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8111730Z test_dispatch_meta_outplace_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8111830Z test_dispatch_meta_outplace_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8111930Z test_dispatch_meta_outplace_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8112040Z test_dispatch_meta_outplace_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8112140Z test_dispatch_meta_outplace_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8112240Z test_dispatch_meta_outplace_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8112340Z test_dispatch_meta_outplace_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8112440Z test_dispatch_meta_outplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8116470Z test_dispatch_meta_outplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8116620Z test_dispatch_meta_outplace_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8116840Z test_dispatch_meta_outplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8116950Z test_dispatch_meta_outplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8117050Z test_dispatch_meta_outplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8117160Z test_dispatch_meta_outplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8117260Z test_dispatch_meta_outplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8117360Z test_dispatch_meta_outplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8117470Z test_dispatch_meta_outplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8117570Z test_dispatch_meta_outplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8117670Z test_dispatch_meta_outplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8117770Z test_dispatch_meta_outplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8117900Z test_dispatch_meta_outplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8118000Z test_dispatch_meta_outplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8118100Z test_dispatch_meta_outplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8118210Z test_dispatch_meta_outplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8118310Z test_dispatch_meta_outplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8118410Z test_dispatch_meta_outplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8118510Z test_dispatch_meta_outplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8118610Z test_dispatch_meta_outplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8118730Z test_dispatch_meta_outplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8118850Z test_dispatch_meta_outplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8118970Z test_dispatch_meta_outplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8119080Z test_dispatch_meta_outplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8119190Z test_dispatch_meta_outplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8119310Z test_dispatch_meta_outplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8119430Z test_dispatch_meta_outplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8119540Z test_dispatch_meta_outplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8119660Z test_dispatch_meta_outplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8119770Z test_dispatch_meta_outplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8119870Z test_dispatch_meta_outplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8119980Z test_dispatch_meta_outplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8120090Z test_dispatch_meta_outplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8120190Z test_dispatch_meta_outplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8120300Z test_dispatch_meta_outplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8120400Z test_dispatch_meta_outplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8120500Z test_dispatch_meta_outplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8120620Z test_dispatch_meta_outplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8120720Z test_dispatch_meta_outplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8120830Z test_dispatch_meta_outplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8120930Z test_dispatch_meta_outplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8121040Z test_dispatch_meta_outplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8121140Z test_dispatch_meta_outplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8121250Z test_dispatch_meta_outplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8121350Z test_dispatch_meta_outplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8121450Z test_dispatch_meta_outplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8121570Z test_dispatch_meta_outplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8121670Z test_dispatch_meta_outplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8121770Z test_dispatch_meta_outplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8121880Z test_dispatch_meta_outplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8121970Z test_dispatch_meta_outplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8122090Z test_dispatch_meta_outplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8122200Z test_dispatch_meta_outplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8122310Z test_dispatch_meta_outplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8122430Z test_dispatch_meta_outplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8122550Z test_dispatch_meta_outplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8122660Z test_dispatch_meta_outplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8122770Z test_dispatch_meta_outplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8122880Z test_dispatch_meta_outplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8122990Z test_dispatch_meta_outplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8123100Z test_dispatch_meta_outplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8123210Z test_dispatch_meta_outplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8123320Z test_dispatch_meta_outplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8123430Z test_dispatch_meta_outplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8123540Z test_dispatch_meta_outplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8123640Z test_dispatch_meta_outplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8123760Z test_dispatch_meta_outplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8123870Z test_dispatch_meta_outplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8123980Z test_dispatch_meta_outplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8124090Z test_dispatch_meta_outplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8124190Z test_dispatch_meta_outplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8124340Z test_dispatch_meta_outplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8124450Z test_dispatch_meta_outplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8124560Z test_dispatch_meta_outplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8124660Z test_dispatch_meta_outplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8124770Z test_dispatch_meta_outplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8124880Z test_dispatch_meta_outplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8124980Z test_dispatch_meta_outplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8125090Z test_dispatch_meta_outplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8125200Z test_dispatch_meta_outplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8125360Z test_dispatch_meta_outplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8125460Z test_dispatch_meta_outplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8125570Z test_dispatch_meta_outplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8125680Z test_dispatch_meta_outplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8125780Z test_dispatch_meta_outplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8125890Z test_dispatch_meta_outplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8125990Z test_dispatch_meta_outplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8126100Z test_dispatch_meta_outplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8126220Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8126340Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8126460Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8126570Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8126690Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8126800Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8126920Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8127030Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8127150Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8127270Z test_dispatch_meta_outplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8127380Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8127500Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8127610Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8127730Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8127840Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8127950Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8128100Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8128220Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8128330Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8128440Z test_dispatch_meta_outplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8128560Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8128680Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8128790Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8128910Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8129020Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8129160Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8129270Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8129380Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8129490Z test_dispatch_meta_outplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8129610Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8129730Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8129840Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8129960Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8130070Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8130180Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8130290Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8130410Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8130520Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8130630Z test_dispatch_meta_outplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8130740Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8130860Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8130980Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8131090Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8131210Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8131320Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8131430Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8131540Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8131650Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8131790Z test_dispatch_meta_outplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8131900Z test_dispatch_meta_outplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.542s) 2022-11-23T01:20:47.8132020Z test_dispatch_meta_outplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (1.540s) 2022-11-23T01:20:47.8132130Z test_dispatch_meta_outplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (1.541s) 2022-11-23T01:20:47.8132240Z test_dispatch_meta_outplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (1.728s) 2022-11-23T01:20:47.8132350Z test_dispatch_meta_outplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (1.540s) 2022-11-23T01:20:47.8132450Z test_dispatch_meta_outplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (1.541s) 2022-11-23T01:20:47.8132560Z test_dispatch_meta_outplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (1.539s) 2022-11-23T01:20:47.8132670Z test_dispatch_meta_outplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (1.540s) 2022-11-23T01:20:47.8132790Z test_dispatch_meta_outplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.540s) 2022-11-23T01:20:47.8132920Z test_dispatch_meta_outplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:20:47.8133040Z test_dispatch_meta_outplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:20:47.8133160Z test_dispatch_meta_outplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:20:47.8133280Z test_dispatch_meta_outplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:20:47.8133400Z test_dispatch_meta_outplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:20:47.8133510Z test_dispatch_meta_outplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:20:47.8133630Z test_dispatch_meta_outplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:20:47.8133750Z test_dispatch_meta_outplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.335s) 2022-11-23T01:20:47.8133860Z test_dispatch_meta_outplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8133960Z test_dispatch_meta_outplace_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8134070Z test_dispatch_meta_outplace_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8134180Z test_dispatch_meta_outplace_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8134280Z test_dispatch_meta_outplace_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8134390Z test_dispatch_meta_outplace_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8134500Z test_dispatch_meta_outplace_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8134610Z test_dispatch_meta_outplace_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8134710Z test_dispatch_meta_outplace_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8134810Z test_dispatch_meta_outplace_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8134910Z test_dispatch_meta_outplace_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8135010Z test_dispatch_meta_outplace_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8135110Z test_dispatch_meta_outplace_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8135230Z test_dispatch_meta_outplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8135340Z test_dispatch_meta_outplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8135470Z test_dispatch_meta_outplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8135580Z test_dispatch_meta_outplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8135690Z test_dispatch_meta_outplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8135800Z test_dispatch_meta_outplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8135910Z test_dispatch_meta_outplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8136020Z test_dispatch_meta_outplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8136130Z test_dispatch_meta_outplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8136230Z test_dispatch_meta_outplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8136340Z test_dispatch_meta_outplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8136440Z test_dispatch_meta_outplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8136560Z test_dispatch_meta_outplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8136680Z test_dispatch_meta_outplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8136780Z test_dispatch_meta_outplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8136890Z test_dispatch_meta_outplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8136990Z test_dispatch_meta_outplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8137090Z test_dispatch_meta_outplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8137190Z test_dispatch_meta_outplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8137290Z test_dispatch_meta_outplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8137400Z test_dispatch_meta_outplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8137500Z test_dispatch_meta_outplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8137600Z test_dispatch_meta_outplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8137700Z test_dispatch_meta_outplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8137810Z test_dispatch_meta_outplace_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8137920Z test_dispatch_meta_outplace_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8138020Z test_dispatch_meta_outplace_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8138130Z test_dispatch_meta_outplace_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8138230Z test_dispatch_meta_outplace_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8138340Z test_dispatch_meta_outplace_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8138440Z test_dispatch_meta_outplace_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8138540Z test_dispatch_meta_outplace_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8138650Z test_dispatch_meta_outplace_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8138750Z test_dispatch_meta_outplace_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8138850Z test_dispatch_meta_outplace_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.8138960Z test_dispatch_meta_outplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8139060Z test_dispatch_meta_outplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8139210Z test_dispatch_meta_outplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8139330Z test_dispatch_meta_outplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8139430Z test_dispatch_meta_outplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8139540Z test_dispatch_meta_outplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8139650Z test_dispatch_meta_outplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8139750Z test_dispatch_meta_outplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8139850Z test_dispatch_meta_outplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8139960Z test_dispatch_meta_outplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8140060Z test_dispatch_meta_outplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8140160Z test_dispatch_meta_outplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8140300Z test_dispatch_meta_outplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8140410Z test_dispatch_meta_outplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8140510Z test_dispatch_meta_outplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8140600Z test_dispatch_meta_outplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8140710Z test_dispatch_meta_outplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8140810Z test_dispatch_meta_outplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8140910Z test_dispatch_meta_outplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8141010Z test_dispatch_meta_outplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8141110Z test_dispatch_meta_outplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8141230Z test_dispatch_meta_outplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8141380Z test_dispatch_meta_outplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:47.8141500Z test_dispatch_meta_outplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8141620Z test_dispatch_meta_outplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8141740Z test_dispatch_meta_outplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8141890Z test_dispatch_meta_outplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:47.8142020Z test_dispatch_meta_outplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8142140Z test_dispatch_meta_outplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8142260Z test_dispatch_meta_outplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8142400Z test_dispatch_meta_outplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:47.8142520Z test_dispatch_meta_outplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8142640Z test_dispatch_meta_outplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8142760Z test_dispatch_meta_outplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8142900Z test_dispatch_meta_outplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8146980Z test_dispatch_meta_outplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8147130Z test_dispatch_meta_outplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8147240Z test_dispatch_meta_outplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8147340Z test_dispatch_meta_outplace_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8147450Z test_dispatch_meta_outplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8147560Z test_dispatch_meta_outplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8147660Z test_dispatch_meta_outplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8147770Z test_dispatch_meta_outplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8147870Z test_dispatch_meta_outplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8148000Z test_dispatch_meta_outplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8148100Z test_dispatch_meta_outplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8148210Z test_dispatch_meta_outplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8148310Z test_dispatch_meta_outplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8148410Z test_dispatch_meta_outplace_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8148520Z test_dispatch_meta_outplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8148620Z test_dispatch_meta_outplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8148730Z test_dispatch_meta_outplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8148830Z test_dispatch_meta_outplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8148940Z test_dispatch_meta_outplace_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8149040Z test_dispatch_meta_outplace_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8149130Z test_dispatch_meta_outplace_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8149240Z test_dispatch_meta_outplace_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8149340Z test_dispatch_meta_outplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8149440Z test_dispatch_meta_outplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8149540Z test_dispatch_meta_outplace_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8149650Z test_dispatch_meta_outplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8149760Z test_dispatch_meta_outplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8149860Z test_dispatch_meta_outplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8149960Z test_dispatch_meta_outplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8150070Z test_dispatch_meta_outplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8150170Z test_dispatch_meta_outplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8150260Z test_dispatch_meta_outplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8150370Z test_dispatch_meta_outplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8150470Z test_dispatch_meta_outplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8150570Z test_dispatch_meta_outplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8150700Z test_dispatch_meta_outplace_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8150810Z test_dispatch_meta_outplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8150910Z test_dispatch_meta_outplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8151020Z test_dispatch_meta_outplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8151120Z test_dispatch_meta_outplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8151220Z test_dispatch_meta_outplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8151320Z test_dispatch_meta_outplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8151410Z test_dispatch_meta_outplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8151510Z test_dispatch_meta_outplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8151610Z test_dispatch_meta_outplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8151740Z test_dispatch_meta_outplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8151840Z test_dispatch_meta_outplace_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8151950Z test_dispatch_meta_outplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8152060Z test_dispatch_meta_outplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8152160Z test_dispatch_meta_outplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8152260Z test_dispatch_meta_outplace_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8152370Z test_dispatch_meta_outplace_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8152470Z test_dispatch_meta_outplace_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8152570Z test_dispatch_meta_outplace_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8152680Z test_dispatch_meta_outplace_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8152780Z test_dispatch_meta_outplace_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8152870Z test_dispatch_meta_outplace_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8152970Z test_dispatch_meta_outplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8153090Z test_dispatch_meta_outplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8153200Z test_dispatch_meta_outplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8153310Z test_dispatch_meta_outplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8153420Z test_dispatch_meta_outplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8153540Z test_dispatch_meta_outplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8153650Z test_dispatch_meta_outplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8153750Z test_dispatch_meta_outplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8153860Z test_dispatch_meta_outplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8153970Z test_dispatch_meta_outplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8154070Z test_dispatch_meta_outplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8154180Z test_dispatch_meta_outplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8154290Z test_dispatch_meta_outplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8154410Z test_dispatch_meta_outplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8154530Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8154650Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8154770Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8154890Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8155000Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8155110Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8155230Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8155340Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8155470Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8155580Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8155700Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8155810Z test_dispatch_meta_outplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8155910Z test_dispatch_meta_outplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8156020Z test_dispatch_meta_outplace_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8156120Z test_dispatch_meta_outplace_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8156230Z test_dispatch_meta_outplace_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8156330Z test_dispatch_meta_outplace_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8156430Z test_dispatch_meta_outplace_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8156530Z test_dispatch_meta_outplace_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8156630Z test_dispatch_meta_outplace_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8156730Z test_dispatch_meta_outplace_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8156830Z test_dispatch_meta_outplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8157020Z test_dispatch_meta_outplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.8157180Z test_dispatch_meta_outplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.8157330Z test_dispatch_meta_outplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.8157470Z test_dispatch_meta_outplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.8157590Z test_dispatch_meta_outplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8157700Z test_dispatch_meta_outplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8157820Z test_dispatch_meta_outplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8157930Z test_dispatch_meta_outplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8158040Z test_dispatch_meta_outplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8158180Z test_dispatch_meta_outplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8158300Z test_dispatch_meta_outplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8158410Z test_dispatch_meta_outplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8158520Z test_dispatch_meta_outplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8158640Z test_dispatch_meta_outplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8158750Z test_dispatch_meta_outplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8158860Z test_dispatch_meta_outplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8158970Z test_dispatch_meta_outplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8159090Z test_dispatch_meta_outplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8159220Z test_dispatch_meta_outplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8159330Z test_dispatch_meta_outplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8159440Z test_dispatch_meta_outplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8159560Z test_dispatch_meta_outplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8159670Z test_dispatch_meta_outplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8159780Z test_dispatch_meta_outplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8159890Z test_dispatch_meta_outplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8160000Z test_dispatch_meta_outplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8160110Z test_dispatch_meta_outplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8160210Z test_dispatch_meta_outplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8160320Z test_dispatch_meta_outplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8160430Z test_dispatch_meta_outplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8160540Z test_dispatch_meta_outplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8160650Z test_dispatch_meta_outplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8160760Z test_dispatch_meta_outplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8160870Z test_dispatch_meta_outplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8160980Z test_dispatch_meta_outplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8161090Z test_dispatch_meta_outplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8161190Z test_dispatch_meta_outplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8161300Z test_dispatch_meta_outplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8161410Z test_dispatch_meta_outplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8161520Z test_dispatch_meta_outplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8161630Z test_dispatch_meta_outplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8161830Z test_dispatch_meta_outplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8161940Z test_dispatch_meta_outplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8162050Z test_dispatch_meta_outplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8162180Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8162310Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8162440Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8162560Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8162690Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8162810Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8162950Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8163070Z test_dispatch_meta_outplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8163200Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8163320Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8163450Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8163570Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8163690Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8163810Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8163930Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8164050Z test_dispatch_meta_outplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8164390Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8164630Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8164860Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8165090Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8165320Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8165540Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8165770Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8166050Z test_dispatch_meta_outplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8166290Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8166520Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8166740Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8166970Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8167190Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8167450Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8167670Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8167900Z test_dispatch_meta_outplace_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8168030Z test_dispatch_meta_outplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8168140Z test_dispatch_meta_outplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8168250Z test_dispatch_meta_outplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8168360Z test_dispatch_meta_outplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8168480Z test_dispatch_meta_outplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8168580Z test_dispatch_meta_outplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8168690Z test_dispatch_meta_outplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8168790Z test_dispatch_meta_outplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8168900Z test_dispatch_meta_outplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8169000Z test_dispatch_meta_outplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8169120Z test_dispatch_meta_outplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8169230Z test_dispatch_meta_outplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8169340Z test_dispatch_meta_outplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8169450Z test_dispatch_meta_outplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8169550Z test_dispatch_meta_outplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8169660Z test_dispatch_meta_outplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8169770Z test_dispatch_meta_outplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8169900Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8170020Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8170160Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8170290Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8170410Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8170530Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8170660Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8170770Z test_dispatch_meta_outplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8170890Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8171020Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8171150Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8171290Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8171420Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8171540Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8171660Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8171770Z test_dispatch_meta_outplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8171890Z test_dispatch_meta_outplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8172000Z test_dispatch_meta_outplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8172110Z test_dispatch_meta_outplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8172210Z test_dispatch_meta_outplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8172320Z test_dispatch_meta_outplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8172430Z test_dispatch_meta_outplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8172530Z test_dispatch_meta_outplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8172640Z test_dispatch_meta_outplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8172740Z test_dispatch_meta_outplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8172850Z test_dispatch_meta_outplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8172960Z test_dispatch_meta_outplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8173070Z test_dispatch_meta_outplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8173170Z test_dispatch_meta_outplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8173280Z test_dispatch_meta_outplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8173380Z test_dispatch_meta_outplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8173490Z test_dispatch_meta_outplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8173590Z test_dispatch_meta_outplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8173700Z test_dispatch_meta_outplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8173810Z test_dispatch_meta_outplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8173950Z test_dispatch_meta_outplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8174060Z test_dispatch_meta_outplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8174170Z test_dispatch_meta_outplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8174270Z test_dispatch_meta_outplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8174370Z test_dispatch_meta_outplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8174480Z test_dispatch_meta_outplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8174610Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8174740Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8174870Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8175020Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8175140Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8175260Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8175380Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8175500Z test_dispatch_meta_outplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8175740Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8175990Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8179930Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8180190Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8180420Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8180650Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8180880Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8181110Z test_dispatch_meta_outplace_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8181230Z test_dispatch_meta_outplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8181350Z test_dispatch_meta_outplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8181460Z test_dispatch_meta_outplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8181580Z test_dispatch_meta_outplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8181690Z test_dispatch_meta_outplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8181870Z test_dispatch_meta_outplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8181980Z test_dispatch_meta_outplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8182100Z test_dispatch_meta_outplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8182220Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8182340Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8182470Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8182590Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8182710Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8182830Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8182970Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8183090Z test_dispatch_meta_outplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8183210Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8183330Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8183450Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8183560Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8183680Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8183800Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8183910Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8184030Z test_dispatch_meta_outplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8184150Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8184260Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8184380Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8184500Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8184610Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8184730Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8184850Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8184960Z test_dispatch_meta_outplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8185080Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8185200Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8185310Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8185450Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8185570Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8185680Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8185800Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8185910Z test_dispatch_meta_outplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8186020Z test_dispatch_meta_outplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8186140Z test_dispatch_meta_outplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8186250Z test_dispatch_meta_outplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8186360Z test_dispatch_meta_outplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8186490Z test_dispatch_meta_outplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8186600Z test_dispatch_meta_outplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8186710Z test_dispatch_meta_outplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8186820Z test_dispatch_meta_outplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8186920Z test_dispatch_meta_outplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8187030Z test_dispatch_meta_outplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8187140Z test_dispatch_meta_outplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8187250Z test_dispatch_meta_outplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8187360Z test_dispatch_meta_outplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8187470Z test_dispatch_meta_outplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8187580Z test_dispatch_meta_outplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8187690Z test_dispatch_meta_outplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8187790Z test_dispatch_meta_outplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8187930Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8188070Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8188200Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8188340Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8188470Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8188610Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8188730Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8188870Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8189000Z test_dispatch_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8189150Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8189280Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8189410Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8189540Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8189660Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8189790Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8189910Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8190030Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8190180Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8190300Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8190430Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8190550Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8190670Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8190800Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8190920Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8191040Z test_dispatch_meta_outplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8191290Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8191530Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8191770Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8192010Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8192250Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8192490Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8192730Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8192970Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8193200Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8193470Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8193720Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8193950Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8194190Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8194420Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8194660Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8194930Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8195170Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8195400Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8195640Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8195870Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8196110Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8196340Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8196570Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8196810Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8197040Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8197280Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8197510Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8197740Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8198000Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8198240Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8198470Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8198710Z test_dispatch_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8198830Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8198960Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8199080Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8199230Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8199360Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8199480Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8199600Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8199720Z test_dispatch_meta_outplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8199840Z test_dispatch_meta_outplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8199960Z test_dispatch_meta_outplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8200070Z test_dispatch_meta_outplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8200190Z test_dispatch_meta_outplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8200300Z test_dispatch_meta_outplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8200410Z test_dispatch_meta_outplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8200530Z test_dispatch_meta_outplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8200640Z test_dispatch_meta_outplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8200740Z test_dispatch_meta_outplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8200850Z test_dispatch_meta_outplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8200970Z test_dispatch_meta_outplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8201080Z test_dispatch_meta_outplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8201190Z test_dispatch_meta_outplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8201300Z test_dispatch_meta_outplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8201400Z test_dispatch_meta_outplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8201500Z test_dispatch_meta_outplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8201610Z test_dispatch_meta_outplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8201720Z test_dispatch_meta_outplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8201820Z test_dispatch_meta_outplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8201950Z test_dispatch_meta_outplace_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8202060Z test_dispatch_meta_outplace_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8202170Z test_dispatch_meta_outplace_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8202280Z test_dispatch_meta_outplace_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8202390Z test_dispatch_meta_outplace_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8202500Z test_dispatch_meta_outplace_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8202600Z test_dispatch_meta_outplace_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8202710Z test_dispatch_meta_outplace_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8202810Z test_dispatch_meta_outplace_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8202930Z test_dispatch_meta_outplace_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8203040Z test_dispatch_meta_outplace_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8203140Z test_dispatch_meta_outplace_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8203260Z test_dispatch_meta_outplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8203370Z test_dispatch_meta_outplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8203490Z test_dispatch_meta_outplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8203600Z test_dispatch_meta_outplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8203720Z test_dispatch_meta_outplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8203830Z test_dispatch_meta_outplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8203950Z test_dispatch_meta_outplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8204060Z test_dispatch_meta_outplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8204170Z test_dispatch_meta_outplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8204280Z test_dispatch_meta_outplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8204390Z test_dispatch_meta_outplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8204500Z test_dispatch_meta_outplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8204610Z test_dispatch_meta_outplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8204720Z test_dispatch_meta_outplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8204840Z test_dispatch_meta_outplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8204960Z test_dispatch_meta_outplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8205080Z test_dispatch_meta_outplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8205190Z test_dispatch_meta_outplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8205300Z test_dispatch_meta_outplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8205410Z test_dispatch_meta_outplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8205530Z test_dispatch_meta_outplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8205660Z test_dispatch_meta_outplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8205770Z test_dispatch_meta_outplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8205880Z test_dispatch_meta_outplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8205990Z test_dispatch_meta_outplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8206090Z test_dispatch_meta_outplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8206200Z test_dispatch_meta_outplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8206310Z test_dispatch_meta_outplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8206410Z test_dispatch_meta_outplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8206520Z test_dispatch_meta_outplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8206620Z test_dispatch_meta_outplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8206750Z test_dispatch_meta_outplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8206850Z test_dispatch_meta_outplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8206950Z test_dispatch_meta_outplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8207050Z test_dispatch_meta_outplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8207150Z test_dispatch_meta_outplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8207260Z test_dispatch_meta_outplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8207360Z test_dispatch_meta_outplace_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8207470Z test_dispatch_meta_outplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8207580Z test_dispatch_meta_outplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8207690Z test_dispatch_meta_outplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8207800Z test_dispatch_meta_outplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8207900Z test_dispatch_meta_outplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8208000Z test_dispatch_meta_outplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8208110Z test_dispatch_meta_outplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8208210Z test_dispatch_meta_outplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8208310Z test_dispatch_meta_outplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8208410Z test_dispatch_meta_outplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8208520Z test_dispatch_meta_outplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8208630Z test_dispatch_meta_outplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8208740Z test_dispatch_meta_outplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8208840Z test_dispatch_meta_outplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8208950Z test_dispatch_meta_outplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8209060Z test_dispatch_meta_outplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8209160Z test_dispatch_meta_outplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8209270Z test_dispatch_meta_outplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8209410Z test_dispatch_meta_outplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8209520Z test_dispatch_meta_outplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8209620Z test_dispatch_meta_outplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8209730Z test_dispatch_meta_outplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8209830Z test_dispatch_meta_outplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8209940Z test_dispatch_meta_outplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8210040Z test_dispatch_meta_outplace_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8210150Z test_dispatch_meta_outplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8210260Z test_dispatch_meta_outplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8210360Z test_dispatch_meta_outplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8210500Z test_dispatch_meta_outplace_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8210600Z test_dispatch_meta_outplace_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8210700Z test_dispatch_meta_outplace_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8210810Z test_dispatch_meta_outplace_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8210910Z test_dispatch_meta_outplace_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8211010Z test_dispatch_meta_outplace_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8211110Z test_dispatch_meta_outplace_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8211210Z test_dispatch_meta_outplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8211320Z test_dispatch_meta_outplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8211430Z test_dispatch_meta_outplace_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8215620Z test_dispatch_meta_outplace_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8215750Z test_dispatch_meta_outplace_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8215850Z test_dispatch_meta_outplace_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8215950Z test_dispatch_meta_outplace_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8216060Z test_dispatch_meta_outplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8216170Z test_dispatch_meta_outplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8216280Z test_dispatch_meta_outplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8216390Z test_dispatch_meta_outplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8216500Z test_dispatch_meta_outplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8216600Z test_dispatch_meta_outplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8216710Z test_dispatch_meta_outplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8216820Z test_dispatch_meta_outplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8216920Z test_dispatch_meta_outplace_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8217020Z test_dispatch_meta_outplace_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8217120Z test_dispatch_meta_outplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8217310Z test_dispatch_meta_outplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8217410Z test_dispatch_meta_outplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8217520Z test_dispatch_meta_outplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8217620Z test_dispatch_meta_outplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8217720Z test_dispatch_meta_outplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8217820Z test_dispatch_meta_outplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8217920Z test_dispatch_meta_outplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8218020Z test_dispatch_meta_outplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8218120Z test_dispatch_meta_outplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8218220Z test_dispatch_meta_outplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8218350Z test_dispatch_meta_outplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8218450Z test_dispatch_meta_outplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8218560Z test_dispatch_meta_outplace_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8218660Z test_dispatch_meta_outplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8218770Z test_dispatch_meta_outplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8218870Z test_dispatch_meta_outplace_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8218960Z test_dispatch_meta_outplace_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8219060Z test_dispatch_meta_outplace_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8219160Z test_dispatch_meta_outplace_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8219260Z test_dispatch_meta_outplace_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8219360Z test_dispatch_meta_outplace_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8219460Z test_dispatch_meta_outplace_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8219560Z test_dispatch_meta_outplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8219670Z test_dispatch_meta_outplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8219780Z test_dispatch_meta_outplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8219890Z test_dispatch_meta_outplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8220000Z test_dispatch_meta_outplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8220110Z test_dispatch_meta_outplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8220220Z test_dispatch_meta_outplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8220330Z test_dispatch_meta_outplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8220440Z test_dispatch_meta_outplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8220540Z test_dispatch_meta_outplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8220640Z test_dispatch_meta_outplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8220750Z test_dispatch_meta_outplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8220860Z test_dispatch_meta_outplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8220960Z test_dispatch_meta_outplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:20:47.8221090Z test_dispatch_meta_outplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:20:47.8221200Z test_dispatch_meta_outplace_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:47.8221300Z test_dispatch_meta_outplace_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.8221410Z test_dispatch_meta_outplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (1.098s) 2022-11-23T01:20:47.8221520Z test_dispatch_meta_outplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (1.172s) 2022-11-23T01:20:47.8221630Z test_dispatch_meta_outplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.8221740Z test_dispatch_meta_outplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.8221840Z test_dispatch_meta_outplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.8221950Z test_dispatch_meta_outplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.8222080Z test_dispatch_meta_outplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8222180Z test_dispatch_meta_outplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8222280Z test_dispatch_meta_outplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8222390Z test_dispatch_meta_outplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8222490Z test_dispatch_meta_outplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8222590Z test_dispatch_meta_outplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8222690Z test_dispatch_meta_outplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8222790Z test_dispatch_meta_outplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8222890Z test_dispatch_meta_outplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8222990Z test_dispatch_meta_outplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8223090Z test_dispatch_meta_outplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8223190Z test_dispatch_meta_outplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8223300Z test_dispatch_meta_outplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8223410Z test_dispatch_meta_outplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8223530Z test_dispatch_meta_outplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8223640Z test_dispatch_meta_outplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8223750Z test_dispatch_meta_outplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8223860Z test_dispatch_meta_outplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8223970Z test_dispatch_meta_outplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8224080Z test_dispatch_meta_outplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8224190Z test_dispatch_meta_outplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8224300Z test_dispatch_meta_outplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8224400Z test_dispatch_meta_outplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8224510Z test_dispatch_meta_outplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8224610Z test_dispatch_meta_outplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.8224730Z test_dispatch_meta_outplace_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.084s) 2022-11-23T01:20:47.8224850Z test_dispatch_meta_outplace_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.8224950Z test_dispatch_meta_outplace_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.088s) 2022-11-23T01:20:47.8225060Z test_dispatch_meta_outplace_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:20:47.8225160Z test_dispatch_meta_outplace_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.084s) 2022-11-23T01:20:47.8225260Z test_dispatch_meta_outplace_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:47.8225360Z test_dispatch_meta_outplace_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:20:47.8225460Z test_dispatch_meta_outplace_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.085s) 2022-11-23T01:20:47.8225560Z test_dispatch_meta_outplace_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:20:47.8225660Z test_dispatch_meta_outplace_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.084s) 2022-11-23T01:20:47.8225780Z test_dispatch_meta_outplace_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.084s) 2022-11-23T01:20:47.8225880Z test_dispatch_meta_outplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8225990Z test_dispatch_meta_outplace_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8226090Z test_dispatch_meta_outplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8226200Z test_dispatch_meta_outplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8226300Z test_dispatch_meta_outplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8226410Z test_dispatch_meta_outplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8226510Z test_dispatch_meta_outplace_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8226610Z test_dispatch_meta_outplace_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8226710Z test_dispatch_meta_outplace_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8226810Z test_dispatch_meta_outplace_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8226910Z test_dispatch_meta_outplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8227010Z test_dispatch_meta_outplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8227110Z test_dispatch_meta_outplace_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8227220Z test_dispatch_meta_outplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8227330Z test_dispatch_meta_outplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8227440Z test_dispatch_meta_outplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8227540Z test_dispatch_meta_outplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8227640Z test_dispatch_meta_outplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8227740Z test_dispatch_meta_outplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8227840Z test_dispatch_meta_outplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8227940Z test_dispatch_meta_outplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8228040Z test_dispatch_meta_outplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8228160Z test_dispatch_meta_outplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8228270Z test_dispatch_meta_outplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8228380Z test_dispatch_meta_outplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8228540Z test_dispatch_meta_outplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8228650Z test_dispatch_meta_outplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8228760Z test_dispatch_meta_outplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8228860Z test_dispatch_meta_outplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8228970Z test_dispatch_meta_outplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8229080Z test_dispatch_meta_outplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8229180Z test_dispatch_meta_outplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8229290Z test_dispatch_meta_outplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8229390Z test_dispatch_meta_outplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8229530Z test_dispatch_meta_outplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8229640Z test_dispatch_meta_outplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8229750Z test_dispatch_meta_outplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8229860Z test_dispatch_meta_outplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8229970Z test_dispatch_meta_outplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8230070Z test_dispatch_meta_outplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8230180Z test_dispatch_meta_outplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8230280Z test_dispatch_meta_outplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8230390Z test_dispatch_meta_outplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8230500Z test_dispatch_meta_outplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8230600Z test_dispatch_meta_outplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8230710Z test_dispatch_meta_outplace_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8230810Z test_dispatch_meta_outplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8230910Z test_dispatch_meta_outplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8231020Z test_dispatch_meta_outplace_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8231120Z test_dispatch_meta_outplace_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8231220Z test_dispatch_meta_outplace_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8231320Z test_dispatch_meta_outplace_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8231420Z test_dispatch_meta_outplace_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8231520Z test_dispatch_meta_outplace_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8231620Z test_dispatch_meta_outplace_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8231720Z test_dispatch_meta_outplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8231830Z test_dispatch_meta_outplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8231930Z test_dispatch_meta_outplace_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8232030Z test_dispatch_meta_outplace_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8232140Z test_dispatch_meta_outplace_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8232270Z test_dispatch_meta_outplace_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8232370Z test_dispatch_meta_outplace_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8232470Z test_dispatch_meta_outplace_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8232570Z test_dispatch_meta_outplace_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8232670Z test_dispatch_meta_outplace_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8232770Z test_dispatch_meta_outplace_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8232880Z test_dispatch_meta_outplace_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8232970Z test_dispatch_meta_outplace_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8233080Z test_dispatch_meta_outplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8233190Z test_dispatch_meta_outplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8233330Z test_dispatch_meta_outplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8233440Z test_dispatch_meta_outplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8233550Z test_dispatch_meta_outplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8233650Z test_dispatch_meta_outplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8233760Z test_dispatch_meta_outplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8233860Z test_dispatch_meta_outplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8233970Z test_dispatch_meta_outplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8234070Z test_dispatch_meta_outplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8234180Z test_dispatch_meta_outplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8234280Z test_dispatch_meta_outplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8234380Z test_dispatch_meta_outplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8234490Z test_dispatch_meta_outplace_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8234590Z test_dispatch_meta_outplace_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8234690Z test_dispatch_meta_outplace_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8234790Z test_dispatch_meta_outplace_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8234890Z test_dispatch_meta_outplace_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8234990Z test_dispatch_meta_outplace_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8235090Z test_dispatch_meta_outplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8235200Z test_dispatch_meta_outplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8235300Z test_dispatch_meta_outplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8235410Z test_dispatch_meta_outplace_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8235510Z test_dispatch_meta_outplace_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8235620Z test_dispatch_meta_outplace_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8235720Z test_dispatch_meta_outplace_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8235820Z test_dispatch_meta_outplace_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8235940Z test_dispatch_meta_outplace_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8236040Z test_dispatch_meta_outplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8236150Z test_dispatch_meta_outplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8236260Z test_dispatch_meta_outplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8236370Z test_dispatch_meta_outplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8236480Z test_dispatch_meta_outplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8236590Z test_dispatch_meta_outplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8236700Z test_dispatch_meta_outplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8236810Z test_dispatch_meta_outplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8236910Z test_dispatch_meta_outplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8237040Z test_dispatch_meta_outplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8237150Z test_dispatch_meta_outplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8237250Z test_dispatch_meta_outplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8237360Z test_dispatch_meta_outplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8237460Z test_dispatch_meta_outplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8237570Z test_dispatch_meta_outplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8237680Z test_dispatch_meta_outplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8237790Z test_dispatch_meta_outplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8237900Z test_dispatch_meta_outplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8238010Z test_dispatch_meta_outplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8238110Z test_dispatch_meta_outplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8238220Z test_dispatch_meta_outplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8238320Z test_dispatch_meta_outplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8238430Z test_dispatch_meta_outplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8238530Z test_dispatch_meta_outplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8238630Z test_dispatch_meta_outplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8238740Z test_dispatch_meta_outplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8238850Z test_dispatch_meta_outplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8238950Z test_dispatch_meta_outplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8239060Z test_dispatch_meta_outplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.8239170Z test_dispatch_meta_outplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8239270Z test_dispatch_meta_outplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8239370Z test_dispatch_meta_outplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8239470Z test_dispatch_meta_outplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8239570Z test_dispatch_meta_outplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8239690Z test_dispatch_meta_outplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8239790Z test_dispatch_meta_outplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8239910Z test_dispatch_meta_outplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8240030Z test_dispatch_meta_outplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8240140Z test_dispatch_meta_outplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8240260Z test_dispatch_meta_outplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8240360Z test_dispatch_meta_outplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8240470Z test_dispatch_meta_outplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8240570Z test_dispatch_meta_outplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8240700Z test_dispatch_meta_outplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8240800Z test_dispatch_meta_outplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8240910Z test_dispatch_meta_outplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8244380Z test_dispatch_meta_outplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8244490Z test_dispatch_meta_outplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8244590Z test_dispatch_meta_outplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8244690Z test_dispatch_meta_outplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8244790Z test_dispatch_meta_outplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8244890Z test_dispatch_meta_outplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8245000Z test_dispatch_meta_outplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8245110Z test_dispatch_meta_outplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8245210Z test_dispatch_meta_outplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8245320Z test_dispatch_meta_outplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8245420Z test_dispatch_meta_outplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8245530Z test_dispatch_meta_outplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8245630Z test_dispatch_meta_outplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8245730Z test_dispatch_meta_outplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8245830Z test_dispatch_meta_outplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8245940Z test_dispatch_meta_outplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8246040Z test_dispatch_meta_outplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8246130Z test_dispatch_meta_outplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8246240Z test_dispatch_meta_outplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8246330Z test_dispatch_meta_outplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8246440Z test_dispatch_meta_outplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8246550Z test_dispatch_meta_outplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8246660Z test_dispatch_meta_outplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8246820Z test_dispatch_meta_outplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8246940Z test_dispatch_meta_outplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8247050Z test_dispatch_meta_outplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8247160Z test_dispatch_meta_outplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8247270Z test_dispatch_meta_outplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8247370Z test_dispatch_meta_outplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8247480Z test_dispatch_meta_outplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8247590Z test_dispatch_meta_outplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8247690Z test_dispatch_meta_outplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8247830Z test_dispatch_meta_outplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8247940Z test_dispatch_meta_outplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8248050Z test_dispatch_meta_outplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8248150Z test_dispatch_meta_outplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8248260Z test_dispatch_meta_outplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8248360Z test_dispatch_meta_outplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8248460Z test_dispatch_meta_outplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8248560Z test_dispatch_meta_outplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8248660Z test_dispatch_meta_outplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8248770Z test_dispatch_meta_outplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8248870Z test_dispatch_meta_outplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8248980Z test_dispatch_meta_outplace_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8249090Z test_dispatch_meta_outplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8249190Z test_dispatch_meta_outplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8249300Z test_dispatch_meta_outplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8249400Z test_dispatch_meta_outplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8249510Z test_dispatch_meta_outplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8249610Z test_dispatch_meta_outplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8249720Z test_dispatch_meta_outplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8249820Z test_dispatch_meta_outplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8249920Z test_dispatch_meta_outplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8250020Z test_dispatch_meta_outplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8250120Z test_dispatch_meta_outplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8250230Z test_dispatch_meta_outplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8250330Z test_dispatch_meta_outplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8250450Z test_dispatch_meta_outplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8250580Z test_dispatch_meta_outplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8250700Z test_dispatch_meta_outplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8250800Z test_dispatch_meta_outplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8250910Z test_dispatch_meta_outplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8251010Z test_dispatch_meta_outplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8251120Z test_dispatch_meta_outplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8251220Z test_dispatch_meta_outplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8251330Z test_dispatch_meta_outplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8251430Z test_dispatch_meta_outplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8251560Z test_dispatch_meta_outplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8251670Z test_dispatch_meta_outplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8251780Z test_dispatch_meta_outplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8251890Z test_dispatch_meta_outplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8252000Z test_dispatch_meta_outplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8252120Z test_dispatch_meta_outplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8252230Z test_dispatch_meta_outplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8252330Z test_dispatch_meta_outplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8252440Z test_dispatch_meta_outplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8252550Z test_dispatch_meta_outplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8252660Z test_dispatch_meta_outplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8252760Z test_dispatch_meta_outplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8252860Z test_dispatch_meta_outplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8252970Z test_dispatch_meta_outplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8253080Z test_dispatch_meta_outplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8253180Z test_dispatch_meta_outplace_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8253290Z test_dispatch_meta_outplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8253400Z test_dispatch_meta_outplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8253500Z test_dispatch_meta_outplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8253610Z test_dispatch_meta_outplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8253710Z test_dispatch_meta_outplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8253810Z test_dispatch_meta_outplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8253920Z test_dispatch_meta_outplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8254020Z test_dispatch_meta_outplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8254120Z test_dispatch_meta_outplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8254240Z test_dispatch_meta_outplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8254340Z test_dispatch_meta_outplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8254450Z test_dispatch_meta_outplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8254560Z test_dispatch_meta_outplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8254670Z test_dispatch_meta_outplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8254780Z test_dispatch_meta_outplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8254880Z test_dispatch_meta_outplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8254980Z test_dispatch_meta_outplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8255100Z test_dispatch_meta_outplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.909s) 2022-11-23T01:20:47.8255220Z test_dispatch_meta_outplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (0.907s) 2022-11-23T01:20:47.8255360Z test_dispatch_meta_outplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.908s) 2022-11-23T01:20:47.8255480Z test_dispatch_meta_outplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.908s) 2022-11-23T01:20:47.8255590Z test_dispatch_meta_outplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.908s) 2022-11-23T01:20:47.8255710Z test_dispatch_meta_outplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.909s) 2022-11-23T01:20:47.8255820Z test_dispatch_meta_outplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.908s) 2022-11-23T01:20:47.8255930Z test_dispatch_meta_outplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.908s) 2022-11-23T01:20:47.8256040Z test_dispatch_meta_outplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.907s) 2022-11-23T01:20:47.8256150Z test_dispatch_meta_outplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.966s) 2022-11-23T01:20:47.8256260Z test_dispatch_meta_outplace_unique_cpu_bool (__main__.TestMetaCPU) ... ok (1.810s) 2022-11-23T01:20:47.8256360Z test_dispatch_meta_outplace_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (1.810s) 2022-11-23T01:20:47.8256460Z test_dispatch_meta_outplace_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (1.812s) 2022-11-23T01:20:47.8256570Z test_dispatch_meta_outplace_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (1.813s) 2022-11-23T01:20:47.8256670Z test_dispatch_meta_outplace_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (1.811s) 2022-11-23T01:20:47.8256770Z test_dispatch_meta_outplace_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (1.962s) 2022-11-23T01:20:47.8256870Z test_dispatch_meta_outplace_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (1.811s) 2022-11-23T01:20:47.8256970Z test_dispatch_meta_outplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.811s) 2022-11-23T01:20:47.8257080Z test_dispatch_meta_outplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8257190Z test_dispatch_meta_outplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8257300Z test_dispatch_meta_outplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8257410Z test_dispatch_meta_outplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8257520Z test_dispatch_meta_outplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8257630Z test_dispatch_meta_outplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8257740Z test_dispatch_meta_outplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8257840Z test_dispatch_meta_outplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8257970Z test_dispatch_meta_outplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8258070Z test_dispatch_meta_outplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8258180Z test_dispatch_meta_outplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8258280Z test_dispatch_meta_outplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8258380Z test_dispatch_meta_outplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8258490Z test_dispatch_meta_outplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8258590Z test_dispatch_meta_outplace_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8258700Z test_dispatch_meta_outplace_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8258800Z test_dispatch_meta_outplace_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8258900Z test_dispatch_meta_outplace_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8259030Z test_dispatch_meta_outplace_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8259130Z test_dispatch_meta_outplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8259240Z test_dispatch_meta_outplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8259350Z test_dispatch_meta_outplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8259450Z test_dispatch_meta_outplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8259560Z test_dispatch_meta_outplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8259670Z test_dispatch_meta_outplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8259770Z test_dispatch_meta_outplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8259880Z test_dispatch_meta_outplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8259990Z test_dispatch_meta_outplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8260090Z test_dispatch_meta_outplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8260190Z test_dispatch_meta_outplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8260290Z test_dispatch_meta_outplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8260400Z test_dispatch_meta_outplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8260490Z test_dispatch_meta_outplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8260600Z test_dispatch_meta_outplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8260700Z test_dispatch_meta_outplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8260810Z test_dispatch_meta_outplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8260930Z test_dispatch_meta_outplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8261040Z test_dispatch_meta_outplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8261150Z test_dispatch_meta_outplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8261250Z test_dispatch_meta_outplace_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8261360Z test_dispatch_meta_outplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8261470Z test_dispatch_meta_outplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8261580Z test_dispatch_meta_outplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8261750Z test_dispatch_meta_outplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8261860Z test_dispatch_meta_outplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8261970Z test_dispatch_meta_outplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8262070Z test_dispatch_meta_outplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8262170Z test_dispatch_meta_outplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8262280Z test_dispatch_meta_outplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8262380Z test_dispatch_meta_outplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8262480Z test_dispatch_meta_outplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8262590Z test_dispatch_meta_outplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8262740Z test_dispatch_meta_outplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8262850Z test_dispatch_meta_outplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8262950Z test_dispatch_meta_outplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8263060Z test_dispatch_meta_outplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8263170Z test_dispatch_meta_outplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8263270Z test_dispatch_meta_outplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8263370Z test_dispatch_meta_outplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8263480Z test_dispatch_meta_outplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8263580Z test_dispatch_meta_outplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8263690Z test_dispatch_meta_outplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8263790Z test_dispatch_meta_outplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8263890Z test_dispatch_meta_outplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8263990Z test_dispatch_meta_outplace_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8264100Z test_dispatch_meta_outplace_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8264200Z test_dispatch_meta_outplace_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8264300Z test_dispatch_meta_outplace_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8264410Z test_dispatch_meta_outplace_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8264510Z test_dispatch_meta_outplace_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8264620Z test_dispatch_meta_outplace_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8264720Z test_dispatch_meta_outplace_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8264820Z test_dispatch_meta_outplace_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8264920Z test_dispatch_meta_outplace_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8265020Z test_dispatch_meta_outplace_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8265120Z test_dispatch_meta_outplace_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8265220Z test_dispatch_meta_outplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8265330Z test_dispatch_meta_outplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8265460Z test_dispatch_meta_outplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8265570Z test_dispatch_meta_outplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8265680Z test_dispatch_meta_outplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8265780Z test_dispatch_meta_outplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8265890Z test_dispatch_meta_outplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8265990Z test_dispatch_meta_outplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8266090Z test_dispatch_meta_outplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8266190Z test_dispatch_meta_outplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8266290Z test_dispatch_meta_outplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8266400Z test_dispatch_meta_outplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8266520Z test_dispatch_meta_outplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8266630Z test_dispatch_meta_outplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8266730Z test_dispatch_meta_outplace_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8266830Z test_dispatch_meta_outplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8266940Z test_dispatch_meta_outplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8267050Z test_dispatch_meta_outplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8267150Z test_dispatch_meta_outplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8267260Z test_dispatch_meta_outplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8267360Z test_dispatch_meta_outplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8267460Z test_dispatch_meta_outplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8267560Z test_dispatch_meta_outplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8267660Z test_dispatch_meta_outplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8267760Z test_dispatch_meta_outplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8267860Z test_dispatch_meta_outplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8267960Z test_dispatch_meta_outplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8268070Z test_dispatch_meta_outplace_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8268170Z test_dispatch_meta_outplace_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8268280Z test_dispatch_meta_outplace_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8268390Z test_dispatch_meta_outplace_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8268500Z test_dispatch_meta_outplace_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8268600Z test_dispatch_meta_outplace_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8268710Z test_dispatch_meta_outplace_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8268810Z test_dispatch_meta_outplace_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8268910Z test_dispatch_meta_outplace_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8269010Z test_dispatch_meta_outplace_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8269130Z test_dispatch_meta_outplace_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8269230Z test_dispatch_meta_outplace_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8269340Z test_dispatch_meta_outplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8269440Z test_dispatch_meta_outplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8269540Z test_dispatch_meta_outplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8269640Z test_dispatch_meta_outplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8269750Z test_dispatch_meta_outplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8273320Z test_dispatch_meta_outplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8273420Z test_dispatch_meta_outplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8273520Z test_dispatch_meta_outplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8273680Z test_dispatch_meta_outplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8273790Z test_dispatch_meta_outplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8273890Z test_dispatch_meta_outplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8273990Z test_dispatch_meta_outplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8274100Z test_dispatch_meta_outplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8274210Z test_dispatch_meta_outplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8274310Z test_dispatch_meta_outplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8274410Z test_dispatch_meta_outplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8274520Z test_dispatch_meta_outplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8274620Z test_dispatch_meta_outplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8274720Z test_dispatch_meta_outplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8274820Z test_dispatch_meta_outplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8274920Z test_dispatch_meta_outplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8275020Z test_dispatch_meta_outplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8275130Z test_dispatch_meta_outplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8275230Z test_dispatch_meta_outplace_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8275330Z test_dispatch_meta_outplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8275440Z test_dispatch_meta_outplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8275550Z test_dispatch_meta_outplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8275650Z test_dispatch_meta_outplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8275750Z test_dispatch_meta_outplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8275860Z test_dispatch_meta_outplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8275960Z test_dispatch_meta_outplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8276050Z test_dispatch_meta_outplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8276150Z test_dispatch_meta_outplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8276250Z test_dispatch_meta_outplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8276390Z test_dispatch_meta_outplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8276510Z test_dispatch_meta_outplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8276610Z test_dispatch_meta_outplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8276730Z test_dispatch_meta_outplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8276840Z test_dispatch_meta_outplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8276950Z test_dispatch_meta_outplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8277060Z test_dispatch_meta_outplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8277170Z test_dispatch_meta_outplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8277270Z test_dispatch_meta_outplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8277400Z test_dispatch_meta_outplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8277500Z test_dispatch_meta_outplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8277610Z test_dispatch_meta_outplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8277710Z test_dispatch_meta_outplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8277820Z test_dispatch_meta_outplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8277960Z test_dispatch_symbolic_meta_inplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8278100Z test_dispatch_symbolic_meta_inplace_H_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8278240Z test_dispatch_symbolic_meta_inplace_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8278380Z test_dispatch_symbolic_meta_inplace_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8278520Z test_dispatch_symbolic_meta_inplace_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8278650Z test_dispatch_symbolic_meta_inplace_H_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8278780Z test_dispatch_symbolic_meta_inplace_H_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8278910Z test_dispatch_symbolic_meta_inplace_H_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8279050Z test_dispatch_symbolic_meta_inplace_H_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8279180Z test_dispatch_symbolic_meta_inplace_H_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8279300Z test_dispatch_symbolic_meta_inplace_H_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8279440Z test_dispatch_symbolic_meta_inplace_H_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8279560Z test_dispatch_symbolic_meta_inplace_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8279700Z test_dispatch_symbolic_meta_inplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8279830Z test_dispatch_symbolic_meta_inplace_T_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8280000Z test_dispatch_symbolic_meta_inplace_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8280140Z test_dispatch_symbolic_meta_inplace_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8280270Z test_dispatch_symbolic_meta_inplace_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8280400Z test_dispatch_symbolic_meta_inplace_T_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8280540Z test_dispatch_symbolic_meta_inplace_T_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8280660Z test_dispatch_symbolic_meta_inplace_T_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8280790Z test_dispatch_symbolic_meta_inplace_T_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8280920Z test_dispatch_symbolic_meta_inplace_T_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8281080Z test_dispatch_symbolic_meta_inplace_T_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8281210Z test_dispatch_symbolic_meta_inplace_T_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8281330Z test_dispatch_symbolic_meta_inplace_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8281480Z test_dispatch_symbolic_meta_inplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8281620Z test_dispatch_symbolic_meta_inplace___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8281760Z test_dispatch_symbolic_meta_inplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8281910Z test_dispatch_symbolic_meta_inplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8282050Z test_dispatch_symbolic_meta_inplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8282200Z test_dispatch_symbolic_meta_inplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8282340Z test_dispatch_symbolic_meta_inplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8282470Z test_dispatch_symbolic_meta_inplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8282610Z test_dispatch_symbolic_meta_inplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8282750Z test_dispatch_symbolic_meta_inplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8282880Z test_dispatch_symbolic_meta_inplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8283020Z test_dispatch_symbolic_meta_inplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8283160Z test_dispatch_symbolic_meta_inplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8283290Z test_dispatch_symbolic_meta_inplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8283430Z test_dispatch_symbolic_meta_inplace___radd___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8283590Z test_dispatch_symbolic_meta_inplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8283740Z test_dispatch_symbolic_meta_inplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8283880Z test_dispatch_symbolic_meta_inplace___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8284010Z test_dispatch_symbolic_meta_inplace___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8284140Z test_dispatch_symbolic_meta_inplace___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8284280Z test_dispatch_symbolic_meta_inplace___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8284410Z test_dispatch_symbolic_meta_inplace___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8284570Z test_dispatch_symbolic_meta_inplace___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8284700Z test_dispatch_symbolic_meta_inplace___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8284840Z test_dispatch_symbolic_meta_inplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8284970Z test_dispatch_symbolic_meta_inplace___rand___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8285110Z test_dispatch_symbolic_meta_inplace___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8285240Z test_dispatch_symbolic_meta_inplace___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8285370Z test_dispatch_symbolic_meta_inplace___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8285500Z test_dispatch_symbolic_meta_inplace___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8285640Z test_dispatch_symbolic_meta_inplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8285770Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8285910Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8286050Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8286190Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8286320Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8286460Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8286590Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8286720Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8286850Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8287000Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8287140Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8287270Z test_dispatch_symbolic_meta_inplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8287410Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8287560Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8287700Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8287840Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8288000Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8288140Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8288270Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8288400Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8288540Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8288670Z test_dispatch_symbolic_meta_inplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8288810Z test_dispatch_symbolic_meta_inplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8288950Z test_dispatch_symbolic_meta_inplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8289080Z test_dispatch_symbolic_meta_inplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8289210Z test_dispatch_symbolic_meta_inplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8289340Z test_dispatch_symbolic_meta_inplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8289480Z test_dispatch_symbolic_meta_inplace___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8289620Z test_dispatch_symbolic_meta_inplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8289760Z test_dispatch_symbolic_meta_inplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8289890Z test_dispatch_symbolic_meta_inplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8290030Z test_dispatch_symbolic_meta_inplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8290160Z test_dispatch_symbolic_meta_inplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8290290Z test_dispatch_symbolic_meta_inplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8290440Z test_dispatch_symbolic_meta_inplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8290580Z test_dispatch_symbolic_meta_inplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8290710Z test_dispatch_symbolic_meta_inplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8290840Z test_dispatch_symbolic_meta_inplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8290980Z test_dispatch_symbolic_meta_inplace___ror___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8291110Z test_dispatch_symbolic_meta_inplace___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8291250Z test_dispatch_symbolic_meta_inplace___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8291380Z test_dispatch_symbolic_meta_inplace___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8291530Z test_dispatch_symbolic_meta_inplace___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8291660Z test_dispatch_symbolic_meta_inplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8291800Z test_dispatch_symbolic_meta_inplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8291940Z test_dispatch_symbolic_meta_inplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8292080Z test_dispatch_symbolic_meta_inplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8292210Z test_dispatch_symbolic_meta_inplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8292350Z test_dispatch_symbolic_meta_inplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8292480Z test_dispatch_symbolic_meta_inplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8292610Z test_dispatch_symbolic_meta_inplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8292750Z test_dispatch_symbolic_meta_inplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8292880Z test_dispatch_symbolic_meta_inplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8293010Z test_dispatch_symbolic_meta_inplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8293150Z test_dispatch_symbolic_meta_inplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8293280Z test_dispatch_symbolic_meta_inplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8293420Z test_dispatch_symbolic_meta_inplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8293560Z test_dispatch_symbolic_meta_inplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8293700Z test_dispatch_symbolic_meta_inplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8293830Z test_dispatch_symbolic_meta_inplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8294000Z test_dispatch_symbolic_meta_inplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8294130Z test_dispatch_symbolic_meta_inplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8294260Z test_dispatch_symbolic_meta_inplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8294400Z test_dispatch_symbolic_meta_inplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8294530Z test_dispatch_symbolic_meta_inplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8294660Z test_dispatch_symbolic_meta_inplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8294790Z test_dispatch_symbolic_meta_inplace___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8294950Z test_dispatch_symbolic_meta_inplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8295080Z test_dispatch_symbolic_meta_inplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8295210Z test_dispatch_symbolic_meta_inplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8295350Z test_dispatch_symbolic_meta_inplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8295480Z test_dispatch_symbolic_meta_inplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8295630Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8295780Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8295930Z test_dispatch_symbolic_meta_inplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8296040Z test_dispatch_symbolic_meta_inplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8296180Z test_dispatch_symbolic_meta_inplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:47.8296310Z test_dispatch_symbolic_meta_inplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:47.8296440Z test_dispatch_symbolic_meta_inplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:47.8296560Z test_dispatch_symbolic_meta_inplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8296670Z test_dispatch_symbolic_meta_inplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8296770Z test_dispatch_symbolic_meta_inplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8296880Z test_dispatch_symbolic_meta_inplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8296990Z test_dispatch_symbolic_meta_inplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8297090Z test_dispatch_symbolic_meta_inplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8297200Z test_dispatch_symbolic_meta_inplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8297310Z test_dispatch_symbolic_meta_inplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8297420Z test_dispatch_symbolic_meta_inplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8297570Z test_dispatch_symbolic_meta_inplace_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8297690Z test_dispatch_symbolic_meta_inplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8297810Z test_dispatch_symbolic_meta_inplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8297920Z test_dispatch_symbolic_meta_inplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8298020Z test_dispatch_symbolic_meta_inplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8298160Z test_dispatch_symbolic_meta_inplace_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8298290Z test_dispatch_symbolic_meta_inplace_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8298420Z test_dispatch_symbolic_meta_inplace_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8298570Z test_dispatch_symbolic_meta_inplace_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8298700Z test_dispatch_symbolic_meta_inplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8298820Z test_dispatch_symbolic_meta_inplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8298940Z test_dispatch_symbolic_meta_inplace_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8299060Z test_dispatch_symbolic_meta_inplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8299170Z test_dispatch_symbolic_meta_inplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8299290Z test_dispatch_symbolic_meta_inplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8299400Z test_dispatch_symbolic_meta_inplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8299540Z test_dispatch_symbolic_meta_inplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8299670Z test_dispatch_symbolic_meta_inplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8299800Z test_dispatch_symbolic_meta_inplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8299930Z test_dispatch_symbolic_meta_inplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8300060Z test_dispatch_symbolic_meta_inplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8300170Z test_dispatch_symbolic_meta_inplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8300270Z test_dispatch_symbolic_meta_inplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8300390Z test_dispatch_symbolic_meta_inplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8300500Z test_dispatch_symbolic_meta_inplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8300610Z test_dispatch_symbolic_meta_inplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8300720Z test_dispatch_symbolic_meta_inplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8300830Z test_dispatch_symbolic_meta_inplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8300930Z test_dispatch_symbolic_meta_inplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8301040Z test_dispatch_symbolic_meta_inplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8301170Z test_dispatch_symbolic_meta_inplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8301280Z test_dispatch_symbolic_meta_inplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8301390Z test_dispatch_symbolic_meta_inplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8301490Z test_dispatch_symbolic_meta_inplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8301600Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8301720Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8301840Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8301950Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8302060Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8302170Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8302300Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8302400Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8302510Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8302620Z test_dispatch_symbolic_meta_inplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8302730Z test_dispatch_symbolic_meta_inplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8302850Z test_dispatch_symbolic_meta_inplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8306500Z test_dispatch_symbolic_meta_inplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8306630Z test_dispatch_symbolic_meta_inplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8306750Z test_dispatch_symbolic_meta_inplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8306860Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8306980Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8307090Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8307200Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8307320Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8307430Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8307540Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8307650Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8307760Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8307870Z test_dispatch_symbolic_meta_inplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8307990Z test_dispatch_symbolic_meta_inplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8308100Z test_dispatch_symbolic_meta_inplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8308210Z test_dispatch_symbolic_meta_inplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8308320Z test_dispatch_symbolic_meta_inplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8308480Z test_dispatch_symbolic_meta_inplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8308590Z test_dispatch_symbolic_meta_inplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8308700Z test_dispatch_symbolic_meta_inplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8308800Z test_dispatch_symbolic_meta_inplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8308910Z test_dispatch_symbolic_meta_inplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8309020Z test_dispatch_symbolic_meta_inplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8309140Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8309270Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8309400Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8309540Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8309660Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8309780Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8309900Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8310020Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8310140Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8310260Z test_dispatch_symbolic_meta_inplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8310370Z test_dispatch_symbolic_meta_inplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8310480Z test_dispatch_symbolic_meta_inplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8310600Z test_dispatch_symbolic_meta_inplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8310710Z test_dispatch_symbolic_meta_inplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8310820Z test_dispatch_symbolic_meta_inplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8310930Z test_dispatch_symbolic_meta_inplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8311040Z test_dispatch_symbolic_meta_inplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8311150Z test_dispatch_symbolic_meta_inplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8311260Z test_dispatch_symbolic_meta_inplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8311360Z test_dispatch_symbolic_meta_inplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8311470Z test_dispatch_symbolic_meta_inplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8311590Z test_dispatch_symbolic_meta_inplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8311700Z test_dispatch_symbolic_meta_inplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8311820Z test_dispatch_symbolic_meta_inplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8311930Z test_dispatch_symbolic_meta_inplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8312040Z test_dispatch_symbolic_meta_inplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8312150Z test_dispatch_symbolic_meta_inplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8312320Z test_dispatch_symbolic_meta_inplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8312430Z test_dispatch_symbolic_meta_inplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8312540Z test_dispatch_symbolic_meta_inplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8312640Z test_dispatch_symbolic_meta_inplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8312750Z test_dispatch_symbolic_meta_inplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8312890Z test_dispatch_symbolic_meta_inplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8313030Z test_dispatch_symbolic_meta_inplace_all_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8313170Z test_dispatch_symbolic_meta_inplace_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8313350Z test_dispatch_symbolic_meta_inplace_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8313490Z test_dispatch_symbolic_meta_inplace_all_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8313630Z test_dispatch_symbolic_meta_inplace_all_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8313770Z test_dispatch_symbolic_meta_inplace_all_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8313900Z test_dispatch_symbolic_meta_inplace_all_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8314030Z test_dispatch_symbolic_meta_inplace_all_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8314160Z test_dispatch_symbolic_meta_inplace_all_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8314300Z test_dispatch_symbolic_meta_inplace_all_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8314430Z test_dispatch_symbolic_meta_inplace_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8314560Z test_dispatch_symbolic_meta_inplace_all_strides_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8314690Z test_dispatch_symbolic_meta_inplace_all_strides_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8314830Z test_dispatch_symbolic_meta_inplace_all_strides___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8314980Z test_dispatch_symbolic_meta_inplace_all_strides___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8315120Z test_dispatch_symbolic_meta_inplace_all_strides___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8315250Z test_dispatch_symbolic_meta_inplace_all_strides___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8315400Z test_dispatch_symbolic_meta_inplace_all_strides___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8315530Z test_dispatch_symbolic_meta_inplace_all_strides___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8315660Z test_dispatch_symbolic_meta_inplace_all_strides___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8315790Z test_dispatch_symbolic_meta_inplace_all_strides___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8315950Z test_dispatch_symbolic_meta_inplace_all_strides___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8316090Z test_dispatch_symbolic_meta_inplace_all_strides___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8316220Z test_dispatch_symbolic_meta_inplace_all_strides___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8316380Z test_dispatch_symbolic_meta_inplace_all_strides__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8316510Z test_dispatch_symbolic_meta_inplace_all_strides_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8316650Z test_dispatch_symbolic_meta_inplace_all_strides_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8316780Z test_dispatch_symbolic_meta_inplace_all_strides_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8316940Z test_dispatch_symbolic_meta_inplace_all_strides_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8317080Z test_dispatch_symbolic_meta_inplace_all_strides_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8317210Z test_dispatch_symbolic_meta_inplace_all_strides_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8317350Z test_dispatch_symbolic_meta_inplace_all_strides_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8317480Z test_dispatch_symbolic_meta_inplace_all_strides_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8317630Z test_dispatch_symbolic_meta_inplace_all_strides_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8317770Z test_dispatch_symbolic_meta_inplace_all_strides_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8317910Z test_dispatch_symbolic_meta_inplace_all_strides_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8318040Z test_dispatch_symbolic_meta_inplace_all_strides_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8318180Z test_dispatch_symbolic_meta_inplace_all_strides_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8318310Z test_dispatch_symbolic_meta_inplace_all_strides_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8318440Z test_dispatch_symbolic_meta_inplace_all_strides_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8318580Z test_dispatch_symbolic_meta_inplace_all_strides_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8318720Z test_dispatch_symbolic_meta_inplace_all_strides_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8318850Z test_dispatch_symbolic_meta_inplace_all_strides_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8318990Z test_dispatch_symbolic_meta_inplace_all_strides_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8319120Z test_dispatch_symbolic_meta_inplace_all_strides_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8319260Z test_dispatch_symbolic_meta_inplace_all_strides_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8319400Z test_dispatch_symbolic_meta_inplace_all_strides_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8319560Z test_dispatch_symbolic_meta_inplace_all_strides_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8319700Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8319850Z test_dispatch_symbolic_meta_inplace_all_strides_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8319980Z test_dispatch_symbolic_meta_inplace_all_strides_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8320120Z test_dispatch_symbolic_meta_inplace_all_strides_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8320250Z test_dispatch_symbolic_meta_inplace_all_strides_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8320380Z test_dispatch_symbolic_meta_inplace_all_strides_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8320540Z test_dispatch_symbolic_meta_inplace_all_strides_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8320680Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8320820Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8320950Z test_dispatch_symbolic_meta_inplace_all_strides_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8321090Z test_dispatch_symbolic_meta_inplace_all_strides_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8321230Z test_dispatch_symbolic_meta_inplace_all_strides_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8321360Z test_dispatch_symbolic_meta_inplace_all_strides_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8321500Z test_dispatch_symbolic_meta_inplace_all_strides_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8321640Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8321780Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8321920Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8322060Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8322210Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8322340Z test_dispatch_symbolic_meta_inplace_all_strides_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8322480Z test_dispatch_symbolic_meta_inplace_all_strides_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8322610Z test_dispatch_symbolic_meta_inplace_all_strides_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8322740Z test_dispatch_symbolic_meta_inplace_all_strides_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8322890Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8323060Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8323200Z test_dispatch_symbolic_meta_inplace_all_strides_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8323340Z test_dispatch_symbolic_meta_inplace_all_strides_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8323470Z test_dispatch_symbolic_meta_inplace_all_strides_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8323620Z test_dispatch_symbolic_meta_inplace_all_strides_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8323750Z test_dispatch_symbolic_meta_inplace_all_strides_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8323890Z test_dispatch_symbolic_meta_inplace_all_strides_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8324040Z test_dispatch_symbolic_meta_inplace_all_strides_cdouble_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8324180Z test_dispatch_symbolic_meta_inplace_all_strides_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8324310Z test_dispatch_symbolic_meta_inplace_all_strides_cfloat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8324440Z test_dispatch_symbolic_meta_inplace_all_strides_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8324580Z test_dispatch_symbolic_meta_inplace_all_strides_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8324710Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8324860Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8325000Z test_dispatch_symbolic_meta_inplace_all_strides_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8325140Z test_dispatch_symbolic_meta_inplace_all_strides_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8325270Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8325410Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8325540Z test_dispatch_symbolic_meta_inplace_all_strides_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8325680Z test_dispatch_symbolic_meta_inplace_all_strides_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8325820Z test_dispatch_symbolic_meta_inplace_all_strides_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8325960Z test_dispatch_symbolic_meta_inplace_all_strides_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8326100Z test_dispatch_symbolic_meta_inplace_all_strides_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8326230Z test_dispatch_symbolic_meta_inplace_all_strides_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8326370Z test_dispatch_symbolic_meta_inplace_all_strides_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8326520Z test_dispatch_symbolic_meta_inplace_all_strides_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8326690Z test_dispatch_symbolic_meta_inplace_all_strides_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8326830Z test_dispatch_symbolic_meta_inplace_all_strides_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8326970Z test_dispatch_symbolic_meta_inplace_all_strides_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8327100Z test_dispatch_symbolic_meta_inplace_all_strides_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8327230Z test_dispatch_symbolic_meta_inplace_all_strides_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8327380Z test_dispatch_symbolic_meta_inplace_all_strides_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8327510Z test_dispatch_symbolic_meta_inplace_all_strides_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8327690Z test_dispatch_symbolic_meta_inplace_all_strides_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8327830Z test_dispatch_symbolic_meta_inplace_all_strides_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8327960Z test_dispatch_symbolic_meta_inplace_all_strides_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8328100Z test_dispatch_symbolic_meta_inplace_all_strides_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8328230Z test_dispatch_symbolic_meta_inplace_all_strides_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8328380Z test_dispatch_symbolic_meta_inplace_all_strides_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8328520Z test_dispatch_symbolic_meta_inplace_all_strides_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8328660Z test_dispatch_symbolic_meta_inplace_all_strides_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8328800Z test_dispatch_symbolic_meta_inplace_all_strides_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8328940Z test_dispatch_symbolic_meta_inplace_all_strides_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8329080Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8329220Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8329370Z test_dispatch_symbolic_meta_inplace_all_strides_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8329500Z test_dispatch_symbolic_meta_inplace_all_strides_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8329640Z test_dispatch_symbolic_meta_inplace_all_strides_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8329770Z test_dispatch_symbolic_meta_inplace_all_strides_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8329910Z test_dispatch_symbolic_meta_inplace_all_strides_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8330060Z test_dispatch_symbolic_meta_inplace_all_strides_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8330260Z test_dispatch_symbolic_meta_inplace_all_strides_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8330390Z test_dispatch_symbolic_meta_inplace_all_strides_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8330530Z test_dispatch_symbolic_meta_inplace_all_strides_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8330670Z test_dispatch_symbolic_meta_inplace_all_strides_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8330800Z test_dispatch_symbolic_meta_inplace_all_strides_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8330930Z test_dispatch_symbolic_meta_inplace_all_strides_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8331070Z test_dispatch_symbolic_meta_inplace_all_strides_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8331230Z test_dispatch_symbolic_meta_inplace_all_strides_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8331360Z test_dispatch_symbolic_meta_inplace_all_strides_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8331500Z test_dispatch_symbolic_meta_inplace_all_strides_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8331630Z test_dispatch_symbolic_meta_inplace_all_strides_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8331760Z test_dispatch_symbolic_meta_inplace_all_strides_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8331890Z test_dispatch_symbolic_meta_inplace_all_strides_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8332030Z test_dispatch_symbolic_meta_inplace_all_strides_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8332160Z test_dispatch_symbolic_meta_inplace_all_strides_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8332300Z test_dispatch_symbolic_meta_inplace_all_strides_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8332430Z test_dispatch_symbolic_meta_inplace_all_strides_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8332560Z test_dispatch_symbolic_meta_inplace_all_strides_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8332690Z test_dispatch_symbolic_meta_inplace_all_strides_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8332830Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8332970Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8333100Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8333240Z test_dispatch_symbolic_meta_inplace_all_strides_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8333380Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8333520Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8333660Z test_dispatch_symbolic_meta_inplace_all_strides_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8333820Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8333960Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8334100Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8334240Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8334370Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8334510Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8334650Z test_dispatch_symbolic_meta_inplace_all_strides_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8334800Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8334940Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8335070Z test_dispatch_symbolic_meta_inplace_all_strides_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8335200Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8335340Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8335470Z test_dispatch_symbolic_meta_inplace_all_strides_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8335610Z test_dispatch_symbolic_meta_inplace_all_strides_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8335740Z test_dispatch_symbolic_meta_inplace_all_strides_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8335870Z test_dispatch_symbolic_meta_inplace_all_strides_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8336010Z test_dispatch_symbolic_meta_inplace_all_strides_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8336150Z test_dispatch_symbolic_meta_inplace_all_strides_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8336280Z test_dispatch_symbolic_meta_inplace_all_strides_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8336420Z test_dispatch_symbolic_meta_inplace_all_strides_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8336560Z test_dispatch_symbolic_meta_inplace_all_strides_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8336700Z test_dispatch_symbolic_meta_inplace_all_strides_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8336830Z test_dispatch_symbolic_meta_inplace_all_strides_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8336960Z test_dispatch_symbolic_meta_inplace_all_strides_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8337090Z test_dispatch_symbolic_meta_inplace_all_strides_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8337220Z test_dispatch_symbolic_meta_inplace_all_strides_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8337370Z test_dispatch_symbolic_meta_inplace_all_strides_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8337500Z test_dispatch_symbolic_meta_inplace_all_strides_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8337640Z test_dispatch_symbolic_meta_inplace_all_strides_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8337780Z test_dispatch_symbolic_meta_inplace_all_strides_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8341980Z test_dispatch_symbolic_meta_inplace_all_strides_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8342120Z test_dispatch_symbolic_meta_inplace_all_strides_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8342260Z test_dispatch_symbolic_meta_inplace_all_strides_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8342490Z test_dispatch_symbolic_meta_inplace_all_strides_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8342630Z test_dispatch_symbolic_meta_inplace_all_strides_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8342770Z test_dispatch_symbolic_meta_inplace_all_strides_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8342900Z test_dispatch_symbolic_meta_inplace_all_strides_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8343040Z test_dispatch_symbolic_meta_inplace_all_strides_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8343170Z test_dispatch_symbolic_meta_inplace_all_strides_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8343310Z test_dispatch_symbolic_meta_inplace_all_strides_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8343450Z test_dispatch_symbolic_meta_inplace_all_strides_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8343580Z test_dispatch_symbolic_meta_inplace_all_strides_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8343710Z test_dispatch_symbolic_meta_inplace_all_strides_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8343850Z test_dispatch_symbolic_meta_inplace_all_strides_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8343980Z test_dispatch_symbolic_meta_inplace_all_strides_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8344120Z test_dispatch_symbolic_meta_inplace_all_strides_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8344260Z test_dispatch_symbolic_meta_inplace_all_strides_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8344400Z test_dispatch_symbolic_meta_inplace_all_strides_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8344530Z test_dispatch_symbolic_meta_inplace_all_strides_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8344670Z test_dispatch_symbolic_meta_inplace_all_strides_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8344810Z test_dispatch_symbolic_meta_inplace_all_strides_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8345010Z test_dispatch_symbolic_meta_inplace_all_strides_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8345150Z test_dispatch_symbolic_meta_inplace_all_strides_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8345290Z test_dispatch_symbolic_meta_inplace_all_strides_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8345420Z test_dispatch_symbolic_meta_inplace_all_strides_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8345560Z test_dispatch_symbolic_meta_inplace_all_strides_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8345690Z test_dispatch_symbolic_meta_inplace_all_strides_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8345820Z test_dispatch_symbolic_meta_inplace_all_strides_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8345960Z test_dispatch_symbolic_meta_inplace_all_strides_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8346120Z test_dispatch_symbolic_meta_inplace_all_strides_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8346260Z test_dispatch_symbolic_meta_inplace_all_strides_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8346400Z test_dispatch_symbolic_meta_inplace_all_strides_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8346530Z test_dispatch_symbolic_meta_inplace_all_strides_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8346690Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8346850Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8346990Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8347140Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8347290Z test_dispatch_symbolic_meta_inplace_all_strides_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8347420Z test_dispatch_symbolic_meta_inplace_all_strides_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8347560Z test_dispatch_symbolic_meta_inplace_all_strides_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8347690Z test_dispatch_symbolic_meta_inplace_all_strides_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8347830Z test_dispatch_symbolic_meta_inplace_all_strides_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8347960Z test_dispatch_symbolic_meta_inplace_all_strides_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8348090Z test_dispatch_symbolic_meta_inplace_all_strides_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8348230Z test_dispatch_symbolic_meta_inplace_all_strides_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8348370Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8348520Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8348670Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8348820Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8348960Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8349100Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8349240Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8349380Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8349520Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8349680Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8349840Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8349970Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8350110Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8350260Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8350400Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8350550Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8350690Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8350840Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8350980Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8351120Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8351270Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8351410Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8351560Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8351700Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8351840Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8352000Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8352190Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8352330Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8352490Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8352630Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8352780Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8352970Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.8353100Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8353270Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8353410Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8353550Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8353700Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8353840Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8353980Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8354130Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8354270Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8354420Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8354560Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8354700Z test_dispatch_symbolic_meta_inplace_all_strides_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8354840Z test_dispatch_symbolic_meta_inplace_all_strides_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8354970Z test_dispatch_symbolic_meta_inplace_all_strides_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8355110Z test_dispatch_symbolic_meta_inplace_all_strides_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8355250Z test_dispatch_symbolic_meta_inplace_all_strides_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8355380Z test_dispatch_symbolic_meta_inplace_all_strides_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8355520Z test_dispatch_symbolic_meta_inplace_all_strides_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8355690Z test_dispatch_symbolic_meta_inplace_all_strides_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8355830Z test_dispatch_symbolic_meta_inplace_all_strides_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8355970Z test_dispatch_symbolic_meta_inplace_all_strides_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8356110Z test_dispatch_symbolic_meta_inplace_all_strides_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8356240Z test_dispatch_symbolic_meta_inplace_all_strides_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8356380Z test_dispatch_symbolic_meta_inplace_all_strides_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8356520Z test_dispatch_symbolic_meta_inplace_all_strides_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8356650Z test_dispatch_symbolic_meta_inplace_all_strides_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8356810Z test_dispatch_symbolic_meta_inplace_all_strides_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8356940Z test_dispatch_symbolic_meta_inplace_all_strides_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8357080Z test_dispatch_symbolic_meta_inplace_all_strides_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8357220Z test_dispatch_symbolic_meta_inplace_all_strides_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8357350Z test_dispatch_symbolic_meta_inplace_all_strides_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8357490Z test_dispatch_symbolic_meta_inplace_all_strides_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8357620Z test_dispatch_symbolic_meta_inplace_all_strides_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8357760Z test_dispatch_symbolic_meta_inplace_all_strides_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8357890Z test_dispatch_symbolic_meta_inplace_all_strides_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8358020Z test_dispatch_symbolic_meta_inplace_all_strides_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8358150Z test_dispatch_symbolic_meta_inplace_all_strides_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8358290Z test_dispatch_symbolic_meta_inplace_all_strides_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8358420Z test_dispatch_symbolic_meta_inplace_all_strides_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8358570Z test_dispatch_symbolic_meta_inplace_all_strides_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8358710Z test_dispatch_symbolic_meta_inplace_all_strides_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8358850Z test_dispatch_symbolic_meta_inplace_all_strides_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8358990Z test_dispatch_symbolic_meta_inplace_all_strides_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8359130Z test_dispatch_symbolic_meta_inplace_all_strides_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8359300Z test_dispatch_symbolic_meta_inplace_all_strides_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8359450Z test_dispatch_symbolic_meta_inplace_all_strides_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8359590Z test_dispatch_symbolic_meta_inplace_all_strides_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8359720Z test_dispatch_symbolic_meta_inplace_all_strides_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8359860Z test_dispatch_symbolic_meta_inplace_all_strides_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8360000Z test_dispatch_symbolic_meta_inplace_all_strides_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8360140Z test_dispatch_symbolic_meta_inplace_all_strides_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8360310Z test_dispatch_symbolic_meta_inplace_all_strides_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8360450Z test_dispatch_symbolic_meta_inplace_all_strides_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8360590Z test_dispatch_symbolic_meta_inplace_all_strides_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8360730Z test_dispatch_symbolic_meta_inplace_all_strides_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8360870Z test_dispatch_symbolic_meta_inplace_all_strides_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8361010Z test_dispatch_symbolic_meta_inplace_all_strides_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8361150Z test_dispatch_symbolic_meta_inplace_all_strides_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8361280Z test_dispatch_symbolic_meta_inplace_all_strides_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8361420Z test_dispatch_symbolic_meta_inplace_all_strides_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8361560Z test_dispatch_symbolic_meta_inplace_all_strides_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8361750Z test_dispatch_symbolic_meta_inplace_all_strides_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8361910Z test_dispatch_symbolic_meta_inplace_all_strides_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8362060Z test_dispatch_symbolic_meta_inplace_all_strides_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8362210Z test_dispatch_symbolic_meta_inplace_all_strides_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8362340Z test_dispatch_symbolic_meta_inplace_all_strides_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8362480Z test_dispatch_symbolic_meta_inplace_all_strides_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8362620Z test_dispatch_symbolic_meta_inplace_all_strides_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8362770Z test_dispatch_symbolic_meta_inplace_all_strides_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8362950Z test_dispatch_symbolic_meta_inplace_all_strides_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8363090Z test_dispatch_symbolic_meta_inplace_all_strides_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8363230Z test_dispatch_symbolic_meta_inplace_all_strides_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8363380Z test_dispatch_symbolic_meta_inplace_all_strides_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8363520Z test_dispatch_symbolic_meta_inplace_all_strides_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8363660Z test_dispatch_symbolic_meta_inplace_all_strides_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8363790Z test_dispatch_symbolic_meta_inplace_all_strides_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8363950Z test_dispatch_symbolic_meta_inplace_all_strides_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8364090Z test_dispatch_symbolic_meta_inplace_all_strides_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8364220Z test_dispatch_symbolic_meta_inplace_all_strides_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8364360Z test_dispatch_symbolic_meta_inplace_all_strides_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8364490Z test_dispatch_symbolic_meta_inplace_all_strides_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8364640Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8364790Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8364940Z test_dispatch_symbolic_meta_inplace_all_strides_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8365080Z test_dispatch_symbolic_meta_inplace_all_strides_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8365210Z test_dispatch_symbolic_meta_inplace_all_strides_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8365350Z test_dispatch_symbolic_meta_inplace_all_strides_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8365490Z test_dispatch_symbolic_meta_inplace_all_strides_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8365630Z test_dispatch_symbolic_meta_inplace_all_strides_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8365770Z test_dispatch_symbolic_meta_inplace_all_strides_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8365900Z test_dispatch_symbolic_meta_inplace_all_strides_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8366050Z test_dispatch_symbolic_meta_inplace_all_strides_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8366200Z test_dispatch_symbolic_meta_inplace_all_strides_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8366350Z test_dispatch_symbolic_meta_inplace_all_strides_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8366500Z test_dispatch_symbolic_meta_inplace_all_strides_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8366640Z test_dispatch_symbolic_meta_inplace_all_strides_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8366780Z test_dispatch_symbolic_meta_inplace_all_strides_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8366920Z test_dispatch_symbolic_meta_inplace_all_strides_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8367060Z test_dispatch_symbolic_meta_inplace_all_strides_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8367190Z test_dispatch_symbolic_meta_inplace_all_strides_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8367330Z test_dispatch_symbolic_meta_inplace_all_strides_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8367490Z test_dispatch_symbolic_meta_inplace_all_strides_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8367660Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8367820Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8367970Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8368120Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8368280Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8368430Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8368580Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8368730Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8368880Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8369020Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8369170Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8369320Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8369460Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8369620Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8369790Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8369960Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8370110Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8370260Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8370410Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8370570Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8370720Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8370880Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8371050Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8371200Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8371350Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8371500Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8371650Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8371800Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8371940Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8372090Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8372240Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8372410Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8372580Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8372740Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8372890Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8373040Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8373190Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8373330Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8373520Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8373680Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8373830Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8373980Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8374130Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8374280Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8374440Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8374640Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8374790Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8374940Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8375100Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8375270Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8375430Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8375580Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8375740Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8379850Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8380020Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8380180Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8380330Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8380490Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8380640Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8380800Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8380960Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8381200Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8381350Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8381500Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8381660Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8381820Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8381970Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8382160Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8382310Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8382470Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8382620Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8382770Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8382930Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8383100Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8383270Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8383420Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8383570Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8383710Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8383860Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8384010Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8384170Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8384320Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8384480Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8384630Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8384800Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8384960Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8385120Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8385260Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8385400Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8385540Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8385710Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8385860Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8386000Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8386150Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8386300Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8386450Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8386600Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8386750Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8386900Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8387050Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8387210Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8387360Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8387530Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8387700Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8387860Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8388020Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8388180Z test_dispatch_symbolic_meta_inplace_all_strides_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8388350Z test_dispatch_symbolic_meta_inplace_all_strides_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8388500Z test_dispatch_symbolic_meta_inplace_all_strides_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8388640Z test_dispatch_symbolic_meta_inplace_all_strides_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8388780Z test_dispatch_symbolic_meta_inplace_all_strides_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8388920Z test_dispatch_symbolic_meta_inplace_all_strides_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8389060Z test_dispatch_symbolic_meta_inplace_all_strides_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8389210Z test_dispatch_symbolic_meta_inplace_all_strides_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8389360Z test_dispatch_symbolic_meta_inplace_all_strides_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8389510Z test_dispatch_symbolic_meta_inplace_all_strides_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8389650Z test_dispatch_symbolic_meta_inplace_all_strides_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8389790Z test_dispatch_symbolic_meta_inplace_all_strides_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8389940Z test_dispatch_symbolic_meta_inplace_all_strides_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8390080Z test_dispatch_symbolic_meta_inplace_all_strides_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8390230Z test_dispatch_symbolic_meta_inplace_all_strides_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8390370Z test_dispatch_symbolic_meta_inplace_all_strides_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8390530Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8390680Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8390820Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8390970Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8391130Z test_dispatch_symbolic_meta_inplace_all_strides_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8391270Z test_dispatch_symbolic_meta_inplace_all_strides_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8391400Z test_dispatch_symbolic_meta_inplace_all_strides_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8391540Z test_dispatch_symbolic_meta_inplace_all_strides_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8391680Z test_dispatch_symbolic_meta_inplace_all_strides_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8391820Z test_dispatch_symbolic_meta_inplace_all_strides_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8392020Z test_dispatch_symbolic_meta_inplace_all_strides_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8392170Z test_dispatch_symbolic_meta_inplace_all_strides_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8392310Z test_dispatch_symbolic_meta_inplace_all_strides_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8392450Z test_dispatch_symbolic_meta_inplace_all_strides_randint_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8392590Z test_dispatch_symbolic_meta_inplace_all_strides_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8392730Z test_dispatch_symbolic_meta_inplace_all_strides_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8392870Z test_dispatch_symbolic_meta_inplace_all_strides_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8393040Z test_dispatch_symbolic_meta_inplace_all_strides_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8393170Z test_dispatch_symbolic_meta_inplace_all_strides_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8393310Z test_dispatch_symbolic_meta_inplace_all_strides_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8393450Z test_dispatch_symbolic_meta_inplace_all_strides_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8393590Z test_dispatch_symbolic_meta_inplace_all_strides_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8393730Z test_dispatch_symbolic_meta_inplace_all_strides_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8393870Z test_dispatch_symbolic_meta_inplace_all_strides_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8394010Z test_dispatch_symbolic_meta_inplace_all_strides_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8394150Z test_dispatch_symbolic_meta_inplace_all_strides_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8394280Z test_dispatch_symbolic_meta_inplace_all_strides_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8394420Z test_dispatch_symbolic_meta_inplace_all_strides_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8394560Z test_dispatch_symbolic_meta_inplace_all_strides_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8394700Z test_dispatch_symbolic_meta_inplace_all_strides_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8394840Z test_dispatch_symbolic_meta_inplace_all_strides_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8394970Z test_dispatch_symbolic_meta_inplace_all_strides_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8395100Z test_dispatch_symbolic_meta_inplace_all_strides_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8395250Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8395390Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8395540Z test_dispatch_symbolic_meta_inplace_all_strides_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8395690Z test_dispatch_symbolic_meta_inplace_all_strides_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8395830Z test_dispatch_symbolic_meta_inplace_all_strides_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8395970Z test_dispatch_symbolic_meta_inplace_all_strides_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8396110Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8396250Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8396400Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8396540Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8396700Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8396850Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8397000Z test_dispatch_symbolic_meta_inplace_all_strides_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8397140Z test_dispatch_symbolic_meta_inplace_all_strides_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8397290Z test_dispatch_symbolic_meta_inplace_all_strides_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8397440Z test_dispatch_symbolic_meta_inplace_all_strides_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8397580Z test_dispatch_symbolic_meta_inplace_all_strides_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8397720Z test_dispatch_symbolic_meta_inplace_all_strides_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8397850Z test_dispatch_symbolic_meta_inplace_all_strides_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8397990Z test_dispatch_symbolic_meta_inplace_all_strides_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8398120Z test_dispatch_symbolic_meta_inplace_all_strides_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8398260Z test_dispatch_symbolic_meta_inplace_all_strides_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8398410Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8398560Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8398710Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8398850Z test_dispatch_symbolic_meta_inplace_all_strides_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8398990Z test_dispatch_symbolic_meta_inplace_all_strides_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8399140Z test_dispatch_symbolic_meta_inplace_all_strides_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8399280Z test_dispatch_symbolic_meta_inplace_all_strides_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8399420Z test_dispatch_symbolic_meta_inplace_all_strides_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8399560Z test_dispatch_symbolic_meta_inplace_all_strides_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8399700Z test_dispatch_symbolic_meta_inplace_all_strides_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8399830Z test_dispatch_symbolic_meta_inplace_all_strides_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8399980Z test_dispatch_symbolic_meta_inplace_all_strides_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8400110Z test_dispatch_symbolic_meta_inplace_all_strides_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8400300Z test_dispatch_symbolic_meta_inplace_all_strides_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.8400450Z test_dispatch_symbolic_meta_inplace_all_strides_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8400590Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8400730Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8400870Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8401010Z test_dispatch_symbolic_meta_inplace_all_strides_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8401170Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8401320Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8401650Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8401910Z test_dispatch_symbolic_meta_inplace_all_strides_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8402050Z test_dispatch_symbolic_meta_inplace_all_strides_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8402200Z test_dispatch_symbolic_meta_inplace_all_strides_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8402350Z test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8402500Z test_dispatch_symbolic_meta_inplace_all_strides_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8402650Z test_dispatch_symbolic_meta_inplace_all_strides_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8402790Z test_dispatch_symbolic_meta_inplace_all_strides_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8402980Z test_dispatch_symbolic_meta_inplace_all_strides_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8403130Z test_dispatch_symbolic_meta_inplace_all_strides_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8403400Z test_dispatch_symbolic_meta_inplace_all_strides_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8403540Z test_dispatch_symbolic_meta_inplace_all_strides_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8403700Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8403840Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8403990Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8404160Z test_dispatch_symbolic_meta_inplace_all_strides_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8404310Z test_dispatch_symbolic_meta_inplace_all_strides_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8404460Z test_dispatch_symbolic_meta_inplace_all_strides_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8404630Z test_dispatch_symbolic_meta_inplace_all_strides_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8404790Z test_dispatch_symbolic_meta_inplace_all_strides_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8404960Z test_dispatch_symbolic_meta_inplace_all_strides_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8405230Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8405510Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8405780Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8406050Z test_dispatch_symbolic_meta_inplace_all_strides_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.8406200Z test_dispatch_symbolic_meta_inplace_all_strides_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8406350Z test_dispatch_symbolic_meta_inplace_all_strides_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8406500Z test_dispatch_symbolic_meta_inplace_all_strides_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8406630Z test_dispatch_symbolic_meta_inplace_all_strides_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8406770Z test_dispatch_symbolic_meta_inplace_all_strides_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8406970Z test_dispatch_symbolic_meta_inplace_all_strides_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8407120Z test_dispatch_symbolic_meta_inplace_all_strides_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8407260Z test_dispatch_symbolic_meta_inplace_all_strides_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8407390Z test_dispatch_symbolic_meta_inplace_all_strides_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8407530Z test_dispatch_symbolic_meta_inplace_all_strides_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8407670Z test_dispatch_symbolic_meta_inplace_all_strides_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8407810Z test_dispatch_symbolic_meta_inplace_all_strides_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8407980Z test_dispatch_symbolic_meta_inplace_all_strides_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8408120Z test_dispatch_symbolic_meta_inplace_all_strides_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8408250Z test_dispatch_symbolic_meta_inplace_all_strides_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8408390Z test_dispatch_symbolic_meta_inplace_all_strides_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8408520Z test_dispatch_symbolic_meta_inplace_all_strides_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8408660Z test_dispatch_symbolic_meta_inplace_all_strides_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8408800Z test_dispatch_symbolic_meta_inplace_all_strides_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8408930Z test_dispatch_symbolic_meta_inplace_all_strides_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8409080Z test_dispatch_symbolic_meta_inplace_all_strides_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8409220Z test_dispatch_symbolic_meta_inplace_all_strides_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8409350Z test_dispatch_symbolic_meta_inplace_all_strides_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8409480Z test_dispatch_symbolic_meta_inplace_all_strides_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8409620Z test_dispatch_symbolic_meta_inplace_all_strides_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8409770Z test_dispatch_symbolic_meta_inplace_all_strides_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8409900Z test_dispatch_symbolic_meta_inplace_all_strides_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8410030Z test_dispatch_symbolic_meta_inplace_all_strides_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8410170Z test_dispatch_symbolic_meta_inplace_all_strides_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8410300Z test_dispatch_symbolic_meta_inplace_all_strides_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8410440Z test_dispatch_symbolic_meta_inplace_all_strides_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8410610Z test_dispatch_symbolic_meta_inplace_all_strides_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8410750Z test_dispatch_symbolic_meta_inplace_all_strides_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8410890Z test_dispatch_symbolic_meta_inplace_all_strides_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8411030Z test_dispatch_symbolic_meta_inplace_all_strides_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8411170Z test_dispatch_symbolic_meta_inplace_all_strides_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8411300Z test_dispatch_symbolic_meta_inplace_all_strides_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8411440Z test_dispatch_symbolic_meta_inplace_all_strides_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8411600Z test_dispatch_symbolic_meta_inplace_all_strides_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8411740Z test_dispatch_symbolic_meta_inplace_all_strides_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8411880Z test_dispatch_symbolic_meta_inplace_all_strides_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8412010Z test_dispatch_symbolic_meta_inplace_all_strides_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8412150Z test_dispatch_symbolic_meta_inplace_all_strides_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8412290Z test_dispatch_symbolic_meta_inplace_all_strides_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8412420Z test_dispatch_symbolic_meta_inplace_all_strides_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8412560Z test_dispatch_symbolic_meta_inplace_all_strides_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8412710Z test_dispatch_symbolic_meta_inplace_all_strides_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8412840Z test_dispatch_symbolic_meta_inplace_all_strides_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8412980Z test_dispatch_symbolic_meta_inplace_all_strides_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8413110Z test_dispatch_symbolic_meta_inplace_all_strides_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8413250Z test_dispatch_symbolic_meta_inplace_all_strides_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8413380Z test_dispatch_symbolic_meta_inplace_all_strides_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8413520Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8413660Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8413800Z test_dispatch_symbolic_meta_inplace_all_strides_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8413940Z test_dispatch_symbolic_meta_inplace_all_strides_view_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8414070Z test_dispatch_symbolic_meta_inplace_all_strides_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8414220Z test_dispatch_symbolic_meta_inplace_all_strides_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8414360Z test_dispatch_symbolic_meta_inplace_all_strides_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8414500Z test_dispatch_symbolic_meta_inplace_all_strides_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8414640Z test_dispatch_symbolic_meta_inplace_all_strides_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8414770Z test_dispatch_symbolic_meta_inplace_all_strides_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8418970Z test_dispatch_symbolic_meta_inplace_all_strides_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8419160Z test_dispatch_symbolic_meta_inplace_all_strides_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8419390Z test_dispatch_symbolic_meta_inplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8419530Z test_dispatch_symbolic_meta_inplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8419680Z test_dispatch_symbolic_meta_inplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8419820Z test_dispatch_symbolic_meta_inplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8419960Z test_dispatch_symbolic_meta_inplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8420100Z test_dispatch_symbolic_meta_inplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8420230Z test_dispatch_symbolic_meta_inplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8420370Z test_dispatch_symbolic_meta_inplace_amax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8420510Z test_dispatch_symbolic_meta_inplace_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8420640Z test_dispatch_symbolic_meta_inplace_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8420780Z test_dispatch_symbolic_meta_inplace_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8420910Z test_dispatch_symbolic_meta_inplace_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8421050Z test_dispatch_symbolic_meta_inplace_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8421190Z test_dispatch_symbolic_meta_inplace_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8421320Z test_dispatch_symbolic_meta_inplace_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8421450Z test_dispatch_symbolic_meta_inplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8421590Z test_dispatch_symbolic_meta_inplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8421730Z test_dispatch_symbolic_meta_inplace_amin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8421910Z test_dispatch_symbolic_meta_inplace_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8422050Z test_dispatch_symbolic_meta_inplace_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8422180Z test_dispatch_symbolic_meta_inplace_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8422310Z test_dispatch_symbolic_meta_inplace_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8422450Z test_dispatch_symbolic_meta_inplace_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8422580Z test_dispatch_symbolic_meta_inplace_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8422710Z test_dispatch_symbolic_meta_inplace_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8422840Z test_dispatch_symbolic_meta_inplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8422990Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8423140Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8423270Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8423410Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8423540Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8423680Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8423820Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8423960Z test_dispatch_symbolic_meta_inplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8424100Z test_dispatch_symbolic_meta_inplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8424240Z test_dispatch_symbolic_meta_inplace_angle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8424390Z test_dispatch_symbolic_meta_inplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8424540Z test_dispatch_symbolic_meta_inplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8424670Z test_dispatch_symbolic_meta_inplace_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8424810Z test_dispatch_symbolic_meta_inplace_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8424950Z test_dispatch_symbolic_meta_inplace_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8425090Z test_dispatch_symbolic_meta_inplace_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8425240Z test_dispatch_symbolic_meta_inplace_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8425370Z test_dispatch_symbolic_meta_inplace_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8425550Z test_dispatch_symbolic_meta_inplace_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8425690Z test_dispatch_symbolic_meta_inplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8425820Z test_dispatch_symbolic_meta_inplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8425960Z test_dispatch_symbolic_meta_inplace_any_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8426100Z test_dispatch_symbolic_meta_inplace_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8426240Z test_dispatch_symbolic_meta_inplace_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8426370Z test_dispatch_symbolic_meta_inplace_any_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8426510Z test_dispatch_symbolic_meta_inplace_any_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8426680Z test_dispatch_symbolic_meta_inplace_any_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8426810Z test_dispatch_symbolic_meta_inplace_any_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8426940Z test_dispatch_symbolic_meta_inplace_any_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8427070Z test_dispatch_symbolic_meta_inplace_any_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8427200Z test_dispatch_symbolic_meta_inplace_any_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8427330Z test_dispatch_symbolic_meta_inplace_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8427480Z test_dispatch_symbolic_meta_inplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8427620Z test_dispatch_symbolic_meta_inplace_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8427750Z test_dispatch_symbolic_meta_inplace_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8427890Z test_dispatch_symbolic_meta_inplace_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8428020Z test_dispatch_symbolic_meta_inplace_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8428160Z test_dispatch_symbolic_meta_inplace_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8428300Z test_dispatch_symbolic_meta_inplace_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8428430Z test_dispatch_symbolic_meta_inplace_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8428570Z test_dispatch_symbolic_meta_inplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8428720Z test_dispatch_symbolic_meta_inplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8428870Z test_dispatch_symbolic_meta_inplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8429010Z test_dispatch_symbolic_meta_inplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8429180Z test_dispatch_symbolic_meta_inplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8429330Z test_dispatch_symbolic_meta_inplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8429470Z test_dispatch_symbolic_meta_inplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8429610Z test_dispatch_symbolic_meta_inplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8429750Z test_dispatch_symbolic_meta_inplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8429890Z test_dispatch_symbolic_meta_inplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8430030Z test_dispatch_symbolic_meta_inplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8430180Z test_dispatch_symbolic_meta_inplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8430340Z test_dispatch_symbolic_meta_inplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8430490Z test_dispatch_symbolic_meta_inplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8430620Z test_dispatch_symbolic_meta_inplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8430760Z test_dispatch_symbolic_meta_inplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8430890Z test_dispatch_symbolic_meta_inplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8431030Z test_dispatch_symbolic_meta_inplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8431170Z test_dispatch_symbolic_meta_inplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8431310Z test_dispatch_symbolic_meta_inplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8431440Z test_dispatch_symbolic_meta_inplace_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8431580Z test_dispatch_symbolic_meta_inplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8431720Z test_dispatch_symbolic_meta_inplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8431860Z test_dispatch_symbolic_meta_inplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8431990Z test_dispatch_symbolic_meta_inplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8432130Z test_dispatch_symbolic_meta_inplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8432270Z test_dispatch_symbolic_meta_inplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8432400Z test_dispatch_symbolic_meta_inplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8432540Z test_dispatch_symbolic_meta_inplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8432680Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8432830Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8432980Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8433130Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8433270Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8433410Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8433540Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8433680Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8433840Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8433980Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8434120Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8434260Z test_dispatch_symbolic_meta_inplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8434380Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8434490Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8434620Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8434740Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8434860Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8434990Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8435100Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8435210Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8435330Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8435450Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8435560Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8435680Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8435790Z test_dispatch_symbolic_meta_inplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8435950Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8436100Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8436260Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8436410Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8436590Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8436750Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8436910Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8437050Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8437200Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8437350Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8437500Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8437670Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8437820Z test_dispatch_symbolic_meta_inplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8437930Z test_dispatch_symbolic_meta_inplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8438070Z test_dispatch_symbolic_meta_inplace_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8438190Z test_dispatch_symbolic_meta_inplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8438310Z test_dispatch_symbolic_meta_inplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8438430Z test_dispatch_symbolic_meta_inplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8438540Z test_dispatch_symbolic_meta_inplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8438680Z test_dispatch_symbolic_meta_inplace_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8438820Z test_dispatch_symbolic_meta_inplace_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8438960Z test_dispatch_symbolic_meta_inplace_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8439100Z test_dispatch_symbolic_meta_inplace_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8439240Z test_dispatch_symbolic_meta_inplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8439360Z test_dispatch_symbolic_meta_inplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8439500Z test_dispatch_symbolic_meta_inplace_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8439620Z test_dispatch_symbolic_meta_inplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8439740Z test_dispatch_symbolic_meta_inplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8439860Z test_dispatch_symbolic_meta_inplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8439970Z test_dispatch_symbolic_meta_inplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8440110Z test_dispatch_symbolic_meta_inplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8440300Z test_dispatch_symbolic_meta_inplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8440440Z test_dispatch_symbolic_meta_inplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8440580Z test_dispatch_symbolic_meta_inplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8440720Z test_dispatch_symbolic_meta_inplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8440830Z test_dispatch_symbolic_meta_inplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8440970Z test_dispatch_symbolic_meta_inplace_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8441090Z test_dispatch_symbolic_meta_inplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8441210Z test_dispatch_symbolic_meta_inplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8441350Z test_dispatch_symbolic_meta_inplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8441550Z test_dispatch_symbolic_meta_inplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8441680Z test_dispatch_symbolic_meta_inplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8441820Z test_dispatch_symbolic_meta_inplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8441960Z test_dispatch_symbolic_meta_inplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8442080Z test_dispatch_symbolic_meta_inplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8442220Z test_dispatch_symbolic_meta_inplace_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8442350Z test_dispatch_symbolic_meta_inplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8442470Z test_dispatch_symbolic_meta_inplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8442590Z test_dispatch_symbolic_meta_inplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8442700Z test_dispatch_symbolic_meta_inplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8442840Z test_dispatch_symbolic_meta_inplace_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8442970Z test_dispatch_symbolic_meta_inplace_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8443110Z test_dispatch_symbolic_meta_inplace_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8443250Z test_dispatch_symbolic_meta_inplace_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8443390Z test_dispatch_symbolic_meta_inplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8443510Z test_dispatch_symbolic_meta_inplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8443640Z test_dispatch_symbolic_meta_inplace_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8443760Z test_dispatch_symbolic_meta_inplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8443890Z test_dispatch_symbolic_meta_inplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8444000Z test_dispatch_symbolic_meta_inplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8444120Z test_dispatch_symbolic_meta_inplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8444290Z test_dispatch_symbolic_meta_inplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8444430Z test_dispatch_symbolic_meta_inplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8444560Z test_dispatch_symbolic_meta_inplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8444700Z test_dispatch_symbolic_meta_inplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8444820Z test_dispatch_symbolic_meta_inplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8444970Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8445110Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8445280Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8445430Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8445570Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8445720Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8445870Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8446000Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8446150Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8446290Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8446420Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8446560Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8446700Z test_dispatch_symbolic_meta_inplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8446840Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8446990Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8447140Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8447280Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8447430Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8447570Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8447710Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8447880Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8448020Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8448150Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8448290Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8448420Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8448560Z test_dispatch_symbolic_meta_inplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8448700Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8448860Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8449000Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8449150Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8449290Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8449430Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8449570Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8449720Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8449860Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8450000Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8450140Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8450270Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8450410Z test_dispatch_symbolic_meta_inplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8450530Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8450650Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8450760Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8450880Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8450990Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8451110Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8451220Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8455200Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8455380Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8455490Z test_dispatch_symbolic_meta_inplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8455630Z test_dispatch_symbolic_meta_inplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8455780Z test_dispatch_symbolic_meta_inplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8455910Z test_dispatch_symbolic_meta_inplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8456050Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8456190Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8456330Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8456490Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8456630Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8456770Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8456900Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8457040Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8457170Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8457310Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8457440Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8457570Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8457710Z test_dispatch_symbolic_meta_inplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8457850Z test_dispatch_symbolic_meta_inplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8457980Z test_dispatch_symbolic_meta_inplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8458120Z test_dispatch_symbolic_meta_inplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8458250Z test_dispatch_symbolic_meta_inplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8458390Z test_dispatch_symbolic_meta_inplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8458500Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8458620Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8458730Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8458840Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8459020Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8459140Z test_dispatch_symbolic_meta_inplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8459260Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8459380Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8459500Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8459620Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8459740Z test_dispatch_symbolic_meta_inplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8459850Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8459970Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8460110Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8460220Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8460330Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8460450Z test_dispatch_symbolic_meta_inplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8460560Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8460670Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8460790Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8460900Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8461010Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8461120Z test_dispatch_symbolic_meta_inplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8461240Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8461370Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8461490Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8461610Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8461790Z test_dispatch_symbolic_meta_inplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8461900Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8462010Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8462130Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8462240Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8462350Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8462460Z test_dispatch_symbolic_meta_inplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8462610Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8462770Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8462920Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8463070Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8463220Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8463360Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8463500Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8463640Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8463800Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8463940Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8464070Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8464210Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8464340Z test_dispatch_symbolic_meta_inplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8464480Z test_dispatch_symbolic_meta_inplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8464620Z test_dispatch_symbolic_meta_inplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8464760Z test_dispatch_symbolic_meta_inplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8464900Z test_dispatch_symbolic_meta_inplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8465030Z test_dispatch_symbolic_meta_inplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8465170Z test_dispatch_symbolic_meta_inplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8465300Z test_dispatch_symbolic_meta_inplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8465430Z test_dispatch_symbolic_meta_inplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8465560Z test_dispatch_symbolic_meta_inplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8465690Z test_dispatch_symbolic_meta_inplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8465830Z test_dispatch_symbolic_meta_inplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8465960Z test_dispatch_symbolic_meta_inplace_bool_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8466100Z test_dispatch_symbolic_meta_inplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8466240Z test_dispatch_symbolic_meta_inplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8466390Z test_dispatch_symbolic_meta_inplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8466530Z test_dispatch_symbolic_meta_inplace_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8466670Z test_dispatch_symbolic_meta_inplace_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8466800Z test_dispatch_symbolic_meta_inplace_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8466940Z test_dispatch_symbolic_meta_inplace_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8467070Z test_dispatch_symbolic_meta_inplace_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8467210Z test_dispatch_symbolic_meta_inplace_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8467360Z test_dispatch_symbolic_meta_inplace_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8467500Z test_dispatch_symbolic_meta_inplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8467650Z test_dispatch_symbolic_meta_inplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8467800Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8467940Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8468100Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8468250Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8468390Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8468540Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8468680Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8468820Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8468960Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8469100Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8469250Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8469390Z test_dispatch_symbolic_meta_inplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8469530Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8469670Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8469830Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8469980Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8470120Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8470260Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8470410Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8470550Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8470690Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8470820Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8470980Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8471120Z test_dispatch_symbolic_meta_inplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8471260Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8471400Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8471540Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8471670Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8471810Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8471950Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8472090Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8472230Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8472360Z test_dispatch_symbolic_meta_inplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8472500Z test_dispatch_symbolic_meta_inplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8472640Z test_dispatch_symbolic_meta_inplace_byte_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8472770Z test_dispatch_symbolic_meta_inplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8472910Z test_dispatch_symbolic_meta_inplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8473050Z test_dispatch_symbolic_meta_inplace_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8473180Z test_dispatch_symbolic_meta_inplace_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8473310Z test_dispatch_symbolic_meta_inplace_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8473480Z test_dispatch_symbolic_meta_inplace_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8473620Z test_dispatch_symbolic_meta_inplace_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8473750Z test_dispatch_symbolic_meta_inplace_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8473880Z test_dispatch_symbolic_meta_inplace_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8474010Z test_dispatch_symbolic_meta_inplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8474160Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8474300Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8474480Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8474630Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8474770Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8474920Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8475060Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8475200Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8475340Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8475480Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8475630Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8475760Z test_dispatch_symbolic_meta_inplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8475900Z test_dispatch_symbolic_meta_inplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8476030Z test_dispatch_symbolic_meta_inplace_cat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8476170Z test_dispatch_symbolic_meta_inplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8476310Z test_dispatch_symbolic_meta_inplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8476450Z test_dispatch_symbolic_meta_inplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8476590Z test_dispatch_symbolic_meta_inplace_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8476720Z test_dispatch_symbolic_meta_inplace_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8476850Z test_dispatch_symbolic_meta_inplace_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8477010Z test_dispatch_symbolic_meta_inplace_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8477140Z test_dispatch_symbolic_meta_inplace_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8477270Z test_dispatch_symbolic_meta_inplace_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8477400Z test_dispatch_symbolic_meta_inplace_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8477530Z test_dispatch_symbolic_meta_inplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8477670Z test_dispatch_symbolic_meta_inplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8477800Z test_dispatch_symbolic_meta_inplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8477950Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8478100Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8478250Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8478390Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8478530Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8478660Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8478800Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8478940Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8479070Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8479210Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8479340Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8479480Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8479610Z test_dispatch_symbolic_meta_inplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8479730Z test_dispatch_symbolic_meta_inplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8479840Z test_dispatch_symbolic_meta_inplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8479950Z test_dispatch_symbolic_meta_inplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8480050Z test_dispatch_symbolic_meta_inplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8480160Z test_dispatch_symbolic_meta_inplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8480260Z test_dispatch_symbolic_meta_inplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8480370Z test_dispatch_symbolic_meta_inplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8480480Z test_dispatch_symbolic_meta_inplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8480640Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8480780Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8480920Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8481060Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8481200Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8481340Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8481470Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8481630Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8481770Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8481910Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8482040Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8482170Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8482300Z test_dispatch_symbolic_meta_inplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8482440Z test_dispatch_symbolic_meta_inplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8482570Z test_dispatch_symbolic_meta_inplace_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8482700Z test_dispatch_symbolic_meta_inplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8482840Z test_dispatch_symbolic_meta_inplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8482970Z test_dispatch_symbolic_meta_inplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8483100Z test_dispatch_symbolic_meta_inplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8483230Z test_dispatch_symbolic_meta_inplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8483370Z test_dispatch_symbolic_meta_inplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8483490Z test_dispatch_symbolic_meta_inplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8483620Z test_dispatch_symbolic_meta_inplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8483750Z test_dispatch_symbolic_meta_inplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8483880Z test_dispatch_symbolic_meta_inplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8484050Z test_dispatch_symbolic_meta_inplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8484180Z test_dispatch_symbolic_meta_inplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8484310Z test_dispatch_symbolic_meta_inplace_char_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8484450Z test_dispatch_symbolic_meta_inplace_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8484580Z test_dispatch_symbolic_meta_inplace_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8484710Z test_dispatch_symbolic_meta_inplace_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8484840Z test_dispatch_symbolic_meta_inplace_char_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8484980Z test_dispatch_symbolic_meta_inplace_char_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8485120Z test_dispatch_symbolic_meta_inplace_char_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8485250Z test_dispatch_symbolic_meta_inplace_char_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8485380Z test_dispatch_symbolic_meta_inplace_char_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8485510Z test_dispatch_symbolic_meta_inplace_char_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8485630Z test_dispatch_symbolic_meta_inplace_char_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8485760Z test_dispatch_symbolic_meta_inplace_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8485900Z test_dispatch_symbolic_meta_inplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8486040Z test_dispatch_symbolic_meta_inplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8486180Z test_dispatch_symbolic_meta_inplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8486310Z test_dispatch_symbolic_meta_inplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8486620Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8486770Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8486920Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8490650Z test_dispatch_symbolic_meta_inplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8490810Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8490950Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8491100Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8491240Z test_dispatch_symbolic_meta_inplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8491420Z test_dispatch_symbolic_meta_inplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8491560Z test_dispatch_symbolic_meta_inplace_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8491700Z test_dispatch_symbolic_meta_inplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8491840Z test_dispatch_symbolic_meta_inplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8491980Z test_dispatch_symbolic_meta_inplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8492110Z test_dispatch_symbolic_meta_inplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8492250Z test_dispatch_symbolic_meta_inplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8492420Z test_dispatch_symbolic_meta_inplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8492560Z test_dispatch_symbolic_meta_inplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8492690Z test_dispatch_symbolic_meta_inplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8492820Z test_dispatch_symbolic_meta_inplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8492960Z test_dispatch_symbolic_meta_inplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8493090Z test_dispatch_symbolic_meta_inplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8493200Z test_dispatch_symbolic_meta_inplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8493320Z test_dispatch_symbolic_meta_inplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8493430Z test_dispatch_symbolic_meta_inplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8493540Z test_dispatch_symbolic_meta_inplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8493650Z test_dispatch_symbolic_meta_inplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8493750Z test_dispatch_symbolic_meta_inplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8493860Z test_dispatch_symbolic_meta_inplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8493970Z test_dispatch_symbolic_meta_inplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8494090Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8494200Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8494320Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8494440Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8494550Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8494660Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8494780Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8494890Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8495020Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8495130Z test_dispatch_symbolic_meta_inplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8495250Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8495360Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8495470Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8495580Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8495690Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8495800Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8495920Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8496050Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8496160Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8496270Z test_dispatch_symbolic_meta_inplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8496410Z test_dispatch_symbolic_meta_inplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8496550Z test_dispatch_symbolic_meta_inplace_clone_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8496690Z test_dispatch_symbolic_meta_inplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8496830Z test_dispatch_symbolic_meta_inplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8496970Z test_dispatch_symbolic_meta_inplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8497110Z test_dispatch_symbolic_meta_inplace_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8497240Z test_dispatch_symbolic_meta_inplace_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8497380Z test_dispatch_symbolic_meta_inplace_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8497510Z test_dispatch_symbolic_meta_inplace_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8497650Z test_dispatch_symbolic_meta_inplace_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8497780Z test_dispatch_symbolic_meta_inplace_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8497910Z test_dispatch_symbolic_meta_inplace_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8498040Z test_dispatch_symbolic_meta_inplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8498190Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8498330Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8498480Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8498640Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8498790Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8498930Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8499070Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8499210Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8499350Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8499490Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8499650Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8499790Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8499930Z test_dispatch_symbolic_meta_inplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8500070Z test_dispatch_symbolic_meta_inplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8500210Z test_dispatch_symbolic_meta_inplace_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8500360Z test_dispatch_symbolic_meta_inplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8500500Z test_dispatch_symbolic_meta_inplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8500650Z test_dispatch_symbolic_meta_inplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8500790Z test_dispatch_symbolic_meta_inplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8500930Z test_dispatch_symbolic_meta_inplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8501060Z test_dispatch_symbolic_meta_inplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8501210Z test_dispatch_symbolic_meta_inplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8501350Z test_dispatch_symbolic_meta_inplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8501480Z test_dispatch_symbolic_meta_inplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8501620Z test_dispatch_symbolic_meta_inplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8501760Z test_dispatch_symbolic_meta_inplace_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8501900Z test_dispatch_symbolic_meta_inplace_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8502040Z test_dispatch_symbolic_meta_inplace_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8502190Z test_dispatch_symbolic_meta_inplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8502330Z test_dispatch_symbolic_meta_inplace_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8502470Z test_dispatch_symbolic_meta_inplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8502610Z test_dispatch_symbolic_meta_inplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8502750Z test_dispatch_symbolic_meta_inplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8502880Z test_dispatch_symbolic_meta_inplace_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8503020Z test_dispatch_symbolic_meta_inplace_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8503170Z test_dispatch_symbolic_meta_inplace_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8503310Z test_dispatch_symbolic_meta_inplace_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8503440Z test_dispatch_symbolic_meta_inplace_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8503570Z test_dispatch_symbolic_meta_inplace_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8503700Z test_dispatch_symbolic_meta_inplace_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8503840Z test_dispatch_symbolic_meta_inplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8503960Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8504080Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8504200Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8504320Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8504440Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8504560Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8504680Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8504800Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8504910Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8505030Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8505140Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8505260Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8505370Z test_dispatch_symbolic_meta_inplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8505520Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8505670Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8505870Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8506020Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8506170Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8506310Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8506450Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8506590Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8506730Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8506900Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8507050Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8507190Z test_dispatch_symbolic_meta_inplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8507330Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8507470Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8507610Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8507750Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8507900Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8508040Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8508180Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8508310Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8508460Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8508600Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8508730Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8508870Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8509000Z test_dispatch_symbolic_meta_inplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8509120Z test_dispatch_symbolic_meta_inplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8509260Z test_dispatch_symbolic_meta_inplace_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8509420Z test_dispatch_symbolic_meta_inplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8509540Z test_dispatch_symbolic_meta_inplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8509650Z test_dispatch_symbolic_meta_inplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8509790Z test_dispatch_symbolic_meta_inplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8509920Z test_dispatch_symbolic_meta_inplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8510050Z test_dispatch_symbolic_meta_inplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8510190Z test_dispatch_symbolic_meta_inplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8510320Z test_dispatch_symbolic_meta_inplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8510490Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8510630Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8510770Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8510910Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8511040Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8511180Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8511320Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8511450Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8511590Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8511730Z test_dispatch_symbolic_meta_inplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8511840Z test_dispatch_symbolic_meta_inplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8511970Z test_dispatch_symbolic_meta_inplace_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8512090Z test_dispatch_symbolic_meta_inplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8512200Z test_dispatch_symbolic_meta_inplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8512310Z test_dispatch_symbolic_meta_inplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8512420Z test_dispatch_symbolic_meta_inplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8512550Z test_dispatch_symbolic_meta_inplace_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8512690Z test_dispatch_symbolic_meta_inplace_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8512810Z test_dispatch_symbolic_meta_inplace_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8512940Z test_dispatch_symbolic_meta_inplace_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8513090Z test_dispatch_symbolic_meta_inplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8513210Z test_dispatch_symbolic_meta_inplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8513330Z test_dispatch_symbolic_meta_inplace_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8513450Z test_dispatch_symbolic_meta_inplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8513560Z test_dispatch_symbolic_meta_inplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8513670Z test_dispatch_symbolic_meta_inplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8513780Z test_dispatch_symbolic_meta_inplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8513910Z test_dispatch_symbolic_meta_inplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8514070Z test_dispatch_symbolic_meta_inplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8514200Z test_dispatch_symbolic_meta_inplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8514330Z test_dispatch_symbolic_meta_inplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8514460Z test_dispatch_symbolic_meta_inplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8514600Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8514750Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8514900Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8515040Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8515180Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8515320Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8515460Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8515610Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8515750Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8515890Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8516030Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8516170Z test_dispatch_symbolic_meta_inplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8516300Z test_dispatch_symbolic_meta_inplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8516440Z test_dispatch_symbolic_meta_inplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8516590Z test_dispatch_symbolic_meta_inplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8516730Z test_dispatch_symbolic_meta_inplace_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8516870Z test_dispatch_symbolic_meta_inplace_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8517000Z test_dispatch_symbolic_meta_inplace_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8517130Z test_dispatch_symbolic_meta_inplace_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8517260Z test_dispatch_symbolic_meta_inplace_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8517390Z test_dispatch_symbolic_meta_inplace_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8517520Z test_dispatch_symbolic_meta_inplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8517680Z test_dispatch_symbolic_meta_inplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8517820Z test_dispatch_symbolic_meta_inplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8517960Z test_dispatch_symbolic_meta_inplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8518100Z test_dispatch_symbolic_meta_inplace_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8518230Z test_dispatch_symbolic_meta_inplace_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8518370Z test_dispatch_symbolic_meta_inplace_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8518500Z test_dispatch_symbolic_meta_inplace_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8518640Z test_dispatch_symbolic_meta_inplace_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8518770Z test_dispatch_symbolic_meta_inplace_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8518900Z test_dispatch_symbolic_meta_inplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8519040Z test_dispatch_symbolic_meta_inplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8519180Z test_dispatch_symbolic_meta_inplace_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8519310Z test_dispatch_symbolic_meta_inplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8519450Z test_dispatch_symbolic_meta_inplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8519590Z test_dispatch_symbolic_meta_inplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8519720Z test_dispatch_symbolic_meta_inplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8519860Z test_dispatch_symbolic_meta_inplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8519990Z test_dispatch_symbolic_meta_inplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8520150Z test_dispatch_symbolic_meta_inplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8520300Z test_dispatch_symbolic_meta_inplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8520430Z test_dispatch_symbolic_meta_inplace_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8520560Z test_dispatch_symbolic_meta_inplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8520700Z test_dispatch_symbolic_meta_inplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8520830Z test_dispatch_symbolic_meta_inplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8520960Z test_dispatch_symbolic_meta_inplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8521100Z test_dispatch_symbolic_meta_inplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8521260Z test_dispatch_symbolic_meta_inplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8521390Z test_dispatch_symbolic_meta_inplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8521510Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8521630Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8521750Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8521860Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8525360Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8525480Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8525590Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8525700Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8525810Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8525920Z test_dispatch_symbolic_meta_inplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8526070Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8526220Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8526370Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8526510Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8526650Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8526790Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8526930Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8527060Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8527240Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8527380Z test_dispatch_symbolic_meta_inplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8527530Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8527690Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8527840Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8527990Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8528140Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8528320Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8528460Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8528610Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8528760Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8528900Z test_dispatch_symbolic_meta_inplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8529020Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8529160Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8529270Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8529390Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8529500Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8529630Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8529770Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8529900Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8530030Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8530160Z test_dispatch_symbolic_meta_inplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8530300Z test_dispatch_symbolic_meta_inplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8530440Z test_dispatch_symbolic_meta_inplace_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8530580Z test_dispatch_symbolic_meta_inplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8530720Z test_dispatch_symbolic_meta_inplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8530870Z test_dispatch_symbolic_meta_inplace_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8531010Z test_dispatch_symbolic_meta_inplace_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8531150Z test_dispatch_symbolic_meta_inplace_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8531290Z test_dispatch_symbolic_meta_inplace_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8531420Z test_dispatch_symbolic_meta_inplace_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8531550Z test_dispatch_symbolic_meta_inplace_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8531690Z test_dispatch_symbolic_meta_inplace_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8531850Z test_dispatch_symbolic_meta_inplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8531990Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8532130Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8532270Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8532410Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8532560Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8532700Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8532840Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8532980Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8533120Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8533260Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8533390Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8533530Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8533660Z test_dispatch_symbolic_meta_inplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8533800Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8533940Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8534090Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8534230Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8534380Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8534520Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8534650Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8534790Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8534920Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8535060Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8535190Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8535330Z test_dispatch_symbolic_meta_inplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8535490Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8535630Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8535780Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8535930Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8536070Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8536210Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8536360Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8536500Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8536640Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8536780Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8536920Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8537060Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8537200Z test_dispatch_symbolic_meta_inplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8537340Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8537480Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8537620Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8537760Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8537930Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8538080Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8538210Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8538350Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8538480Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8538620Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8538750Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8538890Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8539060Z test_dispatch_symbolic_meta_inplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8539210Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8539350Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8539500Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8539640Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8539790Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8539930Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8540070Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8540210Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8540350Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8540500Z test_dispatch_symbolic_meta_inplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8540640Z test_dispatch_symbolic_meta_inplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8540780Z test_dispatch_symbolic_meta_inplace_diff_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8540910Z test_dispatch_symbolic_meta_inplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8541050Z test_dispatch_symbolic_meta_inplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8541190Z test_dispatch_symbolic_meta_inplace_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8541320Z test_dispatch_symbolic_meta_inplace_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8541480Z test_dispatch_symbolic_meta_inplace_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8541620Z test_dispatch_symbolic_meta_inplace_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8541750Z test_dispatch_symbolic_meta_inplace_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8541890Z test_dispatch_symbolic_meta_inplace_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8542020Z test_dispatch_symbolic_meta_inplace_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8542150Z test_dispatch_symbolic_meta_inplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8542270Z test_dispatch_symbolic_meta_inplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8542400Z test_dispatch_symbolic_meta_inplace_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8542540Z test_dispatch_symbolic_meta_inplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8542660Z test_dispatch_symbolic_meta_inplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8542790Z test_dispatch_symbolic_meta_inplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8542920Z test_dispatch_symbolic_meta_inplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8543050Z test_dispatch_symbolic_meta_inplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8543180Z test_dispatch_symbolic_meta_inplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8543310Z test_dispatch_symbolic_meta_inplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8543450Z test_dispatch_symbolic_meta_inplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8543590Z test_dispatch_symbolic_meta_inplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8543730Z test_dispatch_symbolic_meta_inplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8543870Z test_dispatch_symbolic_meta_inplace_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8544000Z test_dispatch_symbolic_meta_inplace_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8544130Z test_dispatch_symbolic_meta_inplace_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8544260Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8544380Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8544500Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8544620Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8544750Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8544870Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8544980Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8545130Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8545250Z test_dispatch_symbolic_meta_inplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8545370Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8545520Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8545650Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8545770Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8545900Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8546020Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8546160Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8546310Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8546450Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8546590Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8546730Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8546870Z test_dispatch_symbolic_meta_inplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8547000Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8547120Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8547240Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8547360Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8547480Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8547600Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8547710Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8547840Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8547960Z test_dispatch_symbolic_meta_inplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8548090Z test_dispatch_symbolic_meta_inplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8548240Z test_dispatch_symbolic_meta_inplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8548370Z test_dispatch_symbolic_meta_inplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8548510Z test_dispatch_symbolic_meta_inplace_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8548650Z test_dispatch_symbolic_meta_inplace_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8548800Z test_dispatch_symbolic_meta_inplace_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8548940Z test_dispatch_symbolic_meta_inplace_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8549060Z test_dispatch_symbolic_meta_inplace_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8549200Z test_dispatch_symbolic_meta_inplace_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8549330Z test_dispatch_symbolic_meta_inplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8549470Z test_dispatch_symbolic_meta_inplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8549600Z test_dispatch_symbolic_meta_inplace_double_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8549790Z test_dispatch_symbolic_meta_inplace_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8549930Z test_dispatch_symbolic_meta_inplace_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8550060Z test_dispatch_symbolic_meta_inplace_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8550200Z test_dispatch_symbolic_meta_inplace_double_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8550340Z test_dispatch_symbolic_meta_inplace_double_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8550470Z test_dispatch_symbolic_meta_inplace_double_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8550610Z test_dispatch_symbolic_meta_inplace_double_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8550750Z test_dispatch_symbolic_meta_inplace_double_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8550880Z test_dispatch_symbolic_meta_inplace_double_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8551010Z test_dispatch_symbolic_meta_inplace_double_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8551150Z test_dispatch_symbolic_meta_inplace_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8551280Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8551420Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8551560Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8551700Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8551840Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8551970Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8552110Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8552240Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8552400Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8552540Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8552680Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8552810Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8552940Z test_dispatch_symbolic_meta_inplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8553080Z test_dispatch_symbolic_meta_inplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8553210Z test_dispatch_symbolic_meta_inplace_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8553380Z test_dispatch_symbolic_meta_inplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8553520Z test_dispatch_symbolic_meta_inplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8553660Z test_dispatch_symbolic_meta_inplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8553790Z test_dispatch_symbolic_meta_inplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8553930Z test_dispatch_symbolic_meta_inplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8554060Z test_dispatch_symbolic_meta_inplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8554200Z test_dispatch_symbolic_meta_inplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8554330Z test_dispatch_symbolic_meta_inplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8554460Z test_dispatch_symbolic_meta_inplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8554590Z test_dispatch_symbolic_meta_inplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8554730Z test_dispatch_symbolic_meta_inplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8554860Z test_dispatch_symbolic_meta_inplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8555010Z test_dispatch_symbolic_meta_inplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8555150Z test_dispatch_symbolic_meta_inplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8555280Z test_dispatch_symbolic_meta_inplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8555420Z test_dispatch_symbolic_meta_inplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8555550Z test_dispatch_symbolic_meta_inplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8555680Z test_dispatch_symbolic_meta_inplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8555840Z test_dispatch_symbolic_meta_inplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8555980Z test_dispatch_symbolic_meta_inplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8556110Z test_dispatch_symbolic_meta_inplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8556250Z test_dispatch_symbolic_meta_inplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8556380Z test_dispatch_symbolic_meta_inplace_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8556520Z test_dispatch_symbolic_meta_inplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8556660Z test_dispatch_symbolic_meta_inplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8556800Z test_dispatch_symbolic_meta_inplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8556950Z test_dispatch_symbolic_meta_inplace_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8557090Z test_dispatch_symbolic_meta_inplace_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8557230Z test_dispatch_symbolic_meta_inplace_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8557360Z test_dispatch_symbolic_meta_inplace_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8560980Z test_dispatch_symbolic_meta_inplace_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8561120Z test_dispatch_symbolic_meta_inplace_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8561250Z test_dispatch_symbolic_meta_inplace_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8561380Z test_dispatch_symbolic_meta_inplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8561530Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8561670Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8561860Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8562010Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8562150Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8562290Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8562440Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8562580Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8562710Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8562850Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8563040Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8563180Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8563310Z test_dispatch_symbolic_meta_inplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8563420Z test_dispatch_symbolic_meta_inplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8563530Z test_dispatch_symbolic_meta_inplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8563640Z test_dispatch_symbolic_meta_inplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8563760Z test_dispatch_symbolic_meta_inplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8563870Z test_dispatch_symbolic_meta_inplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8564000Z test_dispatch_symbolic_meta_inplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8564110Z test_dispatch_symbolic_meta_inplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8564210Z test_dispatch_symbolic_meta_inplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8564320Z test_dispatch_symbolic_meta_inplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8564430Z test_dispatch_symbolic_meta_inplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8564530Z test_dispatch_symbolic_meta_inplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8564640Z test_dispatch_symbolic_meta_inplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8564740Z test_dispatch_symbolic_meta_inplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8564880Z test_dispatch_symbolic_meta_inplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8565020Z test_dispatch_symbolic_meta_inplace_equal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8565160Z test_dispatch_symbolic_meta_inplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8565300Z test_dispatch_symbolic_meta_inplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8565430Z test_dispatch_symbolic_meta_inplace_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8565570Z test_dispatch_symbolic_meta_inplace_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8565710Z test_dispatch_symbolic_meta_inplace_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8565840Z test_dispatch_symbolic_meta_inplace_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8565980Z test_dispatch_symbolic_meta_inplace_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8566110Z test_dispatch_symbolic_meta_inplace_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8566240Z test_dispatch_symbolic_meta_inplace_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8566370Z test_dispatch_symbolic_meta_inplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8566490Z test_dispatch_symbolic_meta_inplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8566640Z test_dispatch_symbolic_meta_inplace_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8566750Z test_dispatch_symbolic_meta_inplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8566860Z test_dispatch_symbolic_meta_inplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8566990Z test_dispatch_symbolic_meta_inplace_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8567120Z test_dispatch_symbolic_meta_inplace_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8567250Z test_dispatch_symbolic_meta_inplace_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8567380Z test_dispatch_symbolic_meta_inplace_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8567510Z test_dispatch_symbolic_meta_inplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8567640Z test_dispatch_symbolic_meta_inplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8567770Z test_dispatch_symbolic_meta_inplace_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8567880Z test_dispatch_symbolic_meta_inplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8567990Z test_dispatch_symbolic_meta_inplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8568120Z test_dispatch_symbolic_meta_inplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8568250Z test_dispatch_symbolic_meta_inplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8568380Z test_dispatch_symbolic_meta_inplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8568510Z test_dispatch_symbolic_meta_inplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8568640Z test_dispatch_symbolic_meta_inplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8568750Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8568890Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8569000Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8569110Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8569250Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8569380Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8569510Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8569640Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8569770Z test_dispatch_symbolic_meta_inplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8569890Z test_dispatch_symbolic_meta_inplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8570020Z test_dispatch_symbolic_meta_inplace_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8570130Z test_dispatch_symbolic_meta_inplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8570260Z test_dispatch_symbolic_meta_inplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8570370Z test_dispatch_symbolic_meta_inplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8570500Z test_dispatch_symbolic_meta_inplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8570640Z test_dispatch_symbolic_meta_inplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8570760Z test_dispatch_symbolic_meta_inplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8570890Z test_dispatch_symbolic_meta_inplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8571020Z test_dispatch_symbolic_meta_inplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8571130Z test_dispatch_symbolic_meta_inplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8571290Z test_dispatch_symbolic_meta_inplace_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8571410Z test_dispatch_symbolic_meta_inplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8571520Z test_dispatch_symbolic_meta_inplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8571630Z test_dispatch_symbolic_meta_inplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8571740Z test_dispatch_symbolic_meta_inplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8571870Z test_dispatch_symbolic_meta_inplace_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8572000Z test_dispatch_symbolic_meta_inplace_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8572130Z test_dispatch_symbolic_meta_inplace_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8572260Z test_dispatch_symbolic_meta_inplace_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8572390Z test_dispatch_symbolic_meta_inplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8572530Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8572670Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8572820Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8572960Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8573100Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8573240Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8573380Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8573510Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8573650Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8573780Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8573970Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8574110Z test_dispatch_symbolic_meta_inplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8574240Z test_dispatch_symbolic_meta_inplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8574380Z test_dispatch_symbolic_meta_inplace_expand_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8574520Z test_dispatch_symbolic_meta_inplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8574660Z test_dispatch_symbolic_meta_inplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8574800Z test_dispatch_symbolic_meta_inplace_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8574960Z test_dispatch_symbolic_meta_inplace_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8575090Z test_dispatch_symbolic_meta_inplace_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8575230Z test_dispatch_symbolic_meta_inplace_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8575370Z test_dispatch_symbolic_meta_inplace_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8575500Z test_dispatch_symbolic_meta_inplace_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8575640Z test_dispatch_symbolic_meta_inplace_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8575770Z test_dispatch_symbolic_meta_inplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8575890Z test_dispatch_symbolic_meta_inplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8576020Z test_dispatch_symbolic_meta_inplace_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8576130Z test_dispatch_symbolic_meta_inplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8576240Z test_dispatch_symbolic_meta_inplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8576370Z test_dispatch_symbolic_meta_inplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8576510Z test_dispatch_symbolic_meta_inplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8576640Z test_dispatch_symbolic_meta_inplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8576770Z test_dispatch_symbolic_meta_inplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8576900Z test_dispatch_symbolic_meta_inplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8577030Z test_dispatch_symbolic_meta_inplace_eye_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8577170Z test_dispatch_symbolic_meta_inplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8577310Z test_dispatch_symbolic_meta_inplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8577440Z test_dispatch_symbolic_meta_inplace_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8577600Z test_dispatch_symbolic_meta_inplace_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8577730Z test_dispatch_symbolic_meta_inplace_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8577860Z test_dispatch_symbolic_meta_inplace_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8578000Z test_dispatch_symbolic_meta_inplace_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8578130Z test_dispatch_symbolic_meta_inplace_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8578260Z test_dispatch_symbolic_meta_inplace_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8578390Z test_dispatch_symbolic_meta_inplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8578550Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8578700Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8578840Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8578980Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8579110Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8579250Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8579380Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8579510Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8579650Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8579790Z test_dispatch_symbolic_meta_inplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8579920Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8580060Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8580200Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8580340Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8580480Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8580610Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8580740Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8580870Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8581030Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8581160Z test_dispatch_symbolic_meta_inplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8581300Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8581440Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8581580Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8581720Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8581850Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8581990Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8582140Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8582270Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8582410Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8582540Z test_dispatch_symbolic_meta_inplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8582690Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8582830Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8582970Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8583120Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8583260Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8583400Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8583540Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8583690Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8583830Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8583970Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8584100Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8584240Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8584380Z test_dispatch_symbolic_meta_inplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8584540Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8584690Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8584830Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8584970Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8585100Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8585240Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8585380Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8585510Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8585680Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8585810Z test_dispatch_symbolic_meta_inplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8585950Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8586080Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8586230Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8586360Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8586500Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8586640Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8586770Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8586900Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8587040Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8587170Z test_dispatch_symbolic_meta_inplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8587310Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8587450Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8587590Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8587730Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8587870Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8588000Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8588160Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8588290Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8588430Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8588560Z test_dispatch_symbolic_meta_inplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8588690Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8588830Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8588970Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8589130Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8589270Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8589400Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8589540Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8589670Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8589800Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8589940Z test_dispatch_symbolic_meta_inplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8590070Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8590210Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8590350Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8590490Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8590630Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8590760Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8590900Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8591030Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8591170Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8591300Z test_dispatch_symbolic_meta_inplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8591440Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8591630Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8591770Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8591910Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8592050Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8592190Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8595760Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8595910Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8596100Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8596230Z test_dispatch_symbolic_meta_inplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8596370Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8596510Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8596660Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8596810Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8596950Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8597090Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8597240Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8597380Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8597520Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8597660Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8597790Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8597940Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8598080Z test_dispatch_symbolic_meta_inplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8598210Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8598350Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8598490Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8598650Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8598790Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8598920Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8599060Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8599190Z test_dispatch_symbolic_meta_inplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8599330Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8599470Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8599620Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8599760Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8599890Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8600030Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8600160Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8600300Z test_dispatch_symbolic_meta_inplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8600430Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8600570Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8600710Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8600850Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8600980Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8601110Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8601250Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8601380Z test_dispatch_symbolic_meta_inplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8601520Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8601660Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8601800Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8601940Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8602110Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8602250Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8602380Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8602510Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8602640Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8602780Z test_dispatch_symbolic_meta_inplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8602910Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8603090Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8603230Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8603370Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8603500Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8603640Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8603770Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8603900Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8604040Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8604170Z test_dispatch_symbolic_meta_inplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8604310Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8604450Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8604590Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8604730Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8604870Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8605010Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8605140Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8605280Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8605410Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8605570Z test_dispatch_symbolic_meta_inplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8605710Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8605850Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8605980Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8606120Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8606250Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8606380Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8606520Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8606670Z test_dispatch_symbolic_meta_inplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8606800Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8606950Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8607080Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8607220Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8607350Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8607480Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8607620Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8607760Z test_dispatch_symbolic_meta_inplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8607890Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8608030Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8608160Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8608300Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8608430Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8608570Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8608700Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8608830Z test_dispatch_symbolic_meta_inplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8608950Z test_dispatch_symbolic_meta_inplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8609080Z test_dispatch_symbolic_meta_inplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8609200Z test_dispatch_symbolic_meta_inplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8609320Z test_dispatch_symbolic_meta_inplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8609430Z test_dispatch_symbolic_meta_inplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8609540Z test_dispatch_symbolic_meta_inplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8609640Z test_dispatch_symbolic_meta_inplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8609750Z test_dispatch_symbolic_meta_inplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8609860Z test_dispatch_symbolic_meta_inplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8609960Z test_dispatch_symbolic_meta_inplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8610070Z test_dispatch_symbolic_meta_inplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8610200Z test_dispatch_symbolic_meta_inplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8610300Z test_dispatch_symbolic_meta_inplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8610450Z test_dispatch_symbolic_meta_inplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8610590Z test_dispatch_symbolic_meta_inplace_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8610730Z test_dispatch_symbolic_meta_inplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8610870Z test_dispatch_symbolic_meta_inplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8611010Z test_dispatch_symbolic_meta_inplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8611150Z test_dispatch_symbolic_meta_inplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8611290Z test_dispatch_symbolic_meta_inplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8611420Z test_dispatch_symbolic_meta_inplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8611550Z test_dispatch_symbolic_meta_inplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8611690Z test_dispatch_symbolic_meta_inplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8611820Z test_dispatch_symbolic_meta_inplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8611960Z test_dispatch_symbolic_meta_inplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8612100Z test_dispatch_symbolic_meta_inplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8612230Z test_dispatch_symbolic_meta_inplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8612370Z test_dispatch_symbolic_meta_inplace_flip_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8612500Z test_dispatch_symbolic_meta_inplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8612640Z test_dispatch_symbolic_meta_inplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8612800Z test_dispatch_symbolic_meta_inplace_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8612940Z test_dispatch_symbolic_meta_inplace_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8613070Z test_dispatch_symbolic_meta_inplace_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8613210Z test_dispatch_symbolic_meta_inplace_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8613340Z test_dispatch_symbolic_meta_inplace_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8613470Z test_dispatch_symbolic_meta_inplace_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8613610Z test_dispatch_symbolic_meta_inplace_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8613760Z test_dispatch_symbolic_meta_inplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8613890Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8614030Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8614170Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8614310Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8614450Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8614590Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8614720Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8614860Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8614990Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8615130Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8615260Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8615400Z test_dispatch_symbolic_meta_inplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8615540Z test_dispatch_symbolic_meta_inplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8615670Z test_dispatch_symbolic_meta_inplace_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8615810Z test_dispatch_symbolic_meta_inplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8615950Z test_dispatch_symbolic_meta_inplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8616080Z test_dispatch_symbolic_meta_inplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8616270Z test_dispatch_symbolic_meta_inplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8616410Z test_dispatch_symbolic_meta_inplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8616540Z test_dispatch_symbolic_meta_inplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8616670Z test_dispatch_symbolic_meta_inplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8616810Z test_dispatch_symbolic_meta_inplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8616940Z test_dispatch_symbolic_meta_inplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8617070Z test_dispatch_symbolic_meta_inplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8617210Z test_dispatch_symbolic_meta_inplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8617380Z test_dispatch_symbolic_meta_inplace_float_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8617520Z test_dispatch_symbolic_meta_inplace_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8617660Z test_dispatch_symbolic_meta_inplace_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8617790Z test_dispatch_symbolic_meta_inplace_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8617930Z test_dispatch_symbolic_meta_inplace_float_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8618070Z test_dispatch_symbolic_meta_inplace_float_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8618200Z test_dispatch_symbolic_meta_inplace_float_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8618340Z test_dispatch_symbolic_meta_inplace_float_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8618470Z test_dispatch_symbolic_meta_inplace_float_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8618600Z test_dispatch_symbolic_meta_inplace_float_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8618730Z test_dispatch_symbolic_meta_inplace_float_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8618860Z test_dispatch_symbolic_meta_inplace_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8619010Z test_dispatch_symbolic_meta_inplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8619160Z test_dispatch_symbolic_meta_inplace_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8619310Z test_dispatch_symbolic_meta_inplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8619460Z test_dispatch_symbolic_meta_inplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8619600Z test_dispatch_symbolic_meta_inplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8619750Z test_dispatch_symbolic_meta_inplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8619910Z test_dispatch_symbolic_meta_inplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8620050Z test_dispatch_symbolic_meta_inplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8620200Z test_dispatch_symbolic_meta_inplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8620340Z test_dispatch_symbolic_meta_inplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8620480Z test_dispatch_symbolic_meta_inplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8620620Z test_dispatch_symbolic_meta_inplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Function is in dispatch early skips (0.000s) 2022-11-23T01:20:47.8620730Z test_dispatch_symbolic_meta_inplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8620870Z test_dispatch_symbolic_meta_inplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8620980Z test_dispatch_symbolic_meta_inplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8621090Z test_dispatch_symbolic_meta_inplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8621200Z test_dispatch_symbolic_meta_inplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8621310Z test_dispatch_symbolic_meta_inplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8621410Z test_dispatch_symbolic_meta_inplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8621520Z test_dispatch_symbolic_meta_inplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8621640Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8621760Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8621880Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8621990Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8622110Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8622220Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8622330Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8622450Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8622560Z test_dispatch_symbolic_meta_inplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8622700Z test_dispatch_symbolic_meta_inplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8622840Z test_dispatch_symbolic_meta_inplace_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8622980Z test_dispatch_symbolic_meta_inplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8623110Z test_dispatch_symbolic_meta_inplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8623250Z test_dispatch_symbolic_meta_inplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8623380Z test_dispatch_symbolic_meta_inplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8623560Z test_dispatch_symbolic_meta_inplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8623690Z test_dispatch_symbolic_meta_inplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8623830Z test_dispatch_symbolic_meta_inplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8623960Z test_dispatch_symbolic_meta_inplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8624100Z test_dispatch_symbolic_meta_inplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8624230Z test_dispatch_symbolic_meta_inplace_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8624360Z test_dispatch_symbolic_meta_inplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8624520Z test_dispatch_symbolic_meta_inplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8624650Z test_dispatch_symbolic_meta_inplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8624780Z test_dispatch_symbolic_meta_inplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8624910Z test_dispatch_symbolic_meta_inplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8625040Z test_dispatch_symbolic_meta_inplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8625170Z test_dispatch_symbolic_meta_inplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8625310Z test_dispatch_symbolic_meta_inplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8625420Z test_dispatch_symbolic_meta_inplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8625540Z test_dispatch_symbolic_meta_inplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8625650Z test_dispatch_symbolic_meta_inplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8625750Z test_dispatch_symbolic_meta_inplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8625860Z test_dispatch_symbolic_meta_inplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8625970Z test_dispatch_symbolic_meta_inplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8626070Z test_dispatch_symbolic_meta_inplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8626180Z test_dispatch_symbolic_meta_inplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8626290Z test_dispatch_symbolic_meta_inplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8626400Z test_dispatch_symbolic_meta_inplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8626510Z test_dispatch_symbolic_meta_inplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8626620Z test_dispatch_symbolic_meta_inplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8626720Z test_dispatch_symbolic_meta_inplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8626860Z test_dispatch_symbolic_meta_inplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8627000Z test_dispatch_symbolic_meta_inplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8630580Z test_dispatch_symbolic_meta_inplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8630720Z test_dispatch_symbolic_meta_inplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8630860Z test_dispatch_symbolic_meta_inplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8630990Z test_dispatch_symbolic_meta_inplace_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8631130Z test_dispatch_symbolic_meta_inplace_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8631270Z test_dispatch_symbolic_meta_inplace_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8631410Z test_dispatch_symbolic_meta_inplace_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8631560Z test_dispatch_symbolic_meta_inplace_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8631700Z test_dispatch_symbolic_meta_inplace_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8631830Z test_dispatch_symbolic_meta_inplace_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8631960Z test_dispatch_symbolic_meta_inplace_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8632100Z test_dispatch_symbolic_meta_inplace_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8632230Z test_dispatch_symbolic_meta_inplace_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8632360Z test_dispatch_symbolic_meta_inplace_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8632490Z test_dispatch_symbolic_meta_inplace_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8632640Z test_dispatch_symbolic_meta_inplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8632770Z test_dispatch_symbolic_meta_inplace_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8632920Z test_dispatch_symbolic_meta_inplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8633060Z test_dispatch_symbolic_meta_inplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8633200Z test_dispatch_symbolic_meta_inplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8633340Z test_dispatch_symbolic_meta_inplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8633470Z test_dispatch_symbolic_meta_inplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8633610Z test_dispatch_symbolic_meta_inplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8633740Z test_dispatch_symbolic_meta_inplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8633880Z test_dispatch_symbolic_meta_inplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8634080Z test_dispatch_symbolic_meta_inplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8634220Z test_dispatch_symbolic_meta_inplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8634350Z test_dispatch_symbolic_meta_inplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8634490Z test_dispatch_symbolic_meta_inplace_gather_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8634630Z test_dispatch_symbolic_meta_inplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8634780Z test_dispatch_symbolic_meta_inplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8634910Z test_dispatch_symbolic_meta_inplace_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8635050Z test_dispatch_symbolic_meta_inplace_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8635220Z test_dispatch_symbolic_meta_inplace_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8635350Z test_dispatch_symbolic_meta_inplace_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8635490Z test_dispatch_symbolic_meta_inplace_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8635620Z test_dispatch_symbolic_meta_inplace_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8635760Z test_dispatch_symbolic_meta_inplace_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8635890Z test_dispatch_symbolic_meta_inplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8636000Z test_dispatch_symbolic_meta_inplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8636120Z test_dispatch_symbolic_meta_inplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8636230Z test_dispatch_symbolic_meta_inplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8636340Z test_dispatch_symbolic_meta_inplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8636450Z test_dispatch_symbolic_meta_inplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8636560Z test_dispatch_symbolic_meta_inplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8636680Z test_dispatch_symbolic_meta_inplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8636790Z test_dispatch_symbolic_meta_inplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8636900Z test_dispatch_symbolic_meta_inplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8637010Z test_dispatch_symbolic_meta_inplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8637120Z test_dispatch_symbolic_meta_inplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8637230Z test_dispatch_symbolic_meta_inplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8637340Z test_dispatch_symbolic_meta_inplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8637450Z test_dispatch_symbolic_meta_inplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8637560Z test_dispatch_symbolic_meta_inplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8637710Z test_dispatch_symbolic_meta_inplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8637880Z test_dispatch_symbolic_meta_inplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8638030Z test_dispatch_symbolic_meta_inplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8638170Z test_dispatch_symbolic_meta_inplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8638310Z test_dispatch_symbolic_meta_inplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8638460Z test_dispatch_symbolic_meta_inplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8638610Z test_dispatch_symbolic_meta_inplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8638750Z test_dispatch_symbolic_meta_inplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8638910Z test_dispatch_symbolic_meta_inplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8639050Z test_dispatch_symbolic_meta_inplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8639180Z test_dispatch_symbolic_meta_inplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8639320Z test_dispatch_symbolic_meta_inplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8639450Z test_dispatch_symbolic_meta_inplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8639590Z test_dispatch_symbolic_meta_inplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8639740Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8639880Z test_dispatch_symbolic_meta_inplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8639990Z test_dispatch_symbolic_meta_inplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8640100Z test_dispatch_symbolic_meta_inplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8640200Z test_dispatch_symbolic_meta_inplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8640310Z test_dispatch_symbolic_meta_inplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8640420Z test_dispatch_symbolic_meta_inplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8640520Z test_dispatch_symbolic_meta_inplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8640630Z test_dispatch_symbolic_meta_inplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8640740Z test_dispatch_symbolic_meta_inplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8640840Z test_dispatch_symbolic_meta_inplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8640940Z test_dispatch_symbolic_meta_inplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8641080Z test_dispatch_symbolic_meta_inplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8641220Z test_dispatch_symbolic_meta_inplace_half_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8641360Z test_dispatch_symbolic_meta_inplace_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8641520Z test_dispatch_symbolic_meta_inplace_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8641660Z test_dispatch_symbolic_meta_inplace_half_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8641790Z test_dispatch_symbolic_meta_inplace_half_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8641930Z test_dispatch_symbolic_meta_inplace_half_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8642060Z test_dispatch_symbolic_meta_inplace_half_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8642200Z test_dispatch_symbolic_meta_inplace_half_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8642330Z test_dispatch_symbolic_meta_inplace_half_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8642480Z test_dispatch_symbolic_meta_inplace_half_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8642620Z test_dispatch_symbolic_meta_inplace_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8642740Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8642850Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8642970Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8643080Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8643200Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8643310Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8643430Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8643540Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8643650Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8643760Z test_dispatch_symbolic_meta_inplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8643900Z test_dispatch_symbolic_meta_inplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8644040Z test_dispatch_symbolic_meta_inplace_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8644180Z test_dispatch_symbolic_meta_inplace_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8644320Z test_dispatch_symbolic_meta_inplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8644460Z test_dispatch_symbolic_meta_inplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8644600Z test_dispatch_symbolic_meta_inplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8644750Z test_dispatch_symbolic_meta_inplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8644890Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8645030Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8645180Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8645330Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8645460Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8645600Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8645740Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8645870Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8646010Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8646160Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8646300Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8646430Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8646560Z test_dispatch_symbolic_meta_inplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8646700Z test_dispatch_symbolic_meta_inplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8646840Z test_dispatch_symbolic_meta_inplace_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8646980Z test_dispatch_symbolic_meta_inplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8647120Z test_dispatch_symbolic_meta_inplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8647250Z test_dispatch_symbolic_meta_inplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8647390Z test_dispatch_symbolic_meta_inplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8647520Z test_dispatch_symbolic_meta_inplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8647660Z test_dispatch_symbolic_meta_inplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8647800Z test_dispatch_symbolic_meta_inplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8647930Z test_dispatch_symbolic_meta_inplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8648070Z test_dispatch_symbolic_meta_inplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8648200Z test_dispatch_symbolic_meta_inplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8648330Z test_dispatch_symbolic_meta_inplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8648440Z test_dispatch_symbolic_meta_inplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8648550Z test_dispatch_symbolic_meta_inplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8648730Z test_dispatch_symbolic_meta_inplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8648840Z test_dispatch_symbolic_meta_inplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8648970Z test_dispatch_symbolic_meta_inplace_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8649080Z test_dispatch_symbolic_meta_inplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8649190Z test_dispatch_symbolic_meta_inplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8649320Z test_dispatch_symbolic_meta_inplace_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8649450Z test_dispatch_symbolic_meta_inplace_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8649580Z test_dispatch_symbolic_meta_inplace_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8649740Z test_dispatch_symbolic_meta_inplace_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8649870Z test_dispatch_symbolic_meta_inplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8649980Z test_dispatch_symbolic_meta_inplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8650090Z test_dispatch_symbolic_meta_inplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8650210Z test_dispatch_symbolic_meta_inplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8650320Z test_dispatch_symbolic_meta_inplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8650430Z test_dispatch_symbolic_meta_inplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8650550Z test_dispatch_symbolic_meta_inplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8650660Z test_dispatch_symbolic_meta_inplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8650780Z test_dispatch_symbolic_meta_inplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8650920Z test_dispatch_symbolic_meta_inplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8651050Z test_dispatch_symbolic_meta_inplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8651190Z test_dispatch_symbolic_meta_inplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8651310Z test_dispatch_symbolic_meta_inplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8651420Z test_dispatch_symbolic_meta_inplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8651540Z test_dispatch_symbolic_meta_inplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8651670Z test_dispatch_symbolic_meta_inplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8651780Z test_dispatch_symbolic_meta_inplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8651900Z test_dispatch_symbolic_meta_inplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8652010Z test_dispatch_symbolic_meta_inplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8652120Z test_dispatch_symbolic_meta_inplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8652230Z test_dispatch_symbolic_meta_inplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8652370Z test_dispatch_symbolic_meta_inplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8652480Z test_dispatch_symbolic_meta_inplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8652590Z test_dispatch_symbolic_meta_inplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8652700Z test_dispatch_symbolic_meta_inplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8652810Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8652930Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8653050Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8653170Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8653280Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8653430Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8653540Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8653650Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8653760Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8653880Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8653990Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8654100Z test_dispatch_symbolic_meta_inplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8654210Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8654330Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8654440Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8654560Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8654680Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8654790Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8654900Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8655010Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8655110Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8655220Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8655330Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8655430Z test_dispatch_symbolic_meta_inplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8655550Z test_dispatch_symbolic_meta_inplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8655650Z test_dispatch_symbolic_meta_inplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8655770Z test_dispatch_symbolic_meta_inplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8655880Z test_dispatch_symbolic_meta_inplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8656010Z test_dispatch_symbolic_meta_inplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8656130Z test_dispatch_symbolic_meta_inplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8656240Z test_dispatch_symbolic_meta_inplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8656350Z test_dispatch_symbolic_meta_inplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8656450Z test_dispatch_symbolic_meta_inplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8656560Z test_dispatch_symbolic_meta_inplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8656670Z test_dispatch_symbolic_meta_inplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8656770Z test_dispatch_symbolic_meta_inplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8656880Z test_dispatch_symbolic_meta_inplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8657020Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8657130Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8657240Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8657350Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8657460Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8657570Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8657680Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8657790Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8657890Z test_dispatch_symbolic_meta_inplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.8658030Z test_dispatch_symbolic_meta_inplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8658170Z test_dispatch_symbolic_meta_inplace_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8658310Z test_dispatch_symbolic_meta_inplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8658450Z test_dispatch_symbolic_meta_inplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8658590Z test_dispatch_symbolic_meta_inplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8658730Z test_dispatch_symbolic_meta_inplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8658870Z test_dispatch_symbolic_meta_inplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8659010Z test_dispatch_symbolic_meta_inplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8659140Z test_dispatch_symbolic_meta_inplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8659280Z test_dispatch_symbolic_meta_inplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8659410Z test_dispatch_symbolic_meta_inplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8659590Z test_dispatch_symbolic_meta_inplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8659730Z test_dispatch_symbolic_meta_inplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8659860Z test_dispatch_symbolic_meta_inplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8660000Z test_dispatch_symbolic_meta_inplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8660130Z test_dispatch_symbolic_meta_inplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8663920Z test_dispatch_symbolic_meta_inplace_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8664070Z test_dispatch_symbolic_meta_inplace_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8664230Z test_dispatch_symbolic_meta_inplace_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8664360Z test_dispatch_symbolic_meta_inplace_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8664490Z test_dispatch_symbolic_meta_inplace_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8664620Z test_dispatch_symbolic_meta_inplace_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8664750Z test_dispatch_symbolic_meta_inplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8664880Z test_dispatch_symbolic_meta_inplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8665010Z test_dispatch_symbolic_meta_inplace_int_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8665150Z test_dispatch_symbolic_meta_inplace_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8665280Z test_dispatch_symbolic_meta_inplace_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8665410Z test_dispatch_symbolic_meta_inplace_int_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8665530Z test_dispatch_symbolic_meta_inplace_int_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8665660Z test_dispatch_symbolic_meta_inplace_int_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8665790Z test_dispatch_symbolic_meta_inplace_int_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8665920Z test_dispatch_symbolic_meta_inplace_int_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8666040Z test_dispatch_symbolic_meta_inplace_int_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8666170Z test_dispatch_symbolic_meta_inplace_int_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8666290Z test_dispatch_symbolic_meta_inplace_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8666430Z test_dispatch_symbolic_meta_inplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8666570Z test_dispatch_symbolic_meta_inplace_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8666730Z test_dispatch_symbolic_meta_inplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8666880Z test_dispatch_symbolic_meta_inplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8667020Z test_dispatch_symbolic_meta_inplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8667150Z test_dispatch_symbolic_meta_inplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8667290Z test_dispatch_symbolic_meta_inplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8667680Z test_dispatch_symbolic_meta_inplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8668090Z test_dispatch_symbolic_meta_inplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8668500Z test_dispatch_symbolic_meta_inplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8668820Z test_dispatch_symbolic_meta_inplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8669140Z test_dispatch_symbolic_meta_inplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8669530Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8669830Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8670170Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8670490Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8670810Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8671120Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8671420Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8671720Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8672020Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8672320Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8672620Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8672920Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8673220Z test_dispatch_symbolic_meta_inplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8673530Z test_dispatch_symbolic_meta_inplace_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8673830Z test_dispatch_symbolic_meta_inplace_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8674180Z test_dispatch_symbolic_meta_inplace_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8674490Z test_dispatch_symbolic_meta_inplace_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8674780Z test_dispatch_symbolic_meta_inplace_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8675080Z test_dispatch_symbolic_meta_inplace_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8675370Z test_dispatch_symbolic_meta_inplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8675670Z test_dispatch_symbolic_meta_inplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8675970Z test_dispatch_symbolic_meta_inplace_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8676280Z test_dispatch_symbolic_meta_inplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8676610Z test_dispatch_symbolic_meta_inplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8676920Z test_dispatch_symbolic_meta_inplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8677230Z test_dispatch_symbolic_meta_inplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8677520Z test_dispatch_symbolic_meta_inplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8677950Z test_dispatch_symbolic_meta_inplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8678250Z test_dispatch_symbolic_meta_inplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8678550Z test_dispatch_symbolic_meta_inplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8678850Z test_dispatch_symbolic_meta_inplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8679160Z test_dispatch_symbolic_meta_inplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8679450Z test_dispatch_symbolic_meta_inplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8679750Z test_dispatch_symbolic_meta_inplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8680050Z test_dispatch_symbolic_meta_inplace_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8680360Z test_dispatch_symbolic_meta_inplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8680660Z test_dispatch_symbolic_meta_inplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8680990Z test_dispatch_symbolic_meta_inplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8681300Z test_dispatch_symbolic_meta_inplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8681600Z test_dispatch_symbolic_meta_inplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8681890Z test_dispatch_symbolic_meta_inplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8682250Z test_dispatch_symbolic_meta_inplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8682550Z test_dispatch_symbolic_meta_inplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8682840Z test_dispatch_symbolic_meta_inplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8683130Z test_dispatch_symbolic_meta_inplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8683430Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8683740Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8684040Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8684370Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8684670Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8684970Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8685270Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8685570Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8685870Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8686170Z test_dispatch_symbolic_meta_inplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8686480Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8686880Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8687210Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8687510Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8687810Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8688110Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8688420Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8688720Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8689010Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8689310Z test_dispatch_symbolic_meta_inplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8689610Z test_dispatch_symbolic_meta_inplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8689910Z test_dispatch_symbolic_meta_inplace_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8690240Z test_dispatch_symbolic_meta_inplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8690560Z test_dispatch_symbolic_meta_inplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8690860Z test_dispatch_symbolic_meta_inplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8691150Z test_dispatch_symbolic_meta_inplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8691450Z test_dispatch_symbolic_meta_inplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8691740Z test_dispatch_symbolic_meta_inplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8692040Z test_dispatch_symbolic_meta_inplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8692360Z test_dispatch_symbolic_meta_inplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8698880Z test_dispatch_symbolic_meta_inplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8699210Z test_dispatch_symbolic_meta_inplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8699530Z test_dispatch_symbolic_meta_inplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8699850Z test_dispatch_symbolic_meta_inplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8700160Z test_dispatch_symbolic_meta_inplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8700480Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8700800Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8701120Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8701440Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8701750Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8702070Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8702380Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8702690Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8703000Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8703310Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8703620Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8703920Z test_dispatch_symbolic_meta_inplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8704300Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8704640Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8704990Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8705320Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8705660Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8705980Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8706310Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8706670Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8706980Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8707290Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8707600Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8707920Z test_dispatch_symbolic_meta_inplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8708230Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8708540Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8708840Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8709150Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8709460Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8709760Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8710060Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8710360Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8710650Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8710950Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8711240Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8711540Z test_dispatch_symbolic_meta_inplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8711840Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8712190Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8712520Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8712850Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8713170Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8713490Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8713800Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8714110Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8714450Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8714760Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8715080Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8715390Z test_dispatch_symbolic_meta_inplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8715700Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8715990Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8716300Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8716610Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8716910Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8717210Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8717500Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8717790Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8718080Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8718360Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8718630Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8718910Z test_dispatch_symbolic_meta_inplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.8719200Z test_dispatch_symbolic_meta_inplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8719490Z test_dispatch_symbolic_meta_inplace_kron_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8719810Z test_dispatch_symbolic_meta_inplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8720110Z test_dispatch_symbolic_meta_inplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8720400Z test_dispatch_symbolic_meta_inplace_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8720690Z test_dispatch_symbolic_meta_inplace_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8720970Z test_dispatch_symbolic_meta_inplace_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8721260Z test_dispatch_symbolic_meta_inplace_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8721550Z test_dispatch_symbolic_meta_inplace_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8721830Z test_dispatch_symbolic_meta_inplace_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8722140Z test_dispatch_symbolic_meta_inplace_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8722430Z test_dispatch_symbolic_meta_inplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8722720Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8723020Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8723320Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8723620Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8723910Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8724190Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8724480Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8724770Z test_dispatch_symbolic_meta_inplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8725030Z test_dispatch_symbolic_meta_inplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8725260Z test_dispatch_symbolic_meta_inplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8725510Z test_dispatch_symbolic_meta_inplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8725760Z test_dispatch_symbolic_meta_inplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8726000Z test_dispatch_symbolic_meta_inplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8726240Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8726510Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.8726780Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8727030Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8727280Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8727540Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8727790Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8728050Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.8728330Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.8728610Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.8728890Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.8729170Z test_dispatch_symbolic_meta_inplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:47.8729430Z test_dispatch_symbolic_meta_inplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8729670Z test_dispatch_symbolic_meta_inplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8729930Z test_dispatch_symbolic_meta_inplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8730170Z test_dispatch_symbolic_meta_inplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8730400Z test_dispatch_symbolic_meta_inplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8730620Z test_dispatch_symbolic_meta_inplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8730860Z test_dispatch_symbolic_meta_inplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8736550Z test_dispatch_symbolic_meta_inplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8736790Z test_dispatch_symbolic_meta_inplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8737020Z test_dispatch_symbolic_meta_inplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8737260Z test_dispatch_symbolic_meta_inplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8737510Z test_dispatch_symbolic_meta_inplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8737760Z test_dispatch_symbolic_meta_inplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.8738000Z test_dispatch_symbolic_meta_inplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8738240Z test_dispatch_symbolic_meta_inplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8738620Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8738880Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8739130Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8739370Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8739630Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8739910Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8740170Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8740440Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8740710Z test_dispatch_symbolic_meta_inplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8741070Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8741370Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8741680Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8741970Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8742270Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8742580Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8742880Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8743230Z test_dispatch_symbolic_meta_inplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8743540Z test_dispatch_symbolic_meta_inplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8743850Z test_dispatch_symbolic_meta_inplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8744160Z test_dispatch_symbolic_meta_inplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8744460Z test_dispatch_symbolic_meta_inplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8744770Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8745080Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8745400Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8745710Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8746010Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8746300Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8746590Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8746870Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8747160Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8747440Z test_dispatch_symbolic_meta_inplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8747730Z test_dispatch_symbolic_meta_inplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8748020Z test_dispatch_symbolic_meta_inplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8748310Z test_dispatch_symbolic_meta_inplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8748640Z test_dispatch_symbolic_meta_inplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8748940Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8749250Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8749550Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8749850Z test_dispatch_symbolic_meta_inplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8750150Z test_dispatch_symbolic_meta_inplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8750520Z test_dispatch_symbolic_meta_inplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8750830Z test_dispatch_symbolic_meta_inplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8751130Z test_dispatch_symbolic_meta_inplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8751430Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8751730Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8752030Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8752330Z test_dispatch_symbolic_meta_inplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8752630Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8752940Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8753230Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8753520Z test_dispatch_symbolic_meta_inplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8753810Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8754110Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8754410Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8754700Z test_dispatch_symbolic_meta_inplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8755000Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8755320Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8755640Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8755970Z test_dispatch_symbolic_meta_inplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8756270Z test_dispatch_symbolic_meta_inplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8756630Z test_dispatch_symbolic_meta_inplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8756930Z test_dispatch_symbolic_meta_inplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8757230Z test_dispatch_symbolic_meta_inplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8757540Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8757840Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8758160Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8758460Z test_dispatch_symbolic_meta_inplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8758760Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8759080Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8759380Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8759680Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8759970Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8760270Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8760580Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8760880Z test_dispatch_symbolic_meta_inplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8761170Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8761470Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8761770Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8762060Z test_dispatch_symbolic_meta_inplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8762350Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8762640Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8762930Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8763230Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8763630Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8763960Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8764300Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8764620Z test_dispatch_symbolic_meta_inplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8764920Z test_dispatch_symbolic_meta_inplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8765240Z test_dispatch_symbolic_meta_inplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8765540Z test_dispatch_symbolic_meta_inplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8765830Z test_dispatch_symbolic_meta_inplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8766130Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8766430Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8766740Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8767050Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8767360Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8767690Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8768000Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8768300Z test_dispatch_symbolic_meta_inplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8768610Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8768920Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8769220Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8769520Z test_dispatch_symbolic_meta_inplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8769820Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8770130Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8770480Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8770790Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8771100Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8771410Z test_dispatch_symbolic_meta_inplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8771720Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8772040Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8776440Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8776820Z test_dispatch_symbolic_meta_inplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8777140Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8777450Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8777770Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8778080Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8778400Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8778720Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8779040Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8779350Z test_dispatch_symbolic_meta_inplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8779660Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8779950Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8780250Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8780550Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8780840Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8781130Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8781430Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8781740Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8782100Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8782410Z test_dispatch_symbolic_meta_inplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8782710Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8783010Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8783300Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8783600Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8783910Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8784210Z test_dispatch_symbolic_meta_inplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8784520Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8784840Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8785160Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8785480Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8785790Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8786110Z test_dispatch_symbolic_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8786400Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8786690Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8786980Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8787270Z test_dispatch_symbolic_meta_inplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8787570Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8787880Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8788180Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8788480Z test_dispatch_symbolic_meta_inplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8788810Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.8789190Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.8789550Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.8789900Z test_dispatch_symbolic_meta_inplace_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.8790230Z test_dispatch_symbolic_meta_inplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8790530Z test_dispatch_symbolic_meta_inplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8790840Z test_dispatch_symbolic_meta_inplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8791150Z test_dispatch_symbolic_meta_inplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8791490Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8791810Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8792140Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8792450Z test_dispatch_symbolic_meta_inplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8792750Z test_dispatch_symbolic_meta_inplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8793070Z test_dispatch_symbolic_meta_inplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8793380Z test_dispatch_symbolic_meta_inplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8793750Z test_dispatch_symbolic_meta_inplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8794040Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8794340Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8794630Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8794920Z test_dispatch_symbolic_meta_inplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8795220Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8795540Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8795840Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8796140Z test_dispatch_symbolic_meta_inplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8796440Z test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8796770Z test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8797060Z test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8797350Z test_dispatch_symbolic_meta_inplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8797640Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8797970Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8798270Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8798580Z test_dispatch_symbolic_meta_inplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8798910Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8799210Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8799520Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8799830Z test_dispatch_symbolic_meta_inplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8800140Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8800450Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8800760Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8801070Z test_dispatch_symbolic_meta_inplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8801380Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8801680Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8801980Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8802280Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8802580Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8802880Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8803170Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8803470Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8803760Z test_dispatch_symbolic_meta_inplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8804110Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8804470Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8804770Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8805140Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8805460Z test_dispatch_symbolic_meta_inplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8805770Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8806100Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8806470Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8806790Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8807090Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8807380Z test_dispatch_symbolic_meta_inplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8807670Z test_dispatch_symbolic_meta_inplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8808050Z test_dispatch_symbolic_meta_inplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8808350Z test_dispatch_symbolic_meta_inplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8808660Z test_dispatch_symbolic_meta_inplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8808950Z test_dispatch_symbolic_meta_inplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8809240Z test_dispatch_symbolic_meta_inplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8809530Z test_dispatch_symbolic_meta_inplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8809820Z test_dispatch_symbolic_meta_inplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8810110Z test_dispatch_symbolic_meta_inplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8810400Z test_dispatch_symbolic_meta_inplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8810690Z test_dispatch_symbolic_meta_inplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8810950Z test_dispatch_symbolic_meta_inplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8811220Z test_dispatch_symbolic_meta_inplace_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8811490Z test_dispatch_symbolic_meta_inplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8811730Z test_dispatch_symbolic_meta_inplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8812010Z test_dispatch_symbolic_meta_inplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8812250Z test_dispatch_symbolic_meta_inplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8812510Z test_dispatch_symbolic_meta_inplace_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8816970Z test_dispatch_symbolic_meta_inplace_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8817260Z test_dispatch_symbolic_meta_inplace_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8817550Z test_dispatch_symbolic_meta_inplace_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8817840Z test_dispatch_symbolic_meta_inplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8818110Z test_dispatch_symbolic_meta_inplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8818430Z test_dispatch_symbolic_meta_inplace_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8818700Z test_dispatch_symbolic_meta_inplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8818960Z test_dispatch_symbolic_meta_inplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8819230Z test_dispatch_symbolic_meta_inplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8819510Z test_dispatch_symbolic_meta_inplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8819800Z test_dispatch_symbolic_meta_inplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8820080Z test_dispatch_symbolic_meta_inplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8820370Z test_dispatch_symbolic_meta_inplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8820620Z test_dispatch_symbolic_meta_inplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8820880Z test_dispatch_symbolic_meta_inplace_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8821140Z test_dispatch_symbolic_meta_inplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8821390Z test_dispatch_symbolic_meta_inplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8821630Z test_dispatch_symbolic_meta_inplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8821870Z test_dispatch_symbolic_meta_inplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8822130Z test_dispatch_symbolic_meta_inplace_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8822410Z test_dispatch_symbolic_meta_inplace_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8822680Z test_dispatch_symbolic_meta_inplace_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8822960Z test_dispatch_symbolic_meta_inplace_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8823230Z test_dispatch_symbolic_meta_inplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8823480Z test_dispatch_symbolic_meta_inplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8823740Z test_dispatch_symbolic_meta_inplace_log_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8824020Z test_dispatch_symbolic_meta_inplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8824270Z test_dispatch_symbolic_meta_inplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8824590Z test_dispatch_symbolic_meta_inplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8824840Z test_dispatch_symbolic_meta_inplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8825100Z test_dispatch_symbolic_meta_inplace_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8825390Z test_dispatch_symbolic_meta_inplace_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8825670Z test_dispatch_symbolic_meta_inplace_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8825950Z test_dispatch_symbolic_meta_inplace_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8826250Z test_dispatch_symbolic_meta_inplace_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8826540Z test_dispatch_symbolic_meta_inplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8826840Z test_dispatch_symbolic_meta_inplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8827140Z test_dispatch_symbolic_meta_inplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8827450Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8827770Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8828080Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8828400Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8828710Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8829030Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8829340Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8829680Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8830000Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8830320Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8830640Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8830960Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8831260Z test_dispatch_symbolic_meta_inplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8831590Z test_dispatch_symbolic_meta_inplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8831890Z test_dispatch_symbolic_meta_inplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8832190Z test_dispatch_symbolic_meta_inplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8832490Z test_dispatch_symbolic_meta_inplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8832790Z test_dispatch_symbolic_meta_inplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8833090Z test_dispatch_symbolic_meta_inplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8833390Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8833740Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8834050Z test_dispatch_symbolic_meta_inplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8834350Z test_dispatch_symbolic_meta_inplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8834770Z test_dispatch_symbolic_meta_inplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8835070Z test_dispatch_symbolic_meta_inplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8835370Z test_dispatch_symbolic_meta_inplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8835650Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8835910Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8836180Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8836430Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8836690Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8836940Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8837180Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8837440Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8837690Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8837930Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8838170Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8838420Z test_dispatch_symbolic_meta_inplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8838540Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8838650Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8838770Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8838890Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8839070Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8839200Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8839310Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8839420Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8839530Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8839640Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8839750Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8839870Z test_dispatch_symbolic_meta_inplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8839990Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8840140Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8840260Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8840380Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8840490Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8840610Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8840730Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8840840Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8840960Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8841080Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8841190Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8841310Z test_dispatch_symbolic_meta_inplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8841430Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8841540Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8841670Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8841790Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8841910Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8842030Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8842150Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8842270Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8842380Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8842490Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8842610Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8842730Z test_dispatch_symbolic_meta_inplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8842900Z test_dispatch_symbolic_meta_inplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8843040Z test_dispatch_symbolic_meta_inplace_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8843160Z test_dispatch_symbolic_meta_inplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8843270Z test_dispatch_symbolic_meta_inplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8843410Z test_dispatch_symbolic_meta_inplace_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8843550Z test_dispatch_symbolic_meta_inplace_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8843680Z test_dispatch_symbolic_meta_inplace_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8843810Z test_dispatch_symbolic_meta_inplace_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8843960Z test_dispatch_symbolic_meta_inplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.8844100Z test_dispatch_symbolic_meta_inplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8844250Z test_dispatch_symbolic_meta_inplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8844390Z test_dispatch_symbolic_meta_inplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8844530Z test_dispatch_symbolic_meta_inplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8844670Z test_dispatch_symbolic_meta_inplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8844810Z test_dispatch_symbolic_meta_inplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8844950Z test_dispatch_symbolic_meta_inplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8845080Z test_dispatch_symbolic_meta_inplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8845220Z test_dispatch_symbolic_meta_inplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8845360Z test_dispatch_symbolic_meta_inplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8845500Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8845640Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8845780Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8845920Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8846060Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8846200Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8846330Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8846490Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8846630Z test_dispatch_symbolic_meta_inplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8846770Z test_dispatch_symbolic_meta_inplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8846900Z test_dispatch_symbolic_meta_inplace_long_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8847050Z test_dispatch_symbolic_meta_inplace_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8847180Z test_dispatch_symbolic_meta_inplace_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8847310Z test_dispatch_symbolic_meta_inplace_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8847470Z test_dispatch_symbolic_meta_inplace_long_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8847600Z test_dispatch_symbolic_meta_inplace_long_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8847730Z test_dispatch_symbolic_meta_inplace_long_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8847900Z test_dispatch_symbolic_meta_inplace_long_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8848040Z test_dispatch_symbolic_meta_inplace_long_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8848170Z test_dispatch_symbolic_meta_inplace_long_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8848310Z test_dispatch_symbolic_meta_inplace_long_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8848450Z test_dispatch_symbolic_meta_inplace_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8848560Z test_dispatch_symbolic_meta_inplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8848670Z test_dispatch_symbolic_meta_inplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8848780Z test_dispatch_symbolic_meta_inplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8848890Z test_dispatch_symbolic_meta_inplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8848990Z test_dispatch_symbolic_meta_inplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8849100Z test_dispatch_symbolic_meta_inplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8849210Z test_dispatch_symbolic_meta_inplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8849320Z test_dispatch_symbolic_meta_inplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8853340Z test_dispatch_symbolic_meta_inplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8853490Z test_dispatch_symbolic_meta_inplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8853630Z test_dispatch_symbolic_meta_inplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8853770Z test_dispatch_symbolic_meta_inplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8853910Z test_dispatch_symbolic_meta_inplace_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8854070Z test_dispatch_symbolic_meta_inplace_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8854220Z test_dispatch_symbolic_meta_inplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8854360Z test_dispatch_symbolic_meta_inplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8854500Z test_dispatch_symbolic_meta_inplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8854630Z test_dispatch_symbolic_meta_inplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8854780Z test_dispatch_symbolic_meta_inplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8854930Z test_dispatch_symbolic_meta_inplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8855060Z test_dispatch_symbolic_meta_inplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8855210Z test_dispatch_symbolic_meta_inplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8855350Z test_dispatch_symbolic_meta_inplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8855480Z test_dispatch_symbolic_meta_inplace_mH_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8855610Z test_dispatch_symbolic_meta_inplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8855740Z test_dispatch_symbolic_meta_inplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8855870Z test_dispatch_symbolic_meta_inplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8856000Z test_dispatch_symbolic_meta_inplace_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8856130Z test_dispatch_symbolic_meta_inplace_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8856260Z test_dispatch_symbolic_meta_inplace_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8856380Z test_dispatch_symbolic_meta_inplace_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8856510Z test_dispatch_symbolic_meta_inplace_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8856630Z test_dispatch_symbolic_meta_inplace_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8856760Z test_dispatch_symbolic_meta_inplace_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8856890Z test_dispatch_symbolic_meta_inplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8857020Z test_dispatch_symbolic_meta_inplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8857150Z test_dispatch_symbolic_meta_inplace_mT_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8857280Z test_dispatch_symbolic_meta_inplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8857410Z test_dispatch_symbolic_meta_inplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8857610Z test_dispatch_symbolic_meta_inplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8857770Z test_dispatch_symbolic_meta_inplace_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8857890Z test_dispatch_symbolic_meta_inplace_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8858020Z test_dispatch_symbolic_meta_inplace_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8858150Z test_dispatch_symbolic_meta_inplace_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8858280Z test_dispatch_symbolic_meta_inplace_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8858410Z test_dispatch_symbolic_meta_inplace_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8858590Z test_dispatch_symbolic_meta_inplace_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8858760Z test_dispatch_symbolic_meta_inplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8858900Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8859050Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8859200Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8859340Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8859490Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8859630Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8859770Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8859920Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8860060Z test_dispatch_symbolic_meta_inplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8860210Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8860350Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8860500Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8860640Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8860770Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8860900Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8861030Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8861160Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8861340Z test_dispatch_symbolic_meta_inplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8861480Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8861620Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8861760Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8861890Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8862030Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8862160Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8862320Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8862450Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8862590Z test_dispatch_symbolic_meta_inplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8862720Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8862860Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8863000Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8863130Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8863270Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8863400Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8863530Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8863670Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8863800Z test_dispatch_symbolic_meta_inplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8863940Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8864080Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8864220Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8864360Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8864500Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8864730Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8864880Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8865020Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8865170Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8865310Z test_dispatch_symbolic_meta_inplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8865460Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8865600Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8865770Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8865910Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8866050Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8866190Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8866330Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8866470Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8866610Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8866740Z test_dispatch_symbolic_meta_inplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8866860Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8866980Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8867100Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8867220Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8867340Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8867460Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8867570Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8867680Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8867800Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8867910Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8868020Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8868130Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8868250Z test_dispatch_symbolic_meta_inplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8868420Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8868570Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8868720Z test_dispatch_symbolic_meta_inplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8868860Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8869010Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8869150Z test_dispatch_symbolic_meta_inplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8869300Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8869460Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8869600Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8869740Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8869880Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8870020Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8870160Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8870310Z test_dispatch_symbolic_meta_inplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8870450Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8870590Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8870800Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8870950Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8871090Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8871230Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8871370Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8871520Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8871670Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8871810Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8871990Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8872140Z test_dispatch_symbolic_meta_inplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8872290Z test_dispatch_symbolic_meta_inplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8872430Z test_dispatch_symbolic_meta_inplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8872580Z test_dispatch_symbolic_meta_inplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8872730Z test_dispatch_symbolic_meta_inplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8872880Z test_dispatch_symbolic_meta_inplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8873060Z test_dispatch_symbolic_meta_inplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8873200Z test_dispatch_symbolic_meta_inplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8873360Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8873510Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8873670Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8873820Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8873970Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8874110Z test_dispatch_symbolic_meta_inplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8874260Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8874400Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8874550Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8874700Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8874850Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8874990Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8875130Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8875280Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8875420Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8875560Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8875730Z test_dispatch_symbolic_meta_inplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8875860Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8875990Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8876120Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8876250Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8876370Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8876500Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8876620Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8876780Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8876900Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8877020Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8877140Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8877260Z test_dispatch_symbolic_meta_inplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8877410Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8877560Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8877710Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8877860Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8878000Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8878140Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8878280Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8878420Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8878560Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8878700Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8878840Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8878970Z test_dispatch_symbolic_meta_inplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8879120Z test_dispatch_symbolic_meta_inplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8879260Z test_dispatch_symbolic_meta_inplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8879460Z test_dispatch_symbolic_meta_inplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8879600Z test_dispatch_symbolic_meta_inplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8879740Z test_dispatch_symbolic_meta_inplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8879880Z test_dispatch_symbolic_meta_inplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8880020Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8880160Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8880300Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8880470Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8880610Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8880750Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8880890Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8881020Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8881160Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8881310Z test_dispatch_symbolic_meta_inplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8881450Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8881580Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8881720Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8881870Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8882000Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8882150Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8882320Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8882460Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8882600Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8882740Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8882880Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8883050Z test_dispatch_symbolic_meta_inplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8883190Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8883330Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8883480Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8883610Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8883750Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8883890Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8884050Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8884180Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8884320Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8884450Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8884590Z test_dispatch_symbolic_meta_inplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8884720Z test_dispatch_symbolic_meta_inplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8884870Z test_dispatch_symbolic_meta_inplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8885000Z test_dispatch_symbolic_meta_inplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8885140Z test_dispatch_symbolic_meta_inplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8885280Z test_dispatch_symbolic_meta_inplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8885410Z test_dispatch_symbolic_meta_inplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8885550Z test_dispatch_symbolic_meta_inplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8885690Z test_dispatch_symbolic_meta_inplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8885830Z test_dispatch_symbolic_meta_inplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8885970Z test_dispatch_symbolic_meta_inplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8886100Z test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8891340Z test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8891510Z test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8891730Z test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8891880Z test_dispatch_symbolic_meta_inplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8892020Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8892160Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8892300Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8892440Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8892570Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8892750Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8892890Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8893030Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8893170Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8893300Z test_dispatch_symbolic_meta_inplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8893460Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8893620Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8893770Z test_dispatch_symbolic_meta_inplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8893920Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8894070Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8894220Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8894440Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8894600Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8894750Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8894900Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8895050Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8895200Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8895410Z test_dispatch_symbolic_meta_inplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8895560Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8895710Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8895860Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8896000Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8896150Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8896300Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8896470Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8896620Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8896760Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8896900Z test_dispatch_symbolic_meta_inplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8897040Z test_dispatch_symbolic_meta_inplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8897180Z test_dispatch_symbolic_meta_inplace_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8897320Z test_dispatch_symbolic_meta_inplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8897460Z test_dispatch_symbolic_meta_inplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8897590Z test_dispatch_symbolic_meta_inplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8897730Z test_dispatch_symbolic_meta_inplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8897860Z test_dispatch_symbolic_meta_inplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8898000Z test_dispatch_symbolic_meta_inplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8898130Z test_dispatch_symbolic_meta_inplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8898270Z test_dispatch_symbolic_meta_inplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8898400Z test_dispatch_symbolic_meta_inplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8898540Z test_dispatch_symbolic_meta_inplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8898690Z test_dispatch_symbolic_meta_inplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8898830Z test_dispatch_symbolic_meta_inplace_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8898990Z test_dispatch_symbolic_meta_inplace_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8899140Z test_dispatch_symbolic_meta_inplace_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8899280Z test_dispatch_symbolic_meta_inplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8899420Z test_dispatch_symbolic_meta_inplace_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8899550Z test_dispatch_symbolic_meta_inplace_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8899690Z test_dispatch_symbolic_meta_inplace_median_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8899820Z test_dispatch_symbolic_meta_inplace_median_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8899970Z test_dispatch_symbolic_meta_inplace_median_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8900110Z test_dispatch_symbolic_meta_inplace_median_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8900240Z test_dispatch_symbolic_meta_inplace_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8900400Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8900550Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8900700Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8900860Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8901010Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8901160Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8901310Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8901450Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8901600Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8901750Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8901900Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8902050Z test_dispatch_symbolic_meta_inplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8902200Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8902350Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8902520Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8902680Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8902880Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8903030Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8903180Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8903340Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8903490Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8903660Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8903800Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8903950Z test_dispatch_symbolic_meta_inplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8904090Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8904230Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8904370Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8904520Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8904660Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8904800Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8904930Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8905070Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8905260Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8905390Z test_dispatch_symbolic_meta_inplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8905540Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8905690Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8905840Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8905980Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8906160Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8906310Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8906460Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8906600Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8906750Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8906900Z test_dispatch_symbolic_meta_inplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8907040Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8907250Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8907400Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8907550Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8907700Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8907840Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8908040Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8908190Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8908340Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8908490Z test_dispatch_symbolic_meta_inplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8908630Z test_dispatch_symbolic_meta_inplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8908770Z test_dispatch_symbolic_meta_inplace_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8908910Z test_dispatch_symbolic_meta_inplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8909040Z test_dispatch_symbolic_meta_inplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8909180Z test_dispatch_symbolic_meta_inplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8909310Z test_dispatch_symbolic_meta_inplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8909440Z test_dispatch_symbolic_meta_inplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8909570Z test_dispatch_symbolic_meta_inplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8909720Z test_dispatch_symbolic_meta_inplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8909850Z test_dispatch_symbolic_meta_inplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8909980Z test_dispatch_symbolic_meta_inplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8910110Z test_dispatch_symbolic_meta_inplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8910240Z test_dispatch_symbolic_meta_inplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8910370Z test_dispatch_symbolic_meta_inplace_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8910500Z test_dispatch_symbolic_meta_inplace_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8910690Z test_dispatch_symbolic_meta_inplace_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8910840Z test_dispatch_symbolic_meta_inplace_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8910980Z test_dispatch_symbolic_meta_inplace_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8911120Z test_dispatch_symbolic_meta_inplace_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8911250Z test_dispatch_symbolic_meta_inplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8911390Z test_dispatch_symbolic_meta_inplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8911530Z test_dispatch_symbolic_meta_inplace_mode_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8911660Z test_dispatch_symbolic_meta_inplace_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8911800Z test_dispatch_symbolic_meta_inplace_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8911930Z test_dispatch_symbolic_meta_inplace_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8912070Z test_dispatch_symbolic_meta_inplace_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8912200Z test_dispatch_symbolic_meta_inplace_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8912330Z test_dispatch_symbolic_meta_inplace_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8912470Z test_dispatch_symbolic_meta_inplace_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8912600Z test_dispatch_symbolic_meta_inplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8912730Z test_dispatch_symbolic_meta_inplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8912860Z test_dispatch_symbolic_meta_inplace_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8912990Z test_dispatch_symbolic_meta_inplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8913130Z test_dispatch_symbolic_meta_inplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8913280Z test_dispatch_symbolic_meta_inplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8913450Z test_dispatch_symbolic_meta_inplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8913590Z test_dispatch_symbolic_meta_inplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8913720Z test_dispatch_symbolic_meta_inplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8913860Z test_dispatch_symbolic_meta_inplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8914000Z test_dispatch_symbolic_meta_inplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8914140Z test_dispatch_symbolic_meta_inplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8914280Z test_dispatch_symbolic_meta_inplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8914440Z test_dispatch_symbolic_meta_inplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8914580Z test_dispatch_symbolic_meta_inplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8914710Z test_dispatch_symbolic_meta_inplace_msort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8914850Z test_dispatch_symbolic_meta_inplace_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8914980Z test_dispatch_symbolic_meta_inplace_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8915120Z test_dispatch_symbolic_meta_inplace_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8915250Z test_dispatch_symbolic_meta_inplace_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8915390Z test_dispatch_symbolic_meta_inplace_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8915520Z test_dispatch_symbolic_meta_inplace_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8915660Z test_dispatch_symbolic_meta_inplace_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8915790Z test_dispatch_symbolic_meta_inplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8915900Z test_dispatch_symbolic_meta_inplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8916010Z test_dispatch_symbolic_meta_inplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8916120Z test_dispatch_symbolic_meta_inplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8916240Z test_dispatch_symbolic_meta_inplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8916410Z test_dispatch_symbolic_meta_inplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8916530Z test_dispatch_symbolic_meta_inplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8916640Z test_dispatch_symbolic_meta_inplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8916750Z test_dispatch_symbolic_meta_inplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8916860Z test_dispatch_symbolic_meta_inplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8916990Z test_dispatch_symbolic_meta_inplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8917100Z test_dispatch_symbolic_meta_inplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8917210Z test_dispatch_symbolic_meta_inplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8917320Z test_dispatch_symbolic_meta_inplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8917470Z test_dispatch_symbolic_meta_inplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8917620Z test_dispatch_symbolic_meta_inplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8917770Z test_dispatch_symbolic_meta_inplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8917910Z test_dispatch_symbolic_meta_inplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8918090Z test_dispatch_symbolic_meta_inplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8918230Z test_dispatch_symbolic_meta_inplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8918370Z test_dispatch_symbolic_meta_inplace_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8918500Z test_dispatch_symbolic_meta_inplace_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8918630Z test_dispatch_symbolic_meta_inplace_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8918760Z test_dispatch_symbolic_meta_inplace_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8918890Z test_dispatch_symbolic_meta_inplace_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8919030Z test_dispatch_symbolic_meta_inplace_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8919160Z test_dispatch_symbolic_meta_inplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8919280Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8919410Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8919540Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8919680Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8919830Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8919970Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8920110Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8920250Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8920370Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8920500Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8920620Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8920790Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8920940Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8921080Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8921220Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8921350Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8921480Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8921640Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8921800Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8921940Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8922090Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8922230Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8922380Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8922520Z test_dispatch_symbolic_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.8922640Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8922760Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8922890Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8923000Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8923120Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8923230Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8923350Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8923470Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8923590Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8923700Z test_dispatch_symbolic_meta_inplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8923850Z test_dispatch_symbolic_meta_inplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8924000Z test_dispatch_symbolic_meta_inplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8924140Z test_dispatch_symbolic_meta_inplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8924290Z test_dispatch_symbolic_meta_inplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8929270Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8929430Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8929580Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8929720Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8929870Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8930000Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8930140Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8930300Z test_dispatch_symbolic_meta_inplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8930440Z test_dispatch_symbolic_meta_inplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8930590Z test_dispatch_symbolic_meta_inplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8930730Z test_dispatch_symbolic_meta_inplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8930860Z test_dispatch_symbolic_meta_inplace_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8931000Z test_dispatch_symbolic_meta_inplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8931140Z test_dispatch_symbolic_meta_inplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8931280Z test_dispatch_symbolic_meta_inplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8931420Z test_dispatch_symbolic_meta_inplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8931550Z test_dispatch_symbolic_meta_inplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8931690Z test_dispatch_symbolic_meta_inplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8931820Z test_dispatch_symbolic_meta_inplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8931960Z test_dispatch_symbolic_meta_inplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8932100Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8932240Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8932390Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8932530Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8932670Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8932840Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8932980Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8933120Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8933260Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8933390Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8933530Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8933670Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8933800Z test_dispatch_symbolic_meta_inplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8933960Z test_dispatch_symbolic_meta_inplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8934100Z test_dispatch_symbolic_meta_inplace_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8934240Z test_dispatch_symbolic_meta_inplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8934380Z test_dispatch_symbolic_meta_inplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8934520Z test_dispatch_symbolic_meta_inplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8934740Z test_dispatch_symbolic_meta_inplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8934880Z test_dispatch_symbolic_meta_inplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8935020Z test_dispatch_symbolic_meta_inplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8935150Z test_dispatch_symbolic_meta_inplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8935300Z test_dispatch_symbolic_meta_inplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8935430Z test_dispatch_symbolic_meta_inplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8935580Z test_dispatch_symbolic_meta_inplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8935720Z test_dispatch_symbolic_meta_inplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8935870Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8936030Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8936180Z test_dispatch_symbolic_meta_inplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8936340Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8936510Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8936670Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8936830Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8936990Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8937140Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8937290Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8937450Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8937620Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8937770Z test_dispatch_symbolic_meta_inplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8937920Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8938070Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8938220Z test_dispatch_symbolic_meta_inplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8938340Z test_dispatch_symbolic_meta_inplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8938450Z test_dispatch_symbolic_meta_inplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8938570Z test_dispatch_symbolic_meta_inplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8938690Z test_dispatch_symbolic_meta_inplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8938800Z test_dispatch_symbolic_meta_inplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8938910Z test_dispatch_symbolic_meta_inplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8939020Z test_dispatch_symbolic_meta_inplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8939130Z test_dispatch_symbolic_meta_inplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8939240Z test_dispatch_symbolic_meta_inplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8939350Z test_dispatch_symbolic_meta_inplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8939460Z test_dispatch_symbolic_meta_inplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8939570Z test_dispatch_symbolic_meta_inplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8939690Z test_dispatch_symbolic_meta_inplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8939800Z test_dispatch_symbolic_meta_inplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8939920Z test_dispatch_symbolic_meta_inplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8940040Z test_dispatch_symbolic_meta_inplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8940150Z test_dispatch_symbolic_meta_inplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8940300Z test_dispatch_symbolic_meta_inplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8940410Z test_dispatch_symbolic_meta_inplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8940520Z test_dispatch_symbolic_meta_inplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8940630Z test_dispatch_symbolic_meta_inplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8940740Z test_dispatch_symbolic_meta_inplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8940850Z test_dispatch_symbolic_meta_inplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8940960Z test_dispatch_symbolic_meta_inplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8941110Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8941260Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8941440Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8941590Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8941740Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8941880Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8942020Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8942160Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8942310Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8942450Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8942590Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8942740Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8942870Z test_dispatch_symbolic_meta_inplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8943030Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8943180Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8943340Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8943500Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8943650Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8943800Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8943950Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8944120Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8944270Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8944420Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8944570Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8944720Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8944900Z test_dispatch_symbolic_meta_inplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8945050Z test_dispatch_symbolic_meta_inplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8945270Z test_dispatch_symbolic_meta_inplace_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8945420Z test_dispatch_symbolic_meta_inplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8945570Z test_dispatch_symbolic_meta_inplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8945710Z test_dispatch_symbolic_meta_inplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8945860Z test_dispatch_symbolic_meta_inplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8946000Z test_dispatch_symbolic_meta_inplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8946140Z test_dispatch_symbolic_meta_inplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8946280Z test_dispatch_symbolic_meta_inplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8946420Z test_dispatch_symbolic_meta_inplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8946560Z test_dispatch_symbolic_meta_inplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8946700Z test_dispatch_symbolic_meta_inplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8946840Z test_dispatch_symbolic_meta_inplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8946990Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8947130Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8947280Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8947420Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8947570Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8947710Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8947900Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8948040Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8948190Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8948320Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8948460Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8948600Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8948740Z test_dispatch_symbolic_meta_inplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8948910Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8949050Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8949200Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8949350Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8949490Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8949640Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8949780Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8949920Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8950060Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8950200Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8950340Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8950470Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8950610Z test_dispatch_symbolic_meta_inplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8950730Z test_dispatch_symbolic_meta_inplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8950840Z test_dispatch_symbolic_meta_inplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8950960Z test_dispatch_symbolic_meta_inplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8951130Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8951300Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8951480Z test_dispatch_symbolic_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8951640Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8951800Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8951960Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8952120Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8952270Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8952430Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8952600Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8952750Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8952900Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8953050Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8953210Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8953360Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8953520Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8953670Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8953830Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8953980Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8954130Z test_dispatch_symbolic_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8954260Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8954390Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.8954520Z test_dispatch_symbolic_meta_inplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8954670Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8954820Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8955030Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8955180Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8955330Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8955480Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8955620Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8955840Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8956020Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8956160Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8956300Z test_dispatch_symbolic_meta_inplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8956450Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8956600Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8956750Z test_dispatch_symbolic_meta_inplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8957110Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8957280Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8957440Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8957590Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8957750Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8957910Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8958070Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8958220Z test_dispatch_symbolic_meta_inplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8958390Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8958560Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8958730Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8958990Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8959170Z test_dispatch_symbolic_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8959300Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8959430Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8959560Z test_dispatch_symbolic_meta_inplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8959710Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8959870Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8960090Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8960250Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8960400Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8960560Z test_dispatch_symbolic_meta_inplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8960710Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8960870Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8961030Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8966370Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8966530Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8966670Z test_dispatch_symbolic_meta_inplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8966830Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8966990Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8967150Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8967300Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8967450Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8967610Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8967830Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8967990Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8968210Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8968370Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8968520Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8968680Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8968830Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8969060Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8969220Z test_dispatch_symbolic_meta_inplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8969400Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8969560Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8969730Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8969890Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8970050Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8970210Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8970370Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8970530Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8970680Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8970850Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8971010Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8971170Z test_dispatch_symbolic_meta_inplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8971320Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8971500Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8971660Z test_dispatch_symbolic_meta_inplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8971810Z test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8971960Z test_dispatch_symbolic_meta_inplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8972090Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8972230Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8972350Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.8972490Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8972610Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8972730Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.8972850Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8972980Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8973100Z test_dispatch_symbolic_meta_inplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.8973220Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8973340Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8973460Z test_dispatch_symbolic_meta_inplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8973610Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8973760Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8973910Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8974060Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8974200Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8974350Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8974490Z test_dispatch_symbolic_meta_inplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8974630Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8974780Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8974920Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8975130Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8975270Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8975410Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8975560Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8975700Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8975840Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8975970Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8976140Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8976280Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8976530Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8976670Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8976810Z test_dispatch_symbolic_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.8976980Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8977150Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8977310Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8977460Z test_dispatch_symbolic_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8977620Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8977780Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8977930Z test_dispatch_symbolic_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8978080Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8978230Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8978380Z test_dispatch_symbolic_meta_inplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8978530Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8978700Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8978840Z test_dispatch_symbolic_meta_inplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8979000Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8979150Z test_dispatch_symbolic_meta_inplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8979290Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8979450Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8979600Z test_dispatch_symbolic_meta_inplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8979780Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8979930Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8980080Z test_dispatch_symbolic_meta_inplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8980210Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8980340Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8980470Z test_dispatch_symbolic_meta_inplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.8980620Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8980770Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8980920Z test_dispatch_symbolic_meta_inplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8981070Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8981220Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8981370Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8981520Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8981670Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8981810Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8981960Z test_dispatch_symbolic_meta_inplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8982120Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8982300Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8982470Z test_dispatch_symbolic_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8982620Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8982770Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8982910Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8983060Z test_dispatch_symbolic_meta_inplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8983210Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8983390Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8983540Z test_dispatch_symbolic_meta_inplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8983700Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8983850Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8984010Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8984170Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8984330Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8984490Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8984650Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8984800Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8984960Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8985120Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8985280Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8985430Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8985590Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8985770Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8985920Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8986090Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8986250Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8986410Z test_dispatch_symbolic_meta_inplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8986550Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8986700Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8986870Z test_dispatch_symbolic_meta_inplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8987020Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8987170Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8987310Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8987460Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8987610Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8987750Z test_dispatch_symbolic_meta_inplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8987900Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8988060Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8988200Z test_dispatch_symbolic_meta_inplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8988330Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8988460Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8988580Z test_dispatch_symbolic_meta_inplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.8988730Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8988880Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8989030Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8989180Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8989350Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8989510Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8989650Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8989790Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8989940Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8990080Z test_dispatch_symbolic_meta_inplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8990240Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8990540Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8990690Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8990840Z test_dispatch_symbolic_meta_inplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8990990Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8991150Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8991300Z test_dispatch_symbolic_meta_inplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8991450Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8991610Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8991760Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8991920Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8992070Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8992220Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8992370Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8992530Z test_dispatch_symbolic_meta_inplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8992670Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8992850Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8993000Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8993140Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8993290Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8993430Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8993580Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8993720Z test_dispatch_symbolic_meta_inplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8993900Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8994050Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8994210Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8994360Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8994510Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8994660Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8994810Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8994960Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8995110Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8995260Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8995410Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8995560Z test_dispatch_symbolic_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8995690Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8995810Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8995930Z test_dispatch_symbolic_meta_inplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.8996080Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8996230Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8996390Z test_dispatch_symbolic_meta_inplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8996550Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8996700Z test_dispatch_symbolic_meta_inplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8996860Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8997020Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8997190Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8997370Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8997530Z test_dispatch_symbolic_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8997680Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8997830Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8997970Z test_dispatch_symbolic_meta_inplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8998120Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8998280Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8998430Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8998580Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8998730Z test_dispatch_symbolic_meta_inplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8998870Z test_dispatch_symbolic_meta_inplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8999030Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8999180Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8999340Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8999490Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8999650Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8999810Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.8999970Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9000110Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9000260Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9000410Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9000550Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9000700Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9000870Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9001020Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9001180Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9001330Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9001480Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9001630Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9001780Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9006170Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9006330Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9006480Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9006630Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9006780Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9006930Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9007090Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9007240Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9007390Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9007610Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9007770Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9007920Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9008070Z test_dispatch_symbolic_meta_inplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9008230Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9008390Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9008560Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9008790Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9008940Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9009090Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9009250Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9009400Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9009560Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9009710Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9009860Z test_dispatch_symbolic_meta_inplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9010010Z test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9010160Z test_dispatch_symbolic_meta_inplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9010320Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9010480Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9010640Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9010790Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9010940Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9011100Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9011270Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9011420Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9011570Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9011720Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9011870Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9012010Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9012200Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9012350Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9012510Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9012660Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9012820Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9012970Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9013120Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9013280Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9013430Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9013580Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9013730Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9013880Z test_dispatch_symbolic_meta_inplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9014040Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9014190Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9014340Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9014490Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9014670Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9014820Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9014970Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9015120Z test_dispatch_symbolic_meta_inplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9015270Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9015420Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9015570Z test_dispatch_symbolic_meta_inplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9015740Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9015890Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9016030Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9016180Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9016320Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9016460Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9016600Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9016750Z test_dispatch_symbolic_meta_inplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9016890Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9017040Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9017190Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9017330Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9017480Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9017620Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9017760Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9017910Z test_dispatch_symbolic_meta_inplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9018030Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9018170Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9018300Z test_dispatch_symbolic_meta_inplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9018420Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9018540Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9018660Z test_dispatch_symbolic_meta_inplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9018790Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9018920Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9019040Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9019190Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9019310Z test_dispatch_symbolic_meta_inplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9019460Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9019610Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9019770Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9019920Z test_dispatch_symbolic_meta_inplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9020070Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9020230Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9020380Z test_dispatch_symbolic_meta_inplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9020530Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9020670Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9020820Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9020980Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9021140Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9021300Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9021450Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9021610Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9021790Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9021950Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9022100Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9022240Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9022390Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9022550Z test_dispatch_symbolic_meta_inplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9022730Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9022880Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9023030Z test_dispatch_symbolic_meta_inplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9023180Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9023330Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9023480Z test_dispatch_symbolic_meta_inplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9023630Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9023780Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9023930Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9024070Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9024220Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9024370Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9024520Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9024660Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9024810Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9024960Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9025100Z test_dispatch_symbolic_meta_inplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9025270Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9025430Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9025580Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9025740Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9025880Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9026030Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9026200Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9026340Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9026490Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9026640Z test_dispatch_symbolic_meta_inplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9026770Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9026900Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9027030Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9027160Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9027280Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9027400Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9027530Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9027650Z test_dispatch_symbolic_meta_inplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9027810Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9027970Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9028140Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9028300Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9028450Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9028600Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9028780Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9028930Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9029080Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9029230Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9029400Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9029570Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9029770Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9029930Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9030100Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9030260Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9030430Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9030590Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9030750Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9030920Z test_dispatch_symbolic_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9031070Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9031220Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9031370Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9031520Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9031660Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9031810Z test_dispatch_symbolic_meta_inplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9031970Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9032120Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9032320Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9032480Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9032630Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9032790Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9032940Z test_dispatch_symbolic_meta_inplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9033080Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9033240Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9033380Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9033530Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9033660Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9033800Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9033940Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9034070Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9034210Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9034350Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9034480Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9034620Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9034760Z test_dispatch_symbolic_meta_inplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9034890Z test_dispatch_symbolic_meta_inplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9035030Z test_dispatch_symbolic_meta_inplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9035170Z test_dispatch_symbolic_meta_inplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9035310Z test_dispatch_symbolic_meta_inplace_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9035440Z test_dispatch_symbolic_meta_inplace_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9035580Z test_dispatch_symbolic_meta_inplace_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9035720Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9035890Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9036040Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9036170Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9036310Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9036440Z test_dispatch_symbolic_meta_inplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9036580Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9036720Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9036900Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9037030Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9037170Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9037300Z test_dispatch_symbolic_meta_inplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9037440Z test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9037580Z test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9037720Z test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9037850Z test_dispatch_symbolic_meta_inplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9037990Z test_dispatch_symbolic_meta_inplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9038130Z test_dispatch_symbolic_meta_inplace_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9038270Z test_dispatch_symbolic_meta_inplace_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9038400Z test_dispatch_symbolic_meta_inplace_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9038550Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9038700Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9038850Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9038990Z test_dispatch_symbolic_meta_inplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9039130Z test_dispatch_symbolic_meta_inplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9039270Z test_dispatch_symbolic_meta_inplace_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9039430Z test_dispatch_symbolic_meta_inplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9039570Z test_dispatch_symbolic_meta_inplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9039700Z test_dispatch_symbolic_meta_inplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9039840Z test_dispatch_symbolic_meta_inplace_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9039980Z test_dispatch_symbolic_meta_inplace_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9040110Z test_dispatch_symbolic_meta_inplace_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9040250Z test_dispatch_symbolic_meta_inplace_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9040400Z test_dispatch_symbolic_meta_inplace_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9040540Z test_dispatch_symbolic_meta_inplace_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9040670Z test_dispatch_symbolic_meta_inplace_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9045010Z test_dispatch_symbolic_meta_inplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9045170Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9045310Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9045450Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9045600Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9045740Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9045880Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9046010Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9046150Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9046290Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9046430Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9046560Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9046700Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9046830Z test_dispatch_symbolic_meta_inplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9046970Z test_dispatch_symbolic_meta_inplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9047160Z test_dispatch_symbolic_meta_inplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9047300Z test_dispatch_symbolic_meta_inplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9047440Z test_dispatch_symbolic_meta_inplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9047580Z test_dispatch_symbolic_meta_inplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9047710Z test_dispatch_symbolic_meta_inplace_outer_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9047860Z test_dispatch_symbolic_meta_inplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9047990Z test_dispatch_symbolic_meta_inplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9048130Z test_dispatch_symbolic_meta_inplace_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9048290Z test_dispatch_symbolic_meta_inplace_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9048430Z test_dispatch_symbolic_meta_inplace_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9048560Z test_dispatch_symbolic_meta_inplace_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9048700Z test_dispatch_symbolic_meta_inplace_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9048830Z test_dispatch_symbolic_meta_inplace_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9048970Z test_dispatch_symbolic_meta_inplace_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9049100Z test_dispatch_symbolic_meta_inplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9049240Z test_dispatch_symbolic_meta_inplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9049380Z test_dispatch_symbolic_meta_inplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9049520Z test_dispatch_symbolic_meta_inplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9049660Z test_dispatch_symbolic_meta_inplace_permute_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9049810Z test_dispatch_symbolic_meta_inplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9049950Z test_dispatch_symbolic_meta_inplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9050090Z test_dispatch_symbolic_meta_inplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9050230Z test_dispatch_symbolic_meta_inplace_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9050370Z test_dispatch_symbolic_meta_inplace_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9050500Z test_dispatch_symbolic_meta_inplace_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9050640Z test_dispatch_symbolic_meta_inplace_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9050790Z test_dispatch_symbolic_meta_inplace_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9050930Z test_dispatch_symbolic_meta_inplace_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9051070Z test_dispatch_symbolic_meta_inplace_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9051200Z test_dispatch_symbolic_meta_inplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9051350Z test_dispatch_symbolic_meta_inplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9051490Z test_dispatch_symbolic_meta_inplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9051630Z test_dispatch_symbolic_meta_inplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9051790Z test_dispatch_symbolic_meta_inplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9051920Z test_dispatch_symbolic_meta_inplace_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9052060Z test_dispatch_symbolic_meta_inplace_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9052190Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9052340Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9052470Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9052610Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9052750Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9052900Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9053040Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9053180Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9053320Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9053450Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9053600Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9053720Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9053850Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9054000Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9054140Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9054270Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9054470Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9054610Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9054740Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9054880Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9055010Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9055130Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9055280Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9055450Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9055580Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9055730Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9055860Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9055990Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9056130Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9056260Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9056380Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9056520Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9056660Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9056800Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9057010Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9057150Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9057270Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9057420Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9057540Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9057660Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9057800Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9057970Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9058110Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9058250Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9058390Z test_dispatch_symbolic_meta_inplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9058530Z test_dispatch_symbolic_meta_inplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9058680Z test_dispatch_symbolic_meta_inplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9058820Z test_dispatch_symbolic_meta_inplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9058990Z test_dispatch_symbolic_meta_inplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9059130Z test_dispatch_symbolic_meta_inplace_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9059270Z test_dispatch_symbolic_meta_inplace_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9059400Z test_dispatch_symbolic_meta_inplace_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9059540Z test_dispatch_symbolic_meta_inplace_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9059680Z test_dispatch_symbolic_meta_inplace_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9059810Z test_dispatch_symbolic_meta_inplace_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9059950Z test_dispatch_symbolic_meta_inplace_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9060090Z test_dispatch_symbolic_meta_inplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9060200Z test_dispatch_symbolic_meta_inplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9060320Z test_dispatch_symbolic_meta_inplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9060430Z test_dispatch_symbolic_meta_inplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9060540Z test_dispatch_symbolic_meta_inplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9060650Z test_dispatch_symbolic_meta_inplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9060760Z test_dispatch_symbolic_meta_inplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9060870Z test_dispatch_symbolic_meta_inplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9060970Z test_dispatch_symbolic_meta_inplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9061080Z test_dispatch_symbolic_meta_inplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9061180Z test_dispatch_symbolic_meta_inplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9061290Z test_dispatch_symbolic_meta_inplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9061430Z test_dispatch_symbolic_meta_inplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9061590Z test_dispatch_symbolic_meta_inplace_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9061740Z test_dispatch_symbolic_meta_inplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9061870Z test_dispatch_symbolic_meta_inplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9062010Z test_dispatch_symbolic_meta_inplace_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9062150Z test_dispatch_symbolic_meta_inplace_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9062280Z test_dispatch_symbolic_meta_inplace_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9062420Z test_dispatch_symbolic_meta_inplace_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9062550Z test_dispatch_symbolic_meta_inplace_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9062710Z test_dispatch_symbolic_meta_inplace_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9062840Z test_dispatch_symbolic_meta_inplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9062960Z test_dispatch_symbolic_meta_inplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9063070Z test_dispatch_symbolic_meta_inplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9063180Z test_dispatch_symbolic_meta_inplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9063300Z test_dispatch_symbolic_meta_inplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9063410Z test_dispatch_symbolic_meta_inplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9063520Z test_dispatch_symbolic_meta_inplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9063620Z test_dispatch_symbolic_meta_inplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9063730Z test_dispatch_symbolic_meta_inplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9063830Z test_dispatch_symbolic_meta_inplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9063940Z test_dispatch_symbolic_meta_inplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9064040Z test_dispatch_symbolic_meta_inplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9064150Z test_dispatch_symbolic_meta_inplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9064290Z test_dispatch_symbolic_meta_inplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9064430Z test_dispatch_symbolic_meta_inplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9064560Z test_dispatch_symbolic_meta_inplace_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9064690Z test_dispatch_symbolic_meta_inplace_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9064830Z test_dispatch_symbolic_meta_inplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9064960Z test_dispatch_symbolic_meta_inplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9065070Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9065220Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9065330Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9065440Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9065550Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9065680Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9065810Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9065930Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9066060Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9066210Z test_dispatch_symbolic_meta_inplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9066340Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9066490Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9066620Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9066760Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9066900Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9067030Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9067170Z test_dispatch_symbolic_meta_inplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9067300Z test_dispatch_symbolic_meta_inplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9067430Z test_dispatch_symbolic_meta_inplace_randint_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9067560Z test_dispatch_symbolic_meta_inplace_randint_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9067690Z test_dispatch_symbolic_meta_inplace_randint_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9067830Z test_dispatch_symbolic_meta_inplace_randint_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9067960Z test_dispatch_symbolic_meta_inplace_randint_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9068090Z test_dispatch_symbolic_meta_inplace_randint_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9068220Z test_dispatch_symbolic_meta_inplace_randint_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9068350Z test_dispatch_symbolic_meta_inplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9068490Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9068660Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9068800Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9069050Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9069190Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9069330Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9069470Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9069620Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9069800Z test_dispatch_symbolic_meta_inplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9069940Z test_dispatch_symbolic_meta_inplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9070080Z test_dispatch_symbolic_meta_inplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9070220Z test_dispatch_symbolic_meta_inplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9070350Z test_dispatch_symbolic_meta_inplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9070490Z test_dispatch_symbolic_meta_inplace_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9070630Z test_dispatch_symbolic_meta_inplace_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9070760Z test_dispatch_symbolic_meta_inplace_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9070900Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9071040Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9071190Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9071330Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9071470Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9071600Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9071730Z test_dispatch_symbolic_meta_inplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9071870Z test_dispatch_symbolic_meta_inplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9072000Z test_dispatch_symbolic_meta_inplace_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9072140Z test_dispatch_symbolic_meta_inplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9072270Z test_dispatch_symbolic_meta_inplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9072420Z test_dispatch_symbolic_meta_inplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9072560Z test_dispatch_symbolic_meta_inplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9072690Z test_dispatch_symbolic_meta_inplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9072820Z test_dispatch_symbolic_meta_inplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9072950Z test_dispatch_symbolic_meta_inplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9073080Z test_dispatch_symbolic_meta_inplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9073210Z test_dispatch_symbolic_meta_inplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9073360Z test_dispatch_symbolic_meta_inplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9073480Z test_dispatch_symbolic_meta_inplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9073610Z test_dispatch_symbolic_meta_inplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9073740Z test_dispatch_symbolic_meta_inplace_real_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9073880Z test_dispatch_symbolic_meta_inplace_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9074010Z test_dispatch_symbolic_meta_inplace_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9074150Z test_dispatch_symbolic_meta_inplace_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9074280Z test_dispatch_symbolic_meta_inplace_real_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9074410Z test_dispatch_symbolic_meta_inplace_real_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9074540Z test_dispatch_symbolic_meta_inplace_real_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9074670Z test_dispatch_symbolic_meta_inplace_real_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9074800Z test_dispatch_symbolic_meta_inplace_real_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9074930Z test_dispatch_symbolic_meta_inplace_real_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9075060Z test_dispatch_symbolic_meta_inplace_real_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9075190Z test_dispatch_symbolic_meta_inplace_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9075310Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9075440Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9075560Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9075670Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9075830Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9075950Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9076120Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9076250Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9076390Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9076530Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9076670Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9080680Z test_dispatch_symbolic_meta_inplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9080860Z test_dispatch_symbolic_meta_inplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9080970Z test_dispatch_symbolic_meta_inplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9081090Z test_dispatch_symbolic_meta_inplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9081190Z test_dispatch_symbolic_meta_inplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9081300Z test_dispatch_symbolic_meta_inplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9081410Z test_dispatch_symbolic_meta_inplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9081520Z test_dispatch_symbolic_meta_inplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9081630Z test_dispatch_symbolic_meta_inplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9081740Z test_dispatch_symbolic_meta_inplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9081850Z test_dispatch_symbolic_meta_inplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9081960Z test_dispatch_symbolic_meta_inplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9082070Z test_dispatch_symbolic_meta_inplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9082180Z test_dispatch_symbolic_meta_inplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9082290Z test_dispatch_symbolic_meta_inplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9082390Z test_dispatch_symbolic_meta_inplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9082560Z test_dispatch_symbolic_meta_inplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9082700Z test_dispatch_symbolic_meta_inplace_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9082850Z test_dispatch_symbolic_meta_inplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9083000Z test_dispatch_symbolic_meta_inplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9083150Z test_dispatch_symbolic_meta_inplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9083280Z test_dispatch_symbolic_meta_inplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9083440Z test_dispatch_symbolic_meta_inplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9083580Z test_dispatch_symbolic_meta_inplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9083710Z test_dispatch_symbolic_meta_inplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9083850Z test_dispatch_symbolic_meta_inplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9083980Z test_dispatch_symbolic_meta_inplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9084120Z test_dispatch_symbolic_meta_inplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9084270Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9084410Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9084580Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9084730Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9084870Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9085010Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9085150Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9085290Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9085430Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9085570Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9085710Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9085840Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9085980Z test_dispatch_symbolic_meta_inplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9086120Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9086260Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9086400Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9086540Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9086680Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9086810Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9087050Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9087190Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9087330Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9087460Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9087590Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9087720Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9087860Z test_dispatch_symbolic_meta_inplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9088020Z test_dispatch_symbolic_meta_inplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9088150Z test_dispatch_symbolic_meta_inplace_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9088280Z test_dispatch_symbolic_meta_inplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9088420Z test_dispatch_symbolic_meta_inplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9088560Z test_dispatch_symbolic_meta_inplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9088690Z test_dispatch_symbolic_meta_inplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9088840Z test_dispatch_symbolic_meta_inplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9088980Z test_dispatch_symbolic_meta_inplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9089120Z test_dispatch_symbolic_meta_inplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9089260Z test_dispatch_symbolic_meta_inplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9089400Z test_dispatch_symbolic_meta_inplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9089530Z test_dispatch_symbolic_meta_inplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9089660Z test_dispatch_symbolic_meta_inplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9089770Z test_dispatch_symbolic_meta_inplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9089880Z test_dispatch_symbolic_meta_inplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9090060Z test_dispatch_symbolic_meta_inplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9090180Z test_dispatch_symbolic_meta_inplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9090290Z test_dispatch_symbolic_meta_inplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9090410Z test_dispatch_symbolic_meta_inplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9090520Z test_dispatch_symbolic_meta_inplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9090660Z test_dispatch_symbolic_meta_inplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9090780Z test_dispatch_symbolic_meta_inplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9090890Z test_dispatch_symbolic_meta_inplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9091000Z test_dispatch_symbolic_meta_inplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9091110Z test_dispatch_symbolic_meta_inplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9091220Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9091340Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9091460Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9091580Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9091720Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9091830Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9091940Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9092050Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9092170Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9092280Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9092390Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9092500Z test_dispatch_symbolic_meta_inplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9092640Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9092790Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9092930Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9093080Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9093220Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9093360Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9093510Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9093640Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9093780Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9093920Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9094060Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9094190Z test_dispatch_symbolic_meta_inplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9094360Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9094500Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9094640Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9094790Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9094930Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9095070Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9095210Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9095380Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9095510Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9095650Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9095790Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9095920Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9096060Z test_dispatch_symbolic_meta_inplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9096200Z test_dispatch_symbolic_meta_inplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9096340Z test_dispatch_symbolic_meta_inplace_roll_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9096480Z test_dispatch_symbolic_meta_inplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9096610Z test_dispatch_symbolic_meta_inplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9096750Z test_dispatch_symbolic_meta_inplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9096890Z test_dispatch_symbolic_meta_inplace_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9097030Z test_dispatch_symbolic_meta_inplace_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9097160Z test_dispatch_symbolic_meta_inplace_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9097290Z test_dispatch_symbolic_meta_inplace_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9097430Z test_dispatch_symbolic_meta_inplace_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9097560Z test_dispatch_symbolic_meta_inplace_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9097690Z test_dispatch_symbolic_meta_inplace_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9097870Z test_dispatch_symbolic_meta_inplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9098010Z test_dispatch_symbolic_meta_inplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9098140Z test_dispatch_symbolic_meta_inplace_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9098280Z test_dispatch_symbolic_meta_inplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9098420Z test_dispatch_symbolic_meta_inplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9098560Z test_dispatch_symbolic_meta_inplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9098690Z test_dispatch_symbolic_meta_inplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9098850Z test_dispatch_symbolic_meta_inplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9098980Z test_dispatch_symbolic_meta_inplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9099110Z test_dispatch_symbolic_meta_inplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9099240Z test_dispatch_symbolic_meta_inplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9099360Z test_dispatch_symbolic_meta_inplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9099490Z test_dispatch_symbolic_meta_inplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9099600Z test_dispatch_symbolic_meta_inplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9099710Z test_dispatch_symbolic_meta_inplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9099820Z test_dispatch_symbolic_meta_inplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9099920Z test_dispatch_symbolic_meta_inplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9100030Z test_dispatch_symbolic_meta_inplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9100130Z test_dispatch_symbolic_meta_inplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9100240Z test_dispatch_symbolic_meta_inplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9100340Z test_dispatch_symbolic_meta_inplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9100460Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9100580Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9100700Z test_dispatch_symbolic_meta_inplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9100820Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9100930Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9101050Z test_dispatch_symbolic_meta_inplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9101170Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9101290Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9101460Z test_dispatch_symbolic_meta_inplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9101570Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9101700Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9101810Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9101930Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9102030Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9102140Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9102270Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9102400Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9102560Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9102680Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9102810Z test_dispatch_symbolic_meta_inplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9102940Z test_dispatch_symbolic_meta_inplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9103080Z test_dispatch_symbolic_meta_inplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9103210Z test_dispatch_symbolic_meta_inplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9103350Z test_dispatch_symbolic_meta_inplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9103480Z test_dispatch_symbolic_meta_inplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9103610Z test_dispatch_symbolic_meta_inplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9103740Z test_dispatch_symbolic_meta_inplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9103870Z test_dispatch_symbolic_meta_inplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9104000Z test_dispatch_symbolic_meta_inplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9104130Z test_dispatch_symbolic_meta_inplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9104250Z test_dispatch_symbolic_meta_inplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9104390Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9104530Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9104670Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9104910Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9105070Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9105210Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9105350Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9105490Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9105620Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9105760Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9105890Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9106060Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9106200Z test_dispatch_symbolic_meta_inplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9106330Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9106440Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9106570Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9106700Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9106820Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9106940Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9107060Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9107180Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9107300Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9107420Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9107530Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9107650Z test_dispatch_symbolic_meta_inplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9107760Z test_dispatch_symbolic_meta_inplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9107880Z test_dispatch_symbolic_meta_inplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9108000Z test_dispatch_symbolic_meta_inplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9108110Z test_dispatch_symbolic_meta_inplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9108230Z test_dispatch_symbolic_meta_inplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9108340Z test_dispatch_symbolic_meta_inplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9108450Z test_dispatch_symbolic_meta_inplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9108570Z test_dispatch_symbolic_meta_inplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9108700Z test_dispatch_symbolic_meta_inplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9108860Z test_dispatch_symbolic_meta_inplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9108980Z test_dispatch_symbolic_meta_inplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9109090Z test_dispatch_symbolic_meta_inplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9109220Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9109350Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9109550Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9109710Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9109850Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9110050Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9110170Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9110290Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9110420Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9110540Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9110670Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9110790Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9110920Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9115910Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9116050Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9116180Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9116300Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9116420Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9116540Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9116670Z test_dispatch_symbolic_meta_inplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9116800Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9116920Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9117040Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9117160Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9117280Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9117400Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9117510Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9117660Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9117780Z test_dispatch_symbolic_meta_inplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9117900Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9118020Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9118130Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9118250Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9118360Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9118480Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9118640Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9118760Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9118870Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9118980Z test_dispatch_symbolic_meta_inplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9119100Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9119220Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9119340Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9119460Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9119570Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9119690Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9119800Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9119920Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9120030Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9120140Z test_dispatch_symbolic_meta_inplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9120290Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9120440Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9120580Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9120720Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9120860Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9120990Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9121170Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9121310Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9121450Z test_dispatch_symbolic_meta_inplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9121600Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9121750Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9121890Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9122030Z test_dispatch_symbolic_meta_inplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9122210Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9122360Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9122500Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9122640Z test_dispatch_symbolic_meta_inplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9122770Z test_dispatch_symbolic_meta_inplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9122910Z test_dispatch_symbolic_meta_inplace_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9123050Z test_dispatch_symbolic_meta_inplace_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9123180Z test_dispatch_symbolic_meta_inplace_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9123320Z test_dispatch_symbolic_meta_inplace_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9123450Z test_dispatch_symbolic_meta_inplace_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9123580Z test_dispatch_symbolic_meta_inplace_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9123710Z test_dispatch_symbolic_meta_inplace_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9123850Z test_dispatch_symbolic_meta_inplace_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9123980Z test_dispatch_symbolic_meta_inplace_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9124110Z test_dispatch_symbolic_meta_inplace_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9124240Z test_dispatch_symbolic_meta_inplace_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9124370Z test_dispatch_symbolic_meta_inplace_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9124510Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9124670Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9124820Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9124950Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9125090Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9125230Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9125360Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9125500Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9125660Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9125790Z test_dispatch_symbolic_meta_inplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9125900Z test_dispatch_symbolic_meta_inplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9126010Z test_dispatch_symbolic_meta_inplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9126120Z test_dispatch_symbolic_meta_inplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9126230Z test_dispatch_symbolic_meta_inplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9126340Z test_dispatch_symbolic_meta_inplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9126450Z test_dispatch_symbolic_meta_inplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9126550Z test_dispatch_symbolic_meta_inplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9126650Z test_dispatch_symbolic_meta_inplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9126760Z test_dispatch_symbolic_meta_inplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9126860Z test_dispatch_symbolic_meta_inplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9126960Z test_dispatch_symbolic_meta_inplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9127060Z test_dispatch_symbolic_meta_inplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9127170Z test_dispatch_symbolic_meta_inplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9127300Z test_dispatch_symbolic_meta_inplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9127440Z test_dispatch_symbolic_meta_inplace_short_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9127580Z test_dispatch_symbolic_meta_inplace_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9127710Z test_dispatch_symbolic_meta_inplace_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9127840Z test_dispatch_symbolic_meta_inplace_short_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9127980Z test_dispatch_symbolic_meta_inplace_short_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9128130Z test_dispatch_symbolic_meta_inplace_short_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9128270Z test_dispatch_symbolic_meta_inplace_short_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9128400Z test_dispatch_symbolic_meta_inplace_short_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9128520Z test_dispatch_symbolic_meta_inplace_short_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9128650Z test_dispatch_symbolic_meta_inplace_short_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9128780Z test_dispatch_symbolic_meta_inplace_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9128890Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9129020Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9129160Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9129270Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9129380Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9129500Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9129630Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9129750Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9129880Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9130010Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9130130Z test_dispatch_symbolic_meta_inplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9130240Z test_dispatch_symbolic_meta_inplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9130340Z test_dispatch_symbolic_meta_inplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9130450Z test_dispatch_symbolic_meta_inplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9130560Z test_dispatch_symbolic_meta_inplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9130660Z test_dispatch_symbolic_meta_inplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9130770Z test_dispatch_symbolic_meta_inplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9130870Z test_dispatch_symbolic_meta_inplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9130970Z test_dispatch_symbolic_meta_inplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9131070Z test_dispatch_symbolic_meta_inplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9131170Z test_dispatch_symbolic_meta_inplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9131320Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9131470Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9131610Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9131770Z test_dispatch_symbolic_meta_inplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9131920Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9132070Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9132220Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9132360Z test_dispatch_symbolic_meta_inplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9132510Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9132670Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9132810Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9132950Z test_dispatch_symbolic_meta_inplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9133100Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9133240Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9133380Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9133530Z test_dispatch_symbolic_meta_inplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9133660Z test_dispatch_symbolic_meta_inplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9133800Z test_dispatch_symbolic_meta_inplace_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9133930Z test_dispatch_symbolic_meta_inplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9134070Z test_dispatch_symbolic_meta_inplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9134200Z test_dispatch_symbolic_meta_inplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9134330Z test_dispatch_symbolic_meta_inplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9134460Z test_dispatch_symbolic_meta_inplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9134590Z test_dispatch_symbolic_meta_inplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9134720Z test_dispatch_symbolic_meta_inplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9134850Z test_dispatch_symbolic_meta_inplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9134960Z test_dispatch_symbolic_meta_inplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9135120Z test_dispatch_symbolic_meta_inplace_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9135230Z test_dispatch_symbolic_meta_inplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9135340Z test_dispatch_symbolic_meta_inplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9135450Z test_dispatch_symbolic_meta_inplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9135550Z test_dispatch_symbolic_meta_inplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9135680Z test_dispatch_symbolic_meta_inplace_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9135810Z test_dispatch_symbolic_meta_inplace_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9135930Z test_dispatch_symbolic_meta_inplace_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9136090Z test_dispatch_symbolic_meta_inplace_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9136210Z test_dispatch_symbolic_meta_inplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9136320Z test_dispatch_symbolic_meta_inplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9136450Z test_dispatch_symbolic_meta_inplace_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9136560Z test_dispatch_symbolic_meta_inplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9136670Z test_dispatch_symbolic_meta_inplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9136770Z test_dispatch_symbolic_meta_inplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9136880Z test_dispatch_symbolic_meta_inplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9137010Z test_dispatch_symbolic_meta_inplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9137130Z test_dispatch_symbolic_meta_inplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9137260Z test_dispatch_symbolic_meta_inplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9137380Z test_dispatch_symbolic_meta_inplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9137510Z test_dispatch_symbolic_meta_inplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9137610Z test_dispatch_symbolic_meta_inplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9137740Z test_dispatch_symbolic_meta_inplace_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9137860Z test_dispatch_symbolic_meta_inplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9137970Z test_dispatch_symbolic_meta_inplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9138070Z test_dispatch_symbolic_meta_inplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9138180Z test_dispatch_symbolic_meta_inplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9138300Z test_dispatch_symbolic_meta_inplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9138540Z test_dispatch_symbolic_meta_inplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9138670Z test_dispatch_symbolic_meta_inplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9138820Z test_dispatch_symbolic_meta_inplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9138960Z test_dispatch_symbolic_meta_inplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9139100Z test_dispatch_symbolic_meta_inplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9139240Z test_dispatch_symbolic_meta_inplace_slice_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9139390Z test_dispatch_symbolic_meta_inplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9139530Z test_dispatch_symbolic_meta_inplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9139670Z test_dispatch_symbolic_meta_inplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9139830Z test_dispatch_symbolic_meta_inplace_slice_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9139960Z test_dispatch_symbolic_meta_inplace_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9140100Z test_dispatch_symbolic_meta_inplace_slice_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9140230Z test_dispatch_symbolic_meta_inplace_slice_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9140370Z test_dispatch_symbolic_meta_inplace_slice_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9140500Z test_dispatch_symbolic_meta_inplace_slice_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9140640Z test_dispatch_symbolic_meta_inplace_slice_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9140770Z test_dispatch_symbolic_meta_inplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9140920Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9141060Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9141200Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9141340Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9141480Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9141630Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9141770Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9141910Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9142050Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9142190Z test_dispatch_symbolic_meta_inplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9142350Z test_dispatch_symbolic_meta_inplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9142490Z test_dispatch_symbolic_meta_inplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9142630Z test_dispatch_symbolic_meta_inplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9142770Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9142920Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9143070Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9143220Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9143390Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9143540Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9143690Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9143830Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9143980Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9144120Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9144260Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9144410Z test_dispatch_symbolic_meta_inplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9144540Z test_dispatch_symbolic_meta_inplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9144680Z test_dispatch_symbolic_meta_inplace_sort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9144820Z test_dispatch_symbolic_meta_inplace_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9144960Z test_dispatch_symbolic_meta_inplace_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9145090Z test_dispatch_symbolic_meta_inplace_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9145230Z test_dispatch_symbolic_meta_inplace_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9145360Z test_dispatch_symbolic_meta_inplace_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9145490Z test_dispatch_symbolic_meta_inplace_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9145630Z test_dispatch_symbolic_meta_inplace_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9145760Z test_dispatch_symbolic_meta_inplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9145940Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.9146100Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.9146250Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.9146400Z test_dispatch_symbolic_meta_inplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.9146540Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9150690Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9150840Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9151080Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9151220Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9151360Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9151510Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9151650Z test_dispatch_symbolic_meta_inplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9151810Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9151960Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9152100Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9152240Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9152380Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9152520Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9152660Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9152800Z test_dispatch_symbolic_meta_inplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9152940Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9153080Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9153220Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9153370Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9153550Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9153690Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9153830Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9153970Z test_dispatch_symbolic_meta_inplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9154110Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9154250Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9154390Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9154570Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9154710Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9154840Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9154980Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9155120Z test_dispatch_symbolic_meta_inplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9155260Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9155400Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9155540Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9155670Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9155800Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9155940Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9156070Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9156210Z test_dispatch_symbolic_meta_inplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9156360Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9156510Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9156660Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9156810Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9156980Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9157130Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9157280Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9157430Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9157570Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9157720Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9157870Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9158040Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9158180Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9158330Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9158470Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9158620Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9158960Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9159200Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9159430Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9159660Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9159880Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9160110Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9160340Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9160560Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9160790Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9161040Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9161270Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9161490Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9161720Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9161940Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9162170Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9162440Z test_dispatch_symbolic_meta_inplace_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9162650Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9162800Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9162950Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9163100Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9163250Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9163390Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9163530Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9163670Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9163810Z test_dispatch_symbolic_meta_inplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9163950Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9164100Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9164240Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9164390Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9164530Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9164660Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9164800Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9164960Z test_dispatch_symbolic_meta_inplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9165120Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9165270Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9165430Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9165580Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9165730Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9165880Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9166060Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9166210Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9166360Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9166510Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9166660Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9166810Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9166960Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9167110Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9167250Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9167400Z test_dispatch_symbolic_meta_inplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9167540Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9167670Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9167810Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9167940Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9168080Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9168210Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9168340Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9168500Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9168640Z test_dispatch_symbolic_meta_inplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9168780Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9168910Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9169050Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9169180Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9169310Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9169480Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9169610Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9169740Z test_dispatch_symbolic_meta_inplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9169870Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9170010Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9170140Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9170280Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9170410Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9170540Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9170670Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9170800Z test_dispatch_symbolic_meta_inplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9170950Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9171100Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9171250Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9171400Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9171550Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9171690Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9171920Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9172070Z test_dispatch_symbolic_meta_inplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9172320Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9172560Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9172790Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9173020Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9173270Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9173490Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9173720Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9173950Z test_dispatch_symbolic_meta_inplace_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9174090Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9174230Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9174370Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9174510Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9174650Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9174780Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9174920Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9175060Z test_dispatch_symbolic_meta_inplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9175200Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9175350Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9175500Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9175640Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9175810Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9175950Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9176090Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9176230Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9176380Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9176520Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9176670Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9176830Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9176970Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9177110Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9177250Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9177400Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9177540Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9177690Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9177860Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9178000Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9178150Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9178300Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9178460Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9178610Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9178750Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9178900Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9179050Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9179210Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9179360Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9179500Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9179650Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9179800Z test_dispatch_symbolic_meta_inplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9179940Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9180080Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9180240Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9180380Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9180510Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9180650Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9180780Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9180920Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9181060Z test_dispatch_symbolic_meta_inplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9181190Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9181330Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9181460Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9181600Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9181740Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9181880Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9182010Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9182140Z test_dispatch_symbolic_meta_inplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9182300Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9182460Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9182650Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9182810Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9182970Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9183120Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9183270Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9183430Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9183620Z test_dispatch_symbolic_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9183770Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9183940Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9184100Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9184260Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9184420Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9184570Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9184720Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9184870Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9185020Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9185170Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9185330Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9185480Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9185620Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9185770Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9185910Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9186110Z test_dispatch_symbolic_meta_inplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9186360Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9186600Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9186840Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9187070Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9187310Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9191580Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9191830Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9192060Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9192300Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9192540Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9192770Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9193000Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9193230Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9193470Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9193700Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9193930Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9194160Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9194400Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9194660Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9194900Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9195130Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9195360Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9195590Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9195830Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9196080Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9196320Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9196550Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9196780Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9197010Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9197280Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9197520Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9197770Z test_dispatch_symbolic_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9197930Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9198090Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9198250Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9198400Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9198550Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9198700Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9198870Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9199030Z test_dispatch_symbolic_meta_inplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9199170Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9199310Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9199450Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9199590Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9199720Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9199880Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9200010Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9200150Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9200290Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9200420Z test_dispatch_symbolic_meta_inplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9200560Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9200700Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9200840Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9200970Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9201110Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9201240Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9201380Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9201510Z test_dispatch_symbolic_meta_inplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9201650Z test_dispatch_symbolic_meta_inplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9201780Z test_dispatch_symbolic_meta_inplace_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9201920Z test_dispatch_symbolic_meta_inplace_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9202050Z test_dispatch_symbolic_meta_inplace_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9202180Z test_dispatch_symbolic_meta_inplace_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9202340Z test_dispatch_symbolic_meta_inplace_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9202480Z test_dispatch_symbolic_meta_inplace_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9202610Z test_dispatch_symbolic_meta_inplace_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9202740Z test_dispatch_symbolic_meta_inplace_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9202870Z test_dispatch_symbolic_meta_inplace_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9203000Z test_dispatch_symbolic_meta_inplace_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9203140Z test_dispatch_symbolic_meta_inplace_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9203300Z test_dispatch_symbolic_meta_inplace_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9203440Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9203580Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9203720Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9203870Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9204010Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9204200Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9204340Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9204490Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9204640Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9204780Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9204930Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9205070Z test_dispatch_symbolic_meta_inplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9205210Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9205350Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9205500Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9205650Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9205820Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9205970Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9206110Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9206250Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9206390Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9206530Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9206670Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9206830Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9206980Z test_dispatch_symbolic_meta_inplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9207090Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9207220Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9207340Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9207460Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9207570Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9207670Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9207810Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9207940Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9208070Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9208200Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9208330Z test_dispatch_symbolic_meta_inplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9208440Z test_dispatch_symbolic_meta_inplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9208580Z test_dispatch_symbolic_meta_inplace_square_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9208700Z test_dispatch_symbolic_meta_inplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9208820Z test_dispatch_symbolic_meta_inplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9208930Z test_dispatch_symbolic_meta_inplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9209040Z test_dispatch_symbolic_meta_inplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9209150Z test_dispatch_symbolic_meta_inplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9209260Z test_dispatch_symbolic_meta_inplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9209370Z test_dispatch_symbolic_meta_inplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9209540Z test_dispatch_symbolic_meta_inplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9209650Z test_dispatch_symbolic_meta_inplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9209760Z test_dispatch_symbolic_meta_inplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9209870Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9209980Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9210100Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9210220Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9210330Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9210450Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9210580Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9210690Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9210800Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9210920Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9211020Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9211130Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9211240Z test_dispatch_symbolic_meta_inplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9211380Z test_dispatch_symbolic_meta_inplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9211520Z test_dispatch_symbolic_meta_inplace_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9211670Z test_dispatch_symbolic_meta_inplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9211810Z test_dispatch_symbolic_meta_inplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9211940Z test_dispatch_symbolic_meta_inplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9212080Z test_dispatch_symbolic_meta_inplace_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9212220Z test_dispatch_symbolic_meta_inplace_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9212360Z test_dispatch_symbolic_meta_inplace_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9212490Z test_dispatch_symbolic_meta_inplace_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9212630Z test_dispatch_symbolic_meta_inplace_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9212760Z test_dispatch_symbolic_meta_inplace_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9212900Z test_dispatch_symbolic_meta_inplace_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9213030Z test_dispatch_symbolic_meta_inplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9213190Z test_dispatch_symbolic_meta_inplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9213330Z test_dispatch_symbolic_meta_inplace_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9213470Z test_dispatch_symbolic_meta_inplace_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9213600Z test_dispatch_symbolic_meta_inplace_std_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9213730Z test_dispatch_symbolic_meta_inplace_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9213870Z test_dispatch_symbolic_meta_inplace_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9214010Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9214170Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9214310Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9214450Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9214590Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9214720Z test_dispatch_symbolic_meta_inplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9214860Z test_dispatch_symbolic_meta_inplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9215000Z test_dispatch_symbolic_meta_inplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9215140Z test_dispatch_symbolic_meta_inplace_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9215280Z test_dispatch_symbolic_meta_inplace_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9215390Z test_dispatch_symbolic_meta_inplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9215500Z test_dispatch_symbolic_meta_inplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9215610Z test_dispatch_symbolic_meta_inplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9215720Z test_dispatch_symbolic_meta_inplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9215840Z test_dispatch_symbolic_meta_inplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9215940Z test_dispatch_symbolic_meta_inplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9216050Z test_dispatch_symbolic_meta_inplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9216160Z test_dispatch_symbolic_meta_inplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9216260Z test_dispatch_symbolic_meta_inplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9216370Z test_dispatch_symbolic_meta_inplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9216470Z test_dispatch_symbolic_meta_inplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9216580Z test_dispatch_symbolic_meta_inplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9216720Z test_dispatch_symbolic_meta_inplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9216910Z test_dispatch_symbolic_meta_inplace_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9217050Z test_dispatch_symbolic_meta_inplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9217190Z test_dispatch_symbolic_meta_inplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9217330Z test_dispatch_symbolic_meta_inplace_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9217460Z test_dispatch_symbolic_meta_inplace_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9217590Z test_dispatch_symbolic_meta_inplace_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9217730Z test_dispatch_symbolic_meta_inplace_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9217890Z test_dispatch_symbolic_meta_inplace_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9218020Z test_dispatch_symbolic_meta_inplace_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9218150Z test_dispatch_symbolic_meta_inplace_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9218280Z test_dispatch_symbolic_meta_inplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9218420Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9218560Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9218710Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9218850Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9218990Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9219130Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9219270Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9219410Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9219540Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9219670Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9219800Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9219930Z test_dispatch_symbolic_meta_inplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9220070Z test_dispatch_symbolic_meta_inplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9220200Z test_dispatch_symbolic_meta_inplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9220350Z test_dispatch_symbolic_meta_inplace_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9220480Z test_dispatch_symbolic_meta_inplace_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9220620Z test_dispatch_symbolic_meta_inplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9220760Z test_dispatch_symbolic_meta_inplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9220890Z test_dispatch_symbolic_meta_inplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9221030Z test_dispatch_symbolic_meta_inplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9221160Z test_dispatch_symbolic_meta_inplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9221310Z test_dispatch_symbolic_meta_inplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9221420Z test_dispatch_symbolic_meta_inplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9221520Z test_dispatch_symbolic_meta_inplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9221630Z test_dispatch_symbolic_meta_inplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9221740Z test_dispatch_symbolic_meta_inplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9221840Z test_dispatch_symbolic_meta_inplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9221940Z test_dispatch_symbolic_meta_inplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9222040Z test_dispatch_symbolic_meta_inplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9222150Z test_dispatch_symbolic_meta_inplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9222250Z test_dispatch_symbolic_meta_inplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9222350Z test_dispatch_symbolic_meta_inplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9222450Z test_dispatch_symbolic_meta_inplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9222550Z test_dispatch_symbolic_meta_inplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9222690Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9222830Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9222970Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9223120Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9223250Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9223390Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9223520Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9223660Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9223820Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9223950Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9224150Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9224290Z test_dispatch_symbolic_meta_inplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9224430Z test_dispatch_symbolic_meta_inplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9224570Z test_dispatch_symbolic_meta_inplace_take_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9224710Z test_dispatch_symbolic_meta_inplace_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9224880Z test_dispatch_symbolic_meta_inplace_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9225020Z test_dispatch_symbolic_meta_inplace_take_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9225160Z test_dispatch_symbolic_meta_inplace_take_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9225290Z test_dispatch_symbolic_meta_inplace_take_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9229390Z test_dispatch_symbolic_meta_inplace_take_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9229530Z test_dispatch_symbolic_meta_inplace_take_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9229660Z test_dispatch_symbolic_meta_inplace_take_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9229790Z test_dispatch_symbolic_meta_inplace_take_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9229920Z test_dispatch_symbolic_meta_inplace_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9230030Z test_dispatch_symbolic_meta_inplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9230150Z test_dispatch_symbolic_meta_inplace_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9230260Z test_dispatch_symbolic_meta_inplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9230370Z test_dispatch_symbolic_meta_inplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9230480Z test_dispatch_symbolic_meta_inplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9230580Z test_dispatch_symbolic_meta_inplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9230710Z test_dispatch_symbolic_meta_inplace_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9230840Z test_dispatch_symbolic_meta_inplace_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9230960Z test_dispatch_symbolic_meta_inplace_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9231090Z test_dispatch_symbolic_meta_inplace_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9231210Z test_dispatch_symbolic_meta_inplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9231320Z test_dispatch_symbolic_meta_inplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9231480Z test_dispatch_symbolic_meta_inplace_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9231600Z test_dispatch_symbolic_meta_inplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9231710Z test_dispatch_symbolic_meta_inplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9231810Z test_dispatch_symbolic_meta_inplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9231910Z test_dispatch_symbolic_meta_inplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9232040Z test_dispatch_symbolic_meta_inplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9232170Z test_dispatch_symbolic_meta_inplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9232300Z test_dispatch_symbolic_meta_inplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9232440Z test_dispatch_symbolic_meta_inplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9232560Z test_dispatch_symbolic_meta_inplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9232700Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9232840Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9232980Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9233120Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9233260Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9233400Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9233530Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9233660Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9233800Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9233940Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9234070Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9234210Z test_dispatch_symbolic_meta_inplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9234340Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9234480Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9234610Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9234860Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9235020Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9235170Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9235310Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9235450Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9235590Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9235730Z test_dispatch_symbolic_meta_inplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9235870Z test_dispatch_symbolic_meta_inplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9236030Z test_dispatch_symbolic_meta_inplace_tile_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9236170Z test_dispatch_symbolic_meta_inplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9236320Z test_dispatch_symbolic_meta_inplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9236450Z test_dispatch_symbolic_meta_inplace_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9236580Z test_dispatch_symbolic_meta_inplace_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9236710Z test_dispatch_symbolic_meta_inplace_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9236840Z test_dispatch_symbolic_meta_inplace_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9236970Z test_dispatch_symbolic_meta_inplace_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9237100Z test_dispatch_symbolic_meta_inplace_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9237220Z test_dispatch_symbolic_meta_inplace_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9237350Z test_dispatch_symbolic_meta_inplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9237480Z test_dispatch_symbolic_meta_inplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9237610Z test_dispatch_symbolic_meta_inplace_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9237750Z test_dispatch_symbolic_meta_inplace_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9237880Z test_dispatch_symbolic_meta_inplace_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9238010Z test_dispatch_symbolic_meta_inplace_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9238140Z test_dispatch_symbolic_meta_inplace_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9238260Z test_dispatch_symbolic_meta_inplace_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9238390Z test_dispatch_symbolic_meta_inplace_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9238540Z test_dispatch_symbolic_meta_inplace_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9238670Z test_dispatch_symbolic_meta_inplace_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9238800Z test_dispatch_symbolic_meta_inplace_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9238920Z test_dispatch_symbolic_meta_inplace_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9239060Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9239200Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9239330Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9239490Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9239630Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9239760Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9239940Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9240080Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9240210Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9240350Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9240480Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9240610Z test_dispatch_symbolic_meta_inplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9240740Z test_dispatch_symbolic_meta_inplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9240870Z test_dispatch_symbolic_meta_inplace_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9241010Z test_dispatch_symbolic_meta_inplace_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9241170Z test_dispatch_symbolic_meta_inplace_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9241300Z test_dispatch_symbolic_meta_inplace_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9241430Z test_dispatch_symbolic_meta_inplace_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9241570Z test_dispatch_symbolic_meta_inplace_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9241710Z test_dispatch_symbolic_meta_inplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9241860Z test_dispatch_symbolic_meta_inplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9242000Z test_dispatch_symbolic_meta_inplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9242160Z test_dispatch_symbolic_meta_inplace_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9242300Z test_dispatch_symbolic_meta_inplace_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9242430Z test_dispatch_symbolic_meta_inplace_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9242570Z test_dispatch_symbolic_meta_inplace_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9242700Z test_dispatch_symbolic_meta_inplace_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9242830Z test_dispatch_symbolic_meta_inplace_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9242970Z test_dispatch_symbolic_meta_inplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9243110Z test_dispatch_symbolic_meta_inplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9243220Z test_dispatch_symbolic_meta_inplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9243340Z test_dispatch_symbolic_meta_inplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9243460Z test_dispatch_symbolic_meta_inplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9243580Z test_dispatch_symbolic_meta_inplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9243690Z test_dispatch_symbolic_meta_inplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9243810Z test_dispatch_symbolic_meta_inplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9243920Z test_dispatch_symbolic_meta_inplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9244040Z test_dispatch_symbolic_meta_inplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9244150Z test_dispatch_symbolic_meta_inplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9244260Z test_dispatch_symbolic_meta_inplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9244370Z test_dispatch_symbolic_meta_inplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9244480Z test_dispatch_symbolic_meta_inplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9244630Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9244770Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9244920Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9245060Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9245200Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9245340Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9245470Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9245610Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9245760Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9245900Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9246030Z test_dispatch_symbolic_meta_inplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9246170Z test_dispatch_symbolic_meta_inplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9246310Z test_dispatch_symbolic_meta_inplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9246450Z test_dispatch_symbolic_meta_inplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9246580Z test_dispatch_symbolic_meta_inplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9246740Z test_dispatch_symbolic_meta_inplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9246870Z test_dispatch_symbolic_meta_inplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9247010Z test_dispatch_symbolic_meta_inplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9247140Z test_dispatch_symbolic_meta_inplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9247270Z test_dispatch_symbolic_meta_inplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9247400Z test_dispatch_symbolic_meta_inplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9247540Z test_dispatch_symbolic_meta_inplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9247690Z test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9247840Z test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9247990Z test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9248130Z test_dispatch_symbolic_meta_inplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9248240Z test_dispatch_symbolic_meta_inplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9248360Z test_dispatch_symbolic_meta_inplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9248470Z test_dispatch_symbolic_meta_inplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9248580Z test_dispatch_symbolic_meta_inplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9248700Z test_dispatch_symbolic_meta_inplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9248800Z test_dispatch_symbolic_meta_inplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9248910Z test_dispatch_symbolic_meta_inplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9249020Z test_dispatch_symbolic_meta_inplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9249120Z test_dispatch_symbolic_meta_inplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9249230Z test_dispatch_symbolic_meta_inplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9249360Z test_dispatch_symbolic_meta_inplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9249470Z test_dispatch_symbolic_meta_inplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9249620Z test_dispatch_symbolic_meta_inplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9249760Z test_dispatch_symbolic_meta_inplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9249870Z test_dispatch_symbolic_meta_inplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9249980Z test_dispatch_symbolic_meta_inplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9250090Z test_dispatch_symbolic_meta_inplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9250210Z test_dispatch_symbolic_meta_inplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9250380Z test_dispatch_symbolic_meta_inplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9250480Z test_dispatch_symbolic_meta_inplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9250590Z test_dispatch_symbolic_meta_inplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9250700Z test_dispatch_symbolic_meta_inplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9250800Z test_dispatch_symbolic_meta_inplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9250910Z test_dispatch_symbolic_meta_inplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9251020Z test_dispatch_symbolic_meta_inplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9251120Z test_dispatch_symbolic_meta_inplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9251260Z test_dispatch_symbolic_meta_inplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9251400Z test_dispatch_symbolic_meta_inplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9251520Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9251660Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9251780Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9251900Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9252020Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9252130Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9252250Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9252390Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9252520Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9252660Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9252790Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9252920Z test_dispatch_symbolic_meta_inplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.006s) 2022-11-23T01:20:47.9253060Z test_dispatch_symbolic_meta_inplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9253170Z test_dispatch_symbolic_meta_inplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9253290Z test_dispatch_symbolic_meta_inplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9253400Z test_dispatch_symbolic_meta_inplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9253500Z test_dispatch_symbolic_meta_inplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9253610Z test_dispatch_symbolic_meta_inplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9253710Z test_dispatch_symbolic_meta_inplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9253820Z test_dispatch_symbolic_meta_inplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9253960Z test_dispatch_symbolic_meta_inplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9254120Z test_dispatch_symbolic_meta_inplace_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9254260Z test_dispatch_symbolic_meta_inplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9254400Z test_dispatch_symbolic_meta_inplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9254540Z test_dispatch_symbolic_meta_inplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9254680Z test_dispatch_symbolic_meta_inplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9254810Z test_dispatch_symbolic_meta_inplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9254950Z test_dispatch_symbolic_meta_inplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9255080Z test_dispatch_symbolic_meta_inplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9255210Z test_dispatch_symbolic_meta_inplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9255340Z test_dispatch_symbolic_meta_inplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9255470Z test_dispatch_symbolic_meta_inplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9255600Z test_dispatch_symbolic_meta_inplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9255740Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9255870Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9256010Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9256150Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9256290Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9256420Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9256580Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9256710Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9256850Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9256980Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9257110Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9257240Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9257370Z test_dispatch_symbolic_meta_inplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9257530Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9257660Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9257800Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9257940Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9258080Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9258220Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9258360Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9258490Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9258690Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9258830Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9258960Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9259110Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9259250Z test_dispatch_symbolic_meta_inplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9259390Z test_dispatch_symbolic_meta_inplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9259530Z test_dispatch_symbolic_meta_inplace_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9259670Z test_dispatch_symbolic_meta_inplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9259810Z test_dispatch_symbolic_meta_inplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9259940Z test_dispatch_symbolic_meta_inplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9260100Z test_dispatch_symbolic_meta_inplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9264110Z test_dispatch_symbolic_meta_inplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9264250Z test_dispatch_symbolic_meta_inplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9264380Z test_dispatch_symbolic_meta_inplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9264510Z test_dispatch_symbolic_meta_inplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9264640Z test_dispatch_symbolic_meta_inplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9264770Z test_dispatch_symbolic_meta_inplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9264900Z test_dispatch_symbolic_meta_inplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9265060Z test_dispatch_symbolic_meta_inplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9265180Z test_dispatch_symbolic_meta_inplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9265290Z test_dispatch_symbolic_meta_inplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9265400Z test_dispatch_symbolic_meta_inplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9265510Z test_dispatch_symbolic_meta_inplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9265620Z test_dispatch_symbolic_meta_inplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9265760Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9265910Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9266130Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9266280Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9266430Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9266580Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9266730Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9266870Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9267010Z test_dispatch_symbolic_meta_inplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9267150Z test_dispatch_symbolic_meta_inplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9267290Z test_dispatch_symbolic_meta_inplace_unique_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9267430Z test_dispatch_symbolic_meta_inplace_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9267560Z test_dispatch_symbolic_meta_inplace_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9267730Z test_dispatch_symbolic_meta_inplace_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9267870Z test_dispatch_symbolic_meta_inplace_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9268000Z test_dispatch_symbolic_meta_inplace_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9268140Z test_dispatch_symbolic_meta_inplace_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9268270Z test_dispatch_symbolic_meta_inplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9268380Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9268500Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9268650Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9268770Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9268890Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9269000Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9269120Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9269230Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9269340Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9269460Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9269570Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9269680Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9269790Z test_dispatch_symbolic_meta_inplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9269930Z test_dispatch_symbolic_meta_inplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9270070Z test_dispatch_symbolic_meta_inplace_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9270200Z test_dispatch_symbolic_meta_inplace_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9270340Z test_dispatch_symbolic_meta_inplace_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9270480Z test_dispatch_symbolic_meta_inplace_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9270610Z test_dispatch_symbolic_meta_inplace_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9270750Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9270890Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9271040Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9271170Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9271330Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9271470Z test_dispatch_symbolic_meta_inplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9271600Z test_dispatch_symbolic_meta_inplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9271740Z test_dispatch_symbolic_meta_inplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9271880Z test_dispatch_symbolic_meta_inplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9272020Z test_dispatch_symbolic_meta_inplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9272160Z test_dispatch_symbolic_meta_inplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9272340Z test_dispatch_symbolic_meta_inplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9272480Z test_dispatch_symbolic_meta_inplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9272610Z test_dispatch_symbolic_meta_inplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9272740Z test_dispatch_symbolic_meta_inplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9272870Z test_dispatch_symbolic_meta_inplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9273020Z test_dispatch_symbolic_meta_inplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9273160Z test_dispatch_symbolic_meta_inplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9273300Z test_dispatch_symbolic_meta_inplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9273450Z test_dispatch_symbolic_meta_inplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9273580Z test_dispatch_symbolic_meta_inplace_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9273720Z test_dispatch_symbolic_meta_inplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9273860Z test_dispatch_symbolic_meta_inplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9274000Z test_dispatch_symbolic_meta_inplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9274140Z test_dispatch_symbolic_meta_inplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9274270Z test_dispatch_symbolic_meta_inplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9274400Z test_dispatch_symbolic_meta_inplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9274540Z test_dispatch_symbolic_meta_inplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9274680Z test_dispatch_symbolic_meta_inplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9274830Z test_dispatch_symbolic_meta_inplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9274970Z test_dispatch_symbolic_meta_inplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9275100Z test_dispatch_symbolic_meta_inplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9275250Z test_dispatch_symbolic_meta_inplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9275390Z test_dispatch_symbolic_meta_inplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9275530Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9275670Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9275810Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9275970Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9276100Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9276240Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9276370Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9276510Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9276640Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9276780Z test_dispatch_symbolic_meta_inplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9276910Z test_dispatch_symbolic_meta_inplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9277050Z test_dispatch_symbolic_meta_inplace_view_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9277190Z test_dispatch_symbolic_meta_inplace_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9277320Z test_dispatch_symbolic_meta_inplace_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9277460Z test_dispatch_symbolic_meta_inplace_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9277600Z test_dispatch_symbolic_meta_inplace_view_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9277740Z test_dispatch_symbolic_meta_inplace_view_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9277870Z test_dispatch_symbolic_meta_inplace_view_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9278000Z test_dispatch_symbolic_meta_inplace_view_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9278130Z test_dispatch_symbolic_meta_inplace_view_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9278270Z test_dispatch_symbolic_meta_inplace_view_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9278440Z test_dispatch_symbolic_meta_inplace_view_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9278570Z test_dispatch_symbolic_meta_inplace_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9278710Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9278850Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9278980Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9279130Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9279270Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9279420Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9279550Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9279690Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9279820Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9279960Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9280090Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9280220Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9280360Z test_dispatch_symbolic_meta_inplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9280500Z test_dispatch_symbolic_meta_inplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9280630Z test_dispatch_symbolic_meta_inplace_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9280770Z test_dispatch_symbolic_meta_inplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9280910Z test_dispatch_symbolic_meta_inplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9281040Z test_dispatch_symbolic_meta_inplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9281180Z test_dispatch_symbolic_meta_inplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9281310Z test_dispatch_symbolic_meta_inplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9281450Z test_dispatch_symbolic_meta_inplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9281580Z test_dispatch_symbolic_meta_inplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9281710Z test_dispatch_symbolic_meta_inplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9281850Z test_dispatch_symbolic_meta_inplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9282010Z test_dispatch_symbolic_meta_inplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9282140Z test_dispatch_symbolic_meta_inplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9282280Z test_dispatch_symbolic_meta_inplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9282420Z test_dispatch_symbolic_meta_inplace_where_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9282560Z test_dispatch_symbolic_meta_inplace_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9282700Z test_dispatch_symbolic_meta_inplace_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9282830Z test_dispatch_symbolic_meta_inplace_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9283000Z test_dispatch_symbolic_meta_inplace_where_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9283130Z test_dispatch_symbolic_meta_inplace_where_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9283270Z test_dispatch_symbolic_meta_inplace_where_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9283400Z test_dispatch_symbolic_meta_inplace_where_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9283540Z test_dispatch_symbolic_meta_inplace_where_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9283670Z test_dispatch_symbolic_meta_inplace_where_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9283800Z test_dispatch_symbolic_meta_inplace_where_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9283930Z test_dispatch_symbolic_meta_inplace_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9284050Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9284180Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9284290Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9284410Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9284520Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9284650Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9284780Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9284910Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9285040Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9285170Z test_dispatch_symbolic_meta_inplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9285290Z test_dispatch_symbolic_meta_inplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9285400Z test_dispatch_symbolic_meta_inplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9285530Z test_dispatch_symbolic_meta_inplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9285650Z test_dispatch_symbolic_meta_inplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9285760Z test_dispatch_symbolic_meta_inplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9285870Z test_dispatch_symbolic_meta_inplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9285980Z test_dispatch_symbolic_meta_inplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9286090Z test_dispatch_symbolic_meta_inplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9286190Z test_dispatch_symbolic_meta_inplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9286300Z test_dispatch_symbolic_meta_inplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9286410Z test_dispatch_symbolic_meta_inplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9286530Z test_dispatch_symbolic_meta_inplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9286670Z test_dispatch_symbolic_meta_inplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9286810Z test_dispatch_symbolic_meta_inplace_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9286950Z test_dispatch_symbolic_meta_inplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9287090Z test_dispatch_symbolic_meta_inplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9287230Z test_dispatch_symbolic_meta_inplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9287370Z test_dispatch_symbolic_meta_inplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9287510Z test_dispatch_symbolic_meta_inplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9287640Z test_dispatch_symbolic_meta_inplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9287780Z test_dispatch_symbolic_meta_inplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9287910Z test_dispatch_symbolic_meta_inplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9288040Z test_dispatch_symbolic_meta_inplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9288180Z test_dispatch_symbolic_meta_inplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9288310Z test_dispatch_symbolic_meta_inplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9288450Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9288590Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9288730Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9288880Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9289020Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9289180Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9289320Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9289460Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9289600Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9289730Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9289860Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9290000Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9290160Z test_dispatch_symbolic_meta_inplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:20:47.9290270Z test_dispatch_symbolic_meta_outplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9290380Z test_dispatch_symbolic_meta_outplace_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9290490Z test_dispatch_symbolic_meta_outplace_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9290600Z test_dispatch_symbolic_meta_outplace_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9290710Z test_dispatch_symbolic_meta_outplace_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9290820Z test_dispatch_symbolic_meta_outplace_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9290930Z test_dispatch_symbolic_meta_outplace_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9291030Z test_dispatch_symbolic_meta_outplace_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9291140Z test_dispatch_symbolic_meta_outplace_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9291240Z test_dispatch_symbolic_meta_outplace_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9291350Z test_dispatch_symbolic_meta_outplace_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9291450Z test_dispatch_symbolic_meta_outplace_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9291560Z test_dispatch_symbolic_meta_outplace_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9291660Z test_dispatch_symbolic_meta_outplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9291770Z test_dispatch_symbolic_meta_outplace_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9291880Z test_dispatch_symbolic_meta_outplace_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9291990Z test_dispatch_symbolic_meta_outplace_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9292100Z test_dispatch_symbolic_meta_outplace_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9292210Z test_dispatch_symbolic_meta_outplace_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9292310Z test_dispatch_symbolic_meta_outplace_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9292420Z test_dispatch_symbolic_meta_outplace_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9292520Z test_dispatch_symbolic_meta_outplace_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9292620Z test_dispatch_symbolic_meta_outplace_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9292740Z test_dispatch_symbolic_meta_outplace_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9292850Z test_dispatch_symbolic_meta_outplace_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9292950Z test_dispatch_symbolic_meta_outplace_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9293070Z test_dispatch_symbolic_meta_outplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9293190Z test_dispatch_symbolic_meta_outplace___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9293310Z test_dispatch_symbolic_meta_outplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9293440Z test_dispatch_symbolic_meta_outplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9293550Z test_dispatch_symbolic_meta_outplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9293670Z test_dispatch_symbolic_meta_outplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9293830Z test_dispatch_symbolic_meta_outplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9293940Z test_dispatch_symbolic_meta_outplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9294060Z test_dispatch_symbolic_meta_outplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9294170Z test_dispatch_symbolic_meta_outplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9294280Z test_dispatch_symbolic_meta_outplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9294390Z test_dispatch_symbolic_meta_outplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9294500Z test_dispatch_symbolic_meta_outplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9294610Z test_dispatch_symbolic_meta_outplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9298800Z test_dispatch_symbolic_meta_outplace___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9298920Z test_dispatch_symbolic_meta_outplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9299040Z test_dispatch_symbolic_meta_outplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9299160Z test_dispatch_symbolic_meta_outplace___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9299270Z test_dispatch_symbolic_meta_outplace___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9299370Z test_dispatch_symbolic_meta_outplace___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9299490Z test_dispatch_symbolic_meta_outplace___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9299600Z test_dispatch_symbolic_meta_outplace___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9299710Z test_dispatch_symbolic_meta_outplace___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9299820Z test_dispatch_symbolic_meta_outplace___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9299930Z test_dispatch_symbolic_meta_outplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9300040Z test_dispatch_symbolic_meta_outplace___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9300150Z test_dispatch_symbolic_meta_outplace___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9300250Z test_dispatch_symbolic_meta_outplace___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9300360Z test_dispatch_symbolic_meta_outplace___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9300520Z test_dispatch_symbolic_meta_outplace___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9300630Z test_dispatch_symbolic_meta_outplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9300740Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9300850Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9300970Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9301080Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9301200Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9301310Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9301420Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9301560Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9301660Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9301770Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9301870Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9301970Z test_dispatch_symbolic_meta_outplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9302090Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9302200Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9302320Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9302430Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9302540Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9302650Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9302760Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9302860Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9302970Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9303080Z test_dispatch_symbolic_meta_outplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9303180Z test_dispatch_symbolic_meta_outplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9303290Z test_dispatch_symbolic_meta_outplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9303400Z test_dispatch_symbolic_meta_outplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9303500Z test_dispatch_symbolic_meta_outplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9303610Z test_dispatch_symbolic_meta_outplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9303710Z test_dispatch_symbolic_meta_outplace___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9303820Z test_dispatch_symbolic_meta_outplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9303930Z test_dispatch_symbolic_meta_outplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9304060Z test_dispatch_symbolic_meta_outplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9304170Z test_dispatch_symbolic_meta_outplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9304280Z test_dispatch_symbolic_meta_outplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9304380Z test_dispatch_symbolic_meta_outplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9304490Z test_dispatch_symbolic_meta_outplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9304590Z test_dispatch_symbolic_meta_outplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9304700Z test_dispatch_symbolic_meta_outplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9304800Z test_dispatch_symbolic_meta_outplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9304910Z test_dispatch_symbolic_meta_outplace___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9305030Z test_dispatch_symbolic_meta_outplace___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9305210Z test_dispatch_symbolic_meta_outplace___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9305320Z test_dispatch_symbolic_meta_outplace___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9305430Z test_dispatch_symbolic_meta_outplace___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9305540Z test_dispatch_symbolic_meta_outplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9305650Z test_dispatch_symbolic_meta_outplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9305770Z test_dispatch_symbolic_meta_outplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9305890Z test_dispatch_symbolic_meta_outplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9306010Z test_dispatch_symbolic_meta_outplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9306120Z test_dispatch_symbolic_meta_outplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9306220Z test_dispatch_symbolic_meta_outplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9306330Z test_dispatch_symbolic_meta_outplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9306440Z test_dispatch_symbolic_meta_outplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9306550Z test_dispatch_symbolic_meta_outplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9306660Z test_dispatch_symbolic_meta_outplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9306770Z test_dispatch_symbolic_meta_outplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9306880Z test_dispatch_symbolic_meta_outplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9307000Z test_dispatch_symbolic_meta_outplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9307120Z test_dispatch_symbolic_meta_outplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9307230Z test_dispatch_symbolic_meta_outplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9307330Z test_dispatch_symbolic_meta_outplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9307440Z test_dispatch_symbolic_meta_outplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9307540Z test_dispatch_symbolic_meta_outplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9307660Z test_dispatch_symbolic_meta_outplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9307770Z test_dispatch_symbolic_meta_outplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9307880Z test_dispatch_symbolic_meta_outplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9307980Z test_dispatch_symbolic_meta_outplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9308090Z test_dispatch_symbolic_meta_outplace___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9308190Z test_dispatch_symbolic_meta_outplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9308300Z test_dispatch_symbolic_meta_outplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9308400Z test_dispatch_symbolic_meta_outplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9308500Z test_dispatch_symbolic_meta_outplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9308630Z test_dispatch_symbolic_meta_outplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9308750Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9308880Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9309000Z test_dispatch_symbolic_meta_outplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9309110Z test_dispatch_symbolic_meta_outplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9309220Z test_dispatch_symbolic_meta_outplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9309330Z test_dispatch_symbolic_meta_outplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9309430Z test_dispatch_symbolic_meta_outplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9309580Z test_dispatch_symbolic_meta_outplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9309690Z test_dispatch_symbolic_meta_outplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9309790Z test_dispatch_symbolic_meta_outplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9309900Z test_dispatch_symbolic_meta_outplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9310000Z test_dispatch_symbolic_meta_outplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9310100Z test_dispatch_symbolic_meta_outplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9310200Z test_dispatch_symbolic_meta_outplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9310300Z test_dispatch_symbolic_meta_outplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9310410Z test_dispatch_symbolic_meta_outplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9310510Z test_dispatch_symbolic_meta_outplace_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9310620Z test_dispatch_symbolic_meta_outplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9310730Z test_dispatch_symbolic_meta_outplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9310840Z test_dispatch_symbolic_meta_outplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9310950Z test_dispatch_symbolic_meta_outplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9311050Z test_dispatch_symbolic_meta_outplace_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9311160Z test_dispatch_symbolic_meta_outplace_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9311270Z test_dispatch_symbolic_meta_outplace_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9311380Z test_dispatch_symbolic_meta_outplace_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9311480Z test_dispatch_symbolic_meta_outplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9311590Z test_dispatch_symbolic_meta_outplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9311700Z test_dispatch_symbolic_meta_outplace_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9311810Z test_dispatch_symbolic_meta_outplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9311910Z test_dispatch_symbolic_meta_outplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9312020Z test_dispatch_symbolic_meta_outplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9312130Z test_dispatch_symbolic_meta_outplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9312250Z test_dispatch_symbolic_meta_outplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9312360Z test_dispatch_symbolic_meta_outplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9312460Z test_dispatch_symbolic_meta_outplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9312560Z test_dispatch_symbolic_meta_outplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9312670Z test_dispatch_symbolic_meta_outplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9312770Z test_dispatch_symbolic_meta_outplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9312880Z test_dispatch_symbolic_meta_outplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9312990Z test_dispatch_symbolic_meta_outplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9313090Z test_dispatch_symbolic_meta_outplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9313200Z test_dispatch_symbolic_meta_outplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9313300Z test_dispatch_symbolic_meta_outplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9313400Z test_dispatch_symbolic_meta_outplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9313500Z test_dispatch_symbolic_meta_outplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9313600Z test_dispatch_symbolic_meta_outplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9313710Z test_dispatch_symbolic_meta_outplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9313810Z test_dispatch_symbolic_meta_outplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9313910Z test_dispatch_symbolic_meta_outplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9314010Z test_dispatch_symbolic_meta_outplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9314120Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9314230Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9314350Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9314450Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9314560Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9314670Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9314810Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9314910Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9315020Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9315120Z test_dispatch_symbolic_meta_outplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9315230Z test_dispatch_symbolic_meta_outplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9315350Z test_dispatch_symbolic_meta_outplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9315460Z test_dispatch_symbolic_meta_outplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9315570Z test_dispatch_symbolic_meta_outplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9315680Z test_dispatch_symbolic_meta_outplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9315820Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9315930Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9316040Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9316150Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9316260Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9316360Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9316470Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9316580Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9316680Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9316790Z test_dispatch_symbolic_meta_outplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9316900Z test_dispatch_symbolic_meta_outplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9317010Z test_dispatch_symbolic_meta_outplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9317110Z test_dispatch_symbolic_meta_outplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9317220Z test_dispatch_symbolic_meta_outplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9317320Z test_dispatch_symbolic_meta_outplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9317420Z test_dispatch_symbolic_meta_outplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9317530Z test_dispatch_symbolic_meta_outplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9317630Z test_dispatch_symbolic_meta_outplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9317730Z test_dispatch_symbolic_meta_outplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9317840Z test_dispatch_symbolic_meta_outplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9317960Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9318080Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9318260Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9318400Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9318530Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9318650Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9318780Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9318900Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9319030Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9319150Z test_dispatch_symbolic_meta_outplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9319260Z test_dispatch_symbolic_meta_outplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9319380Z test_dispatch_symbolic_meta_outplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9319510Z test_dispatch_symbolic_meta_outplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9319620Z test_dispatch_symbolic_meta_outplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9319730Z test_dispatch_symbolic_meta_outplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9319840Z test_dispatch_symbolic_meta_outplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9319950Z test_dispatch_symbolic_meta_outplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9320050Z test_dispatch_symbolic_meta_outplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9320160Z test_dispatch_symbolic_meta_outplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9320270Z test_dispatch_symbolic_meta_outplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9320380Z test_dispatch_symbolic_meta_outplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9320490Z test_dispatch_symbolic_meta_outplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9320600Z test_dispatch_symbolic_meta_outplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9320710Z test_dispatch_symbolic_meta_outplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9320820Z test_dispatch_symbolic_meta_outplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9320930Z test_dispatch_symbolic_meta_outplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9321040Z test_dispatch_symbolic_meta_outplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9321150Z test_dispatch_symbolic_meta_outplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9321260Z test_dispatch_symbolic_meta_outplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9321360Z test_dispatch_symbolic_meta_outplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9321470Z test_dispatch_symbolic_meta_outplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9321580Z test_dispatch_symbolic_meta_outplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9321690Z test_dispatch_symbolic_meta_outplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9321790Z test_dispatch_symbolic_meta_outplace_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9321910Z test_dispatch_symbolic_meta_outplace_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9322020Z test_dispatch_symbolic_meta_outplace_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9322140Z test_dispatch_symbolic_meta_outplace_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9322250Z test_dispatch_symbolic_meta_outplace_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9322360Z test_dispatch_symbolic_meta_outplace_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9322470Z test_dispatch_symbolic_meta_outplace_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9322570Z test_dispatch_symbolic_meta_outplace_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9322680Z test_dispatch_symbolic_meta_outplace_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9322780Z test_dispatch_symbolic_meta_outplace_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9322890Z test_dispatch_symbolic_meta_outplace_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9323030Z test_dispatch_symbolic_meta_outplace_all_strides_H_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9323180Z test_dispatch_symbolic_meta_outplace_all_strides_T_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9323320Z test_dispatch_symbolic_meta_outplace_all_strides___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9323470Z test_dispatch_symbolic_meta_outplace_all_strides___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9323610Z test_dispatch_symbolic_meta_outplace_all_strides___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9323740Z test_dispatch_symbolic_meta_outplace_all_strides___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9323880Z test_dispatch_symbolic_meta_outplace_all_strides___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9324020Z test_dispatch_symbolic_meta_outplace_all_strides___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9324150Z test_dispatch_symbolic_meta_outplace_all_strides___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9324290Z test_dispatch_symbolic_meta_outplace_all_strides___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9324420Z test_dispatch_symbolic_meta_outplace_all_strides___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9324550Z test_dispatch_symbolic_meta_outplace_all_strides___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9324690Z test_dispatch_symbolic_meta_outplace_all_strides___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9324840Z test_dispatch_symbolic_meta_outplace_all_strides__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9324970Z test_dispatch_symbolic_meta_outplace_all_strides_abs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9325110Z test_dispatch_symbolic_meta_outplace_all_strides_acos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9325250Z test_dispatch_symbolic_meta_outplace_all_strides_acosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9325380Z test_dispatch_symbolic_meta_outplace_all_strides_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9325520Z test_dispatch_symbolic_meta_outplace_all_strides_addbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9329680Z test_dispatch_symbolic_meta_outplace_all_strides_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9329830Z test_dispatch_symbolic_meta_outplace_all_strides_addcmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9329970Z test_dispatch_symbolic_meta_outplace_all_strides_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9330120Z test_dispatch_symbolic_meta_outplace_all_strides_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9330260Z test_dispatch_symbolic_meta_outplace_all_strides_addmv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9330390Z test_dispatch_symbolic_meta_outplace_all_strides_addr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9330520Z test_dispatch_symbolic_meta_outplace_all_strides_all_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9330660Z test_dispatch_symbolic_meta_outplace_all_strides_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9330810Z test_dispatch_symbolic_meta_outplace_all_strides_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9330940Z test_dispatch_symbolic_meta_outplace_all_strides_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9331070Z test_dispatch_symbolic_meta_outplace_all_strides_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9331200Z test_dispatch_symbolic_meta_outplace_all_strides_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9331330Z test_dispatch_symbolic_meta_outplace_all_strides_any_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9331470Z test_dispatch_symbolic_meta_outplace_all_strides_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9331600Z test_dispatch_symbolic_meta_outplace_all_strides_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9331730Z test_dispatch_symbolic_meta_outplace_all_strides_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9331870Z test_dispatch_symbolic_meta_outplace_all_strides_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9332000Z test_dispatch_symbolic_meta_outplace_all_strides_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9332140Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9332280Z test_dispatch_symbolic_meta_outplace_all_strides_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9332410Z test_dispatch_symbolic_meta_outplace_all_strides_asin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9332540Z test_dispatch_symbolic_meta_outplace_all_strides_asinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9332670Z test_dispatch_symbolic_meta_outplace_all_strides_atan2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9332800Z test_dispatch_symbolic_meta_outplace_all_strides_atan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9332930Z test_dispatch_symbolic_meta_outplace_all_strides_atanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9333060Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9333220Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9333360Z test_dispatch_symbolic_meta_outplace_all_strides_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9333490Z test_dispatch_symbolic_meta_outplace_all_strides_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9333630Z test_dispatch_symbolic_meta_outplace_all_strides_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9333760Z test_dispatch_symbolic_meta_outplace_all_strides_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9333890Z test_dispatch_symbolic_meta_outplace_all_strides_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9334130Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9334310Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9334440Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9334590Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9334740Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9334890Z test_dispatch_symbolic_meta_outplace_all_strides_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9335030Z test_dispatch_symbolic_meta_outplace_all_strides_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9335170Z test_dispatch_symbolic_meta_outplace_all_strides_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9335310Z test_dispatch_symbolic_meta_outplace_all_strides_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9335450Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9335590Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9335730Z test_dispatch_symbolic_meta_outplace_all_strides_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9335870Z test_dispatch_symbolic_meta_outplace_all_strides_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9336000Z test_dispatch_symbolic_meta_outplace_all_strides_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9336140Z test_dispatch_symbolic_meta_outplace_all_strides_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9336270Z test_dispatch_symbolic_meta_outplace_all_strides_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9336400Z test_dispatch_symbolic_meta_outplace_all_strides_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9336530Z test_dispatch_symbolic_meta_outplace_all_strides_cdouble_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9336660Z test_dispatch_symbolic_meta_outplace_all_strides_ceil_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9336810Z test_dispatch_symbolic_meta_outplace_all_strides_cfloat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9336950Z test_dispatch_symbolic_meta_outplace_all_strides_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9337080Z test_dispatch_symbolic_meta_outplace_all_strides_char_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9337210Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9337350Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9337480Z test_dispatch_symbolic_meta_outplace_all_strides_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9337610Z test_dispatch_symbolic_meta_outplace_all_strides_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9337770Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9337900Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9338030Z test_dispatch_symbolic_meta_outplace_all_strides_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9338160Z test_dispatch_symbolic_meta_outplace_all_strides_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9338300Z test_dispatch_symbolic_meta_outplace_all_strides_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9338430Z test_dispatch_symbolic_meta_outplace_all_strides_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9338570Z test_dispatch_symbolic_meta_outplace_all_strides_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9338700Z test_dispatch_symbolic_meta_outplace_all_strides_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9338840Z test_dispatch_symbolic_meta_outplace_all_strides_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9338980Z test_dispatch_symbolic_meta_outplace_all_strides_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9339120Z test_dispatch_symbolic_meta_outplace_all_strides_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9339250Z test_dispatch_symbolic_meta_outplace_all_strides_copysign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9339380Z test_dispatch_symbolic_meta_outplace_all_strides_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9339520Z test_dispatch_symbolic_meta_outplace_all_strides_cos_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9339650Z test_dispatch_symbolic_meta_outplace_all_strides_cosh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9339790Z test_dispatch_symbolic_meta_outplace_all_strides_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9339920Z test_dispatch_symbolic_meta_outplace_all_strides_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9340050Z test_dispatch_symbolic_meta_outplace_all_strides_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9340240Z test_dispatch_symbolic_meta_outplace_all_strides_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9340390Z test_dispatch_symbolic_meta_outplace_all_strides_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9340540Z test_dispatch_symbolic_meta_outplace_all_strides_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9340680Z test_dispatch_symbolic_meta_outplace_all_strides_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9340840Z test_dispatch_symbolic_meta_outplace_all_strides_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9340970Z test_dispatch_symbolic_meta_outplace_all_strides_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9341110Z test_dispatch_symbolic_meta_outplace_all_strides_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9341260Z test_dispatch_symbolic_meta_outplace_all_strides_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9341410Z test_dispatch_symbolic_meta_outplace_all_strides_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9341550Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9341690Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9341830Z test_dispatch_symbolic_meta_outplace_all_strides_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9341960Z test_dispatch_symbolic_meta_outplace_all_strides_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9342100Z test_dispatch_symbolic_meta_outplace_all_strides_digamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9342230Z test_dispatch_symbolic_meta_outplace_all_strides_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9342370Z test_dispatch_symbolic_meta_outplace_all_strides_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9342510Z test_dispatch_symbolic_meta_outplace_all_strides_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9342650Z test_dispatch_symbolic_meta_outplace_all_strides_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9342780Z test_dispatch_symbolic_meta_outplace_all_strides_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9342920Z test_dispatch_symbolic_meta_outplace_all_strides_double_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9343050Z test_dispatch_symbolic_meta_outplace_all_strides_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9343180Z test_dispatch_symbolic_meta_outplace_all_strides_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9343310Z test_dispatch_symbolic_meta_outplace_all_strides_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9343450Z test_dispatch_symbolic_meta_outplace_all_strides_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9343580Z test_dispatch_symbolic_meta_outplace_all_strides_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9343710Z test_dispatch_symbolic_meta_outplace_all_strides_eq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9343890Z test_dispatch_symbolic_meta_outplace_all_strides_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9344020Z test_dispatch_symbolic_meta_outplace_all_strides_erf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9344150Z test_dispatch_symbolic_meta_outplace_all_strides_erfc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9344280Z test_dispatch_symbolic_meta_outplace_all_strides_erfinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9344410Z test_dispatch_symbolic_meta_outplace_all_strides_exp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9344540Z test_dispatch_symbolic_meta_outplace_all_strides_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9344670Z test_dispatch_symbolic_meta_outplace_all_strides_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9344840Z test_dispatch_symbolic_meta_outplace_all_strides_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9344980Z test_dispatch_symbolic_meta_outplace_all_strides_expm1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9345110Z test_dispatch_symbolic_meta_outplace_all_strides_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9345260Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9345400Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9345540Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9345680Z test_dispatch_symbolic_meta_outplace_all_strides_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9345820Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9345950Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9346080Z test_dispatch_symbolic_meta_outplace_all_strides_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9346240Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9346370Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9346510Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9346660Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9346800Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9346940Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9347080Z test_dispatch_symbolic_meta_outplace_all_strides_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9347210Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9347350Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9347520Z test_dispatch_symbolic_meta_outplace_all_strides_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9347650Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9347780Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9347910Z test_dispatch_symbolic_meta_outplace_all_strides_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9348040Z test_dispatch_symbolic_meta_outplace_all_strides_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9348170Z test_dispatch_symbolic_meta_outplace_all_strides_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9348300Z test_dispatch_symbolic_meta_outplace_all_strides_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9348470Z test_dispatch_symbolic_meta_outplace_all_strides_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9348600Z test_dispatch_symbolic_meta_outplace_all_strides_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9348730Z test_dispatch_symbolic_meta_outplace_all_strides_float_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9348860Z test_dispatch_symbolic_meta_outplace_all_strides_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9348990Z test_dispatch_symbolic_meta_outplace_all_strides_floor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9349130Z test_dispatch_symbolic_meta_outplace_all_strides_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9349260Z test_dispatch_symbolic_meta_outplace_all_strides_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9349390Z test_dispatch_symbolic_meta_outplace_all_strides_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9349510Z test_dispatch_symbolic_meta_outplace_all_strides_fmod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9349640Z test_dispatch_symbolic_meta_outplace_all_strides_frac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9349770Z test_dispatch_symbolic_meta_outplace_all_strides_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9349900Z test_dispatch_symbolic_meta_outplace_all_strides_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9350030Z test_dispatch_symbolic_meta_outplace_all_strides_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9350160Z test_dispatch_symbolic_meta_outplace_all_strides_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9350290Z test_dispatch_symbolic_meta_outplace_all_strides_gcd_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9350420Z test_dispatch_symbolic_meta_outplace_all_strides_ge_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9350550Z test_dispatch_symbolic_meta_outplace_all_strides_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9350680Z test_dispatch_symbolic_meta_outplace_all_strides_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9350840Z test_dispatch_symbolic_meta_outplace_all_strides_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9350970Z test_dispatch_symbolic_meta_outplace_all_strides_gt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9351090Z test_dispatch_symbolic_meta_outplace_all_strides_half_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9351230Z test_dispatch_symbolic_meta_outplace_all_strides_heaviside_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9351360Z test_dispatch_symbolic_meta_outplace_all_strides_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9351490Z test_dispatch_symbolic_meta_outplace_all_strides_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9351620Z test_dispatch_symbolic_meta_outplace_all_strides_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9351750Z test_dispatch_symbolic_meta_outplace_all_strides_hypot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9351900Z test_dispatch_symbolic_meta_outplace_all_strides_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9352030Z test_dispatch_symbolic_meta_outplace_all_strides_igamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9352160Z test_dispatch_symbolic_meta_outplace_all_strides_igammac_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9352290Z test_dispatch_symbolic_meta_outplace_all_strides_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9352420Z test_dispatch_symbolic_meta_outplace_all_strides_index_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9352560Z test_dispatch_symbolic_meta_outplace_all_strides_index_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9352690Z test_dispatch_symbolic_meta_outplace_all_strides_index_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9352820Z test_dispatch_symbolic_meta_outplace_all_strides_index_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9352960Z test_dispatch_symbolic_meta_outplace_all_strides_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9353100Z test_dispatch_symbolic_meta_outplace_all_strides_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9353230Z test_dispatch_symbolic_meta_outplace_all_strides_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9353360Z test_dispatch_symbolic_meta_outplace_all_strides_int_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9353490Z test_dispatch_symbolic_meta_outplace_all_strides_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9353680Z test_dispatch_symbolic_meta_outplace_all_strides_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9353810Z test_dispatch_symbolic_meta_outplace_all_strides_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9353950Z test_dispatch_symbolic_meta_outplace_all_strides_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9354090Z test_dispatch_symbolic_meta_outplace_all_strides_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9354230Z test_dispatch_symbolic_meta_outplace_all_strides_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9354400Z test_dispatch_symbolic_meta_outplace_all_strides_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9354540Z test_dispatch_symbolic_meta_outplace_all_strides_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9354680Z test_dispatch_symbolic_meta_outplace_all_strides_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9354830Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9354990Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9355140Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9355290Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9355460Z test_dispatch_symbolic_meta_outplace_all_strides_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9355600Z test_dispatch_symbolic_meta_outplace_all_strides_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9355740Z test_dispatch_symbolic_meta_outplace_all_strides_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9355870Z test_dispatch_symbolic_meta_outplace_all_strides_lcm_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9356000Z test_dispatch_symbolic_meta_outplace_all_strides_ldexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9356130Z test_dispatch_symbolic_meta_outplace_all_strides_le_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9356260Z test_dispatch_symbolic_meta_outplace_all_strides_lerp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9356390Z test_dispatch_symbolic_meta_outplace_all_strides_lgamma_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9356530Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9356670Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9356800Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9356940Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9357080Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9357220Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9357350Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9357490Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9357630Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9357770Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9357930Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9358070Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9358200Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9358350Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9358490Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9358630Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9358760Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9358920Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9359060Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9359200Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9359340Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9359470Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9359620Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9359760Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9359900Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9360050Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9360180Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9360320Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9360470Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9360610Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9360750Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9360930Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.9361060Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9361240Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9361380Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9361510Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9361660Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9361800Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9361930Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9366020Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9366220Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9366360Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9366510Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9366660Z test_dispatch_symbolic_meta_outplace_all_strides_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9366800Z test_dispatch_symbolic_meta_outplace_all_strides_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9366930Z test_dispatch_symbolic_meta_outplace_all_strides_log10_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9367070Z test_dispatch_symbolic_meta_outplace_all_strides_log1p_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9367210Z test_dispatch_symbolic_meta_outplace_all_strides_log2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9367340Z test_dispatch_symbolic_meta_outplace_all_strides_log_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9367480Z test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9367640Z test_dispatch_symbolic_meta_outplace_all_strides_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9367780Z test_dispatch_symbolic_meta_outplace_all_strides_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9367920Z test_dispatch_symbolic_meta_outplace_all_strides_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9368060Z test_dispatch_symbolic_meta_outplace_all_strides_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9368200Z test_dispatch_symbolic_meta_outplace_all_strides_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9368340Z test_dispatch_symbolic_meta_outplace_all_strides_logical_and_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9368490Z test_dispatch_symbolic_meta_outplace_all_strides_logical_not_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9368620Z test_dispatch_symbolic_meta_outplace_all_strides_logical_or_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9368790Z test_dispatch_symbolic_meta_outplace_all_strides_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9368930Z test_dispatch_symbolic_meta_outplace_all_strides_logit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9369070Z test_dispatch_symbolic_meta_outplace_all_strides_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9369200Z test_dispatch_symbolic_meta_outplace_all_strides_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9369340Z test_dispatch_symbolic_meta_outplace_all_strides_long_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9369470Z test_dispatch_symbolic_meta_outplace_all_strides_lt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9369600Z test_dispatch_symbolic_meta_outplace_all_strides_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9369740Z test_dispatch_symbolic_meta_outplace_all_strides_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9369900Z test_dispatch_symbolic_meta_outplace_all_strides_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9370030Z test_dispatch_symbolic_meta_outplace_all_strides_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9370160Z test_dispatch_symbolic_meta_outplace_all_strides_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9370310Z test_dispatch_symbolic_meta_outplace_all_strides_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9370450Z test_dispatch_symbolic_meta_outplace_all_strides_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9370590Z test_dispatch_symbolic_meta_outplace_all_strides_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9370740Z test_dispatch_symbolic_meta_outplace_all_strides_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9370880Z test_dispatch_symbolic_meta_outplace_all_strides_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9371030Z test_dispatch_symbolic_meta_outplace_all_strides_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9371170Z test_dispatch_symbolic_meta_outplace_all_strides_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9371310Z test_dispatch_symbolic_meta_outplace_all_strides_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9371460Z test_dispatch_symbolic_meta_outplace_all_strides_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9371610Z test_dispatch_symbolic_meta_outplace_all_strides_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9371750Z test_dispatch_symbolic_meta_outplace_all_strides_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9371890Z test_dispatch_symbolic_meta_outplace_all_strides_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9372030Z test_dispatch_symbolic_meta_outplace_all_strides_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9372170Z test_dispatch_symbolic_meta_outplace_all_strides_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9372330Z test_dispatch_symbolic_meta_outplace_all_strides_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9372480Z test_dispatch_symbolic_meta_outplace_all_strides_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9372620Z test_dispatch_symbolic_meta_outplace_all_strides_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9372760Z test_dispatch_symbolic_meta_outplace_all_strides_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9372900Z test_dispatch_symbolic_meta_outplace_all_strides_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9373050Z test_dispatch_symbolic_meta_outplace_all_strides_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9373180Z test_dispatch_symbolic_meta_outplace_all_strides_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9373320Z test_dispatch_symbolic_meta_outplace_all_strides_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9373480Z test_dispatch_symbolic_meta_outplace_all_strides_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9373610Z test_dispatch_symbolic_meta_outplace_all_strides_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9373750Z test_dispatch_symbolic_meta_outplace_all_strides_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9373910Z test_dispatch_symbolic_meta_outplace_all_strides_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9374050Z test_dispatch_symbolic_meta_outplace_all_strides_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9374200Z test_dispatch_symbolic_meta_outplace_all_strides_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9374340Z test_dispatch_symbolic_meta_outplace_all_strides_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9374480Z test_dispatch_symbolic_meta_outplace_all_strides_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9374610Z test_dispatch_symbolic_meta_outplace_all_strides_median_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9374760Z test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9374910Z test_dispatch_symbolic_meta_outplace_all_strides_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9375050Z test_dispatch_symbolic_meta_outplace_all_strides_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9375200Z test_dispatch_symbolic_meta_outplace_all_strides_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9375350Z test_dispatch_symbolic_meta_outplace_all_strides_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9375480Z test_dispatch_symbolic_meta_outplace_all_strides_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9375620Z test_dispatch_symbolic_meta_outplace_all_strides_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9375750Z test_dispatch_symbolic_meta_outplace_all_strides_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9375900Z test_dispatch_symbolic_meta_outplace_all_strides_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9376040Z test_dispatch_symbolic_meta_outplace_all_strides_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9376180Z test_dispatch_symbolic_meta_outplace_all_strides_mul_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9376320Z test_dispatch_symbolic_meta_outplace_all_strides_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9376450Z test_dispatch_symbolic_meta_outplace_all_strides_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9376600Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9376750Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9376910Z test_dispatch_symbolic_meta_outplace_all_strides_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9377050Z test_dispatch_symbolic_meta_outplace_all_strides_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9377180Z test_dispatch_symbolic_meta_outplace_all_strides_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9377320Z test_dispatch_symbolic_meta_outplace_all_strides_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9377460Z test_dispatch_symbolic_meta_outplace_all_strides_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9377600Z test_dispatch_symbolic_meta_outplace_all_strides_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9377740Z test_dispatch_symbolic_meta_outplace_all_strides_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9377880Z test_dispatch_symbolic_meta_outplace_all_strides_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9378020Z test_dispatch_symbolic_meta_outplace_all_strides_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9378170Z test_dispatch_symbolic_meta_outplace_all_strides_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9378320Z test_dispatch_symbolic_meta_outplace_all_strides_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9378450Z test_dispatch_symbolic_meta_outplace_all_strides_ne_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:47.9378580Z test_dispatch_symbolic_meta_outplace_all_strides_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9378730Z test_dispatch_symbolic_meta_outplace_all_strides_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9378870Z test_dispatch_symbolic_meta_outplace_all_strides_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9379000Z test_dispatch_symbolic_meta_outplace_all_strides_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9379140Z test_dispatch_symbolic_meta_outplace_all_strides_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9379280Z test_dispatch_symbolic_meta_outplace_all_strides_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9379440Z test_dispatch_symbolic_meta_outplace_all_strides_nextafter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9379610Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9379770Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9379920Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9380080Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9380230Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9380390Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9380570Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9380720Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9380880Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9381020Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9381170Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9381320Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9381470Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9381620Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9381790Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9381930Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9382080Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9382230Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9382390Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9382540Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9382690Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9382850Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9383020Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9383180Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9383320Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9383470Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9383620Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9383770Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9383940Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9384090Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9384240Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9384400Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9384570Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9384730Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9384890Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9385050Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9385200Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9385340Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9385490Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9385640Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9385790Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9385940Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9386080Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9386230Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9386410Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9386560Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9386710Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9386870Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9387030Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9387180Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9387340Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9387520Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9387680Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9387830Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9387970Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9388120Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9388270Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9388420Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9388570Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9388720Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9388880Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9389030Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9389180Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9389320Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9389480Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9389630Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9389780Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9389950Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9390100Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9390250Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9390400Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9390540Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9390700Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9390860Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9391040Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9391190Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9391340Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9391480Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9391640Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9391790Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9391940Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9392090Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9392250Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9392390Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9392550Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9392700Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9392850Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9393000Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9393150Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9393290Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9393490Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9393640Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9393780Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9393930Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9394080Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9394230Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9394380Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9394560Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9394710Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9394860Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9395010Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9395160Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9395320Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9395480Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9395630Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9395790Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9395940Z test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9396080Z test_dispatch_symbolic_meta_outplace_all_strides_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9396220Z test_dispatch_symbolic_meta_outplace_all_strides_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9396360Z test_dispatch_symbolic_meta_outplace_all_strides_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9396490Z test_dispatch_symbolic_meta_outplace_all_strides_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9396630Z test_dispatch_symbolic_meta_outplace_all_strides_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9396760Z test_dispatch_symbolic_meta_outplace_all_strides_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9396910Z test_dispatch_symbolic_meta_outplace_all_strides_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9397060Z test_dispatch_symbolic_meta_outplace_all_strides_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9397200Z test_dispatch_symbolic_meta_outplace_all_strides_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9397340Z test_dispatch_symbolic_meta_outplace_all_strides_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9397480Z test_dispatch_symbolic_meta_outplace_all_strides_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9397620Z test_dispatch_symbolic_meta_outplace_all_strides_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9397760Z test_dispatch_symbolic_meta_outplace_all_strides_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9397900Z test_dispatch_symbolic_meta_outplace_all_strides_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9398060Z test_dispatch_symbolic_meta_outplace_all_strides_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9398220Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9398370Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9398510Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9398660Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9398800Z test_dispatch_symbolic_meta_outplace_all_strides_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9398940Z test_dispatch_symbolic_meta_outplace_all_strides_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9399080Z test_dispatch_symbolic_meta_outplace_all_strides_pow_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9399210Z test_dispatch_symbolic_meta_outplace_all_strides_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9399350Z test_dispatch_symbolic_meta_outplace_all_strides_put_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9399480Z test_dispatch_symbolic_meta_outplace_all_strides_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9399630Z test_dispatch_symbolic_meta_outplace_all_strides_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9399770Z test_dispatch_symbolic_meta_outplace_all_strides_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9399910Z test_dispatch_symbolic_meta_outplace_all_strides_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9400050Z test_dispatch_symbolic_meta_outplace_all_strides_randint_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9400190Z test_dispatch_symbolic_meta_outplace_all_strides_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9404210Z test_dispatch_symbolic_meta_outplace_all_strides_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9404360Z test_dispatch_symbolic_meta_outplace_all_strides_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9404530Z test_dispatch_symbolic_meta_outplace_all_strides_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9404670Z test_dispatch_symbolic_meta_outplace_all_strides_real_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9404810Z test_dispatch_symbolic_meta_outplace_all_strides_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9404950Z test_dispatch_symbolic_meta_outplace_all_strides_remainder_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9405090Z test_dispatch_symbolic_meta_outplace_all_strides_renorm_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9405220Z test_dispatch_symbolic_meta_outplace_all_strides_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9405370Z test_dispatch_symbolic_meta_outplace_all_strides_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9405530Z test_dispatch_symbolic_meta_outplace_all_strides_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9405670Z test_dispatch_symbolic_meta_outplace_all_strides_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9405810Z test_dispatch_symbolic_meta_outplace_all_strides_resize__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9405950Z test_dispatch_symbolic_meta_outplace_all_strides_resize_as__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9406090Z test_dispatch_symbolic_meta_outplace_all_strides_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9406240Z test_dispatch_symbolic_meta_outplace_all_strides_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9406370Z test_dispatch_symbolic_meta_outplace_all_strides_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9406510Z test_dispatch_symbolic_meta_outplace_all_strides_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9406650Z test_dispatch_symbolic_meta_outplace_all_strides_round_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9406790Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9406940Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9407080Z test_dispatch_symbolic_meta_outplace_all_strides_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9407220Z test_dispatch_symbolic_meta_outplace_all_strides_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9407360Z test_dispatch_symbolic_meta_outplace_all_strides_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9407500Z test_dispatch_symbolic_meta_outplace_all_strides_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9407650Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9407790Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9407930Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9408100Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9408250Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9408390Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9408540Z test_dispatch_symbolic_meta_outplace_all_strides_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9408680Z test_dispatch_symbolic_meta_outplace_all_strides_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9408840Z test_dispatch_symbolic_meta_outplace_all_strides_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9408980Z test_dispatch_symbolic_meta_outplace_all_strides_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9409130Z test_dispatch_symbolic_meta_outplace_all_strides_select_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9409270Z test_dispatch_symbolic_meta_outplace_all_strides_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9409400Z test_dispatch_symbolic_meta_outplace_all_strides_sgn_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9409530Z test_dispatch_symbolic_meta_outplace_all_strides_short_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9409680Z test_dispatch_symbolic_meta_outplace_all_strides_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9409820Z test_dispatch_symbolic_meta_outplace_all_strides_sign_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9409960Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9410110Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9410250Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9410390Z test_dispatch_symbolic_meta_outplace_all_strides_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9410560Z test_dispatch_symbolic_meta_outplace_all_strides_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9410690Z test_dispatch_symbolic_meta_outplace_all_strides_sin_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9410820Z test_dispatch_symbolic_meta_outplace_all_strides_sinc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9410940Z test_dispatch_symbolic_meta_outplace_all_strides_sinh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9411080Z test_dispatch_symbolic_meta_outplace_all_strides_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9411210Z test_dispatch_symbolic_meta_outplace_all_strides_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9411350Z test_dispatch_symbolic_meta_outplace_all_strides_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9411490Z test_dispatch_symbolic_meta_outplace_all_strides_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9411670Z test_dispatch_symbolic_meta_outplace_all_strides_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9411830Z test_dispatch_symbolic_meta_outplace_all_strides_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.9411980Z test_dispatch_symbolic_meta_outplace_all_strides_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9412120Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9412250Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9412390Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9412560Z test_dispatch_symbolic_meta_outplace_all_strides_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9412710Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9412860Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9413140Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9413380Z test_dispatch_symbolic_meta_outplace_all_strides_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9413520Z test_dispatch_symbolic_meta_outplace_all_strides_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9413670Z test_dispatch_symbolic_meta_outplace_all_strides_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9413820Z test_dispatch_symbolic_meta_outplace_all_strides_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9413970Z test_dispatch_symbolic_meta_outplace_all_strides_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9414100Z test_dispatch_symbolic_meta_outplace_all_strides_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9414240Z test_dispatch_symbolic_meta_outplace_all_strides_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9414370Z test_dispatch_symbolic_meta_outplace_all_strides_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9414520Z test_dispatch_symbolic_meta_outplace_all_strides_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9414770Z test_dispatch_symbolic_meta_outplace_all_strides_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9414910Z test_dispatch_symbolic_meta_outplace_all_strides_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9415060Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9415220Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9415370Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9415510Z test_dispatch_symbolic_meta_outplace_all_strides_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9415640Z test_dispatch_symbolic_meta_outplace_all_strides_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9415780Z test_dispatch_symbolic_meta_outplace_all_strides_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9415940Z test_dispatch_symbolic_meta_outplace_all_strides_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9416090Z test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9416260Z test_dispatch_symbolic_meta_outplace_all_strides_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9416520Z test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9416770Z test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9417020Z test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9417260Z test_dispatch_symbolic_meta_outplace_all_strides_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9417410Z test_dispatch_symbolic_meta_outplace_all_strides_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9417560Z test_dispatch_symbolic_meta_outplace_all_strides_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9417700Z test_dispatch_symbolic_meta_outplace_all_strides_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9417830Z test_dispatch_symbolic_meta_outplace_all_strides_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9418020Z test_dispatch_symbolic_meta_outplace_all_strides_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9418170Z test_dispatch_symbolic_meta_outplace_all_strides_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9418310Z test_dispatch_symbolic_meta_outplace_all_strides_sqrt_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9418450Z test_dispatch_symbolic_meta_outplace_all_strides_square_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9418590Z test_dispatch_symbolic_meta_outplace_all_strides_squeeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9418730Z test_dispatch_symbolic_meta_outplace_all_strides_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9418870Z test_dispatch_symbolic_meta_outplace_all_strides_std_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9419030Z test_dispatch_symbolic_meta_outplace_all_strides_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9419160Z test_dispatch_symbolic_meta_outplace_all_strides_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9419290Z test_dispatch_symbolic_meta_outplace_all_strides_sub_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9419430Z test_dispatch_symbolic_meta_outplace_all_strides_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9419570Z test_dispatch_symbolic_meta_outplace_all_strides_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9419700Z test_dispatch_symbolic_meta_outplace_all_strides_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9419840Z test_dispatch_symbolic_meta_outplace_all_strides_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9420000Z test_dispatch_symbolic_meta_outplace_all_strides_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9420130Z test_dispatch_symbolic_meta_outplace_all_strides_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9420270Z test_dispatch_symbolic_meta_outplace_all_strides_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9420410Z test_dispatch_symbolic_meta_outplace_all_strides_take_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9420540Z test_dispatch_symbolic_meta_outplace_all_strides_tan_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9420670Z test_dispatch_symbolic_meta_outplace_all_strides_tanh_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9420810Z test_dispatch_symbolic_meta_outplace_all_strides_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9420960Z test_dispatch_symbolic_meta_outplace_all_strides_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9421090Z test_dispatch_symbolic_meta_outplace_all_strides_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9421220Z test_dispatch_symbolic_meta_outplace_all_strides_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9421360Z test_dispatch_symbolic_meta_outplace_all_strides_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9421490Z test_dispatch_symbolic_meta_outplace_all_strides_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9421630Z test_dispatch_symbolic_meta_outplace_all_strides_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9421770Z test_dispatch_symbolic_meta_outplace_all_strides_transpose_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9421900Z test_dispatch_symbolic_meta_outplace_all_strides_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9422040Z test_dispatch_symbolic_meta_outplace_all_strides_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9422190Z test_dispatch_symbolic_meta_outplace_all_strides_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9422320Z test_dispatch_symbolic_meta_outplace_all_strides_tril_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9422460Z test_dispatch_symbolic_meta_outplace_all_strides_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9422610Z test_dispatch_symbolic_meta_outplace_all_strides_triu_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9422750Z test_dispatch_symbolic_meta_outplace_all_strides_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9422890Z test_dispatch_symbolic_meta_outplace_all_strides_true_divide_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9423020Z test_dispatch_symbolic_meta_outplace_all_strides_trunc_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9423160Z test_dispatch_symbolic_meta_outplace_all_strides_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9423300Z test_dispatch_symbolic_meta_outplace_all_strides_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9423440Z test_dispatch_symbolic_meta_outplace_all_strides_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9423590Z test_dispatch_symbolic_meta_outplace_all_strides_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9423730Z test_dispatch_symbolic_meta_outplace_all_strides_uniform_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9423870Z test_dispatch_symbolic_meta_outplace_all_strides_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9424010Z test_dispatch_symbolic_meta_outplace_all_strides_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9424140Z test_dispatch_symbolic_meta_outplace_all_strides_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9424280Z test_dispatch_symbolic_meta_outplace_all_strides_var_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9424420Z test_dispatch_symbolic_meta_outplace_all_strides_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9424550Z test_dispatch_symbolic_meta_outplace_all_strides_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9424690Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9424830Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9424970Z test_dispatch_symbolic_meta_outplace_all_strides_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9425110Z test_dispatch_symbolic_meta_outplace_all_strides_view_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9425250Z test_dispatch_symbolic_meta_outplace_all_strides_view_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9425380Z test_dispatch_symbolic_meta_outplace_all_strides_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9425520Z test_dispatch_symbolic_meta_outplace_all_strides_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9425650Z test_dispatch_symbolic_meta_outplace_all_strides_where_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9425790Z test_dispatch_symbolic_meta_outplace_all_strides_xlogy_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9425920Z test_dispatch_symbolic_meta_outplace_all_strides_zero__cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9426080Z test_dispatch_symbolic_meta_outplace_all_strides_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9426230Z test_dispatch_symbolic_meta_outplace_all_strides_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9426350Z test_dispatch_symbolic_meta_outplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9426460Z test_dispatch_symbolic_meta_outplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.9426580Z test_dispatch_symbolic_meta_outplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.9426700Z test_dispatch_symbolic_meta_outplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.9426810Z test_dispatch_symbolic_meta_outplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.9426920Z test_dispatch_symbolic_meta_outplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.9427040Z test_dispatch_symbolic_meta_outplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9427180Z test_dispatch_symbolic_meta_outplace_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9427290Z test_dispatch_symbolic_meta_outplace_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9427400Z test_dispatch_symbolic_meta_outplace_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9427510Z test_dispatch_symbolic_meta_outplace_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9427620Z test_dispatch_symbolic_meta_outplace_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9427720Z test_dispatch_symbolic_meta_outplace_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9427830Z test_dispatch_symbolic_meta_outplace_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9427940Z test_dispatch_symbolic_meta_outplace_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9428040Z test_dispatch_symbolic_meta_outplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9428150Z test_dispatch_symbolic_meta_outplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9428260Z test_dispatch_symbolic_meta_outplace_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9428370Z test_dispatch_symbolic_meta_outplace_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9428480Z test_dispatch_symbolic_meta_outplace_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9428580Z test_dispatch_symbolic_meta_outplace_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9428690Z test_dispatch_symbolic_meta_outplace_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9428790Z test_dispatch_symbolic_meta_outplace_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9428900Z test_dispatch_symbolic_meta_outplace_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9429010Z test_dispatch_symbolic_meta_outplace_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9429110Z test_dispatch_symbolic_meta_outplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9429220Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9429340Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9429450Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9429560Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9429670Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9429800Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9429910Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9430020Z test_dispatch_symbolic_meta_outplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9430130Z test_dispatch_symbolic_meta_outplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9430240Z test_dispatch_symbolic_meta_outplace_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9430360Z test_dispatch_symbolic_meta_outplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9430470Z test_dispatch_symbolic_meta_outplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9430580Z test_dispatch_symbolic_meta_outplace_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9430690Z test_dispatch_symbolic_meta_outplace_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9430820Z test_dispatch_symbolic_meta_outplace_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9430930Z test_dispatch_symbolic_meta_outplace_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9431040Z test_dispatch_symbolic_meta_outplace_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9431140Z test_dispatch_symbolic_meta_outplace_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9431250Z test_dispatch_symbolic_meta_outplace_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9431350Z test_dispatch_symbolic_meta_outplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9431460Z test_dispatch_symbolic_meta_outplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9431570Z test_dispatch_symbolic_meta_outplace_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9431690Z test_dispatch_symbolic_meta_outplace_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9431800Z test_dispatch_symbolic_meta_outplace_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9431910Z test_dispatch_symbolic_meta_outplace_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9432010Z test_dispatch_symbolic_meta_outplace_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9432120Z test_dispatch_symbolic_meta_outplace_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9432230Z test_dispatch_symbolic_meta_outplace_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9432330Z test_dispatch_symbolic_meta_outplace_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9432440Z test_dispatch_symbolic_meta_outplace_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9432550Z test_dispatch_symbolic_meta_outplace_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9432660Z test_dispatch_symbolic_meta_outplace_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9432770Z test_dispatch_symbolic_meta_outplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9432880Z test_dispatch_symbolic_meta_outplace_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9433000Z test_dispatch_symbolic_meta_outplace_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9433110Z test_dispatch_symbolic_meta_outplace_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9433220Z test_dispatch_symbolic_meta_outplace_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9433330Z test_dispatch_symbolic_meta_outplace_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9433450Z test_dispatch_symbolic_meta_outplace_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9433570Z test_dispatch_symbolic_meta_outplace_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9433670Z test_dispatch_symbolic_meta_outplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9433790Z test_dispatch_symbolic_meta_outplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9433900Z test_dispatch_symbolic_meta_outplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9434010Z test_dispatch_symbolic_meta_outplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9434120Z test_dispatch_symbolic_meta_outplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9434220Z test_dispatch_symbolic_meta_outplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9434330Z test_dispatch_symbolic_meta_outplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9434460Z test_dispatch_symbolic_meta_outplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9434570Z test_dispatch_symbolic_meta_outplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9434670Z test_dispatch_symbolic_meta_outplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9434780Z test_dispatch_symbolic_meta_outplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9434890Z test_dispatch_symbolic_meta_outplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9435000Z test_dispatch_symbolic_meta_outplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9435110Z test_dispatch_symbolic_meta_outplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9435220Z test_dispatch_symbolic_meta_outplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9435330Z test_dispatch_symbolic_meta_outplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9435430Z test_dispatch_symbolic_meta_outplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9435540Z test_dispatch_symbolic_meta_outplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9439590Z test_dispatch_symbolic_meta_outplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9439710Z test_dispatch_symbolic_meta_outplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9439820Z test_dispatch_symbolic_meta_outplace_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9439940Z test_dispatch_symbolic_meta_outplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9440050Z test_dispatch_symbolic_meta_outplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9440170Z test_dispatch_symbolic_meta_outplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9440280Z test_dispatch_symbolic_meta_outplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9440390Z test_dispatch_symbolic_meta_outplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9440500Z test_dispatch_symbolic_meta_outplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9440610Z test_dispatch_symbolic_meta_outplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9440710Z test_dispatch_symbolic_meta_outplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9440830Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9440940Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9441120Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9441240Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9441350Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9441470Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9441580Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9441690Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9441800Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9441910Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9442040Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9442150Z test_dispatch_symbolic_meta_outplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9442270Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9442380Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9442500Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9442620Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9442740Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9442860Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9442980Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9443090Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9443210Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9443320Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9443430Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9443540Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9443660Z test_dispatch_symbolic_meta_outplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9443780Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9443910Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9444040Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9444160Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9444290Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9444410Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9444530Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9444650Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9444830Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9444950Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9445070Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9445190Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9445310Z test_dispatch_symbolic_meta_outplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9445420Z test_dispatch_symbolic_meta_outplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9445530Z test_dispatch_symbolic_meta_outplace_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9445640Z test_dispatch_symbolic_meta_outplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9445790Z test_dispatch_symbolic_meta_outplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9445900Z test_dispatch_symbolic_meta_outplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9446010Z test_dispatch_symbolic_meta_outplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9446120Z test_dispatch_symbolic_meta_outplace_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9446220Z test_dispatch_symbolic_meta_outplace_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9446330Z test_dispatch_symbolic_meta_outplace_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9446440Z test_dispatch_symbolic_meta_outplace_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9446540Z test_dispatch_symbolic_meta_outplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9446660Z test_dispatch_symbolic_meta_outplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9446770Z test_dispatch_symbolic_meta_outplace_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9446880Z test_dispatch_symbolic_meta_outplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9447000Z test_dispatch_symbolic_meta_outplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9447110Z test_dispatch_symbolic_meta_outplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9447220Z test_dispatch_symbolic_meta_outplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9447330Z test_dispatch_symbolic_meta_outplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9447440Z test_dispatch_symbolic_meta_outplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9447540Z test_dispatch_symbolic_meta_outplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9447650Z test_dispatch_symbolic_meta_outplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9447760Z test_dispatch_symbolic_meta_outplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9447870Z test_dispatch_symbolic_meta_outplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9447980Z test_dispatch_symbolic_meta_outplace_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9448080Z test_dispatch_symbolic_meta_outplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9448190Z test_dispatch_symbolic_meta_outplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9448300Z test_dispatch_symbolic_meta_outplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9448430Z test_dispatch_symbolic_meta_outplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9448540Z test_dispatch_symbolic_meta_outplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9448650Z test_dispatch_symbolic_meta_outplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9448750Z test_dispatch_symbolic_meta_outplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9448860Z test_dispatch_symbolic_meta_outplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9448970Z test_dispatch_symbolic_meta_outplace_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9449080Z test_dispatch_symbolic_meta_outplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9449190Z test_dispatch_symbolic_meta_outplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9449300Z test_dispatch_symbolic_meta_outplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9449410Z test_dispatch_symbolic_meta_outplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9449540Z test_dispatch_symbolic_meta_outplace_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9449650Z test_dispatch_symbolic_meta_outplace_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9449750Z test_dispatch_symbolic_meta_outplace_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9449860Z test_dispatch_symbolic_meta_outplace_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9449960Z test_dispatch_symbolic_meta_outplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9450070Z test_dispatch_symbolic_meta_outplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9450180Z test_dispatch_symbolic_meta_outplace_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9450300Z test_dispatch_symbolic_meta_outplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9450420Z test_dispatch_symbolic_meta_outplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9450520Z test_dispatch_symbolic_meta_outplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9450630Z test_dispatch_symbolic_meta_outplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9450740Z test_dispatch_symbolic_meta_outplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9450850Z test_dispatch_symbolic_meta_outplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9450950Z test_dispatch_symbolic_meta_outplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9451060Z test_dispatch_symbolic_meta_outplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9451160Z test_dispatch_symbolic_meta_outplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9451280Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9451400Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9451520Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9451640Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9451760Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9451870Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9451990Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9452120Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9452240Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9452350Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9452460Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9452570Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9452690Z test_dispatch_symbolic_meta_outplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9452810Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9452920Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9453040Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9453180Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9453300Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9453410Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9453530Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9453640Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9453760Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9453870Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9453980Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9454090Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9454210Z test_dispatch_symbolic_meta_outplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9454330Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9454440Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9454560Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9454680Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9454790Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9454910Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9455030Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9455140Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9455250Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9455360Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9455470Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9455590Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9455700Z test_dispatch_symbolic_meta_outplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9455830Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9455950Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9456070Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9456180Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9456290Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9456400Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9456520Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9456620Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9456740Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9456890Z test_dispatch_symbolic_meta_outplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9457000Z test_dispatch_symbolic_meta_outplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9457120Z test_dispatch_symbolic_meta_outplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9457230Z test_dispatch_symbolic_meta_outplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9457340Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9457450Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9457570Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9457690Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9457800Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9457910Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9458030Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9458140Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9458250Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9458360Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9458470Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9458580Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9458690Z test_dispatch_symbolic_meta_outplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9458800Z test_dispatch_symbolic_meta_outplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9458910Z test_dispatch_symbolic_meta_outplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9459020Z test_dispatch_symbolic_meta_outplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9459130Z test_dispatch_symbolic_meta_outplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9459240Z test_dispatch_symbolic_meta_outplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9459350Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9459500Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9459610Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9459720Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9459830Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9459940Z test_dispatch_symbolic_meta_outplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9460060Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9460180Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9460300Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9460420Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9460570Z test_dispatch_symbolic_meta_outplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9460690Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9460800Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9460910Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9461020Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9461130Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9461250Z test_dispatch_symbolic_meta_outplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9461360Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9461470Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9461580Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9461690Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9461800Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9461910Z test_dispatch_symbolic_meta_outplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9462040Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9462160Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9462280Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9462400Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9462520Z test_dispatch_symbolic_meta_outplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9462630Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9462750Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9462860Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9462970Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9463130Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9463240Z test_dispatch_symbolic_meta_outplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9463360Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9463470Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9463590Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9463710Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9463830Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9463940Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9464060Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9464190Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9464310Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9464420Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9464530Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9464640Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9464750Z test_dispatch_symbolic_meta_outplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9464860Z test_dispatch_symbolic_meta_outplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9464980Z test_dispatch_symbolic_meta_outplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9465090Z test_dispatch_symbolic_meta_outplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9465200Z test_dispatch_symbolic_meta_outplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9465310Z test_dispatch_symbolic_meta_outplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9465410Z test_dispatch_symbolic_meta_outplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9465520Z test_dispatch_symbolic_meta_outplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9465630Z test_dispatch_symbolic_meta_outplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9465730Z test_dispatch_symbolic_meta_outplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9465840Z test_dispatch_symbolic_meta_outplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9465950Z test_dispatch_symbolic_meta_outplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9466060Z test_dispatch_symbolic_meta_outplace_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9466170Z test_dispatch_symbolic_meta_outplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9466290Z test_dispatch_symbolic_meta_outplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9466400Z test_dispatch_symbolic_meta_outplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9466510Z test_dispatch_symbolic_meta_outplace_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9466620Z test_dispatch_symbolic_meta_outplace_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9466730Z test_dispatch_symbolic_meta_outplace_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9469670Z test_dispatch_symbolic_meta_outplace_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9469790Z test_dispatch_symbolic_meta_outplace_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9469890Z test_dispatch_symbolic_meta_outplace_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9470000Z test_dispatch_symbolic_meta_outplace_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9470110Z test_dispatch_symbolic_meta_outplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9470230Z test_dispatch_symbolic_meta_outplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9470360Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9470480Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9470610Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9470770Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9470890Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9471010Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9471130Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9471250Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9471380Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9471500Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9471620Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9471740Z test_dispatch_symbolic_meta_outplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9471860Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9471980Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9472100Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9472220Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9472340Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9472460Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9472580Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9472700Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9472810Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9472930Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9473050Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9473160Z test_dispatch_symbolic_meta_outplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9473280Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9473410Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9473520Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9473640Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9473750Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9473860Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9473980Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9474090Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9474200Z test_dispatch_symbolic_meta_outplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9474310Z test_dispatch_symbolic_meta_outplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9474440Z test_dispatch_symbolic_meta_outplace_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9474550Z test_dispatch_symbolic_meta_outplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9474660Z test_dispatch_symbolic_meta_outplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9474770Z test_dispatch_symbolic_meta_outplace_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9474880Z test_dispatch_symbolic_meta_outplace_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9474990Z test_dispatch_symbolic_meta_outplace_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9475100Z test_dispatch_symbolic_meta_outplace_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9475210Z test_dispatch_symbolic_meta_outplace_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9475310Z test_dispatch_symbolic_meta_outplace_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9475420Z test_dispatch_symbolic_meta_outplace_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9475530Z test_dispatch_symbolic_meta_outplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9475650Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9475770Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9475890Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9476020Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9476140Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9476260Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9476380Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9476500Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9476620Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9476740Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9476850Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9476970Z test_dispatch_symbolic_meta_outplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9477110Z test_dispatch_symbolic_meta_outplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9477230Z test_dispatch_symbolic_meta_outplace_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9477340Z test_dispatch_symbolic_meta_outplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9477460Z test_dispatch_symbolic_meta_outplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9477570Z test_dispatch_symbolic_meta_outplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9477680Z test_dispatch_symbolic_meta_outplace_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9477790Z test_dispatch_symbolic_meta_outplace_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9477890Z test_dispatch_symbolic_meta_outplace_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9478000Z test_dispatch_symbolic_meta_outplace_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9478140Z test_dispatch_symbolic_meta_outplace_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9478240Z test_dispatch_symbolic_meta_outplace_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9478350Z test_dispatch_symbolic_meta_outplace_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9478450Z test_dispatch_symbolic_meta_outplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9478570Z test_dispatch_symbolic_meta_outplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:20:47.9478670Z test_dispatch_symbolic_meta_outplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:20:47.9478790Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9478900Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9479020Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9479140Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9479250Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9479360Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9479470Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9479590Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9479700Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9479810Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9479920Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9480030Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9480130Z test_dispatch_symbolic_meta_outplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9480240Z test_dispatch_symbolic_meta_outplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9480350Z test_dispatch_symbolic_meta_outplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9480460Z test_dispatch_symbolic_meta_outplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9480570Z test_dispatch_symbolic_meta_outplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9480680Z test_dispatch_symbolic_meta_outplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9480800Z test_dispatch_symbolic_meta_outplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9480910Z test_dispatch_symbolic_meta_outplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9481020Z test_dispatch_symbolic_meta_outplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9481130Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9481240Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9481360Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9481470Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9481580Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9481700Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9481830Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9481940Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9482050Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9482160Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9482270Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9482380Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9482490Z test_dispatch_symbolic_meta_outplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9482600Z test_dispatch_symbolic_meta_outplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9482720Z test_dispatch_symbolic_meta_outplace_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9482830Z test_dispatch_symbolic_meta_outplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9482940Z test_dispatch_symbolic_meta_outplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9483050Z test_dispatch_symbolic_meta_outplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9483160Z test_dispatch_symbolic_meta_outplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9483270Z test_dispatch_symbolic_meta_outplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9483380Z test_dispatch_symbolic_meta_outplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9483490Z test_dispatch_symbolic_meta_outplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9483600Z test_dispatch_symbolic_meta_outplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9483700Z test_dispatch_symbolic_meta_outplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9483810Z test_dispatch_symbolic_meta_outplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9483920Z test_dispatch_symbolic_meta_outplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9484030Z test_dispatch_symbolic_meta_outplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9484140Z test_dispatch_symbolic_meta_outplace_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9484250Z test_dispatch_symbolic_meta_outplace_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9484360Z test_dispatch_symbolic_meta_outplace_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9484500Z test_dispatch_symbolic_meta_outplace_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9484610Z test_dispatch_symbolic_meta_outplace_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9484720Z test_dispatch_symbolic_meta_outplace_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9484830Z test_dispatch_symbolic_meta_outplace_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9484940Z test_dispatch_symbolic_meta_outplace_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9485050Z test_dispatch_symbolic_meta_outplace_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9485150Z test_dispatch_symbolic_meta_outplace_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9485260Z test_dispatch_symbolic_meta_outplace_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9485360Z test_dispatch_symbolic_meta_outplace_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9485500Z test_dispatch_symbolic_meta_outplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9485620Z test_dispatch_symbolic_meta_outplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9485740Z test_dispatch_symbolic_meta_outplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9485850Z test_dispatch_symbolic_meta_outplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9485980Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9486100Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9486230Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9486350Z test_dispatch_symbolic_meta_outplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9486470Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9486590Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9486710Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9486830Z test_dispatch_symbolic_meta_outplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9486940Z test_dispatch_symbolic_meta_outplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9487050Z test_dispatch_symbolic_meta_outplace_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9487160Z test_dispatch_symbolic_meta_outplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9487280Z test_dispatch_symbolic_meta_outplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9487390Z test_dispatch_symbolic_meta_outplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9487500Z test_dispatch_symbolic_meta_outplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9487610Z test_dispatch_symbolic_meta_outplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9487720Z test_dispatch_symbolic_meta_outplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9487830Z test_dispatch_symbolic_meta_outplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9487940Z test_dispatch_symbolic_meta_outplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9488040Z test_dispatch_symbolic_meta_outplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9488170Z test_dispatch_symbolic_meta_outplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9488270Z test_dispatch_symbolic_meta_outplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9488390Z test_dispatch_symbolic_meta_outplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9488500Z test_dispatch_symbolic_meta_outplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9488610Z test_dispatch_symbolic_meta_outplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9488720Z test_dispatch_symbolic_meta_outplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9488830Z test_dispatch_symbolic_meta_outplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9488930Z test_dispatch_symbolic_meta_outplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9489040Z test_dispatch_symbolic_meta_outplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9489160Z test_dispatch_symbolic_meta_outplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9489280Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9489400Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9489510Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9489630Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9489740Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9489850Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9489960Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9490070Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9490190Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9490300Z test_dispatch_symbolic_meta_outplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9490410Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9490520Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9490630Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9490750Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9490860Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9490970Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9491080Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9491190Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9491300Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9491410Z test_dispatch_symbolic_meta_outplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9491520Z test_dispatch_symbolic_meta_outplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9491630Z test_dispatch_symbolic_meta_outplace_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9491770Z test_dispatch_symbolic_meta_outplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9491890Z test_dispatch_symbolic_meta_outplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9492000Z test_dispatch_symbolic_meta_outplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9492110Z test_dispatch_symbolic_meta_outplace_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9492220Z test_dispatch_symbolic_meta_outplace_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9492330Z test_dispatch_symbolic_meta_outplace_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9492440Z test_dispatch_symbolic_meta_outplace_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9492540Z test_dispatch_symbolic_meta_outplace_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9492650Z test_dispatch_symbolic_meta_outplace_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9492790Z test_dispatch_symbolic_meta_outplace_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9492890Z test_dispatch_symbolic_meta_outplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9493010Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9493130Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9493250Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9493370Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9493490Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9493610Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9493740Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9493850Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9493970Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9494080Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9494190Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9494310Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9494420Z test_dispatch_symbolic_meta_outplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9494540Z test_dispatch_symbolic_meta_outplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9494660Z test_dispatch_symbolic_meta_outplace_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9494780Z test_dispatch_symbolic_meta_outplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9494900Z test_dispatch_symbolic_meta_outplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9495020Z test_dispatch_symbolic_meta_outplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.9495140Z test_dispatch_symbolic_meta_outplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.9495250Z test_dispatch_symbolic_meta_outplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.9495370Z test_dispatch_symbolic_meta_outplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.9495500Z test_dispatch_symbolic_meta_outplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.9495610Z test_dispatch_symbolic_meta_outplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:47.9495730Z test_dispatch_symbolic_meta_outplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9495840Z test_dispatch_symbolic_meta_outplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9495950Z test_dispatch_symbolic_meta_outplace_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9496060Z test_dispatch_symbolic_meta_outplace_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9496180Z test_dispatch_symbolic_meta_outplace_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9496290Z test_dispatch_symbolic_meta_outplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9496400Z test_dispatch_symbolic_meta_outplace_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9496560Z test_dispatch_symbolic_meta_outplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9496670Z test_dispatch_symbolic_meta_outplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9500410Z test_dispatch_symbolic_meta_outplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9500530Z test_dispatch_symbolic_meta_outplace_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9500640Z test_dispatch_symbolic_meta_outplace_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9500750Z test_dispatch_symbolic_meta_outplace_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9500860Z test_dispatch_symbolic_meta_outplace_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9500960Z test_dispatch_symbolic_meta_outplace_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9501070Z test_dispatch_symbolic_meta_outplace_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9501180Z test_dispatch_symbolic_meta_outplace_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9501280Z test_dispatch_symbolic_meta_outplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9501400Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9501520Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9501650Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9501770Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9501890Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9502010Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9502130Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9502250Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9502370Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9502480Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9502600Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9502710Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9502860Z test_dispatch_symbolic_meta_outplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9502990Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9503110Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9503240Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9503360Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9503480Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9503600Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9503720Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9503890Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9504010Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9504120Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9504240Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9504360Z test_dispatch_symbolic_meta_outplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9504480Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9504590Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9504710Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9504830Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9504950Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9505070Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9505190Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9505300Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9505420Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9505530Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9505640Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9505760Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9505880Z test_dispatch_symbolic_meta_outplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9505990Z test_dispatch_symbolic_meta_outplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9506110Z test_dispatch_symbolic_meta_outplace_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9506220Z test_dispatch_symbolic_meta_outplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9506330Z test_dispatch_symbolic_meta_outplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9506440Z test_dispatch_symbolic_meta_outplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9506570Z test_dispatch_symbolic_meta_outplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9506690Z test_dispatch_symbolic_meta_outplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9506800Z test_dispatch_symbolic_meta_outplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9506920Z test_dispatch_symbolic_meta_outplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9507030Z test_dispatch_symbolic_meta_outplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9507150Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9507260Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9507380Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9507500Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9507620Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9507740Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9507850Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9507960Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9508070Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9508170Z test_dispatch_symbolic_meta_outplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9508290Z test_dispatch_symbolic_meta_outplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9508400Z test_dispatch_symbolic_meta_outplace_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9508510Z test_dispatch_symbolic_meta_outplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9508620Z test_dispatch_symbolic_meta_outplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9508730Z test_dispatch_symbolic_meta_outplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9508840Z test_dispatch_symbolic_meta_outplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9508940Z test_dispatch_symbolic_meta_outplace_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9509050Z test_dispatch_symbolic_meta_outplace_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9509160Z test_dispatch_symbolic_meta_outplace_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9509260Z test_dispatch_symbolic_meta_outplace_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9509370Z test_dispatch_symbolic_meta_outplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9509480Z test_dispatch_symbolic_meta_outplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9509640Z test_dispatch_symbolic_meta_outplace_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9509750Z test_dispatch_symbolic_meta_outplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9509870Z test_dispatch_symbolic_meta_outplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9509980Z test_dispatch_symbolic_meta_outplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9510090Z test_dispatch_symbolic_meta_outplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9510190Z test_dispatch_symbolic_meta_outplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9510360Z test_dispatch_symbolic_meta_outplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9510470Z test_dispatch_symbolic_meta_outplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9510580Z test_dispatch_symbolic_meta_outplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9510680Z test_dispatch_symbolic_meta_outplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9510800Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9510920Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9511040Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9511160Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9511280Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9511430Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9511550Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9511670Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9511780Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9511890Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9512010Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9512120Z test_dispatch_symbolic_meta_outplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9512230Z test_dispatch_symbolic_meta_outplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.118s) 2022-11-23T01:20:47.9512350Z test_dispatch_symbolic_meta_outplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.117s) 2022-11-23T01:20:47.9512460Z test_dispatch_symbolic_meta_outplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.117s) 2022-11-23T01:20:47.9512570Z test_dispatch_symbolic_meta_outplace_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.114s) 2022-11-23T01:20:47.9512680Z test_dispatch_symbolic_meta_outplace_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.115s) 2022-11-23T01:20:47.9512780Z test_dispatch_symbolic_meta_outplace_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.117s) 2022-11-23T01:20:47.9512890Z test_dispatch_symbolic_meta_outplace_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.223s) 2022-11-23T01:20:47.9512990Z test_dispatch_symbolic_meta_outplace_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.116s) 2022-11-23T01:20:47.9513100Z test_dispatch_symbolic_meta_outplace_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.117s) 2022-11-23T01:20:47.9513210Z test_dispatch_symbolic_meta_outplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.117s) 2022-11-23T01:20:47.9513320Z test_dispatch_symbolic_meta_outplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9513430Z test_dispatch_symbolic_meta_outplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9513550Z test_dispatch_symbolic_meta_outplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9513660Z test_dispatch_symbolic_meta_outplace_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9513770Z test_dispatch_symbolic_meta_outplace_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9513880Z test_dispatch_symbolic_meta_outplace_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9514000Z test_dispatch_symbolic_meta_outplace_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9514110Z test_dispatch_symbolic_meta_outplace_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9514220Z test_dispatch_symbolic_meta_outplace_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9514330Z test_dispatch_symbolic_meta_outplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9514440Z test_dispatch_symbolic_meta_outplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9514560Z test_dispatch_symbolic_meta_outplace_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9514670Z test_dispatch_symbolic_meta_outplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9514780Z test_dispatch_symbolic_meta_outplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9514890Z test_dispatch_symbolic_meta_outplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9515020Z test_dispatch_symbolic_meta_outplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9515130Z test_dispatch_symbolic_meta_outplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9515240Z test_dispatch_symbolic_meta_outplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9515350Z test_dispatch_symbolic_meta_outplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9515460Z test_dispatch_symbolic_meta_outplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9515560Z test_dispatch_symbolic_meta_outplace_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9515670Z test_dispatch_symbolic_meta_outplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9515770Z test_dispatch_symbolic_meta_outplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9515880Z test_dispatch_symbolic_meta_outplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9515990Z test_dispatch_symbolic_meta_outplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9516090Z test_dispatch_symbolic_meta_outplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9516190Z test_dispatch_symbolic_meta_outplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9516300Z test_dispatch_symbolic_meta_outplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9516410Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9516520Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9516630Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9516740Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9516860Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9516960Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9517070Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9517180Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9517280Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9517390Z test_dispatch_symbolic_meta_outplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9517500Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9517630Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9517740Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9517850Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9517960Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9518060Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9518170Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9518270Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9518370Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9518480Z test_dispatch_symbolic_meta_outplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9518620Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9518750Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9518880Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9519000Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9519150Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9519280Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9519400Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9519530Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9519650Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9519780Z test_dispatch_symbolic_meta_outplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9519900Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9520010Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9520130Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9520240Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9520350Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9520470Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9520580Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9520690Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9520790Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9520900Z test_dispatch_symbolic_meta_outplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9521010Z test_dispatch_symbolic_meta_outplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9521120Z test_dispatch_symbolic_meta_outplace_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9521240Z test_dispatch_symbolic_meta_outplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9521360Z test_dispatch_symbolic_meta_outplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9521470Z test_dispatch_symbolic_meta_outplace_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9521580Z test_dispatch_symbolic_meta_outplace_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9521680Z test_dispatch_symbolic_meta_outplace_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9521790Z test_dispatch_symbolic_meta_outplace_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9521890Z test_dispatch_symbolic_meta_outplace_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9521990Z test_dispatch_symbolic_meta_outplace_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9522090Z test_dispatch_symbolic_meta_outplace_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9522200Z test_dispatch_symbolic_meta_outplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9522330Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9522440Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9522560Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9522670Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9522790Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9522900Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9523010Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9523120Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9523230Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9523340Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9523450Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9523550Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9523660Z test_dispatch_symbolic_meta_outplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9523770Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9523890Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9524000Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9524120Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9524220Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9524330Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9524440Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9524550Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9524660Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9524760Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9524930Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9525070Z test_dispatch_symbolic_meta_outplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9525190Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9525310Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9525440Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9525570Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9525690Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9525810Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9525970Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9526080Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9526200Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9526320Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9526430Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9526550Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9526650Z test_dispatch_symbolic_meta_outplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9526770Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9526880Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9526990Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9527100Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9527210Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9527320Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9527430Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9527540Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9531220Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9531350Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9531460Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9531570Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9531680Z test_dispatch_symbolic_meta_outplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9531810Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9531930Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9532050Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9532200Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9532320Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9532440Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9532560Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9532680Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9532800Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9532920Z test_dispatch_symbolic_meta_outplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9533030Z test_dispatch_symbolic_meta_outplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.166s) 2022-11-23T01:20:47.9533140Z test_dispatch_symbolic_meta_outplace_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.159s) 2022-11-23T01:20:47.9533280Z test_dispatch_symbolic_meta_outplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.164s) 2022-11-23T01:20:47.9533400Z test_dispatch_symbolic_meta_outplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.171s) 2022-11-23T01:20:47.9533510Z test_dispatch_symbolic_meta_outplace_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.188s) 2022-11-23T01:20:47.9533620Z test_dispatch_symbolic_meta_outplace_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.170s) 2022-11-23T01:20:47.9533730Z test_dispatch_symbolic_meta_outplace_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.185s) 2022-11-23T01:20:47.9533840Z test_dispatch_symbolic_meta_outplace_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.170s) 2022-11-23T01:20:47.9533950Z test_dispatch_symbolic_meta_outplace_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.154s) 2022-11-23T01:20:47.9534060Z test_dispatch_symbolic_meta_outplace_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.154s) 2022-11-23T01:20:47.9534160Z test_dispatch_symbolic_meta_outplace_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.153s) 2022-11-23T01:20:47.9534270Z test_dispatch_symbolic_meta_outplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.153s) 2022-11-23T01:20:47.9534380Z test_dispatch_symbolic_meta_outplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9534490Z test_dispatch_symbolic_meta_outplace_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9534600Z test_dispatch_symbolic_meta_outplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9534710Z test_dispatch_symbolic_meta_outplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9534820Z test_dispatch_symbolic_meta_outplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9534930Z test_dispatch_symbolic_meta_outplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9535040Z test_dispatch_symbolic_meta_outplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9535150Z test_dispatch_symbolic_meta_outplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9535250Z test_dispatch_symbolic_meta_outplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9535360Z test_dispatch_symbolic_meta_outplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9535460Z test_dispatch_symbolic_meta_outplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.9535570Z test_dispatch_symbolic_meta_outplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.9535680Z test_dispatch_symbolic_meta_outplace_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9535780Z test_dispatch_symbolic_meta_outplace_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9535910Z test_dispatch_symbolic_meta_outplace_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9536030Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.9536150Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9536270Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9536380Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9536500Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9536610Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9536730Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9536860Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9536980Z test_dispatch_symbolic_meta_outplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9537100Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9537220Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9537340Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9537470Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9537590Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9537710Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9537820Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9537940Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9538060Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9538200Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9538320Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9538440Z test_dispatch_symbolic_meta_outplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9538570Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9538700Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9538820Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9538940Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9539060Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9539180Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9539290Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9539430Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9539560Z test_dispatch_symbolic_meta_outplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9539670Z test_dispatch_symbolic_meta_outplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9539780Z test_dispatch_symbolic_meta_outplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9539890Z test_dispatch_symbolic_meta_outplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9540000Z test_dispatch_symbolic_meta_outplace_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9540110Z test_dispatch_symbolic_meta_outplace_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9540220Z test_dispatch_symbolic_meta_outplace_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9540330Z test_dispatch_symbolic_meta_outplace_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9540450Z test_dispatch_symbolic_meta_outplace_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9540550Z test_dispatch_symbolic_meta_outplace_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9540650Z test_dispatch_symbolic_meta_outplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9540770Z test_dispatch_symbolic_meta_outplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9540870Z test_dispatch_symbolic_meta_outplace_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9540990Z test_dispatch_symbolic_meta_outplace_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9541100Z test_dispatch_symbolic_meta_outplace_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9541210Z test_dispatch_symbolic_meta_outplace_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9541320Z test_dispatch_symbolic_meta_outplace_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9541430Z test_dispatch_symbolic_meta_outplace_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9541540Z test_dispatch_symbolic_meta_outplace_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9541640Z test_dispatch_symbolic_meta_outplace_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9541750Z test_dispatch_symbolic_meta_outplace_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9541850Z test_dispatch_symbolic_meta_outplace_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9541960Z test_dispatch_symbolic_meta_outplace_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9542060Z test_dispatch_symbolic_meta_outplace_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9542170Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9542280Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9542390Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9542510Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9542610Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9542720Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9542830Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9542940Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9543070Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9543180Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9543280Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9543390Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9543490Z test_dispatch_symbolic_meta_outplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9543600Z test_dispatch_symbolic_meta_outplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9543700Z test_dispatch_symbolic_meta_outplace_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9543810Z test_dispatch_symbolic_meta_outplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9543930Z test_dispatch_symbolic_meta_outplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9544070Z test_dispatch_symbolic_meta_outplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9544170Z test_dispatch_symbolic_meta_outplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9544280Z test_dispatch_symbolic_meta_outplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9544420Z test_dispatch_symbolic_meta_outplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9544530Z test_dispatch_symbolic_meta_outplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9544630Z test_dispatch_symbolic_meta_outplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9544740Z test_dispatch_symbolic_meta_outplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9544860Z test_dispatch_symbolic_meta_outplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9544970Z test_dispatch_symbolic_meta_outplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9545090Z test_dispatch_symbolic_meta_outplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9545200Z test_dispatch_symbolic_meta_outplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9545310Z test_dispatch_symbolic_meta_outplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9545420Z test_dispatch_symbolic_meta_outplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9545540Z test_dispatch_symbolic_meta_outplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9545640Z test_dispatch_symbolic_meta_outplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9545750Z test_dispatch_symbolic_meta_outplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9545860Z test_dispatch_symbolic_meta_outplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9545970Z test_dispatch_symbolic_meta_outplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9546070Z test_dispatch_symbolic_meta_outplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9546180Z test_dispatch_symbolic_meta_outplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9546290Z test_dispatch_symbolic_meta_outplace_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9546410Z test_dispatch_symbolic_meta_outplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9546520Z test_dispatch_symbolic_meta_outplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9546640Z test_dispatch_symbolic_meta_outplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9546770Z test_dispatch_symbolic_meta_outplace_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9546880Z test_dispatch_symbolic_meta_outplace_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9547000Z test_dispatch_symbolic_meta_outplace_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9547100Z test_dispatch_symbolic_meta_outplace_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9547210Z test_dispatch_symbolic_meta_outplace_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9547320Z test_dispatch_symbolic_meta_outplace_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9547430Z test_dispatch_symbolic_meta_outplace_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9547530Z test_dispatch_symbolic_meta_outplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9547650Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9547800Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9547920Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9548040Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9548150Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9548270Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9548390Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9548500Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9548610Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9548720Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9548820Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9548930Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9549040Z test_dispatch_symbolic_meta_outplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9549150Z test_dispatch_symbolic_meta_outplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9549250Z test_dispatch_symbolic_meta_outplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9549360Z test_dispatch_symbolic_meta_outplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9549470Z test_dispatch_symbolic_meta_outplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9549580Z test_dispatch_symbolic_meta_outplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9549680Z test_dispatch_symbolic_meta_outplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9549780Z test_dispatch_symbolic_meta_outplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9549890Z test_dispatch_symbolic_meta_outplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9549990Z test_dispatch_symbolic_meta_outplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9550090Z test_dispatch_symbolic_meta_outplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9550190Z test_dispatch_symbolic_meta_outplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9550320Z test_dispatch_symbolic_meta_outplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9550420Z test_dispatch_symbolic_meta_outplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9550530Z test_dispatch_symbolic_meta_outplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9550640Z test_dispatch_symbolic_meta_outplace_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9550750Z test_dispatch_symbolic_meta_outplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9550860Z test_dispatch_symbolic_meta_outplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9550960Z test_dispatch_symbolic_meta_outplace_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9551070Z test_dispatch_symbolic_meta_outplace_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9551180Z test_dispatch_symbolic_meta_outplace_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9551280Z test_dispatch_symbolic_meta_outplace_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9551400Z test_dispatch_symbolic_meta_outplace_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9551510Z test_dispatch_symbolic_meta_outplace_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9551610Z test_dispatch_symbolic_meta_outplace_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9551710Z test_dispatch_symbolic_meta_outplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9551820Z test_dispatch_symbolic_meta_outplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9551920Z test_dispatch_symbolic_meta_outplace_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9552030Z test_dispatch_symbolic_meta_outplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9552130Z test_dispatch_symbolic_meta_outplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9552240Z test_dispatch_symbolic_meta_outplace_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9552340Z test_dispatch_symbolic_meta_outplace_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9552440Z test_dispatch_symbolic_meta_outplace_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9552540Z test_dispatch_symbolic_meta_outplace_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9552640Z test_dispatch_symbolic_meta_outplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9552810Z test_dispatch_symbolic_meta_outplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9552920Z test_dispatch_symbolic_meta_outplace_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9553030Z test_dispatch_symbolic_meta_outplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9553150Z test_dispatch_symbolic_meta_outplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9553260Z test_dispatch_symbolic_meta_outplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9553370Z test_dispatch_symbolic_meta_outplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9553480Z test_dispatch_symbolic_meta_outplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9553590Z test_dispatch_symbolic_meta_outplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9553690Z test_dispatch_symbolic_meta_outplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9553800Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9553910Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9554040Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9554160Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9554270Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9554370Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9554480Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9554590Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9554700Z test_dispatch_symbolic_meta_outplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9554810Z test_dispatch_symbolic_meta_outplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9554910Z test_dispatch_symbolic_meta_outplace_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9555040Z test_dispatch_symbolic_meta_outplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9555150Z test_dispatch_symbolic_meta_outplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9555250Z test_dispatch_symbolic_meta_outplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9555360Z test_dispatch_symbolic_meta_outplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9555470Z test_dispatch_symbolic_meta_outplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9555570Z test_dispatch_symbolic_meta_outplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9555670Z test_dispatch_symbolic_meta_outplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9555780Z test_dispatch_symbolic_meta_outplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9555890Z test_dispatch_symbolic_meta_outplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9556000Z test_dispatch_symbolic_meta_outplace_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9556110Z test_dispatch_symbolic_meta_outplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9556220Z test_dispatch_symbolic_meta_outplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9556330Z test_dispatch_symbolic_meta_outplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9556440Z test_dispatch_symbolic_meta_outplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9556540Z test_dispatch_symbolic_meta_outplace_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9556650Z test_dispatch_symbolic_meta_outplace_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9556750Z test_dispatch_symbolic_meta_outplace_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9556860Z test_dispatch_symbolic_meta_outplace_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9556960Z test_dispatch_symbolic_meta_outplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9557080Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9557200Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9557320Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9557440Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9557550Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9557700Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9557810Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9561470Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9561590Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9561700Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9561810Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9561920Z test_dispatch_symbolic_meta_outplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9562030Z test_dispatch_symbolic_meta_outplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9562140Z test_dispatch_symbolic_meta_outplace_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9562300Z test_dispatch_symbolic_meta_outplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9562410Z test_dispatch_symbolic_meta_outplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9562530Z test_dispatch_symbolic_meta_outplace_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9562640Z test_dispatch_symbolic_meta_outplace_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9562750Z test_dispatch_symbolic_meta_outplace_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9562860Z test_dispatch_symbolic_meta_outplace_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9562970Z test_dispatch_symbolic_meta_outplace_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9563080Z test_dispatch_symbolic_meta_outplace_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9563190Z test_dispatch_symbolic_meta_outplace_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9563300Z test_dispatch_symbolic_meta_outplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9563410Z test_dispatch_symbolic_meta_outplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9563520Z test_dispatch_symbolic_meta_outplace_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9563630Z test_dispatch_symbolic_meta_outplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9563740Z test_dispatch_symbolic_meta_outplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9563850Z test_dispatch_symbolic_meta_outplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9563960Z test_dispatch_symbolic_meta_outplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9564060Z test_dispatch_symbolic_meta_outplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9564170Z test_dispatch_symbolic_meta_outplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9564280Z test_dispatch_symbolic_meta_outplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9564390Z test_dispatch_symbolic_meta_outplace_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9564500Z test_dispatch_symbolic_meta_outplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.9564610Z test_dispatch_symbolic_meta_outplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9564710Z test_dispatch_symbolic_meta_outplace_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.9564820Z test_dispatch_symbolic_meta_outplace_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.9564950Z test_dispatch_symbolic_meta_outplace_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.9565060Z test_dispatch_symbolic_meta_outplace_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9565160Z test_dispatch_symbolic_meta_outplace_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9565270Z test_dispatch_symbolic_meta_outplace_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.9565380Z test_dispatch_symbolic_meta_outplace_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9565480Z test_dispatch_symbolic_meta_outplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.9565590Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9565710Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9565830Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9565970Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9566080Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9566190Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9566300Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9566410Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9566520Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9566620Z test_dispatch_symbolic_meta_outplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9566740Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9566850Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9566970Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9567080Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9567190Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9567300Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9567410Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9567520Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9567630Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9567740Z test_dispatch_symbolic_meta_outplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9567840Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9567960Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9568080Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9568190Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9568300Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9568410Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9568540Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9568660Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9568760Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9568870Z test_dispatch_symbolic_meta_outplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9568990Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9569100Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9569220Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9569340Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9569460Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9569590Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9569700Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9569820Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9569930Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9570040Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9570140Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9570260Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9570360Z test_dispatch_symbolic_meta_outplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9570470Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9570580Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9570700Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9570810Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9570910Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9571020Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9571130Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9571240Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9571350Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9571450Z test_dispatch_symbolic_meta_outplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9571560Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9571670Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9571780Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9571890Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9572000Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9572120Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9572230Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9572330Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9572440Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9572550Z test_dispatch_symbolic_meta_outplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9572650Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9572770Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9572880Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9572990Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9573120Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9573220Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9573330Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9573440Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9573540Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9573650Z test_dispatch_symbolic_meta_outplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9573750Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9573870Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9573980Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9574090Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9574200Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9574310Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9574410Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9574630Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9574740Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9574850Z test_dispatch_symbolic_meta_outplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9574960Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9575080Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9575200Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9575320Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9575430Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9575540Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9575650Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9575790Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9575900Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9576010Z test_dispatch_symbolic_meta_outplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9576120Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9576240Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9576360Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9576470Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9576580Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9576690Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9576840Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9576940Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9577050Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9577160Z test_dispatch_symbolic_meta_outplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9577280Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9577400Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9577520Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9577650Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9577770Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9577880Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9578000Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9578110Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9578220Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9578330Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9578440Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9578560Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9578670Z test_dispatch_symbolic_meta_outplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9578770Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9578890Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9578990Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9579100Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9579210Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9579340Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9579450Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9579560Z test_dispatch_symbolic_meta_outplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9579670Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9579780Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9579880Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9579990Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9580090Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9580200Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9580330Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9580430Z test_dispatch_symbolic_meta_outplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9580540Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9580650Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9580760Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9580870Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9580970Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9581080Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9581190Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9581330Z test_dispatch_symbolic_meta_outplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9581440Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9581560Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9581680Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9581790Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9581910Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9582030Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9582140Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9582250Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9582360Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9582470Z test_dispatch_symbolic_meta_outplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9582580Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9582700Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9582820Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9582950Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9583070Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9583180Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9583290Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9583400Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9583510Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9583620Z test_dispatch_symbolic_meta_outplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9583730Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9583850Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9583990Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9584110Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9584220Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9584330Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9584440Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9584550Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9584660Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9584780Z test_dispatch_symbolic_meta_outplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9584890Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9585000Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9585120Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9585220Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9585330Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9585440Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9585550Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9585660Z test_dispatch_symbolic_meta_outplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9585770Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9585880Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9585990Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9586100Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9586210Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9586320Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9586430Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9586560Z test_dispatch_symbolic_meta_outplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9586670Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9586790Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9586900Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9587010Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9587120Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9587230Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9587330Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9587440Z test_dispatch_symbolic_meta_outplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9587570Z test_dispatch_symbolic_meta_outplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9587680Z test_dispatch_symbolic_meta_outplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9587790Z test_dispatch_symbolic_meta_outplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9587900Z test_dispatch_symbolic_meta_outplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9588010Z test_dispatch_symbolic_meta_outplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9591590Z test_dispatch_symbolic_meta_outplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9591710Z test_dispatch_symbolic_meta_outplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9591820Z test_dispatch_symbolic_meta_outplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9591930Z test_dispatch_symbolic_meta_outplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9592030Z test_dispatch_symbolic_meta_outplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9592140Z test_dispatch_symbolic_meta_outplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9592250Z test_dispatch_symbolic_meta_outplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9592350Z test_dispatch_symbolic_meta_outplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9592470Z test_dispatch_symbolic_meta_outplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9592580Z test_dispatch_symbolic_meta_outplace_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9592700Z test_dispatch_symbolic_meta_outplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9592810Z test_dispatch_symbolic_meta_outplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9592930Z test_dispatch_symbolic_meta_outplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9593040Z test_dispatch_symbolic_meta_outplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9593150Z test_dispatch_symbolic_meta_outplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9593260Z test_dispatch_symbolic_meta_outplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9593370Z test_dispatch_symbolic_meta_outplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9593480Z test_dispatch_symbolic_meta_outplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9593590Z test_dispatch_symbolic_meta_outplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9593750Z test_dispatch_symbolic_meta_outplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9593860Z test_dispatch_symbolic_meta_outplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9593970Z test_dispatch_symbolic_meta_outplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9594080Z test_dispatch_symbolic_meta_outplace_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9594190Z test_dispatch_symbolic_meta_outplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9594300Z test_dispatch_symbolic_meta_outplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9594410Z test_dispatch_symbolic_meta_outplace_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9594520Z test_dispatch_symbolic_meta_outplace_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9594630Z test_dispatch_symbolic_meta_outplace_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9594770Z test_dispatch_symbolic_meta_outplace_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9594880Z test_dispatch_symbolic_meta_outplace_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9594980Z test_dispatch_symbolic_meta_outplace_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9595090Z test_dispatch_symbolic_meta_outplace_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9595200Z test_dispatch_symbolic_meta_outplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9595310Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9595420Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9595540Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9595650Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9595770Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9595880Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9595990Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9596100Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9596210Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9596310Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9596420Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9596530Z test_dispatch_symbolic_meta_outplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9596640Z test_dispatch_symbolic_meta_outplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9596750Z test_dispatch_symbolic_meta_outplace_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9596870Z test_dispatch_symbolic_meta_outplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9596990Z test_dispatch_symbolic_meta_outplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9597100Z test_dispatch_symbolic_meta_outplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9597210Z test_dispatch_symbolic_meta_outplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9597320Z test_dispatch_symbolic_meta_outplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9597480Z test_dispatch_symbolic_meta_outplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9597590Z test_dispatch_symbolic_meta_outplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9597690Z test_dispatch_symbolic_meta_outplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9597800Z test_dispatch_symbolic_meta_outplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9597910Z test_dispatch_symbolic_meta_outplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9598020Z test_dispatch_symbolic_meta_outplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9598130Z test_dispatch_symbolic_meta_outplace_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9598240Z test_dispatch_symbolic_meta_outplace_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9598360Z test_dispatch_symbolic_meta_outplace_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9598490Z test_dispatch_symbolic_meta_outplace_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9598600Z test_dispatch_symbolic_meta_outplace_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9598710Z test_dispatch_symbolic_meta_outplace_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9598820Z test_dispatch_symbolic_meta_outplace_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9598930Z test_dispatch_symbolic_meta_outplace_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9599030Z test_dispatch_symbolic_meta_outplace_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9599140Z test_dispatch_symbolic_meta_outplace_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9599250Z test_dispatch_symbolic_meta_outplace_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9599360Z test_dispatch_symbolic_meta_outplace_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9599480Z test_dispatch_symbolic_meta_outplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9599590Z test_dispatch_symbolic_meta_outplace_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9599710Z test_dispatch_symbolic_meta_outplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9599840Z test_dispatch_symbolic_meta_outplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9599950Z test_dispatch_symbolic_meta_outplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9600070Z test_dispatch_symbolic_meta_outplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9600180Z test_dispatch_symbolic_meta_outplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9600300Z test_dispatch_symbolic_meta_outplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9600410Z test_dispatch_symbolic_meta_outplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9600520Z test_dispatch_symbolic_meta_outplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9600630Z test_dispatch_symbolic_meta_outplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9600740Z test_dispatch_symbolic_meta_outplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9600850Z test_dispatch_symbolic_meta_outplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9600960Z test_dispatch_symbolic_meta_outplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9601090Z test_dispatch_symbolic_meta_outplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9601210Z test_dispatch_symbolic_meta_outplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9601310Z test_dispatch_symbolic_meta_outplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9601420Z test_dispatch_symbolic_meta_outplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9601520Z test_dispatch_symbolic_meta_outplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9601630Z test_dispatch_symbolic_meta_outplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9601750Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9601870Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9601990Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9602130Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.9602250Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9602360Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9602480Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9602590Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9602710Z test_dispatch_symbolic_meta_outplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9602820Z test_dispatch_symbolic_meta_outplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9602930Z test_dispatch_symbolic_meta_outplace_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9603040Z test_dispatch_symbolic_meta_outplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9603150Z test_dispatch_symbolic_meta_outplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9603260Z test_dispatch_symbolic_meta_outplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9603370Z test_dispatch_symbolic_meta_outplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9603470Z test_dispatch_symbolic_meta_outplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9603580Z test_dispatch_symbolic_meta_outplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9603690Z test_dispatch_symbolic_meta_outplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9603790Z test_dispatch_symbolic_meta_outplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9603900Z test_dispatch_symbolic_meta_outplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9604010Z test_dispatch_symbolic_meta_outplace_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9604120Z test_dispatch_symbolic_meta_outplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9604220Z test_dispatch_symbolic_meta_outplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9604330Z test_dispatch_symbolic_meta_outplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9604440Z test_dispatch_symbolic_meta_outplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9604540Z test_dispatch_symbolic_meta_outplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9604640Z test_dispatch_symbolic_meta_outplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9604770Z test_dispatch_symbolic_meta_outplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9604870Z test_dispatch_symbolic_meta_outplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9604980Z test_dispatch_symbolic_meta_outplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9605090Z test_dispatch_symbolic_meta_outplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9605200Z test_dispatch_symbolic_meta_outplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9605300Z test_dispatch_symbolic_meta_outplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9605410Z test_dispatch_symbolic_meta_outplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9605510Z test_dispatch_symbolic_meta_outplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9605610Z test_dispatch_symbolic_meta_outplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9605740Z test_dispatch_symbolic_meta_outplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9605840Z test_dispatch_symbolic_meta_outplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9605950Z test_dispatch_symbolic_meta_outplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9606050Z test_dispatch_symbolic_meta_outplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9606160Z test_dispatch_symbolic_meta_outplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9606270Z test_dispatch_symbolic_meta_outplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9606380Z test_dispatch_symbolic_meta_outplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9606490Z test_dispatch_symbolic_meta_outplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9606600Z test_dispatch_symbolic_meta_outplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9606710Z test_dispatch_symbolic_meta_outplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9606820Z test_dispatch_symbolic_meta_outplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9606920Z test_dispatch_symbolic_meta_outplace_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9607040Z test_dispatch_symbolic_meta_outplace_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9607150Z test_dispatch_symbolic_meta_outplace_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9607260Z test_dispatch_symbolic_meta_outplace_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9607370Z test_dispatch_symbolic_meta_outplace_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9607480Z test_dispatch_symbolic_meta_outplace_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9607590Z test_dispatch_symbolic_meta_outplace_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9607700Z test_dispatch_symbolic_meta_outplace_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9607800Z test_dispatch_symbolic_meta_outplace_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9607910Z test_dispatch_symbolic_meta_outplace_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9608020Z test_dispatch_symbolic_meta_outplace_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9608120Z test_dispatch_symbolic_meta_outplace_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9608240Z test_dispatch_symbolic_meta_outplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9608410Z test_dispatch_symbolic_meta_outplace_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9608530Z test_dispatch_symbolic_meta_outplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9608650Z test_dispatch_symbolic_meta_outplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9608760Z test_dispatch_symbolic_meta_outplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9608870Z test_dispatch_symbolic_meta_outplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9608980Z test_dispatch_symbolic_meta_outplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9609090Z test_dispatch_symbolic_meta_outplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9609200Z test_dispatch_symbolic_meta_outplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9609320Z test_dispatch_symbolic_meta_outplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9609460Z test_dispatch_symbolic_meta_outplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9609570Z test_dispatch_symbolic_meta_outplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9609730Z test_dispatch_symbolic_meta_outplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9609840Z test_dispatch_symbolic_meta_outplace_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9609960Z test_dispatch_symbolic_meta_outplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9610070Z test_dispatch_symbolic_meta_outplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9610180Z test_dispatch_symbolic_meta_outplace_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9610300Z test_dispatch_symbolic_meta_outplace_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9610410Z test_dispatch_symbolic_meta_outplace_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9610520Z test_dispatch_symbolic_meta_outplace_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9610630Z test_dispatch_symbolic_meta_outplace_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9610730Z test_dispatch_symbolic_meta_outplace_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9610840Z test_dispatch_symbolic_meta_outplace_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9610950Z test_dispatch_symbolic_meta_outplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9611060Z test_dispatch_symbolic_meta_outplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9611170Z test_dispatch_symbolic_meta_outplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9611270Z test_dispatch_symbolic_meta_outplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9611380Z test_dispatch_symbolic_meta_outplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9611480Z test_dispatch_symbolic_meta_outplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9611590Z test_dispatch_symbolic_meta_outplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9611700Z test_dispatch_symbolic_meta_outplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9611810Z test_dispatch_symbolic_meta_outplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9611910Z test_dispatch_symbolic_meta_outplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9612020Z test_dispatch_symbolic_meta_outplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9612150Z test_dispatch_symbolic_meta_outplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9612260Z test_dispatch_symbolic_meta_outplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9612360Z test_dispatch_symbolic_meta_outplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9612460Z test_dispatch_symbolic_meta_outplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9612570Z test_dispatch_symbolic_meta_outplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9612690Z test_dispatch_symbolic_meta_outplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9612800Z test_dispatch_symbolic_meta_outplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9612910Z test_dispatch_symbolic_meta_outplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9613030Z test_dispatch_symbolic_meta_outplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9613160Z test_dispatch_symbolic_meta_outplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.9613280Z test_dispatch_symbolic_meta_outplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:20:47.9613400Z test_dispatch_symbolic_meta_outplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:20:47.9613510Z test_dispatch_symbolic_meta_outplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:47.9613630Z test_dispatch_symbolic_meta_outplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:20:47.9613740Z test_dispatch_symbolic_meta_outplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:20:47.9613860Z test_dispatch_symbolic_meta_outplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:47.9613970Z test_dispatch_symbolic_meta_outplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:47.9614080Z test_dispatch_symbolic_meta_outplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:47.9614190Z test_dispatch_symbolic_meta_outplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:47.9614320Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.219s) 2022-11-23T01:20:47.9614440Z test_dispatch_symbolic_meta_outplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.219s) 2022-11-23T01:20:47.9614550Z test_dispatch_symbolic_meta_outplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9614650Z test_dispatch_symbolic_meta_outplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9614760Z test_dispatch_symbolic_meta_outplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9614870Z test_dispatch_symbolic_meta_outplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9614980Z test_dispatch_symbolic_meta_outplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9615080Z test_dispatch_symbolic_meta_outplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9615190Z test_dispatch_symbolic_meta_outplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9615290Z test_dispatch_symbolic_meta_outplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9615400Z test_dispatch_symbolic_meta_outplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9615510Z test_dispatch_symbolic_meta_outplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9615620Z test_dispatch_symbolic_meta_outplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9615730Z test_dispatch_symbolic_meta_outplace_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9615860Z test_dispatch_symbolic_meta_outplace_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9615980Z test_dispatch_symbolic_meta_outplace_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9616090Z test_dispatch_symbolic_meta_outplace_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9616200Z test_dispatch_symbolic_meta_outplace_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9616310Z test_dispatch_symbolic_meta_outplace_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9616420Z test_dispatch_symbolic_meta_outplace_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9616520Z test_dispatch_symbolic_meta_outplace_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9616630Z test_dispatch_symbolic_meta_outplace_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9616730Z test_dispatch_symbolic_meta_outplace_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9616860Z test_dispatch_symbolic_meta_outplace_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9616980Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9617090Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9617210Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9617320Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9617430Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9617540Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9617650Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9617770Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9617880Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9617990Z test_dispatch_symbolic_meta_outplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9618100Z test_dispatch_symbolic_meta_outplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.9621680Z test_dispatch_symbolic_meta_outplace_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9621800Z test_dispatch_symbolic_meta_outplace_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9621920Z test_dispatch_symbolic_meta_outplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.9622030Z test_dispatch_symbolic_meta_outplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9622150Z test_dispatch_symbolic_meta_outplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.9622270Z test_dispatch_symbolic_meta_outplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.9622380Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9622500Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9622610Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9622730Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9622840Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9622980Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9623090Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9623200Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9623310Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9623430Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9623530Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9623650Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9623750Z test_dispatch_symbolic_meta_outplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9623870Z test_dispatch_symbolic_meta_outplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9624000Z test_dispatch_symbolic_meta_outplace_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9624110Z test_dispatch_symbolic_meta_outplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9624230Z test_dispatch_symbolic_meta_outplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9624340Z test_dispatch_symbolic_meta_outplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9624450Z test_dispatch_symbolic_meta_outplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9624560Z test_dispatch_symbolic_meta_outplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9624670Z test_dispatch_symbolic_meta_outplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9624780Z test_dispatch_symbolic_meta_outplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9624890Z test_dispatch_symbolic_meta_outplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9625000Z test_dispatch_symbolic_meta_outplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9625100Z test_dispatch_symbolic_meta_outplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9625210Z test_dispatch_symbolic_meta_outplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9625320Z test_dispatch_symbolic_meta_outplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9625440Z test_dispatch_symbolic_meta_outplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9625550Z test_dispatch_symbolic_meta_outplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9625650Z test_dispatch_symbolic_meta_outplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9625760Z test_dispatch_symbolic_meta_outplace_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9625870Z test_dispatch_symbolic_meta_outplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9625980Z test_dispatch_symbolic_meta_outplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9626080Z test_dispatch_symbolic_meta_outplace_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9626190Z test_dispatch_symbolic_meta_outplace_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9626290Z test_dispatch_symbolic_meta_outplace_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9626390Z test_dispatch_symbolic_meta_outplace_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9626500Z test_dispatch_symbolic_meta_outplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9626640Z test_dispatch_symbolic_meta_outplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9626760Z test_dispatch_symbolic_meta_outplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9626880Z test_dispatch_symbolic_meta_outplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9626990Z test_dispatch_symbolic_meta_outplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9627100Z test_dispatch_symbolic_meta_outplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9627210Z test_dispatch_symbolic_meta_outplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9627320Z test_dispatch_symbolic_meta_outplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9627440Z test_dispatch_symbolic_meta_outplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9627550Z test_dispatch_symbolic_meta_outplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9627720Z test_dispatch_symbolic_meta_outplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9627830Z test_dispatch_symbolic_meta_outplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9627950Z test_dispatch_symbolic_meta_outplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9628060Z test_dispatch_symbolic_meta_outplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9628180Z test_dispatch_symbolic_meta_outplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9628290Z test_dispatch_symbolic_meta_outplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9628410Z test_dispatch_symbolic_meta_outplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9628530Z test_dispatch_symbolic_meta_outplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9628640Z test_dispatch_symbolic_meta_outplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9628750Z test_dispatch_symbolic_meta_outplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9628860Z test_dispatch_symbolic_meta_outplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9628970Z test_dispatch_symbolic_meta_outplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9629080Z test_dispatch_symbolic_meta_outplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9629190Z test_dispatch_symbolic_meta_outplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9629300Z test_dispatch_symbolic_meta_outplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9629420Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9629530Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9629650Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9629770Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9629890Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9630000Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9630110Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9630230Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9630360Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9630480Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9630590Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9630700Z test_dispatch_symbolic_meta_outplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9630820Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9630930Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9631050Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9631170Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9631280Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9631420Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9631530Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9631640Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9631750Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9631860Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9631970Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9632080Z test_dispatch_symbolic_meta_outplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9632200Z test_dispatch_symbolic_meta_outplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9632310Z test_dispatch_symbolic_meta_outplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9632440Z test_dispatch_symbolic_meta_outplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9632550Z test_dispatch_symbolic_meta_outplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9632670Z test_dispatch_symbolic_meta_outplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9632780Z test_dispatch_symbolic_meta_outplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9632900Z test_dispatch_symbolic_meta_outplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9633010Z test_dispatch_symbolic_meta_outplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9633120Z test_dispatch_symbolic_meta_outplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9633230Z test_dispatch_symbolic_meta_outplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9633340Z test_dispatch_symbolic_meta_outplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9633450Z test_dispatch_symbolic_meta_outplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9633560Z test_dispatch_symbolic_meta_outplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9633680Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9633800Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9633920Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9634050Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9634170Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9634280Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9634400Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9634510Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9634620Z test_dispatch_symbolic_meta_outplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9634740Z test_dispatch_symbolic_meta_outplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9634850Z test_dispatch_symbolic_meta_outplace_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9634970Z test_dispatch_symbolic_meta_outplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9635130Z test_dispatch_symbolic_meta_outplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9635250Z test_dispatch_symbolic_meta_outplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9635370Z test_dispatch_symbolic_meta_outplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9635480Z test_dispatch_symbolic_meta_outplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9635600Z test_dispatch_symbolic_meta_outplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9635710Z test_dispatch_symbolic_meta_outplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9635830Z test_dispatch_symbolic_meta_outplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9635940Z test_dispatch_symbolic_meta_outplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9636050Z test_dispatch_symbolic_meta_outplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9636170Z test_dispatch_symbolic_meta_outplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9636280Z test_dispatch_symbolic_meta_outplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9636390Z test_dispatch_symbolic_meta_outplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9636510Z test_dispatch_symbolic_meta_outplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9636620Z test_dispatch_symbolic_meta_outplace_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9636730Z test_dispatch_symbolic_meta_outplace_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9636850Z test_dispatch_symbolic_meta_outplace_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9636960Z test_dispatch_symbolic_meta_outplace_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9637060Z test_dispatch_symbolic_meta_outplace_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9637170Z test_dispatch_symbolic_meta_outplace_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9637280Z test_dispatch_symbolic_meta_outplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9637390Z test_dispatch_symbolic_meta_outplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9637500Z test_dispatch_symbolic_meta_outplace_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9637610Z test_dispatch_symbolic_meta_outplace_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9637740Z test_dispatch_symbolic_meta_outplace_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9637850Z test_dispatch_symbolic_meta_outplace_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9637960Z test_dispatch_symbolic_meta_outplace_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9638070Z test_dispatch_symbolic_meta_outplace_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9638170Z test_dispatch_symbolic_meta_outplace_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9638280Z test_dispatch_symbolic_meta_outplace_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9638380Z test_dispatch_symbolic_meta_outplace_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9638490Z test_dispatch_symbolic_meta_outplace_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9638590Z test_dispatch_symbolic_meta_outplace_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9638730Z test_dispatch_symbolic_meta_outplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.9638840Z test_dispatch_symbolic_meta_outplace_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.9638950Z test_dispatch_symbolic_meta_outplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9639070Z test_dispatch_symbolic_meta_outplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.9639180Z test_dispatch_symbolic_meta_outplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9639290Z test_dispatch_symbolic_meta_outplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.9639410Z test_dispatch_symbolic_meta_outplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.9639520Z test_dispatch_symbolic_meta_outplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.9639630Z test_dispatch_symbolic_meta_outplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.9639740Z test_dispatch_symbolic_meta_outplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.9639850Z test_dispatch_symbolic_meta_outplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:47.9639960Z test_dispatch_symbolic_meta_outplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.9640070Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9640180Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9640300Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9640420Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9640530Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9640650Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9640760Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9640870Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9640980Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9641100Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9641210Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9641350Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9641460Z test_dispatch_symbolic_meta_outplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9641570Z test_dispatch_symbolic_meta_outplace_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9641680Z test_dispatch_symbolic_meta_outplace_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9641790Z test_dispatch_symbolic_meta_outplace_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9641890Z test_dispatch_symbolic_meta_outplace_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9642000Z test_dispatch_symbolic_meta_outplace_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9642110Z test_dispatch_symbolic_meta_outplace_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9642210Z test_dispatch_symbolic_meta_outplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9642330Z test_dispatch_symbolic_meta_outplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9642500Z test_dispatch_symbolic_meta_outplace_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9642610Z test_dispatch_symbolic_meta_outplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9642720Z test_dispatch_symbolic_meta_outplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9642840Z test_dispatch_symbolic_meta_outplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9642950Z test_dispatch_symbolic_meta_outplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9643060Z test_dispatch_symbolic_meta_outplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9643160Z test_dispatch_symbolic_meta_outplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9643270Z test_dispatch_symbolic_meta_outplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9643380Z test_dispatch_symbolic_meta_outplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9643480Z test_dispatch_symbolic_meta_outplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9643590Z test_dispatch_symbolic_meta_outplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9643700Z test_dispatch_symbolic_meta_outplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9643810Z test_dispatch_symbolic_meta_outplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9643910Z test_dispatch_symbolic_meta_outplace_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9644030Z test_dispatch_symbolic_meta_outplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9644140Z test_dispatch_symbolic_meta_outplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9644250Z test_dispatch_symbolic_meta_outplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9644360Z test_dispatch_symbolic_meta_outplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9644470Z test_dispatch_symbolic_meta_outplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9644580Z test_dispatch_symbolic_meta_outplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9644690Z test_dispatch_symbolic_meta_outplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9644790Z test_dispatch_symbolic_meta_outplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9644900Z test_dispatch_symbolic_meta_outplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9645050Z test_dispatch_symbolic_meta_outplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9645170Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9645280Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9645390Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9645510Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9645610Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9645720Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9645840Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9645940Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9646080Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9646190Z test_dispatch_symbolic_meta_outplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9646300Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9646410Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9646520Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9646630Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9646740Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9646850Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9646960Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9647070Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9647180Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9647280Z test_dispatch_symbolic_meta_outplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9647400Z test_dispatch_symbolic_meta_outplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9647510Z test_dispatch_symbolic_meta_outplace_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9647620Z test_dispatch_symbolic_meta_outplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9647740Z test_dispatch_symbolic_meta_outplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9647850Z test_dispatch_symbolic_meta_outplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9647960Z test_dispatch_symbolic_meta_outplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9648070Z test_dispatch_symbolic_meta_outplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9648180Z test_dispatch_symbolic_meta_outplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9648290Z test_dispatch_symbolic_meta_outplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9648400Z test_dispatch_symbolic_meta_outplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9648510Z test_dispatch_symbolic_meta_outplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9652100Z test_dispatch_symbolic_meta_outplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9652240Z test_dispatch_symbolic_meta_outplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9652360Z test_dispatch_symbolic_meta_outplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.9652470Z test_dispatch_symbolic_meta_outplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.9652630Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:47.9652770Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9652920Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9653070Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9653210Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9653380Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9653520Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9653660Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9653800Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9653930Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9654070Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9654210Z test_dispatch_symbolic_meta_outplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9654360Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9654510Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9654660Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9654810Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9654960Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9655110Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9655250Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9655400Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9655550Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9655680Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9655840Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9655980Z test_dispatch_symbolic_meta_outplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9656120Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9656250Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9656380Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9656520Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9656650Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9656800Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9656930Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9657060Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9657180Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9657300Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9657430Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9657560Z test_dispatch_symbolic_meta_outplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9657700Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9657840Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9657980Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9658130Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9658270Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9658410Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9658540Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9658680Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9658820Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9658950Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9659090Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9659250Z test_dispatch_symbolic_meta_outplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9659380Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9659510Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9659650Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9659780Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9659910Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9660040Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9660200Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9660330Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9660460Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9660580Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9660710Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9660830Z test_dispatch_symbolic_meta_outplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:20:47.9660940Z test_dispatch_symbolic_meta_outplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9661050Z test_dispatch_symbolic_meta_outplace_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9661160Z test_dispatch_symbolic_meta_outplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9661270Z test_dispatch_symbolic_meta_outplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9661380Z test_dispatch_symbolic_meta_outplace_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9661490Z test_dispatch_symbolic_meta_outplace_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9661600Z test_dispatch_symbolic_meta_outplace_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9661810Z test_dispatch_symbolic_meta_outplace_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9661920Z test_dispatch_symbolic_meta_outplace_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9662030Z test_dispatch_symbolic_meta_outplace_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9662130Z test_dispatch_symbolic_meta_outplace_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9662240Z test_dispatch_symbolic_meta_outplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9662360Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9662490Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9662600Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9662710Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9662850Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9662960Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9663070Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9663180Z test_dispatch_symbolic_meta_outplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9663290Z test_dispatch_symbolic_meta_outplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9663400Z test_dispatch_symbolic_meta_outplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9663500Z test_dispatch_symbolic_meta_outplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9663600Z test_dispatch_symbolic_meta_outplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9663710Z test_dispatch_symbolic_meta_outplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9663820Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9663940Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9664050Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9664160Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9664270Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9664380Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9664480Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9664590Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9664700Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9664800Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9664900Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9665010Z test_dispatch_symbolic_meta_outplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9665110Z test_dispatch_symbolic_meta_outplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9665210Z test_dispatch_symbolic_meta_outplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9665320Z test_dispatch_symbolic_meta_outplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9665420Z test_dispatch_symbolic_meta_outplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9665520Z test_dispatch_symbolic_meta_outplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9665630Z test_dispatch_symbolic_meta_outplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9665730Z test_dispatch_symbolic_meta_outplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9665830Z test_dispatch_symbolic_meta_outplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9665930Z test_dispatch_symbolic_meta_outplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9666040Z test_dispatch_symbolic_meta_outplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9666140Z test_dispatch_symbolic_meta_outplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9666250Z test_dispatch_symbolic_meta_outplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9666360Z test_dispatch_symbolic_meta_outplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.9666490Z test_dispatch_symbolic_meta_outplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.9666600Z test_dispatch_symbolic_meta_outplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.9666710Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9666820Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9666920Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9667030Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9667140Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9667240Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9667350Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9667480Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9667580Z test_dispatch_symbolic_meta_outplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9667700Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9667820Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9667940Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9668060Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9668180Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9668310Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9668420Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9668590Z test_dispatch_symbolic_meta_outplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9668710Z test_dispatch_symbolic_meta_outplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9668830Z test_dispatch_symbolic_meta_outplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9668960Z test_dispatch_symbolic_meta_outplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9669070Z test_dispatch_symbolic_meta_outplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9669200Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9669320Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9669440Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9669560Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9669680Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9669800Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9669910Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9670020Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9670160Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9670270Z test_dispatch_symbolic_meta_outplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9670390Z test_dispatch_symbolic_meta_outplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9670500Z test_dispatch_symbolic_meta_outplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9670610Z test_dispatch_symbolic_meta_outplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9670720Z test_dispatch_symbolic_meta_outplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9670840Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9670960Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9671100Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9671220Z test_dispatch_symbolic_meta_outplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9671330Z test_dispatch_symbolic_meta_outplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9671450Z test_dispatch_symbolic_meta_outplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9671560Z test_dispatch_symbolic_meta_outplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9671660Z test_dispatch_symbolic_meta_outplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9671780Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9671900Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9672010Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9672120Z test_dispatch_symbolic_meta_outplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9672240Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9672360Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9672480Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9672590Z test_dispatch_symbolic_meta_outplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9672710Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9672830Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9672950Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9673060Z test_dispatch_symbolic_meta_outplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9673190Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9673320Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9673450Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9673580Z test_dispatch_symbolic_meta_outplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9673720Z test_dispatch_symbolic_meta_outplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9673840Z test_dispatch_symbolic_meta_outplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9673950Z test_dispatch_symbolic_meta_outplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9674060Z test_dispatch_symbolic_meta_outplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9674180Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9674290Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9674440Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9674560Z test_dispatch_symbolic_meta_outplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9674680Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9674890Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9675010Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9675140Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9675260Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9675390Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9675510Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9675640Z test_dispatch_symbolic_meta_outplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9675760Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9675880Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9676000Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9676120Z test_dispatch_symbolic_meta_outplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9676240Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9676360Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9676480Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9676600Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9676740Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9676860Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9676990Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9677110Z test_dispatch_symbolic_meta_outplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9677220Z test_dispatch_symbolic_meta_outplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9677340Z test_dispatch_symbolic_meta_outplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9677470Z test_dispatch_symbolic_meta_outplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9677580Z test_dispatch_symbolic_meta_outplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9677700Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9677820Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9677940Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9678050Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9678170Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9678300Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9678430Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9678550Z test_dispatch_symbolic_meta_outplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9678670Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9678780Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9678900Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:20:47.9679010Z test_dispatch_symbolic_meta_outplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:20:47.9679130Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.9679250Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:20:47.9679380Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:20:47.9679490Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.9679610Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:20:47.9679720Z test_dispatch_symbolic_meta_outplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.060s) 2022-11-23T01:20:47.9679840Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.9679960Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.9680080Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.9680200Z test_dispatch_symbolic_meta_outplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.9680320Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.089s) 2022-11-23T01:20:47.9680430Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:20:47.9680550Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.090s) 2022-11-23T01:20:47.9680670Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.088s) 2022-11-23T01:20:47.9680800Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9680950Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9684530Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9684660Z test_dispatch_symbolic_meta_outplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9684780Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9684900Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9685020Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9685140Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9685250Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9685370Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9685510Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9685620Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9685740Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9685850Z test_dispatch_symbolic_meta_outplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9685970Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:47.9686080Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.077s) 2022-11-23T01:20:47.9686200Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.076s) 2022-11-23T01:20:47.9686310Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:47.9686420Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.9686530Z test_dispatch_symbolic_meta_outplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.9686660Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.9686790Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:20:47.9686930Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:20:47.9687060Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:47.9687180Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:20:47.9687310Z test_dispatch_symbolic_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:47.9687420Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9687540Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9687650Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9687760Z test_dispatch_symbolic_meta_outplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9687880Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9688020Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9688150Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9688270Z test_dispatch_symbolic_meta_outplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9688550Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.9688730Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.9688900Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.9689080Z test_dispatch_symbolic_meta_outplace_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:20:47.9689220Z test_dispatch_symbolic_meta_outplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9689340Z test_dispatch_symbolic_meta_outplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9689460Z test_dispatch_symbolic_meta_outplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9689570Z test_dispatch_symbolic_meta_outplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9689690Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9689810Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9689940Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9690060Z test_dispatch_symbolic_meta_outplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9690180Z test_dispatch_symbolic_meta_outplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9690290Z test_dispatch_symbolic_meta_outplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9690410Z test_dispatch_symbolic_meta_outplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9690530Z test_dispatch_symbolic_meta_outplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9690650Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9690770Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9690890Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9691010Z test_dispatch_symbolic_meta_outplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9691140Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:47.9691280Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:47.9691400Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.9691530Z test_dispatch_symbolic_meta_outplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.9691650Z test_dispatch_symbolic_meta_outplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9691800Z test_dispatch_symbolic_meta_outplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:47.9691930Z test_dispatch_symbolic_meta_outplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.9692040Z test_dispatch_symbolic_meta_outplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.9692160Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9692280Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9692400Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9692520Z test_dispatch_symbolic_meta_outplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9692640Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9692830Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9692950Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9693070Z test_dispatch_symbolic_meta_outplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9693190Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9693320Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9693440Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9693550Z test_dispatch_symbolic_meta_outplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9693670Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9693790Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9693900Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9694020Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9694130Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9694240Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9694350Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9694460Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9694570Z test_dispatch_symbolic_meta_outplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9694690Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:47.9694800Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:47.9694920Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.9695030Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.9695140Z test_dispatch_symbolic_meta_outplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.9695260Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.9695430Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:20:47.9695550Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:20:47.9695670Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.9695790Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:20:47.9695900Z test_dispatch_symbolic_meta_outplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:20:47.9696020Z test_dispatch_symbolic_meta_outplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9696130Z test_dispatch_symbolic_meta_outplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9696240Z test_dispatch_symbolic_meta_outplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9696360Z test_dispatch_symbolic_meta_outplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9696490Z test_dispatch_symbolic_meta_outplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9696600Z test_dispatch_symbolic_meta_outplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9696710Z test_dispatch_symbolic_meta_outplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9696820Z test_dispatch_symbolic_meta_outplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9697010Z test_dispatch_symbolic_meta_outplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9697120Z test_dispatch_symbolic_meta_outplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9697230Z test_dispatch_symbolic_meta_outplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9697350Z test_dispatch_symbolic_meta_outplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9697460Z test_dispatch_symbolic_meta_outplace_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9697580Z test_dispatch_symbolic_meta_outplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9697700Z test_dispatch_symbolic_meta_outplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9697810Z test_dispatch_symbolic_meta_outplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9697920Z test_dispatch_symbolic_meta_outplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9698030Z test_dispatch_symbolic_meta_outplace_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9698130Z test_dispatch_symbolic_meta_outplace_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9698240Z test_dispatch_symbolic_meta_outplace_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9698350Z test_dispatch_symbolic_meta_outplace_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9698460Z test_dispatch_symbolic_meta_outplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9698570Z test_dispatch_symbolic_meta_outplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9698680Z test_dispatch_symbolic_meta_outplace_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9698790Z test_dispatch_symbolic_meta_outplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9698900Z test_dispatch_symbolic_meta_outplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9699010Z test_dispatch_symbolic_meta_outplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9699160Z test_dispatch_symbolic_meta_outplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9699270Z test_dispatch_symbolic_meta_outplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9699380Z test_dispatch_symbolic_meta_outplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9699480Z test_dispatch_symbolic_meta_outplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9699590Z test_dispatch_symbolic_meta_outplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9699700Z test_dispatch_symbolic_meta_outplace_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9699820Z test_dispatch_symbolic_meta_outplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9699930Z test_dispatch_symbolic_meta_outplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9700040Z test_dispatch_symbolic_meta_outplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9700150Z test_dispatch_symbolic_meta_outplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9700320Z test_dispatch_symbolic_meta_outplace_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9700430Z test_dispatch_symbolic_meta_outplace_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9700530Z test_dispatch_symbolic_meta_outplace_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9700630Z test_dispatch_symbolic_meta_outplace_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9700740Z test_dispatch_symbolic_meta_outplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9700840Z test_dispatch_symbolic_meta_outplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9700950Z test_dispatch_symbolic_meta_outplace_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9701060Z test_dispatch_symbolic_meta_outplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9701170Z test_dispatch_symbolic_meta_outplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9701270Z test_dispatch_symbolic_meta_outplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9701370Z test_dispatch_symbolic_meta_outplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9701480Z test_dispatch_symbolic_meta_outplace_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9701580Z test_dispatch_symbolic_meta_outplace_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9701680Z test_dispatch_symbolic_meta_outplace_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9701780Z test_dispatch_symbolic_meta_outplace_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9701880Z test_dispatch_symbolic_meta_outplace_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9702000Z test_dispatch_symbolic_meta_outplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9702110Z test_dispatch_symbolic_meta_outplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9702220Z test_dispatch_symbolic_meta_outplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9702340Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9702470Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9702590Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9702710Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9702850Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9702980Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9703100Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9703220Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9703340Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9703460Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9703570Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9703690Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9703850Z test_dispatch_symbolic_meta_outplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9703970Z test_dispatch_symbolic_meta_outplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9704080Z test_dispatch_symbolic_meta_outplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9704190Z test_dispatch_symbolic_meta_outplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9704300Z test_dispatch_symbolic_meta_outplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9704420Z test_dispatch_symbolic_meta_outplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9704530Z test_dispatch_symbolic_meta_outplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9704650Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9704820Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9704940Z test_dispatch_symbolic_meta_outplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9705060Z test_dispatch_symbolic_meta_outplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9705180Z test_dispatch_symbolic_meta_outplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9705290Z test_dispatch_symbolic_meta_outplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9705410Z test_dispatch_symbolic_meta_outplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9705540Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9705650Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9705780Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9705900Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9706010Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9706120Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9706240Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9706350Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9706460Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9706600Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9706720Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9706830Z test_dispatch_symbolic_meta_outplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9706950Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9707070Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9707190Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9707300Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9707410Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9707560Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9707660Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9707780Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9707880Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9707990Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9708100Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9708210Z test_dispatch_symbolic_meta_outplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9708320Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9708430Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9708540Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9708660Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9708770Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9708880Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9708990Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9709100Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9709210Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9709320Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9709430Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9709540Z test_dispatch_symbolic_meta_outplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9709690Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9709800Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9709910Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9710030Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9710160Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9710270Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9710380Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9710490Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9710600Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9710700Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9710810Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9710920Z test_dispatch_symbolic_meta_outplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9711030Z test_dispatch_symbolic_meta_outplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9711160Z test_dispatch_symbolic_meta_outplace_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9711270Z test_dispatch_symbolic_meta_outplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9711370Z test_dispatch_symbolic_meta_outplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9711480Z test_dispatch_symbolic_meta_outplace_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9711580Z test_dispatch_symbolic_meta_outplace_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9711740Z test_dispatch_symbolic_meta_outplace_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9711850Z test_dispatch_symbolic_meta_outplace_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9711960Z test_dispatch_symbolic_meta_outplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9712080Z test_dispatch_symbolic_meta_outplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.152s) 2022-11-23T01:20:47.9712200Z test_dispatch_symbolic_meta_outplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.151s) 2022-11-23T01:20:47.9712320Z test_dispatch_symbolic_meta_outplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.151s) 2022-11-23T01:20:47.9712440Z test_dispatch_symbolic_meta_outplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.150s) 2022-11-23T01:20:47.9712560Z test_dispatch_symbolic_meta_outplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.150s) 2022-11-23T01:20:47.9716110Z test_dispatch_symbolic_meta_outplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.138s) 2022-11-23T01:20:47.9716230Z test_dispatch_symbolic_meta_outplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.160s) 2022-11-23T01:20:47.9716340Z test_dispatch_symbolic_meta_outplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.161s) 2022-11-23T01:20:47.9716450Z test_dispatch_symbolic_meta_outplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:20:47.9716560Z test_dispatch_symbolic_meta_outplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9716670Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9716780Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9716890Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9717000Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9717110Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9717250Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9717360Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9717470Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9717610Z test_dispatch_symbolic_meta_outplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9717720Z test_dispatch_symbolic_meta_outplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9717830Z test_dispatch_symbolic_meta_outplace_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9717940Z test_dispatch_symbolic_meta_outplace_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9718060Z test_dispatch_symbolic_meta_outplace_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9718170Z test_dispatch_symbolic_meta_outplace_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9718310Z test_dispatch_symbolic_meta_outplace_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9718420Z test_dispatch_symbolic_meta_outplace_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9718530Z test_dispatch_symbolic_meta_outplace_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9718640Z test_dispatch_symbolic_meta_outplace_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9718750Z test_dispatch_symbolic_meta_outplace_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9718850Z test_dispatch_symbolic_meta_outplace_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9718960Z test_dispatch_symbolic_meta_outplace_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9719070Z test_dispatch_symbolic_meta_outplace_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9719180Z test_dispatch_symbolic_meta_outplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9719290Z test_dispatch_symbolic_meta_outplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9719390Z test_dispatch_symbolic_meta_outplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9719500Z test_dispatch_symbolic_meta_outplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9719600Z test_dispatch_symbolic_meta_outplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9719700Z test_dispatch_symbolic_meta_outplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9719800Z test_dispatch_symbolic_meta_outplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9719910Z test_dispatch_symbolic_meta_outplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9720010Z test_dispatch_symbolic_meta_outplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9720120Z test_dispatch_symbolic_meta_outplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9720230Z test_dispatch_symbolic_meta_outplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9720330Z test_dispatch_symbolic_meta_outplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9720440Z test_dispatch_symbolic_meta_outplace_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9720540Z test_dispatch_symbolic_meta_outplace_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9720650Z test_dispatch_symbolic_meta_outplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9720760Z test_dispatch_symbolic_meta_outplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9720870Z test_dispatch_symbolic_meta_outplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9721000Z test_dispatch_symbolic_meta_outplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9721110Z test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9721230Z test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9721340Z test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9721450Z test_dispatch_symbolic_meta_outplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9721560Z test_dispatch_symbolic_meta_outplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9721660Z test_dispatch_symbolic_meta_outplace_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9721770Z test_dispatch_symbolic_meta_outplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9721880Z test_dispatch_symbolic_meta_outplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9722000Z test_dispatch_symbolic_meta_outplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9722100Z test_dispatch_symbolic_meta_outplace_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9722210Z test_dispatch_symbolic_meta_outplace_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9722310Z test_dispatch_symbolic_meta_outplace_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9722410Z test_dispatch_symbolic_meta_outplace_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9722510Z test_dispatch_symbolic_meta_outplace_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9722610Z test_dispatch_symbolic_meta_outplace_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9722740Z test_dispatch_symbolic_meta_outplace_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9722850Z test_dispatch_symbolic_meta_outplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9722960Z test_dispatch_symbolic_meta_outplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9723070Z test_dispatch_symbolic_meta_outplace_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9723180Z test_dispatch_symbolic_meta_outplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9723300Z test_dispatch_symbolic_meta_outplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9723410Z test_dispatch_symbolic_meta_outplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9723520Z test_dispatch_symbolic_meta_outplace_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9723620Z test_dispatch_symbolic_meta_outplace_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9723730Z test_dispatch_symbolic_meta_outplace_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9723830Z test_dispatch_symbolic_meta_outplace_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9723940Z test_dispatch_symbolic_meta_outplace_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9724040Z test_dispatch_symbolic_meta_outplace_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9724150Z test_dispatch_symbolic_meta_outplace_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9724250Z test_dispatch_symbolic_meta_outplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9724380Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.9724490Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.9724630Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.9724740Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.9724850Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9724960Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9725070Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9725180Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9725290Z test_dispatch_symbolic_meta_outplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9725400Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.9725510Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:47.9725660Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.9725760Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.9725870Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9725980Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9726090Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9726200Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9726300Z test_dispatch_symbolic_meta_outplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9726420Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.9726540Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.9726650Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.9726770Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.9726880Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9726990Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9727090Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9727210Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9727320Z test_dispatch_symbolic_meta_outplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9727430Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.9727540Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.9727660Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.9727770Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.9727870Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9727980Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9728110Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9728220Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9728330Z test_dispatch_symbolic_meta_outplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9728440Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9728560Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9728710Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9728830Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9728950Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9729070Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9729220Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9729340Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9729460Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9729570Z test_dispatch_symbolic_meta_outplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9729690Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9729820Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9729940Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9730050Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9730170Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9730290Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9730400Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9730510Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9730630Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9730740Z test_dispatch_symbolic_meta_outplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9730860Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9730980Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9731090Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9731200Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9731320Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9731430Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9731530Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9731640Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9731770Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9731880Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9731990Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9732100Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9732210Z test_dispatch_symbolic_meta_outplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9732330Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9732450Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9732560Z test_dispatch_symbolic_meta_outplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9732680Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9732820Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9732940Z test_dispatch_symbolic_meta_outplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9733050Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:20:47.9733170Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.078s) 2022-11-23T01:20:47.9733280Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.078s) 2022-11-23T01:20:47.9733400Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:20:47.9733510Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:20:47.9733630Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:20:47.9733740Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:20:47.9733850Z test_dispatch_symbolic_meta_outplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:20:47.9733970Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.113s) 2022-11-23T01:20:47.9734080Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.9734190Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.9734300Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.9734410Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.113s) 2022-11-23T01:20:47.9734530Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:20:47.9734630Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:20:47.9734740Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.9734850Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.9734960Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.9735070Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.9735190Z test_dispatch_symbolic_meta_outplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:47.9735330Z test_dispatch_symbolic_meta_outplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9735450Z test_dispatch_symbolic_meta_outplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9735570Z test_dispatch_symbolic_meta_outplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9735700Z test_dispatch_symbolic_meta_outplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.280s) 2022-11-23T01:20:47.9735810Z test_dispatch_symbolic_meta_outplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.281s) 2022-11-23T01:20:47.9735930Z test_dispatch_symbolic_meta_outplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.265s) 2022-11-23T01:20:47.9736040Z test_dispatch_symbolic_meta_outplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.265s) 2022-11-23T01:20:47.9736160Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9736310Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9736430Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9736550Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:47.9736670Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.9736790Z test_dispatch_symbolic_meta_outplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.9736910Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:20:47.9737020Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.9737140Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9737260Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9737380Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:20:47.9737490Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:20:47.9737600Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9737720Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.9737830Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9737940Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.9738050Z test_dispatch_symbolic_meta_outplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:47.9738170Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9738280Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9738400Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9738520Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9738630Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9738740Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9738860Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9739030Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9739140Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9739260Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9739370Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9739480Z test_dispatch_symbolic_meta_outplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9739590Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9739700Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9739820Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9739970Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9740080Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9740190Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9740310Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9740410Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9740520Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9740630Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9740740Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9740850Z test_dispatch_symbolic_meta_outplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9740970Z test_dispatch_symbolic_meta_outplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9741080Z test_dispatch_symbolic_meta_outplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9741190Z test_dispatch_symbolic_meta_outplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9741310Z test_dispatch_symbolic_meta_outplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9741420Z test_dispatch_symbolic_meta_outplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9741530Z test_dispatch_symbolic_meta_outplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9741640Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.496s) 2022-11-23T01:20:47.9741760Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.403s) 2022-11-23T01:20:47.9741870Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.403s) 2022-11-23T01:20:47.9741980Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.459s) 2022-11-23T01:20:47.9742090Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.458s) 2022-11-23T01:20:47.9742200Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (0.386s) 2022-11-23T01:20:47.9742310Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (0.386s) 2022-11-23T01:20:47.9742420Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (0.387s) 2022-11-23T01:20:47.9742540Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (0.387s) 2022-11-23T01:20:47.9742660Z test_dispatch_symbolic_meta_outplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.386s) 2022-11-23T01:20:47.9742770Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.9742960Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.9743080Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.9746720Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.9746840Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:47.9746960Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:47.9747100Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:47.9747220Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.9747330Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.9747440Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.9747560Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.9747670Z test_dispatch_symbolic_meta_outplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.9747790Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.471s) 2022-11-23T01:20:47.9747910Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.385s) 2022-11-23T01:20:47.9748030Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.385s) 2022-11-23T01:20:47.9748150Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.472s) 2022-11-23T01:20:47.9748270Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.437s) 2022-11-23T01:20:47.9748380Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.437s) 2022-11-23T01:20:47.9748500Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (0.368s) 2022-11-23T01:20:47.9748610Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (0.368s) 2022-11-23T01:20:47.9748720Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (0.368s) 2022-11-23T01:20:47.9748840Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (0.369s) 2022-11-23T01:20:47.9748950Z test_dispatch_symbolic_meta_outplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.368s) 2022-11-23T01:20:47.9749070Z test_dispatch_symbolic_meta_outplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9749180Z test_dispatch_symbolic_meta_outplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9749300Z test_dispatch_symbolic_meta_outplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9749410Z test_dispatch_symbolic_meta_outplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9749520Z test_dispatch_symbolic_meta_outplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9749630Z test_dispatch_symbolic_meta_outplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9749740Z test_dispatch_symbolic_meta_outplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9749860Z test_dispatch_symbolic_meta_outplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9749970Z test_dispatch_symbolic_meta_outplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9750070Z test_dispatch_symbolic_meta_outplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9750190Z test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9750300Z test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9750420Z test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9750530Z test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9750640Z test_dispatch_symbolic_meta_outplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9750770Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9750880Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9750990Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9751100Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9751210Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9751320Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9751430Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9751530Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9751640Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9751750Z test_dispatch_symbolic_meta_outplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9751890Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.618s) 2022-11-23T01:20:47.9752020Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (1.631s) 2022-11-23T01:20:47.9752140Z test_dispatch_symbolic_meta_outplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (1.514s) 2022-11-23T01:20:47.9752260Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9752380Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9752510Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9752630Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9752750Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9752870Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9752980Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9753100Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9753210Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9753340Z test_dispatch_symbolic_meta_outplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9753530Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9753650Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9753780Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9753910Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9754060Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9754230Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9754350Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9754500Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9754620Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9754750Z test_dispatch_symbolic_meta_outplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9754860Z test_dispatch_symbolic_meta_outplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9754970Z test_dispatch_symbolic_meta_outplace_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9755090Z test_dispatch_symbolic_meta_outplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9755200Z test_dispatch_symbolic_meta_outplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9755310Z test_dispatch_symbolic_meta_outplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9755430Z test_dispatch_symbolic_meta_outplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9755540Z test_dispatch_symbolic_meta_outplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9755650Z test_dispatch_symbolic_meta_outplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9755760Z test_dispatch_symbolic_meta_outplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9755870Z test_dispatch_symbolic_meta_outplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9755980Z test_dispatch_symbolic_meta_outplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9756090Z test_dispatch_symbolic_meta_outplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9756200Z test_dispatch_symbolic_meta_outplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9756310Z test_dispatch_symbolic_meta_outplace_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9756420Z test_dispatch_symbolic_meta_outplace_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9756530Z test_dispatch_symbolic_meta_outplace_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9756640Z test_dispatch_symbolic_meta_outplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9756750Z test_dispatch_symbolic_meta_outplace_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9756870Z test_dispatch_symbolic_meta_outplace_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9756970Z test_dispatch_symbolic_meta_outplace_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9757090Z test_dispatch_symbolic_meta_outplace_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9757220Z test_dispatch_symbolic_meta_outplace_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9757340Z test_dispatch_symbolic_meta_outplace_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9757440Z test_dispatch_symbolic_meta_outplace_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9757570Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9757690Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9757820Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9757940Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9758070Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9758220Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9758340Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9758460Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9758580Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9758690Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9758810Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9758930Z test_dispatch_symbolic_meta_outplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9759060Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9759180Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9759310Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9759430Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9759560Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9759680Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9759800Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9759920Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9760040Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9760160Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9760280Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9760400Z test_dispatch_symbolic_meta_outplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9760520Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9760620Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9760760Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9760870Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9760980Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9761090Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9761200Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9761310Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9761420Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9761530Z test_dispatch_symbolic_meta_outplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9761670Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9761810Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9761940Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9762060Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9762180Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9762310Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9762440Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9762560Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9762680Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9762800Z test_dispatch_symbolic_meta_outplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9762930Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9763050Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9763170Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9763300Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9763420Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9763540Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9763650Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9763770Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9763890Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9764000Z test_dispatch_symbolic_meta_outplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9764110Z test_dispatch_symbolic_meta_outplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9764220Z test_dispatch_symbolic_meta_outplace_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9764350Z test_dispatch_symbolic_meta_outplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9764460Z test_dispatch_symbolic_meta_outplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9764570Z test_dispatch_symbolic_meta_outplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9764680Z test_dispatch_symbolic_meta_outplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9764790Z test_dispatch_symbolic_meta_outplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9764890Z test_dispatch_symbolic_meta_outplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9765000Z test_dispatch_symbolic_meta_outplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9765100Z test_dispatch_symbolic_meta_outplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9765210Z test_dispatch_symbolic_meta_outplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9765340Z test_dispatch_symbolic_meta_outplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9765440Z test_dispatch_symbolic_meta_outplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9765550Z test_dispatch_symbolic_meta_outplace_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9765650Z test_dispatch_symbolic_meta_outplace_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9765750Z test_dispatch_symbolic_meta_outplace_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9765860Z test_dispatch_symbolic_meta_outplace_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9765960Z test_dispatch_symbolic_meta_outplace_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9766060Z test_dispatch_symbolic_meta_outplace_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9766170Z test_dispatch_symbolic_meta_outplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9766270Z test_dispatch_symbolic_meta_outplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9766380Z test_dispatch_symbolic_meta_outplace_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9766490Z test_dispatch_symbolic_meta_outplace_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9766590Z test_dispatch_symbolic_meta_outplace_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9766690Z test_dispatch_symbolic_meta_outplace_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9766800Z test_dispatch_symbolic_meta_outplace_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9766900Z test_dispatch_symbolic_meta_outplace_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9767000Z test_dispatch_symbolic_meta_outplace_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9767110Z test_dispatch_symbolic_meta_outplace_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9767210Z test_dispatch_symbolic_meta_outplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9767320Z test_dispatch_symbolic_meta_outplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9767430Z test_dispatch_symbolic_meta_outplace_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9767540Z test_dispatch_symbolic_meta_outplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9767650Z test_dispatch_symbolic_meta_outplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9767760Z test_dispatch_symbolic_meta_outplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9767890Z test_dispatch_symbolic_meta_outplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9768000Z test_dispatch_symbolic_meta_outplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9768100Z test_dispatch_symbolic_meta_outplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9768210Z test_dispatch_symbolic_meta_outplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9768320Z test_dispatch_symbolic_meta_outplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9768420Z test_dispatch_symbolic_meta_outplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9768530Z test_dispatch_symbolic_meta_outplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9768630Z test_dispatch_symbolic_meta_outplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9768740Z test_dispatch_symbolic_meta_outplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9768860Z test_dispatch_symbolic_meta_outplace_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9768960Z test_dispatch_symbolic_meta_outplace_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9769100Z test_dispatch_symbolic_meta_outplace_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9769210Z test_dispatch_symbolic_meta_outplace_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9769320Z test_dispatch_symbolic_meta_outplace_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9769430Z test_dispatch_symbolic_meta_outplace_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9769540Z test_dispatch_symbolic_meta_outplace_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9769650Z test_dispatch_symbolic_meta_outplace_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9769760Z test_dispatch_symbolic_meta_outplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9769870Z test_dispatch_symbolic_meta_outplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9769980Z test_dispatch_symbolic_meta_outplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9770100Z test_dispatch_symbolic_meta_outplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9770200Z test_dispatch_symbolic_meta_outplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9770310Z test_dispatch_symbolic_meta_outplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9770420Z test_dispatch_symbolic_meta_outplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9770530Z test_dispatch_symbolic_meta_outplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9770630Z test_dispatch_symbolic_meta_outplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9770740Z test_dispatch_symbolic_meta_outplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9770850Z test_dispatch_symbolic_meta_outplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9770950Z test_dispatch_symbolic_meta_outplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9771050Z test_dispatch_symbolic_meta_outplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9771150Z test_dispatch_symbolic_meta_outplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9771270Z test_dispatch_symbolic_meta_outplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9771380Z test_dispatch_symbolic_meta_outplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9771530Z test_dispatch_symbolic_meta_outplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9771640Z test_dispatch_symbolic_meta_outplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9771740Z test_dispatch_symbolic_meta_outplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9771850Z test_dispatch_symbolic_meta_outplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9771960Z test_dispatch_symbolic_meta_outplace_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9772060Z test_dispatch_symbolic_meta_outplace_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9772160Z test_dispatch_symbolic_meta_outplace_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9772260Z test_dispatch_symbolic_meta_outplace_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9772360Z test_dispatch_symbolic_meta_outplace_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9772500Z test_dispatch_symbolic_meta_outplace_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9772600Z test_dispatch_symbolic_meta_outplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9772730Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9772850Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9772970Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9773090Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9773210Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9773320Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9773440Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9773560Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9773680Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9773800Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9773910Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9777370Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9777500Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9777610Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9777730Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9777850Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9777970Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9778090Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9778200Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9778320Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9778490Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9778610Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9778720Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9778890Z test_dispatch_symbolic_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9779010Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9779120Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9779240Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9779350Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9779490Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9779600Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9779710Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9779820Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9779920Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9780040Z test_dispatch_symbolic_meta_outplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9780150Z test_dispatch_symbolic_meta_outplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:20:47.9780260Z test_dispatch_symbolic_meta_outplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:20:47.9780370Z test_dispatch_symbolic_meta_outplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:20:47.9780470Z test_dispatch_symbolic_meta_outplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:20:47.9780590Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9780700Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9780810Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9780920Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9781030Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9781130Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9781240Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9781350Z test_dispatch_symbolic_meta_outplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9781470Z test_dispatch_symbolic_meta_outplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.425s) 2022-11-23T01:20:47.9781580Z test_dispatch_symbolic_meta_outplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.423s) 2022-11-23T01:20:47.9781680Z test_dispatch_symbolic_meta_outplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9781790Z test_dispatch_symbolic_meta_outplace_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9781900Z test_dispatch_symbolic_meta_outplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9782030Z test_dispatch_symbolic_meta_outplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9782140Z test_dispatch_symbolic_meta_outplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9782250Z test_dispatch_symbolic_meta_outplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9782350Z test_dispatch_symbolic_meta_outplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9782460Z test_dispatch_symbolic_meta_outplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9782560Z test_dispatch_symbolic_meta_outplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9782670Z test_dispatch_symbolic_meta_outplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9782780Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9782900Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9783030Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9783150Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9783270Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9783380Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9783490Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9783600Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9783710Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9783820Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9783930Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9784040Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9784150Z test_dispatch_symbolic_meta_outplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9784250Z test_dispatch_symbolic_meta_outplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9784370Z test_dispatch_symbolic_meta_outplace_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9784480Z test_dispatch_symbolic_meta_outplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9784600Z test_dispatch_symbolic_meta_outplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9784720Z test_dispatch_symbolic_meta_outplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9784840Z test_dispatch_symbolic_meta_outplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9784950Z test_dispatch_symbolic_meta_outplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9785070Z test_dispatch_symbolic_meta_outplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9785180Z test_dispatch_symbolic_meta_outplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9785290Z test_dispatch_symbolic_meta_outplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9785400Z test_dispatch_symbolic_meta_outplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9785510Z test_dispatch_symbolic_meta_outplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9785630Z test_dispatch_symbolic_meta_outplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9785760Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9785880Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9786000Z test_dispatch_symbolic_meta_outplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9786130Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9786260Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9786390Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9786510Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9786640Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9786780Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9786910Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9787030Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9787150Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9787280Z test_dispatch_symbolic_meta_outplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9787400Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9787520Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9787640Z test_dispatch_symbolic_meta_outplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9787750Z test_dispatch_symbolic_meta_outplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9787860Z test_dispatch_symbolic_meta_outplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9787970Z test_dispatch_symbolic_meta_outplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9788080Z test_dispatch_symbolic_meta_outplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9788190Z test_dispatch_symbolic_meta_outplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9788300Z test_dispatch_symbolic_meta_outplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9788410Z test_dispatch_symbolic_meta_outplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9788510Z test_dispatch_symbolic_meta_outplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9788620Z test_dispatch_symbolic_meta_outplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9788720Z test_dispatch_symbolic_meta_outplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9788830Z test_dispatch_symbolic_meta_outplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9788940Z test_dispatch_symbolic_meta_outplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9789050Z test_dispatch_symbolic_meta_outplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9789160Z test_dispatch_symbolic_meta_outplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9789280Z test_dispatch_symbolic_meta_outplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9789440Z test_dispatch_symbolic_meta_outplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9789560Z test_dispatch_symbolic_meta_outplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9789660Z test_dispatch_symbolic_meta_outplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9789770Z test_dispatch_symbolic_meta_outplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9789880Z test_dispatch_symbolic_meta_outplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9789980Z test_dispatch_symbolic_meta_outplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9790090Z test_dispatch_symbolic_meta_outplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9790190Z test_dispatch_symbolic_meta_outplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9790300Z test_dispatch_symbolic_meta_outplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9790450Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9790560Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9790680Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9790800Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9790910Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9791030Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9791140Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9791250Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9791360Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9791480Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9791590Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9791700Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9791810Z test_dispatch_symbolic_meta_outplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9791940Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9792060Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9792180Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9792310Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9792430Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9792550Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9792670Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9792780Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9792900Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9793040Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9793160Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9793290Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9793400Z test_dispatch_symbolic_meta_outplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9793520Z test_dispatch_symbolic_meta_outplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9793630Z test_dispatch_symbolic_meta_outplace_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9793750Z test_dispatch_symbolic_meta_outplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9793860Z test_dispatch_symbolic_meta_outplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9793980Z test_dispatch_symbolic_meta_outplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9794110Z test_dispatch_symbolic_meta_outplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9794230Z test_dispatch_symbolic_meta_outplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9794340Z test_dispatch_symbolic_meta_outplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9794450Z test_dispatch_symbolic_meta_outplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9794560Z test_dispatch_symbolic_meta_outplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9794670Z test_dispatch_symbolic_meta_outplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9794780Z test_dispatch_symbolic_meta_outplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9794890Z test_dispatch_symbolic_meta_outplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9795000Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9795110Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9795220Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9795330Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9795440Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9795550Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9795660Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9795760Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9795870Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9795980Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9796090Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9796190Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9796290Z test_dispatch_symbolic_meta_outplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9796410Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9796510Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9796650Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9796770Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9796880Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9796980Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9797090Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9797200Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9797300Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9797410Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9797520Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9797650Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9797750Z test_dispatch_symbolic_meta_outplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9797870Z test_dispatch_symbolic_meta_outplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9797980Z test_dispatch_symbolic_meta_outplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9798090Z test_dispatch_symbolic_meta_outplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9798230Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:20:47.9798370Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:20:47.9798510Z test_dispatch_symbolic_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:20:47.9798640Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9798770Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9798900Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9799030Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9799150Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9799280Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9799400Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9799520Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9799640Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9799770Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9799890Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9800010Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9800160Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9800280Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9800410Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9800530Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9800650Z test_dispatch_symbolic_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9800780Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9800910Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9801050Z test_dispatch_symbolic_meta_outplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9801170Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9801290Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9801410Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9801540Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9801660Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9801780Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9801910Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9802030Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9802150Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9802260Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9802380Z test_dispatch_symbolic_meta_outplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9802510Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9802630Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9802750Z test_dispatch_symbolic_meta_outplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9802870Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.9802990Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9803110Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9803230Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9803350Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.9803470Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:47.9803620Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9803740Z test_dispatch_symbolic_meta_outplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9803870Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9804000Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9804140Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.9804280Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.9804420Z test_dispatch_symbolic_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.9804570Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9804690Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9804800Z test_dispatch_symbolic_meta_outplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9804920Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9805050Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.9808650Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:47.9808780Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9808900Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9809010Z test_dispatch_symbolic_meta_outplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9809140Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9809260Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:20:47.9809380Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.108s) 2022-11-23T01:20:47.9809490Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9809610Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9809770Z test_dispatch_symbolic_meta_outplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9809940Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.9810080Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:47.9810210Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9810350Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9810480Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9810630Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:47.9810800Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:47.9810930Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9811060Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9811190Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9811320Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:47.9811440Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:47.9811570Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9811690Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9811840Z test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9811970Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9812100Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.9812230Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.9812360Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.9812490Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.9812610Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.9812740Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.9812870Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.9812990Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.9813120Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9813250Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.9813380Z test_dispatch_symbolic_meta_outplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.9813500Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:47.9813630Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9813750Z test_dispatch_symbolic_meta_outplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9813870Z test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9813990Z test_dispatch_symbolic_meta_outplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9814120Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9814260Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9814390Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9814510Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9814630Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9814750Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9814870Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9815000Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9815120Z test_dispatch_symbolic_meta_outplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9815260Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9815380Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9815490Z test_dispatch_symbolic_meta_outplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9815620Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9815740Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9815860Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9815990Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9816110Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9816230Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9816350Z test_dispatch_symbolic_meta_outplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9816490Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9816690Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9816840Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9816990Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9817140Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9817300Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9817450Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9817590Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9817740Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9817890Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9818030Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9818170Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9818300Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9818440Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9818580Z test_dispatch_symbolic_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9818710Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9818850Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9818980Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9819110Z test_dispatch_symbolic_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9819240Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.689s) 2022-11-23T01:20:47.9819360Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.614s) 2022-11-23T01:20:47.9819490Z test_dispatch_symbolic_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.613s) 2022-11-23T01:20:47.9819610Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9819730Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9819850Z test_dispatch_symbolic_meta_outplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9819960Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.9820080Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9820200Z test_dispatch_symbolic_meta_outplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9820320Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.221s) 2022-11-23T01:20:47.9820440Z test_dispatch_symbolic_meta_outplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.221s) 2022-11-23T01:20:47.9820570Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:47.9820690Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.9820810Z test_dispatch_symbolic_meta_outplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.9820930Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9821060Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9821180Z test_dispatch_symbolic_meta_outplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9821300Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9821460Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9821580Z test_dispatch_symbolic_meta_outplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9821700Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9821820Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9821950Z test_dispatch_symbolic_meta_outplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9822060Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9822190Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9822340Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9822500Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9822620Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9822750Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9822880Z test_dispatch_symbolic_meta_outplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9823020Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9823150Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9823290Z test_dispatch_symbolic_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9823410Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9823530Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9823650Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9823770Z test_dispatch_symbolic_meta_outplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9823890Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.9824020Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9824180Z test_dispatch_symbolic_meta_outplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9824320Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9824450Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9824590Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.241s) 2022-11-23T01:20:47.9824730Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.240s) 2022-11-23T01:20:47.9824870Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.244s) 2022-11-23T01:20:47.9825010Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.9825190Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.9825320Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.9825460Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9825590Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9825720Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9825850Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9825980Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9826120Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9826250Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9826390Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9826520Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9826640Z test_dispatch_symbolic_meta_outplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9826760Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9826890Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9827010Z test_dispatch_symbolic_meta_outplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9827130Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9827250Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9827370Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9827490Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9827610Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9827730Z test_dispatch_symbolic_meta_outplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9827850Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9827970Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9828090Z test_dispatch_symbolic_meta_outplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9828210Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9828330Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9828440Z test_dispatch_symbolic_meta_outplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9828580Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9828710Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9828830Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9828950Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9829070Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9829190Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9829300Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9829420Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9829540Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9829670Z test_dispatch_symbolic_meta_outplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9829800Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9829930Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9830050Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9830180Z test_dispatch_symbolic_meta_outplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9830310Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9830430Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9830550Z test_dispatch_symbolic_meta_outplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9830680Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:47.9830810Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9830940Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9831070Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9831190Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:47.9831320Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9831450Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9831570Z test_dispatch_symbolic_meta_outplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9831700Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.527s) 2022-11-23T01:20:47.9831820Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.461s) 2022-11-23T01:20:47.9831940Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.454s) 2022-11-23T01:20:47.9832110Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.279s) 2022-11-23T01:20:47.9832230Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.279s) 2022-11-23T01:20:47.9832340Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.284s) 2022-11-23T01:20:47.9832460Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.095s) 2022-11-23T01:20:47.9832580Z test_dispatch_symbolic_meta_outplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.092s) 2022-11-23T01:20:47.9832700Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.095s) 2022-11-23T01:20:47.9832830Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.095s) 2022-11-23T01:20:47.9832960Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.9833100Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:47.9833220Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:47.9833430Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:47.9833560Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9833690Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9833820Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9833950Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:47.9834090Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9834210Z test_dispatch_symbolic_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9834340Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9834460Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9834580Z test_dispatch_symbolic_meta_outplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9834700Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9834830Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9834950Z test_dispatch_symbolic_meta_outplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9835080Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9835210Z test_dispatch_symbolic_meta_outplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9835350Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9835480Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9835630Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9835790Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9835920Z test_dispatch_symbolic_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9836050Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9836160Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9836280Z test_dispatch_symbolic_meta_outplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:47.9836410Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:47.9836530Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9836660Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9836810Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9836930Z test_dispatch_symbolic_meta_outplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9837050Z test_dispatch_symbolic_meta_outplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9837170Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9837300Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9837430Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:47.9837550Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9837680Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9837800Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9837920Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9838050Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9838170Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9838280Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9838400Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9838530Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9838650Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9838770Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9842250Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9842390Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9842510Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9842660Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9842780Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9842900Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9843020Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9843140Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9843260Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9843380Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9843510Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9843660Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9843780Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9843900Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9844030Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9844160Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9844290Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9844410Z test_dispatch_symbolic_meta_outplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9844540Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9844670Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9844800Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9845010Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9845140Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9845280Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9845410Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9845550Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9845680Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9845810Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9845940Z test_dispatch_symbolic_meta_outplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9846060Z test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9846180Z test_dispatch_symbolic_meta_outplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9846330Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9846470Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9846600Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9846730Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9846860Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9846980Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9847110Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9847230Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9847380Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9847510Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9847630Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9847750Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9847890Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9848020Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9848150Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9848280Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9848410Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9848540Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9848670Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9848800Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9848920Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9849050Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9849180Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9849310Z test_dispatch_symbolic_meta_outplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9849440Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:20:47.9849570Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.093s) 2022-11-23T01:20:47.9849700Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.093s) 2022-11-23T01:20:47.9849830Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:20:47.9849970Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:20:47.9850100Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:20:47.9850230Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:20:47.9850350Z test_dispatch_symbolic_meta_outplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.097s) 2022-11-23T01:20:47.9850480Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9850600Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9850720Z test_dispatch_symbolic_meta_outplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9850850Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9850990Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9851110Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9851230Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9851350Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9851470Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9851590Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9851710Z test_dispatch_symbolic_meta_outplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9851830Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9851950Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9852070Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9852190Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9852310Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9852430Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9852540Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9852670Z test_dispatch_symbolic_meta_outplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9852790Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9852910Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9853030Z test_dispatch_symbolic_meta_outplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9853150Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9853270Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9853390Z test_dispatch_symbolic_meta_outplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9853550Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9853690Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9853810Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9853920Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9854040Z test_dispatch_symbolic_meta_outplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9854170Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9854290Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9854420Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9854580Z test_dispatch_symbolic_meta_outplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9854710Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9854850Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9854980Z test_dispatch_symbolic_meta_outplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9855110Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9855230Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9855360Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9855490Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9855630Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9855760Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9855890Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9856020Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9856150Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9856280Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9856410Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9856540Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9856670Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9856800Z test_dispatch_symbolic_meta_outplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9856930Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9857050Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9857200Z test_dispatch_symbolic_meta_outplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9857330Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9857450Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9857580Z test_dispatch_symbolic_meta_outplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9857710Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9857830Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9857960Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9858080Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9858230Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9858350Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9858480Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9858600Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9858720Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9858840Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9858970Z test_dispatch_symbolic_meta_outplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9859100Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9859230Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9859360Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9859490Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9859610Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9859740Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9859860Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9859990Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9860110Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9860230Z test_dispatch_symbolic_meta_outplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9860360Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9860480Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9860610Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9860730Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9860880Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9861000Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9861130Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9861250Z test_dispatch_symbolic_meta_outplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9861380Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9861520Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9861660Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9861790Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9861950Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9862080Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9862210Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9862340Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9862470Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9862600Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9862750Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:47.9862900Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9863040Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9863190Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9863330Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9863480Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9863620Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9863760Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9863900Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9864040Z test_dispatch_symbolic_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:47.9864160Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.333s) 2022-11-23T01:20:47.9864290Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.316s) 2022-11-23T01:20:47.9864430Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.316s) 2022-11-23T01:20:47.9864560Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.332s) 2022-11-23T01:20:47.9864680Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.314s) 2022-11-23T01:20:47.9864800Z test_dispatch_symbolic_meta_outplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.314s) 2022-11-23T01:20:47.9864940Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9865070Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9865200Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9865340Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9865490Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9865620Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9865750Z test_dispatch_symbolic_meta_outplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9865870Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9865980Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9866100Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9866220Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9866330Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9866450Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9866560Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9866670Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9866780Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9866900Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9867010Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9867120Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9867230Z test_dispatch_symbolic_meta_outplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9867340Z test_dispatch_symbolic_meta_outplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.9867450Z test_dispatch_symbolic_meta_outplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9867570Z test_dispatch_symbolic_meta_outplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:47.9867680Z test_dispatch_symbolic_meta_outplace_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:47.9867790Z test_dispatch_symbolic_meta_outplace_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.9867890Z test_dispatch_symbolic_meta_outplace_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:47.9868010Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9868160Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9868280Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9868390Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9868500Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9868610Z test_dispatch_symbolic_meta_outplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9868730Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9868840Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9868960Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9869070Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9869220Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9869330Z test_dispatch_symbolic_meta_outplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9869440Z test_dispatch_symbolic_meta_outplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9869560Z test_dispatch_symbolic_meta_outplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9869670Z test_dispatch_symbolic_meta_outplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9869780Z test_dispatch_symbolic_meta_outplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9869890Z test_dispatch_symbolic_meta_outplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9870010Z test_dispatch_symbolic_meta_outplace_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9870120Z test_dispatch_symbolic_meta_outplace_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9870230Z test_dispatch_symbolic_meta_outplace_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9870350Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9870470Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9870590Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9870700Z test_dispatch_symbolic_meta_outplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9870810Z test_dispatch_symbolic_meta_outplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9870920Z test_dispatch_symbolic_meta_outplace_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9871030Z test_dispatch_symbolic_meta_outplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9871140Z test_dispatch_symbolic_meta_outplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9871250Z test_dispatch_symbolic_meta_outplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9871350Z test_dispatch_symbolic_meta_outplace_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9871460Z test_dispatch_symbolic_meta_outplace_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9871560Z test_dispatch_symbolic_meta_outplace_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9871670Z test_dispatch_symbolic_meta_outplace_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9871790Z test_dispatch_symbolic_meta_outplace_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9875420Z test_dispatch_symbolic_meta_outplace_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9875530Z test_dispatch_symbolic_meta_outplace_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9875640Z test_dispatch_symbolic_meta_outplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9875750Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9875860Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9875980Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9876100Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9876220Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9876370Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9876480Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9876590Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9876710Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9876820Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9876920Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9877030Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9877140Z test_dispatch_symbolic_meta_outplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9877250Z test_dispatch_symbolic_meta_outplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:20:47.9877360Z test_dispatch_symbolic_meta_outplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:20:47.9877460Z test_dispatch_symbolic_meta_outplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:20:47.9877570Z test_dispatch_symbolic_meta_outplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:20:47.9877680Z test_dispatch_symbolic_meta_outplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9877790Z test_dispatch_symbolic_meta_outplace_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9877900Z test_dispatch_symbolic_meta_outplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9878000Z test_dispatch_symbolic_meta_outplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9878110Z test_dispatch_symbolic_meta_outplace_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9878220Z test_dispatch_symbolic_meta_outplace_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9878320Z test_dispatch_symbolic_meta_outplace_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9878430Z test_dispatch_symbolic_meta_outplace_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9878530Z test_dispatch_symbolic_meta_outplace_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9878630Z test_dispatch_symbolic_meta_outplace_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9878740Z test_dispatch_symbolic_meta_outplace_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9878890Z test_dispatch_symbolic_meta_outplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9879000Z test_dispatch_symbolic_meta_outplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.922s) 2022-11-23T01:20:47.9879120Z test_dispatch_symbolic_meta_outplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.923s) 2022-11-23T01:20:47.9879230Z test_dispatch_symbolic_meta_outplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9879330Z test_dispatch_symbolic_meta_outplace_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9879450Z test_dispatch_symbolic_meta_outplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9879560Z test_dispatch_symbolic_meta_outplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9879670Z test_dispatch_symbolic_meta_outplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9879780Z test_dispatch_symbolic_meta_outplace_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9879910Z test_dispatch_symbolic_meta_outplace_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9880010Z test_dispatch_symbolic_meta_outplace_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9880120Z test_dispatch_symbolic_meta_outplace_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9880230Z test_dispatch_symbolic_meta_outplace_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9880330Z test_dispatch_symbolic_meta_outplace_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9880440Z test_dispatch_symbolic_meta_outplace_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9880540Z test_dispatch_symbolic_meta_outplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9880660Z test_dispatch_symbolic_meta_outplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9880770Z test_dispatch_symbolic_meta_outplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9880880Z test_dispatch_symbolic_meta_outplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9880990Z test_dispatch_symbolic_meta_outplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9881100Z test_dispatch_symbolic_meta_outplace_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9881210Z test_dispatch_symbolic_meta_outplace_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9881330Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9881450Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9881580Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9881700Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9881820Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9881940Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9882060Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9882180Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9882300Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9882440Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9882560Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9882680Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9882800Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9882920Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9883030Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9883150Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9883270Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9883400Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9883520Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9883640Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9883760Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9883880Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9884000Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9884110Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9884230Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9884350Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9884460Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9884580Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9884700Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9884820Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9884940Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9885060Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9885170Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9885290Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9885410Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9885520Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9885640Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9885760Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9885910Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9886030Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9886140Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9886260Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9886380Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9886550Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9886670Z test_dispatch_symbolic_meta_outplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9886790Z test_dispatch_symbolic_meta_outplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9886940Z test_dispatch_symbolic_meta_outplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9887070Z test_dispatch_symbolic_meta_outplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9887190Z test_dispatch_symbolic_meta_outplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9887310Z test_dispatch_symbolic_meta_outplace_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9887420Z test_dispatch_symbolic_meta_outplace_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9887530Z test_dispatch_symbolic_meta_outplace_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9887640Z test_dispatch_symbolic_meta_outplace_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9887760Z test_dispatch_symbolic_meta_outplace_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9887870Z test_dispatch_symbolic_meta_outplace_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9887980Z test_dispatch_symbolic_meta_outplace_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9888090Z test_dispatch_symbolic_meta_outplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9888200Z test_dispatch_symbolic_meta_outplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9888310Z test_dispatch_symbolic_meta_outplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9888420Z test_dispatch_symbolic_meta_outplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9888530Z test_dispatch_symbolic_meta_outplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9888640Z test_dispatch_symbolic_meta_outplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9888750Z test_dispatch_symbolic_meta_outplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9888860Z test_dispatch_symbolic_meta_outplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9888970Z test_dispatch_symbolic_meta_outplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9889080Z test_dispatch_symbolic_meta_outplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9889180Z test_dispatch_symbolic_meta_outplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9889290Z test_dispatch_symbolic_meta_outplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9889390Z test_dispatch_symbolic_meta_outplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9889500Z test_dispatch_symbolic_meta_outplace_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9889630Z test_dispatch_symbolic_meta_outplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9889740Z test_dispatch_symbolic_meta_outplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9889850Z test_dispatch_symbolic_meta_outplace_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9889950Z test_dispatch_symbolic_meta_outplace_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9890060Z test_dispatch_symbolic_meta_outplace_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9890160Z test_dispatch_symbolic_meta_outplace_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9890260Z test_dispatch_symbolic_meta_outplace_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9890370Z test_dispatch_symbolic_meta_outplace_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9890470Z test_dispatch_symbolic_meta_outplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9890600Z test_dispatch_symbolic_meta_outplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9890700Z test_dispatch_symbolic_meta_outplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9890810Z test_dispatch_symbolic_meta_outplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9890920Z test_dispatch_symbolic_meta_outplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9891030Z test_dispatch_symbolic_meta_outplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9891130Z test_dispatch_symbolic_meta_outplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9891230Z test_dispatch_symbolic_meta_outplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9891330Z test_dispatch_symbolic_meta_outplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9891440Z test_dispatch_symbolic_meta_outplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9891540Z test_dispatch_symbolic_meta_outplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9891640Z test_dispatch_symbolic_meta_outplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9891740Z test_dispatch_symbolic_meta_outplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9891850Z test_dispatch_symbolic_meta_outplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9891960Z test_dispatch_symbolic_meta_outplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9892060Z test_dispatch_symbolic_meta_outplace_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9892170Z test_dispatch_symbolic_meta_outplace_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9892280Z test_dispatch_symbolic_meta_outplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.407s) 2022-11-23T01:20:47.9892390Z test_dispatch_symbolic_meta_outplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.407s) 2022-11-23T01:20:47.9892500Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9892610Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9892720Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9892830Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9892930Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9893040Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9893170Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9893280Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9893380Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9893490Z test_dispatch_symbolic_meta_outplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9893660Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9893780Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9893900Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9894020Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9894140Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9894280Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9894390Z test_dispatch_symbolic_meta_outplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9894510Z test_dispatch_symbolic_meta_outplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9894620Z test_dispatch_symbolic_meta_outplace_randint_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9894730Z test_dispatch_symbolic_meta_outplace_randint_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9894840Z test_dispatch_symbolic_meta_outplace_randint_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9894950Z test_dispatch_symbolic_meta_outplace_randint_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9895070Z test_dispatch_symbolic_meta_outplace_randint_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9895170Z test_dispatch_symbolic_meta_outplace_randint_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9895280Z test_dispatch_symbolic_meta_outplace_randint_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9895380Z test_dispatch_symbolic_meta_outplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9895500Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9895620Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9895730Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9895840Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9895960Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9896070Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9896180Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9896290Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9896390Z test_dispatch_symbolic_meta_outplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9896500Z test_dispatch_symbolic_meta_outplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9896620Z test_dispatch_symbolic_meta_outplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9896720Z test_dispatch_symbolic_meta_outplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9896850Z test_dispatch_symbolic_meta_outplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9896960Z test_dispatch_symbolic_meta_outplace_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9897060Z test_dispatch_symbolic_meta_outplace_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9897160Z test_dispatch_symbolic_meta_outplace_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9897280Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9897390Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9897500Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9897620Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9897730Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9897860Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9897970Z test_dispatch_symbolic_meta_outplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9898080Z test_dispatch_symbolic_meta_outplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9898180Z test_dispatch_symbolic_meta_outplace_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9898290Z test_dispatch_symbolic_meta_outplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9898400Z test_dispatch_symbolic_meta_outplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9898510Z test_dispatch_symbolic_meta_outplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9898610Z test_dispatch_symbolic_meta_outplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9898720Z test_dispatch_symbolic_meta_outplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9898820Z test_dispatch_symbolic_meta_outplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9898930Z test_dispatch_symbolic_meta_outplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9899030Z test_dispatch_symbolic_meta_outplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9899140Z test_dispatch_symbolic_meta_outplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9899240Z test_dispatch_symbolic_meta_outplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9899350Z test_dispatch_symbolic_meta_outplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9899450Z test_dispatch_symbolic_meta_outplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9899560Z test_dispatch_symbolic_meta_outplace_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9899660Z test_dispatch_symbolic_meta_outplace_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9899770Z test_dispatch_symbolic_meta_outplace_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9899880Z test_dispatch_symbolic_meta_outplace_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9899990Z test_dispatch_symbolic_meta_outplace_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9900100Z test_dispatch_symbolic_meta_outplace_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9900200Z test_dispatch_symbolic_meta_outplace_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9900300Z test_dispatch_symbolic_meta_outplace_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9900440Z test_dispatch_symbolic_meta_outplace_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9900540Z test_dispatch_symbolic_meta_outplace_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9900640Z test_dispatch_symbolic_meta_outplace_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9900750Z test_dispatch_symbolic_meta_outplace_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9900860Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9900970Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9901090Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9901200Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9901320Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9901460Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9901570Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9901710Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9901830Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9901940Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9902060Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9902180Z test_dispatch_symbolic_meta_outplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9905750Z test_dispatch_symbolic_meta_outplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9905870Z test_dispatch_symbolic_meta_outplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9905990Z test_dispatch_symbolic_meta_outplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9906090Z test_dispatch_symbolic_meta_outplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9906200Z test_dispatch_symbolic_meta_outplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9906310Z test_dispatch_symbolic_meta_outplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9906420Z test_dispatch_symbolic_meta_outplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9906530Z test_dispatch_symbolic_meta_outplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9906640Z test_dispatch_symbolic_meta_outplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9906750Z test_dispatch_symbolic_meta_outplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9906860Z test_dispatch_symbolic_meta_outplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9906970Z test_dispatch_symbolic_meta_outplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9907080Z test_dispatch_symbolic_meta_outplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9907180Z test_dispatch_symbolic_meta_outplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9907290Z test_dispatch_symbolic_meta_outplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9907400Z test_dispatch_symbolic_meta_outplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9907540Z test_dispatch_symbolic_meta_outplace_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9907650Z test_dispatch_symbolic_meta_outplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9907770Z test_dispatch_symbolic_meta_outplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9907870Z test_dispatch_symbolic_meta_outplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9908000Z test_dispatch_symbolic_meta_outplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9908120Z test_dispatch_symbolic_meta_outplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9908230Z test_dispatch_symbolic_meta_outplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9908340Z test_dispatch_symbolic_meta_outplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9908460Z test_dispatch_symbolic_meta_outplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9908590Z test_dispatch_symbolic_meta_outplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9908710Z test_dispatch_symbolic_meta_outplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9908840Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9908960Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9909090Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9909210Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9909340Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9909460Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9909580Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9909740Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9909860Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9909980Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9910100Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9910220Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9910340Z test_dispatch_symbolic_meta_outplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9910460Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9910580Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9910700Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9910820Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9910940Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9911050Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9911160Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9911290Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9911400Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9911510Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9911620Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9911730Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9911840Z test_dispatch_symbolic_meta_outplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9911950Z test_dispatch_symbolic_meta_outplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9912060Z test_dispatch_symbolic_meta_outplace_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9912170Z test_dispatch_symbolic_meta_outplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9912300Z test_dispatch_symbolic_meta_outplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9912410Z test_dispatch_symbolic_meta_outplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9912520Z test_dispatch_symbolic_meta_outplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9912630Z test_dispatch_symbolic_meta_outplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9912740Z test_dispatch_symbolic_meta_outplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9912840Z test_dispatch_symbolic_meta_outplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9912950Z test_dispatch_symbolic_meta_outplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9913060Z test_dispatch_symbolic_meta_outplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9913170Z test_dispatch_symbolic_meta_outplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9913270Z test_dispatch_symbolic_meta_outplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9913380Z test_dispatch_symbolic_meta_outplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9913490Z test_dispatch_symbolic_meta_outplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9913600Z test_dispatch_symbolic_meta_outplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9913710Z test_dispatch_symbolic_meta_outplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9913820Z test_dispatch_symbolic_meta_outplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9913930Z test_dispatch_symbolic_meta_outplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9914030Z test_dispatch_symbolic_meta_outplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9914140Z test_dispatch_symbolic_meta_outplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9914250Z test_dispatch_symbolic_meta_outplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9914350Z test_dispatch_symbolic_meta_outplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9914450Z test_dispatch_symbolic_meta_outplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9914560Z test_dispatch_symbolic_meta_outplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9914690Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9914820Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9914950Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9915070Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9915190Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9915310Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9915420Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9915540Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9915650Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9915760Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9915890Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9916000Z test_dispatch_symbolic_meta_outplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9916120Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9916230Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9916350Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9916480Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9916590Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9916710Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9916830Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9916940Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9917060Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9917170Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9917280Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9917390Z test_dispatch_symbolic_meta_outplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9917520Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9917630Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9917750Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9917860Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9917980Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9918090Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9918200Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9918310Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9918420Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9918560Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9918670Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9918780Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9918890Z test_dispatch_symbolic_meta_outplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9919000Z test_dispatch_symbolic_meta_outplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9919100Z test_dispatch_symbolic_meta_outplace_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9919210Z test_dispatch_symbolic_meta_outplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9919320Z test_dispatch_symbolic_meta_outplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9919430Z test_dispatch_symbolic_meta_outplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9919580Z test_dispatch_symbolic_meta_outplace_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9919690Z test_dispatch_symbolic_meta_outplace_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9919790Z test_dispatch_symbolic_meta_outplace_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9919900Z test_dispatch_symbolic_meta_outplace_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9920000Z test_dispatch_symbolic_meta_outplace_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9920100Z test_dispatch_symbolic_meta_outplace_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9920210Z test_dispatch_symbolic_meta_outplace_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9920320Z test_dispatch_symbolic_meta_outplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9920430Z test_dispatch_symbolic_meta_outplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9920530Z test_dispatch_symbolic_meta_outplace_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9920640Z test_dispatch_symbolic_meta_outplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9920750Z test_dispatch_symbolic_meta_outplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9920850Z test_dispatch_symbolic_meta_outplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9920960Z test_dispatch_symbolic_meta_outplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9921060Z test_dispatch_symbolic_meta_outplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9921170Z test_dispatch_symbolic_meta_outplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9921270Z test_dispatch_symbolic_meta_outplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9921370Z test_dispatch_symbolic_meta_outplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9921480Z test_dispatch_symbolic_meta_outplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9921580Z test_dispatch_symbolic_meta_outplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:47.9921690Z test_dispatch_symbolic_meta_outplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9921790Z test_dispatch_symbolic_meta_outplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9921900Z test_dispatch_symbolic_meta_outplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9922000Z test_dispatch_symbolic_meta_outplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9922190Z test_dispatch_symbolic_meta_outplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9922300Z test_dispatch_symbolic_meta_outplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9922400Z test_dispatch_symbolic_meta_outplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9922510Z test_dispatch_symbolic_meta_outplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9922630Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9922750Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9922870Z test_dispatch_symbolic_meta_outplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9922980Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9923120Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9923230Z test_dispatch_symbolic_meta_outplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9923350Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9923470Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9923590Z test_dispatch_symbolic_meta_outplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9923700Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9923810Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9923920Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9924030Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9924140Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9924240Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9924350Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9924450Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9924550Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9924660Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9924760Z test_dispatch_symbolic_meta_outplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9924870Z test_dispatch_symbolic_meta_outplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9924970Z test_dispatch_symbolic_meta_outplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9925080Z test_dispatch_symbolic_meta_outplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9925190Z test_dispatch_symbolic_meta_outplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9925300Z test_dispatch_symbolic_meta_outplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9925400Z test_dispatch_symbolic_meta_outplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9925500Z test_dispatch_symbolic_meta_outplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9925610Z test_dispatch_symbolic_meta_outplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9925740Z test_dispatch_symbolic_meta_outplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9925850Z test_dispatch_symbolic_meta_outplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9925960Z test_dispatch_symbolic_meta_outplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9926090Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9926210Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9926330Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9926450Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9926580Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9926720Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9926840Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9926960Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9927070Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9927190Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9927300Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9927420Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9927530Z test_dispatch_symbolic_meta_outplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9927640Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9927760Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9927870Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9927990Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9928100Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9928210Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9928320Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9928430Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9928540Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9928650Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9928760Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9928860Z test_dispatch_symbolic_meta_outplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9928970Z test_dispatch_symbolic_meta_outplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9929080Z test_dispatch_symbolic_meta_outplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9929190Z test_dispatch_symbolic_meta_outplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9929320Z test_dispatch_symbolic_meta_outplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9929430Z test_dispatch_symbolic_meta_outplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9929540Z test_dispatch_symbolic_meta_outplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9929650Z test_dispatch_symbolic_meta_outplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9929760Z test_dispatch_symbolic_meta_outplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9929860Z test_dispatch_symbolic_meta_outplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9929970Z test_dispatch_symbolic_meta_outplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9930080Z test_dispatch_symbolic_meta_outplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9930180Z test_dispatch_symbolic_meta_outplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:47.9930320Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9930440Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9930560Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9930680Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9930830Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9930950Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9931070Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9931200Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9931320Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9931450Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9931580Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9931700Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9931820Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9931940Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9932060Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9932180Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9932300Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9932420Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9932540Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9932660Z test_dispatch_symbolic_meta_outplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9936260Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9936390Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9936550Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9936670Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9936790Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:47.9936910Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9937030Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9937150Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9937270Z test_dispatch_symbolic_meta_outplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9937390Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9937550Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9937680Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9937800Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9937920Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9938040Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9938160Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:47.9938270Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9938400Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9938510Z test_dispatch_symbolic_meta_outplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9938630Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9938760Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9938880Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9939000Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9939120Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9939240Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9939360Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9939480Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9939600Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9939720Z test_dispatch_symbolic_meta_outplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9939840Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.075s) 2022-11-23T01:20:47.9939960Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.9940080Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.9940220Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.9940340Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.9940460Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.9940570Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.9940690Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.9940800Z test_dispatch_symbolic_meta_outplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:47.9940930Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9941060Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9941210Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9941340Z test_dispatch_symbolic_meta_outplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9941470Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9941590Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9941710Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9941840Z test_dispatch_symbolic_meta_outplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:47.9941950Z test_dispatch_symbolic_meta_outplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9942070Z test_dispatch_symbolic_meta_outplace_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9942180Z test_dispatch_symbolic_meta_outplace_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9942300Z test_dispatch_symbolic_meta_outplace_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9942410Z test_dispatch_symbolic_meta_outplace_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9942530Z test_dispatch_symbolic_meta_outplace_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9942640Z test_dispatch_symbolic_meta_outplace_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9942750Z test_dispatch_symbolic_meta_outplace_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9942860Z test_dispatch_symbolic_meta_outplace_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9942980Z test_dispatch_symbolic_meta_outplace_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9943080Z test_dispatch_symbolic_meta_outplace_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9943190Z test_dispatch_symbolic_meta_outplace_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9943300Z test_dispatch_symbolic_meta_outplace_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9943420Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9943540Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9943660Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9943780Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9943920Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9944050Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9944160Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9944280Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9944400Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9944510Z test_dispatch_symbolic_meta_outplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9944620Z test_dispatch_symbolic_meta_outplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9944730Z test_dispatch_symbolic_meta_outplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9944900Z test_dispatch_symbolic_meta_outplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9945010Z test_dispatch_symbolic_meta_outplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9945130Z test_dispatch_symbolic_meta_outplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9945240Z test_dispatch_symbolic_meta_outplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9945340Z test_dispatch_symbolic_meta_outplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9945450Z test_dispatch_symbolic_meta_outplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9945550Z test_dispatch_symbolic_meta_outplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9945660Z test_dispatch_symbolic_meta_outplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9945770Z test_dispatch_symbolic_meta_outplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9945870Z test_dispatch_symbolic_meta_outplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9945980Z test_dispatch_symbolic_meta_outplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9946090Z test_dispatch_symbolic_meta_outplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9946200Z test_dispatch_symbolic_meta_outplace_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9946320Z test_dispatch_symbolic_meta_outplace_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9946430Z test_dispatch_symbolic_meta_outplace_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9946540Z test_dispatch_symbolic_meta_outplace_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9946650Z test_dispatch_symbolic_meta_outplace_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9946760Z test_dispatch_symbolic_meta_outplace_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9946870Z test_dispatch_symbolic_meta_outplace_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9946980Z test_dispatch_symbolic_meta_outplace_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9947090Z test_dispatch_symbolic_meta_outplace_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9947190Z test_dispatch_symbolic_meta_outplace_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9947300Z test_dispatch_symbolic_meta_outplace_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:47.9947410Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9947540Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9947670Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9947780Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9947890Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9948010Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9948120Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9948230Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9948330Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9948440Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9948570Z test_dispatch_symbolic_meta_outplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9948680Z test_dispatch_symbolic_meta_outplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9948780Z test_dispatch_symbolic_meta_outplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9948890Z test_dispatch_symbolic_meta_outplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9949000Z test_dispatch_symbolic_meta_outplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9949110Z test_dispatch_symbolic_meta_outplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9949220Z test_dispatch_symbolic_meta_outplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9949320Z test_dispatch_symbolic_meta_outplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9949430Z test_dispatch_symbolic_meta_outplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9949540Z test_dispatch_symbolic_meta_outplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9949640Z test_dispatch_symbolic_meta_outplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9949770Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9949920Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:47.9950050Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9950170Z test_dispatch_symbolic_meta_outplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9950310Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9950460Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:47.9950590Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9950710Z test_dispatch_symbolic_meta_outplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9950830Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9950980Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9951100Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9951260Z test_dispatch_symbolic_meta_outplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9951380Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9951530Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:47.9951650Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9951770Z test_dispatch_symbolic_meta_outplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9951880Z test_dispatch_symbolic_meta_outplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9951990Z test_dispatch_symbolic_meta_outplace_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9952100Z test_dispatch_symbolic_meta_outplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9952250Z test_dispatch_symbolic_meta_outplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9952360Z test_dispatch_symbolic_meta_outplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9952470Z test_dispatch_symbolic_meta_outplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9952580Z test_dispatch_symbolic_meta_outplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9952680Z test_dispatch_symbolic_meta_outplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9952790Z test_dispatch_symbolic_meta_outplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9952890Z test_dispatch_symbolic_meta_outplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9953000Z test_dispatch_symbolic_meta_outplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9953100Z test_dispatch_symbolic_meta_outplace_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9953220Z test_dispatch_symbolic_meta_outplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9953320Z test_dispatch_symbolic_meta_outplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9953430Z test_dispatch_symbolic_meta_outplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9953530Z test_dispatch_symbolic_meta_outplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9953640Z test_dispatch_symbolic_meta_outplace_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9953740Z test_dispatch_symbolic_meta_outplace_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9953840Z test_dispatch_symbolic_meta_outplace_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9953940Z test_dispatch_symbolic_meta_outplace_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9954040Z test_dispatch_symbolic_meta_outplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9954150Z test_dispatch_symbolic_meta_outplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9954250Z test_dispatch_symbolic_meta_outplace_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9954360Z test_dispatch_symbolic_meta_outplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9954470Z test_dispatch_symbolic_meta_outplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9954580Z test_dispatch_symbolic_meta_outplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9954680Z test_dispatch_symbolic_meta_outplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9954860Z test_dispatch_symbolic_meta_outplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9954970Z test_dispatch_symbolic_meta_outplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9955080Z test_dispatch_symbolic_meta_outplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9955190Z test_dispatch_symbolic_meta_outplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9955300Z test_dispatch_symbolic_meta_outplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9955410Z test_dispatch_symbolic_meta_outplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9955520Z test_dispatch_symbolic_meta_outplace_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9955640Z test_dispatch_symbolic_meta_outplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9955750Z test_dispatch_symbolic_meta_outplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9955890Z test_dispatch_symbolic_meta_outplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9956000Z test_dispatch_symbolic_meta_outplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9956110Z test_dispatch_symbolic_meta_outplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9956210Z test_dispatch_symbolic_meta_outplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9956320Z test_dispatch_symbolic_meta_outplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9956420Z test_dispatch_symbolic_meta_outplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9956530Z test_dispatch_symbolic_meta_outplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9956640Z test_dispatch_symbolic_meta_outplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9956750Z test_dispatch_symbolic_meta_outplace_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9956860Z test_dispatch_symbolic_meta_outplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9956970Z test_dispatch_symbolic_meta_outplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9957080Z test_dispatch_symbolic_meta_outplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9957180Z test_dispatch_symbolic_meta_outplace_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9957290Z test_dispatch_symbolic_meta_outplace_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9957390Z test_dispatch_symbolic_meta_outplace_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9957500Z test_dispatch_symbolic_meta_outplace_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9957600Z test_dispatch_symbolic_meta_outplace_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9957710Z test_dispatch_symbolic_meta_outplace_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9957810Z test_dispatch_symbolic_meta_outplace_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9957910Z test_dispatch_symbolic_meta_outplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9958030Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9958140Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9958260Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9958370Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9958510Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9958620Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9958730Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9958840Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9958960Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9959060Z test_dispatch_symbolic_meta_outplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9959180Z test_dispatch_symbolic_meta_outplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9959290Z test_dispatch_symbolic_meta_outplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9959420Z test_dispatch_symbolic_meta_outplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9959540Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9959650Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9959770Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9959900Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9960020Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9960130Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9960250Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9960370Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9960480Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9960590Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9960710Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9960830Z test_dispatch_symbolic_meta_outplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9960940Z test_dispatch_symbolic_meta_outplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9961040Z test_dispatch_symbolic_meta_outplace_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:47.9961150Z test_dispatch_symbolic_meta_outplace_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9961260Z test_dispatch_symbolic_meta_outplace_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9961360Z test_dispatch_symbolic_meta_outplace_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9961530Z test_dispatch_symbolic_meta_outplace_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9961640Z test_dispatch_symbolic_meta_outplace_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9961740Z test_dispatch_symbolic_meta_outplace_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:47.9961850Z test_dispatch_symbolic_meta_outplace_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9961960Z test_dispatch_symbolic_meta_outplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:47.9962150Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.9962320Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.9962480Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.9962630Z test_dispatch_symbolic_meta_outplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:20:47.9962750Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9962870Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9962990Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9963130Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9963250Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9963370Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9963480Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9963600Z test_dispatch_symbolic_meta_outplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9963720Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9963840Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9963960Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9967700Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9967820Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9967940Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9968050Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9968160Z test_dispatch_symbolic_meta_outplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9968270Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9968390Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9968510Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9968620Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9968730Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9968840Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9968950Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9969060Z test_dispatch_symbolic_meta_outplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9969170Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9969350Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9969470Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9969580Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9969690Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9969800Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9969910Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9970020Z test_dispatch_symbolic_meta_outplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9970130Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9970250Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9970400Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9970510Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9970620Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9970730Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9970840Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9970950Z test_dispatch_symbolic_meta_outplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9971080Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9971210Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9971340Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9971470Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9971590Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9971720Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9971840Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9971970Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9972100Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9972230Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9972360Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9972490Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9972620Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9972750Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9972910Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9973050Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9973370Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9973620Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9973870Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9974110Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9974380Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9974610Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9974880Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9975100Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9975330Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9975570Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9975800Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9976030Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9976250Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9976480Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9976710Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9976930Z test_dispatch_symbolic_meta_outplace_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9977050Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9977160Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9977280Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9977420Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9977530Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9977640Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9977750Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9977860Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9977970Z test_dispatch_symbolic_meta_outplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:47.9978080Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9978200Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9978320Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9978450Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9978560Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9978670Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9978780Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9978890Z test_dispatch_symbolic_meta_outplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9979020Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9979150Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9979280Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9979400Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9979530Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9979700Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9979820Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9979960Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9980090Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9980230Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9980370Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9980500Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9980620Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9980750Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9980870Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9981000Z test_dispatch_symbolic_meta_outplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9981140Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9981250Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9981370Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9981480Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9981590Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9981700Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9981810Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9981920Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9982020Z test_dispatch_symbolic_meta_outplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9982150Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9982270Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9982380Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9982490Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9982590Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9982700Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9982810Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9982920Z test_dispatch_symbolic_meta_outplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9983030Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9983140Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9983250Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9983360Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9983470Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9983570Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9983680Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9983790Z test_dispatch_symbolic_meta_outplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9983920Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9984050Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9984170Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9984300Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9984420Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9984540Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9984720Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9984850Z test_dispatch_symbolic_meta_outplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9985090Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9985320Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9985550Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9985780Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9986050Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9986280Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9986500Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9986730Z test_dispatch_symbolic_meta_outplace_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9986850Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9986970Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9987080Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9987250Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9987380Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9987500Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9987620Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9987750Z test_dispatch_symbolic_meta_outplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9987880Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9988020Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9988150Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9988270Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9988400Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9988520Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9988650Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9988800Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9988930Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9989060Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9989190Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9989310Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9989440Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9989560Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9989680Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9989830Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9989960Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9990080Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9990210Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9990330Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9990460Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9990580Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9990710Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9990830Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9990950Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9991080Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9991200Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9991320Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9991440Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9991570Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9991690Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9991810Z test_dispatch_symbolic_meta_outplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9991930Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:47.9992050Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9992170Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9992290Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9992430Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9992550Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9992660Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9992780Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9992890Z test_dispatch_symbolic_meta_outplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:47.9993000Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9993120Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9993240Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9993380Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9993490Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9993610Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9993720Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9993830Z test_dispatch_symbolic_meta_outplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9993980Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9994120Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9994270Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9994400Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9994540Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9994670Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9994800Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9994930Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9995060Z test_dispatch_symbolic_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:47.9995190Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9995320Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9995450Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9995580Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9995710Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9995830Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9995970Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9996100Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9996230Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9996350Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9996480Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9996600Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9996730Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9996850Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9996990Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9997110Z test_dispatch_symbolic_meta_outplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:47.9997360Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9997610Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9997860Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9998100Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9998330Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9998600Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9998850Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9999090Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9999330Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9999560Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:47.9999800Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0000040Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0000300Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0000540Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0000800Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0001050Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0001290Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0005100Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0005350Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0005580Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0005820Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0006050Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0006290Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0006520Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0006760Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0006990Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0007230Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0007470Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0007700Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0007980Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0008220Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0008510Z test_dispatch_symbolic_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0008650Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0008780Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0008910Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0009040Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0009160Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0009290Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0009440Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0009560Z test_dispatch_symbolic_meta_outplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0009680Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0009840Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0009970Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0010090Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0010200Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0010330Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0010450Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0010560Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0010680Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0010800Z test_dispatch_symbolic_meta_outplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0010910Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0011030Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0011150Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0011270Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0011380Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0011490Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0011610Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0011720Z test_dispatch_symbolic_meta_outplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0011840Z test_dispatch_symbolic_meta_outplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0011950Z test_dispatch_symbolic_meta_outplace_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0012090Z test_dispatch_symbolic_meta_outplace_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0012210Z test_dispatch_symbolic_meta_outplace_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0012320Z test_dispatch_symbolic_meta_outplace_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0012430Z test_dispatch_symbolic_meta_outplace_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0012550Z test_dispatch_symbolic_meta_outplace_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0012660Z test_dispatch_symbolic_meta_outplace_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0012770Z test_dispatch_symbolic_meta_outplace_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0012880Z test_dispatch_symbolic_meta_outplace_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0012980Z test_dispatch_symbolic_meta_outplace_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0013120Z test_dispatch_symbolic_meta_outplace_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0013230Z test_dispatch_symbolic_meta_outplace_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0013350Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0013470Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0013590Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0013720Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0013840Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0013960Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0014080Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0014200Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0014320Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0014430Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0014560Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0014670Z test_dispatch_symbolic_meta_outplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0014790Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0014910Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0015040Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0015170Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0015290Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0015410Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0015530Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0015640Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0015770Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0015900Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0016020Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0016130Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0016240Z test_dispatch_symbolic_meta_outplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0016350Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0016460Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0016570Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0016680Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0016810Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0016910Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0017020Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0017120Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0017220Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0017330Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0017430Z test_dispatch_symbolic_meta_outplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0017540Z test_dispatch_symbolic_meta_outplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0017650Z test_dispatch_symbolic_meta_outplace_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0017760Z test_dispatch_symbolic_meta_outplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0017870Z test_dispatch_symbolic_meta_outplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0017980Z test_dispatch_symbolic_meta_outplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0018090Z test_dispatch_symbolic_meta_outplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0018200Z test_dispatch_symbolic_meta_outplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0018310Z test_dispatch_symbolic_meta_outplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0018410Z test_dispatch_symbolic_meta_outplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0018520Z test_dispatch_symbolic_meta_outplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0018620Z test_dispatch_symbolic_meta_outplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0018730Z test_dispatch_symbolic_meta_outplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0018840Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0018950Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0019060Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0019170Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0019280Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0019420Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0019540Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0019640Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0019750Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0019860Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0020030Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0020140Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0020250Z test_dispatch_symbolic_meta_outplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0020360Z test_dispatch_symbolic_meta_outplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0020530Z test_dispatch_symbolic_meta_outplace_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0020650Z test_dispatch_symbolic_meta_outplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0020770Z test_dispatch_symbolic_meta_outplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0020880Z test_dispatch_symbolic_meta_outplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0020990Z test_dispatch_symbolic_meta_outplace_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0021100Z test_dispatch_symbolic_meta_outplace_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0021200Z test_dispatch_symbolic_meta_outplace_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0021310Z test_dispatch_symbolic_meta_outplace_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0021430Z test_dispatch_symbolic_meta_outplace_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0021530Z test_dispatch_symbolic_meta_outplace_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0021630Z test_dispatch_symbolic_meta_outplace_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0021730Z test_dispatch_symbolic_meta_outplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0021840Z test_dispatch_symbolic_meta_outplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0021950Z test_dispatch_symbolic_meta_outplace_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0022050Z test_dispatch_symbolic_meta_outplace_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0022160Z test_dispatch_symbolic_meta_outplace_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0022260Z test_dispatch_symbolic_meta_outplace_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0022360Z test_dispatch_symbolic_meta_outplace_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0022470Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0022580Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0022690Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0022810Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0022910Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0023020Z test_dispatch_symbolic_meta_outplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0023150Z test_dispatch_symbolic_meta_outplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0023260Z test_dispatch_symbolic_meta_outplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0023370Z test_dispatch_symbolic_meta_outplace_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0023470Z test_dispatch_symbolic_meta_outplace_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0023580Z test_dispatch_symbolic_meta_outplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0023680Z test_dispatch_symbolic_meta_outplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0023790Z test_dispatch_symbolic_meta_outplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0023900Z test_dispatch_symbolic_meta_outplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0024000Z test_dispatch_symbolic_meta_outplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0024120Z test_dispatch_symbolic_meta_outplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0024230Z test_dispatch_symbolic_meta_outplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0024330Z test_dispatch_symbolic_meta_outplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0024430Z test_dispatch_symbolic_meta_outplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0024530Z test_dispatch_symbolic_meta_outplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0024640Z test_dispatch_symbolic_meta_outplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0024740Z test_dispatch_symbolic_meta_outplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0024840Z test_dispatch_symbolic_meta_outplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0024950Z test_dispatch_symbolic_meta_outplace_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0025060Z test_dispatch_symbolic_meta_outplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0025160Z test_dispatch_symbolic_meta_outplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0025270Z test_dispatch_symbolic_meta_outplace_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0025370Z test_dispatch_symbolic_meta_outplace_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0025480Z test_dispatch_symbolic_meta_outplace_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0025580Z test_dispatch_symbolic_meta_outplace_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0025680Z test_dispatch_symbolic_meta_outplace_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0025790Z test_dispatch_symbolic_meta_outplace_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0025890Z test_dispatch_symbolic_meta_outplace_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0025990Z test_dispatch_symbolic_meta_outplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0026110Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0026220Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0026390Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0026510Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0026630Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0026770Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0026890Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0027010Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0027130Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0027240Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0027350Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0027460Z test_dispatch_symbolic_meta_outplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0027570Z test_dispatch_symbolic_meta_outplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:20:48.0027700Z test_dispatch_symbolic_meta_outplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:20:48.0027810Z test_dispatch_symbolic_meta_outplace_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:48.0027920Z test_dispatch_symbolic_meta_outplace_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.052s) 2022-11-23T01:20:48.0028030Z test_dispatch_symbolic_meta_outplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (1.256s) 2022-11-23T01:20:48.0028150Z test_dispatch_symbolic_meta_outplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (1.256s) 2022-11-23T01:20:48.0028260Z test_dispatch_symbolic_meta_outplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0028370Z test_dispatch_symbolic_meta_outplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0028480Z test_dispatch_symbolic_meta_outplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0028590Z test_dispatch_symbolic_meta_outplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0028700Z test_dispatch_symbolic_meta_outplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0028800Z test_dispatch_symbolic_meta_outplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0028910Z test_dispatch_symbolic_meta_outplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0029010Z test_dispatch_symbolic_meta_outplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0029120Z test_dispatch_symbolic_meta_outplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0029220Z test_dispatch_symbolic_meta_outplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0029320Z test_dispatch_symbolic_meta_outplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0029420Z test_dispatch_symbolic_meta_outplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0029530Z test_dispatch_symbolic_meta_outplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0029630Z test_dispatch_symbolic_meta_outplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0029740Z test_dispatch_symbolic_meta_outplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0029840Z test_dispatch_symbolic_meta_outplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0029950Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0030060Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0030180Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0030320Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0030440Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0030550Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0030660Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0030770Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0030890Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0031000Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0031110Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0031220Z test_dispatch_symbolic_meta_outplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0031350Z test_dispatch_symbolic_meta_outplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0031450Z test_dispatch_symbolic_meta_outplace_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0031560Z test_dispatch_symbolic_meta_outplace_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0031670Z test_dispatch_symbolic_meta_outplace_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0031780Z test_dispatch_symbolic_meta_outplace_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0031890Z test_dispatch_symbolic_meta_outplace_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0031990Z test_dispatch_symbolic_meta_outplace_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0032100Z test_dispatch_symbolic_meta_outplace_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0032200Z test_dispatch_symbolic_meta_outplace_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0032300Z test_dispatch_symbolic_meta_outplace_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0032440Z test_dispatch_symbolic_meta_outplace_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0032550Z test_dispatch_symbolic_meta_outplace_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0032660Z test_dispatch_symbolic_meta_outplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0032770Z test_dispatch_symbolic_meta_outplace_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0032890Z test_dispatch_symbolic_meta_outplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0033000Z test_dispatch_symbolic_meta_outplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0033110Z test_dispatch_symbolic_meta_outplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0033220Z test_dispatch_symbolic_meta_outplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0033330Z test_dispatch_symbolic_meta_outplace_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0033430Z test_dispatch_symbolic_meta_outplace_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0033530Z test_dispatch_symbolic_meta_outplace_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0033640Z test_dispatch_symbolic_meta_outplace_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0037150Z test_dispatch_symbolic_meta_outplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0037270Z test_dispatch_symbolic_meta_outplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0037410Z test_dispatch_symbolic_meta_outplace_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0037520Z test_dispatch_symbolic_meta_outplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0037650Z test_dispatch_symbolic_meta_outplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0037770Z test_dispatch_symbolic_meta_outplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0037870Z test_dispatch_symbolic_meta_outplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0037990Z test_dispatch_symbolic_meta_outplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0038100Z test_dispatch_symbolic_meta_outplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0038210Z test_dispatch_symbolic_meta_outplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0038320Z test_dispatch_symbolic_meta_outplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0038550Z test_dispatch_symbolic_meta_outplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0038670Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0038790Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0038910Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0039030Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0039150Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0039270Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0039390Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0039510Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0039620Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0039740Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0039850Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0039970Z test_dispatch_symbolic_meta_outplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0040080Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0040200Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0040320Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0040440Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0040550Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0040660Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0040770Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0040880Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0040990Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0041100Z test_dispatch_symbolic_meta_outplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0041220Z test_dispatch_symbolic_meta_outplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0041330Z test_dispatch_symbolic_meta_outplace_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0041440Z test_dispatch_symbolic_meta_outplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0041550Z test_dispatch_symbolic_meta_outplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0041660Z test_dispatch_symbolic_meta_outplace_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0041760Z test_dispatch_symbolic_meta_outplace_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0041870Z test_dispatch_symbolic_meta_outplace_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0041970Z test_dispatch_symbolic_meta_outplace_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0042070Z test_dispatch_symbolic_meta_outplace_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0042200Z test_dispatch_symbolic_meta_outplace_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0042300Z test_dispatch_symbolic_meta_outplace_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0042400Z test_dispatch_symbolic_meta_outplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0042510Z test_dispatch_symbolic_meta_outplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0042610Z test_dispatch_symbolic_meta_outplace_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0042720Z test_dispatch_symbolic_meta_outplace_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0042830Z test_dispatch_symbolic_meta_outplace_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0042930Z test_dispatch_symbolic_meta_outplace_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0043040Z test_dispatch_symbolic_meta_outplace_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0043140Z test_dispatch_symbolic_meta_outplace_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0043240Z test_dispatch_symbolic_meta_outplace_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0043350Z test_dispatch_symbolic_meta_outplace_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0043450Z test_dispatch_symbolic_meta_outplace_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0043550Z test_dispatch_symbolic_meta_outplace_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0043650Z test_dispatch_symbolic_meta_outplace_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0043770Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0043880Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0043990Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0044110Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0044220Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0044330Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0044430Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0044540Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0044680Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0044810Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0044930Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0045040Z test_dispatch_symbolic_meta_outplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0045160Z test_dispatch_symbolic_meta_outplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0045270Z test_dispatch_symbolic_meta_outplace_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0045390Z test_dispatch_symbolic_meta_outplace_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0045500Z test_dispatch_symbolic_meta_outplace_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0045600Z test_dispatch_symbolic_meta_outplace_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0045710Z test_dispatch_symbolic_meta_outplace_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0045840Z test_dispatch_symbolic_meta_outplace_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0045940Z test_dispatch_symbolic_meta_outplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0046060Z test_dispatch_symbolic_meta_outplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0046170Z test_dispatch_symbolic_meta_outplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0046280Z test_dispatch_symbolic_meta_outplace_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0046390Z test_dispatch_symbolic_meta_outplace_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0046500Z test_dispatch_symbolic_meta_outplace_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0046610Z test_dispatch_symbolic_meta_outplace_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0046720Z test_dispatch_symbolic_meta_outplace_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0046830Z test_dispatch_symbolic_meta_outplace_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0046930Z test_dispatch_symbolic_meta_outplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0047050Z test_dispatch_symbolic_meta_outplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0047160Z test_dispatch_symbolic_meta_outplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0047270Z test_dispatch_symbolic_meta_outplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0047390Z test_dispatch_symbolic_meta_outplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0047500Z test_dispatch_symbolic_meta_outplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0047610Z test_dispatch_symbolic_meta_outplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0047720Z test_dispatch_symbolic_meta_outplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0047830Z test_dispatch_symbolic_meta_outplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0047930Z test_dispatch_symbolic_meta_outplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0048040Z test_dispatch_symbolic_meta_outplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0048150Z test_dispatch_symbolic_meta_outplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0048260Z test_dispatch_symbolic_meta_outplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0048380Z test_dispatch_symbolic_meta_outplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0048500Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.0048610Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0048720Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0048830Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.0048940Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0049050Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0049150Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0049260Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0049380Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0049490Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0049600Z test_dispatch_symbolic_meta_outplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0049700Z test_dispatch_symbolic_meta_outplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.0049820Z test_dispatch_symbolic_meta_outplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0049920Z test_dispatch_symbolic_meta_outplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0050030Z test_dispatch_symbolic_meta_outplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.0050140Z test_dispatch_symbolic_meta_outplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0050250Z test_dispatch_symbolic_meta_outplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0050350Z test_dispatch_symbolic_meta_outplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0050460Z test_dispatch_symbolic_meta_outplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0050560Z test_dispatch_symbolic_meta_outplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0050660Z test_dispatch_symbolic_meta_outplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0050770Z test_dispatch_symbolic_meta_outplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0050890Z test_dispatch_symbolic_meta_outplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0051040Z test_dispatch_symbolic_meta_outplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0051170Z test_dispatch_symbolic_meta_outplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0051290Z test_dispatch_symbolic_meta_outplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0051410Z test_dispatch_symbolic_meta_outplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0051520Z test_dispatch_symbolic_meta_outplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0051640Z test_dispatch_symbolic_meta_outplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0051750Z test_dispatch_symbolic_meta_outplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0051860Z test_dispatch_symbolic_meta_outplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0052000Z test_dispatch_symbolic_meta_outplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0052120Z test_dispatch_symbolic_meta_outplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0052220Z test_dispatch_symbolic_meta_outplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0052330Z test_dispatch_symbolic_meta_outplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0052430Z test_dispatch_symbolic_meta_outplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0052540Z test_dispatch_symbolic_meta_outplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0052650Z test_dispatch_symbolic_meta_outplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0052760Z test_dispatch_symbolic_meta_outplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0052880Z test_dispatch_symbolic_meta_outplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0052990Z test_dispatch_symbolic_meta_outplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0053130Z test_dispatch_symbolic_meta_outplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0053240Z test_dispatch_symbolic_meta_outplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0053350Z test_dispatch_symbolic_meta_outplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0053460Z test_dispatch_symbolic_meta_outplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0053570Z test_dispatch_symbolic_meta_outplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0053670Z test_dispatch_symbolic_meta_outplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0053780Z test_dispatch_symbolic_meta_outplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0053890Z test_dispatch_symbolic_meta_outplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0053990Z test_dispatch_symbolic_meta_outplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0054100Z test_dispatch_symbolic_meta_outplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0054200Z test_dispatch_symbolic_meta_outplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0054320Z test_dispatch_symbolic_meta_outplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0054430Z test_dispatch_symbolic_meta_outplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0054540Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0054660Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0054780Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0054910Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0055020Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0055140Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0055250Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0055370Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0055480Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0055590Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0055730Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0055840Z test_dispatch_symbolic_meta_outplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0055950Z test_dispatch_symbolic_meta_outplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0056060Z test_dispatch_symbolic_meta_outplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0056180Z test_dispatch_symbolic_meta_outplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0056280Z test_dispatch_symbolic_meta_outplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0056390Z test_dispatch_symbolic_meta_outplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0056500Z test_dispatch_symbolic_meta_outplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0056600Z test_dispatch_symbolic_meta_outplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0056740Z test_dispatch_symbolic_meta_outplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0056850Z test_dispatch_symbolic_meta_outplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0056960Z test_dispatch_symbolic_meta_outplace_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0057060Z test_dispatch_symbolic_meta_outplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0057170Z test_dispatch_symbolic_meta_outplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0057280Z test_dispatch_symbolic_meta_outplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0057390Z test_dispatch_symbolic_meta_outplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0057500Z test_dispatch_symbolic_meta_outplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0057610Z test_dispatch_symbolic_meta_outplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0057720Z test_dispatch_symbolic_meta_outplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0057820Z test_dispatch_symbolic_meta_outplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0057930Z test_dispatch_symbolic_meta_outplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0058030Z test_dispatch_symbolic_meta_outplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0058140Z test_dispatch_symbolic_meta_outplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0058260Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0058360Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0058480Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0058600Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0058710Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0058820Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0058930Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0059030Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0059140Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0059270Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0059380Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0059490Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0059600Z test_dispatch_symbolic_meta_outplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0059710Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0059820Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0059940Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0060050Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0060170Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0060300Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0060420Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0060520Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0060630Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0060740Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0060850Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0060960Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0061070Z test_dispatch_symbolic_meta_outplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0061240Z test_dispatch_symbolic_meta_outplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0061350Z test_dispatch_symbolic_meta_outplace_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0061460Z test_dispatch_symbolic_meta_outplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0061580Z test_dispatch_symbolic_meta_outplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0061700Z test_dispatch_symbolic_meta_outplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0061810Z test_dispatch_symbolic_meta_outplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0061930Z test_dispatch_symbolic_meta_outplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0062040Z test_dispatch_symbolic_meta_outplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0062160Z test_dispatch_symbolic_meta_outplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0062270Z test_dispatch_symbolic_meta_outplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0062380Z test_dispatch_symbolic_meta_outplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0062480Z test_dispatch_symbolic_meta_outplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0062590Z test_dispatch_symbolic_meta_outplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0062710Z test_dispatch_symbolic_meta_outplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0062830Z test_dispatch_symbolic_meta_outplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0062960Z test_dispatch_symbolic_meta_outplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0063070Z test_dispatch_symbolic_meta_outplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0063190Z test_dispatch_symbolic_meta_outplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0063290Z test_dispatch_symbolic_meta_outplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0063420Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.0063530Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.0063660Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.0063780Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.0067360Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.0067520Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.0067740Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.0067860Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.0067980Z test_dispatch_symbolic_meta_outplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.0068100Z test_dispatch_symbolic_meta_outplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:48.0068210Z test_dispatch_symbolic_meta_outplace_unique_cpu_bool (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:20:48.0068330Z test_dispatch_symbolic_meta_outplace_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:48.0068440Z test_dispatch_symbolic_meta_outplace_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:48.0068560Z test_dispatch_symbolic_meta_outplace_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:48.0068670Z test_dispatch_symbolic_meta_outplace_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:48.0068770Z test_dispatch_symbolic_meta_outplace_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:48.0068880Z test_dispatch_symbolic_meta_outplace_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:48.0068990Z test_dispatch_symbolic_meta_outplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:48.0069110Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0069220Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0069340Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0069460Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0069580Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0069690Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0069800Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0069900Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0070010Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0070120Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0070260Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0070370Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0070480Z test_dispatch_symbolic_meta_outplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0070580Z test_dispatch_symbolic_meta_outplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0070690Z test_dispatch_symbolic_meta_outplace_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0070800Z test_dispatch_symbolic_meta_outplace_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0070910Z test_dispatch_symbolic_meta_outplace_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0071010Z test_dispatch_symbolic_meta_outplace_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0071110Z test_dispatch_symbolic_meta_outplace_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0071260Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0071370Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0071490Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0071600Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0071700Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0071810Z test_dispatch_symbolic_meta_outplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0071920Z test_dispatch_symbolic_meta_outplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0072030Z test_dispatch_symbolic_meta_outplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0072140Z test_dispatch_symbolic_meta_outplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0072250Z test_dispatch_symbolic_meta_outplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0072350Z test_dispatch_symbolic_meta_outplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0072460Z test_dispatch_symbolic_meta_outplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0072560Z test_dispatch_symbolic_meta_outplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0072660Z test_dispatch_symbolic_meta_outplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0072770Z test_dispatch_symbolic_meta_outplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0072870Z test_dispatch_symbolic_meta_outplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0072990Z test_dispatch_symbolic_meta_outplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0073100Z test_dispatch_symbolic_meta_outplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0073220Z test_dispatch_symbolic_meta_outplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0073330Z test_dispatch_symbolic_meta_outplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0073430Z test_dispatch_symbolic_meta_outplace_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0073550Z test_dispatch_symbolic_meta_outplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0073660Z test_dispatch_symbolic_meta_outplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0073810Z test_dispatch_symbolic_meta_outplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0073930Z test_dispatch_symbolic_meta_outplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0074040Z test_dispatch_symbolic_meta_outplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0074160Z test_dispatch_symbolic_meta_outplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0074270Z test_dispatch_symbolic_meta_outplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0074380Z test_dispatch_symbolic_meta_outplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0074500Z test_dispatch_symbolic_meta_outplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0074610Z test_dispatch_symbolic_meta_outplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0074710Z test_dispatch_symbolic_meta_outplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0074850Z test_dispatch_symbolic_meta_outplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0074980Z test_dispatch_symbolic_meta_outplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0075090Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0075210Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0075320Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0075430Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0075550Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0075660Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0075780Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0075880Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0075990Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0076100Z test_dispatch_symbolic_meta_outplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0076200Z test_dispatch_symbolic_meta_outplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0076310Z test_dispatch_symbolic_meta_outplace_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0076420Z test_dispatch_symbolic_meta_outplace_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0076520Z test_dispatch_symbolic_meta_outplace_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0076630Z test_dispatch_symbolic_meta_outplace_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0076740Z test_dispatch_symbolic_meta_outplace_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0076850Z test_dispatch_symbolic_meta_outplace_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0076950Z test_dispatch_symbolic_meta_outplace_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0077060Z test_dispatch_symbolic_meta_outplace_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0077160Z test_dispatch_symbolic_meta_outplace_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0077260Z test_dispatch_symbolic_meta_outplace_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0077360Z test_dispatch_symbolic_meta_outplace_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0077480Z test_dispatch_symbolic_meta_outplace_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0077600Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0077700Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0077810Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0077930Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0078040Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0078140Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0078250Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0078360Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0078490Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0078600Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0078700Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0078810Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0078910Z test_dispatch_symbolic_meta_outplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0079020Z test_dispatch_symbolic_meta_outplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0079120Z test_dispatch_symbolic_meta_outplace_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0079230Z test_dispatch_symbolic_meta_outplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0079350Z test_dispatch_symbolic_meta_outplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0079450Z test_dispatch_symbolic_meta_outplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0079560Z test_dispatch_symbolic_meta_outplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0079670Z test_dispatch_symbolic_meta_outplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0079780Z test_dispatch_symbolic_meta_outplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0079880Z test_dispatch_symbolic_meta_outplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0079990Z test_dispatch_symbolic_meta_outplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0080090Z test_dispatch_symbolic_meta_outplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0080200Z test_dispatch_symbolic_meta_outplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0080300Z test_dispatch_symbolic_meta_outplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0080410Z test_dispatch_symbolic_meta_outplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0080510Z test_dispatch_symbolic_meta_outplace_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0080630Z test_dispatch_symbolic_meta_outplace_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0080740Z test_dispatch_symbolic_meta_outplace_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0080870Z test_dispatch_symbolic_meta_outplace_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0081000Z test_dispatch_symbolic_meta_outplace_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0081120Z test_dispatch_symbolic_meta_outplace_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0081230Z test_dispatch_symbolic_meta_outplace_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0081340Z test_dispatch_symbolic_meta_outplace_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0081450Z test_dispatch_symbolic_meta_outplace_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0081560Z test_dispatch_symbolic_meta_outplace_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0081670Z test_dispatch_symbolic_meta_outplace_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0081770Z test_dispatch_symbolic_meta_outplace_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0081890Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0082000Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0082120Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0082230Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0082340Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0082450Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0082550Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0082650Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0082750Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0082850Z test_dispatch_symbolic_meta_outplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0082960Z test_dispatch_symbolic_meta_outplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0083060Z test_dispatch_symbolic_meta_outplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0083170Z test_dispatch_symbolic_meta_outplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0083280Z test_dispatch_symbolic_meta_outplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0083390Z test_dispatch_symbolic_meta_outplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0083490Z test_dispatch_symbolic_meta_outplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0083590Z test_dispatch_symbolic_meta_outplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0083700Z test_dispatch_symbolic_meta_outplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0083810Z test_dispatch_symbolic_meta_outplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0083910Z test_dispatch_symbolic_meta_outplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0084010Z test_dispatch_symbolic_meta_outplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0084110Z test_dispatch_symbolic_meta_outplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0084220Z test_dispatch_symbolic_meta_outplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0084320Z test_dispatch_symbolic_meta_outplace_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0084430Z test_dispatch_symbolic_meta_outplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0084570Z test_dispatch_symbolic_meta_outplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0084680Z test_dispatch_symbolic_meta_outplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0084780Z test_dispatch_symbolic_meta_outplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0084880Z test_dispatch_symbolic_meta_outplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0084990Z test_dispatch_symbolic_meta_outplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0085090Z test_dispatch_symbolic_meta_outplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0085190Z test_dispatch_symbolic_meta_outplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0085290Z test_dispatch_symbolic_meta_outplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0085390Z test_dispatch_symbolic_meta_outplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0085530Z test_dispatch_symbolic_meta_outplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0085640Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0085750Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0085860Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0085980Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0086090Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0086210Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0086320Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0086430Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0086540Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0086650Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0086750Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0086860Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0086970Z test_dispatch_symbolic_meta_outplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0087060Z test_empty_quantized_cpu (__main__.TestMetaCPU) ... ok (0.000s) 2022-11-23T01:20:48.0087150Z test_fill__alias_relationship_cpu (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0087250Z test_fill_stride_cpu (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0087350Z test_huber_loss_backward_cpu (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0087850Z test_map_location_deserialize_cpu (__main__.TestMetaCPU) ... /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:48.0087920Z warnings.warn(message, UserWarning) 2022-11-23T01:20:48.0087970Z ok (0.003s) 2022-11-23T01:20:48.0088080Z test_meta__fused_moving_avg_obs_fq_helper_cpu (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0088210Z test_meta_inplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0088360Z test_meta_inplace_H_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0088490Z test_meta_inplace_H_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0088610Z test_meta_inplace_H_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0088730Z test_meta_inplace_H_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0088860Z test_meta_inplace_H_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0088970Z test_meta_inplace_H_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0089090Z test_meta_inplace_H_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0089210Z test_meta_inplace_H_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0089330Z test_meta_inplace_H_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0089470Z test_meta_inplace_H_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0089580Z test_meta_inplace_H_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0089690Z test_meta_inplace_H_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0089810Z test_meta_inplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0089930Z test_meta_inplace_T_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0090040Z test_meta_inplace_T_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0090160Z test_meta_inplace_T_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0090280Z test_meta_inplace_T_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0090400Z test_meta_inplace_T_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0090510Z test_meta_inplace_T_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0090620Z test_meta_inplace_T_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0090740Z test_meta_inplace_T_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0090850Z test_meta_inplace_T_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0090960Z test_meta_inplace_T_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0091070Z test_meta_inplace_T_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0091190Z test_meta_inplace_T_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0091310Z test_meta_inplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0091440Z test_meta_inplace___getitem___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0091560Z test_meta_inplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0091690Z test_meta_inplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0091810Z test_meta_inplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0091960Z test_meta_inplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0092080Z test_meta_inplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0092200Z test_meta_inplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0092320Z test_meta_inplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0092440Z test_meta_inplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0092560Z test_meta_inplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0092670Z test_meta_inplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0092800Z test_meta_inplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0092940Z test_meta_inplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0093050Z test_meta_inplace___radd___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0093180Z test_meta_inplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0093300Z test_meta_inplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0093420Z test_meta_inplace___radd___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0093540Z test_meta_inplace___radd___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0093660Z test_meta_inplace___radd___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0093780Z test_meta_inplace___radd___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0093900Z test_meta_inplace___radd___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0094020Z test_meta_inplace___radd___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0094190Z test_meta_inplace___radd___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0094310Z test_meta_inplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0094430Z test_meta_inplace___rand___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0098070Z test_meta_inplace___rand___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0098190Z test_meta_inplace___rand___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0098310Z test_meta_inplace___rand___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0098420Z test_meta_inplace___rand___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0098540Z test_meta_inplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0098660Z test_meta_inplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0098770Z test_meta_inplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0098920Z test_meta_inplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0099040Z test_meta_inplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0099160Z test_meta_inplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0099270Z test_meta_inplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0099390Z test_meta_inplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0099500Z test_meta_inplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0099620Z test_meta_inplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0099730Z test_meta_inplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0099870Z test_meta_inplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0099990Z test_meta_inplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0100110Z test_meta_inplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0100240Z test_meta_inplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0100360Z test_meta_inplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0100480Z test_meta_inplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0100600Z test_meta_inplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0100720Z test_meta_inplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0100840Z test_meta_inplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0100950Z test_meta_inplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0101080Z test_meta_inplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0101190Z test_meta_inplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0101310Z test_meta_inplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0101420Z test_meta_inplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0101540Z test_meta_inplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0101660Z test_meta_inplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0101770Z test_meta_inplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0101890Z test_meta_inplace___rmul___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0102010Z test_meta_inplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0102130Z test_meta_inplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0102250Z test_meta_inplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0102400Z test_meta_inplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0102520Z test_meta_inplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0102630Z test_meta_inplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0102750Z test_meta_inplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0102860Z test_meta_inplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0102980Z test_meta_inplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0103090Z test_meta_inplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0103210Z test_meta_inplace___ror___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0103360Z test_meta_inplace___ror___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0103480Z test_meta_inplace___ror___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0103590Z test_meta_inplace___ror___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0103710Z test_meta_inplace___ror___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0103820Z test_meta_inplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0103940Z test_meta_inplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0104070Z test_meta_inplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0104190Z test_meta_inplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0104300Z test_meta_inplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0104420Z test_meta_inplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0104540Z test_meta_inplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0104650Z test_meta_inplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0104770Z test_meta_inplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0104890Z test_meta_inplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0105000Z test_meta_inplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0105120Z test_meta_inplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0105240Z test_meta_inplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0105360Z test_meta_inplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0105480Z test_meta_inplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0105600Z test_meta_inplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0105730Z test_meta_inplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0105850Z test_meta_inplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0105970Z test_meta_inplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0106080Z test_meta_inplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0106190Z test_meta_inplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0106310Z test_meta_inplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0106420Z test_meta_inplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0106540Z test_meta_inplace___rxor___cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0106680Z test_meta_inplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0106790Z test_meta_inplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0106900Z test_meta_inplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0107020Z test_meta_inplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0107130Z test_meta_inplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0107260Z test_meta_inplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0107400Z test_meta_inplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0107530Z test_meta_inplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0107630Z test_meta_inplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0107800Z test_meta_inplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0107920Z test_meta_inplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0108040Z test_meta_inplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0108140Z test_meta_inplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0108240Z test_meta_inplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0108340Z test_meta_inplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0108440Z test_meta_inplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0108540Z test_meta_inplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0108630Z test_meta_inplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0108720Z test_meta_inplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0108810Z test_meta_inplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0108900Z test_meta_inplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0109030Z test_meta_inplace_acos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0109130Z test_meta_inplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0109230Z test_meta_inplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0109320Z test_meta_inplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0109440Z test_meta_inplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0109560Z test_meta_inplace_acos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0109680Z test_meta_inplace_acos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0109830Z test_meta_inplace_acos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0109950Z test_meta_inplace_acos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0110060Z test_meta_inplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0110160Z test_meta_inplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0110280Z test_meta_inplace_acosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0110380Z test_meta_inplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0110500Z test_meta_inplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0110600Z test_meta_inplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0110700Z test_meta_inplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0110820Z test_meta_inplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0110940Z test_meta_inplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0111050Z test_meta_inplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0111160Z test_meta_inplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0111280Z test_meta_inplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0111380Z test_meta_inplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0111470Z test_meta_inplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0111570Z test_meta_inplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0111670Z test_meta_inplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0111760Z test_meta_inplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0111860Z test_meta_inplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0111960Z test_meta_inplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0112050Z test_meta_inplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0112140Z test_meta_inplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0112230Z test_meta_inplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0112330Z test_meta_inplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0112420Z test_meta_inplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0112510Z test_meta_inplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0112610Z test_meta_inplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0112710Z test_meta_inplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0112810Z test_meta_inplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0112910Z test_meta_inplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0113010Z test_meta_inplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0113100Z test_meta_inplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0113210Z test_meta_inplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0113310Z test_meta_inplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0113400Z test_meta_inplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0113490Z test_meta_inplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0113590Z test_meta_inplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0113690Z test_meta_inplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0113800Z test_meta_inplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0113890Z test_meta_inplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0113990Z test_meta_inplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0114100Z test_meta_inplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0114240Z test_meta_inplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0114340Z test_meta_inplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0114430Z test_meta_inplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0114520Z test_meta_inplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0114620Z test_meta_inplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0114710Z test_meta_inplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0114800Z test_meta_inplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0114890Z test_meta_inplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0114980Z test_meta_inplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0115070Z test_meta_inplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0115170Z test_meta_inplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0115260Z test_meta_inplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0115360Z test_meta_inplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0115440Z test_meta_inplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0115530Z test_meta_inplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0115620Z test_meta_inplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0115710Z test_meta_inplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0115800Z test_meta_inplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0115900Z test_meta_inplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0116000Z test_meta_inplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0116110Z test_meta_inplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0116220Z test_meta_inplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0116320Z test_meta_inplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0116430Z test_meta_inplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0116530Z test_meta_inplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0116630Z test_meta_inplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0116730Z test_meta_inplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0116880Z test_meta_inplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0116980Z test_meta_inplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0117080Z test_meta_inplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0117170Z test_meta_inplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0117270Z test_meta_inplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0117360Z test_meta_inplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0117460Z test_meta_inplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0117550Z test_meta_inplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0117640Z test_meta_inplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0117720Z test_meta_inplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0117820Z test_meta_inplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0117930Z test_meta_inplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0118030Z test_meta_inplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0118120Z test_meta_inplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0118220Z test_meta_inplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0118310Z test_meta_inplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0118400Z test_meta_inplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0118490Z test_meta_inplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0118580Z test_meta_inplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0118670Z test_meta_inplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0118760Z test_meta_inplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0118850Z test_meta_inplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0118940Z test_meta_inplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0119030Z test_meta_inplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0119150Z test_meta_inplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0119270Z test_meta_inplace_all_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0119390Z test_meta_inplace_all_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0119520Z test_meta_inplace_all_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0119640Z test_meta_inplace_all_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0119750Z test_meta_inplace_all_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0119870Z test_meta_inplace_all_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0119980Z test_meta_inplace_all_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0120180Z test_meta_inplace_all_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0120300Z test_meta_inplace_all_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0120420Z test_meta_inplace_all_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0120560Z test_meta_inplace_all_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0120700Z test_meta_inplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0120830Z test_meta_inplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0120960Z test_meta_inplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0121090Z test_meta_inplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0121210Z test_meta_inplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0121330Z test_meta_inplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0121460Z test_meta_inplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0121610Z test_meta_inplace_amax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0121730Z test_meta_inplace_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0121850Z test_meta_inplace_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0121980Z test_meta_inplace_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0122090Z test_meta_inplace_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0122210Z test_meta_inplace_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0122320Z test_meta_inplace_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0122440Z test_meta_inplace_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0122550Z test_meta_inplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0122670Z test_meta_inplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0122780Z test_meta_inplace_amin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0122900Z test_meta_inplace_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0123020Z test_meta_inplace_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0123130Z test_meta_inplace_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0123240Z test_meta_inplace_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0123360Z test_meta_inplace_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0123470Z test_meta_inplace_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0123580Z test_meta_inplace_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0123700Z test_meta_inplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0123810Z test_meta_inplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0123940Z test_meta_inplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0124060Z test_meta_inplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0124200Z test_meta_inplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0124320Z test_meta_inplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0128000Z test_meta_inplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0128120Z test_meta_inplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0128240Z test_meta_inplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0128370Z test_meta_inplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0128490Z test_meta_inplace_angle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0128610Z test_meta_inplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0128760Z test_meta_inplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0128880Z test_meta_inplace_angle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0129000Z test_meta_inplace_angle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0129120Z test_meta_inplace_angle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0129240Z test_meta_inplace_angle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0129350Z test_meta_inplace_angle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0129470Z test_meta_inplace_angle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0129590Z test_meta_inplace_angle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0129700Z test_meta_inplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0129820Z test_meta_inplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0129940Z test_meta_inplace_any_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0130060Z test_meta_inplace_any_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0130180Z test_meta_inplace_any_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0130300Z test_meta_inplace_any_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0130410Z test_meta_inplace_any_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0130530Z test_meta_inplace_any_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0130650Z test_meta_inplace_any_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0130760Z test_meta_inplace_any_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0130870Z test_meta_inplace_any_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0130990Z test_meta_inplace_any_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0131100Z test_meta_inplace_any_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0131240Z test_meta_inplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0131370Z test_meta_inplace_arange_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0131490Z test_meta_inplace_arange_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0131600Z test_meta_inplace_arange_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0131720Z test_meta_inplace_arange_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0131840Z test_meta_inplace_arange_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0131950Z test_meta_inplace_arange_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0132070Z test_meta_inplace_arange_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0132210Z test_meta_inplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0132330Z test_meta_inplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0132450Z test_meta_inplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0132560Z test_meta_inplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0132680Z test_meta_inplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0132790Z test_meta_inplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0132910Z test_meta_inplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0133030Z test_meta_inplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0133140Z test_meta_inplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0133260Z test_meta_inplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0133380Z test_meta_inplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0133500Z test_meta_inplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0133640Z test_meta_inplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0133760Z test_meta_inplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0133880Z test_meta_inplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0134000Z test_meta_inplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0134120Z test_meta_inplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0134250Z test_meta_inplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0134370Z test_meta_inplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0134500Z test_meta_inplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0134620Z test_meta_inplace_argsort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0134860Z test_meta_inplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0134990Z test_meta_inplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0135110Z test_meta_inplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0135240Z test_meta_inplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0135360Z test_meta_inplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0135480Z test_meta_inplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0135600Z test_meta_inplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0135720Z test_meta_inplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0135870Z test_meta_inplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0135990Z test_meta_inplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0136110Z test_meta_inplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0136240Z test_meta_inplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0136360Z test_meta_inplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0136480Z test_meta_inplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0136600Z test_meta_inplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0136720Z test_meta_inplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0136840Z test_meta_inplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0136960Z test_meta_inplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0137070Z test_meta_inplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0137190Z test_meta_inplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0137290Z test_meta_inplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0137390Z test_meta_inplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0137490Z test_meta_inplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0137590Z test_meta_inplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0137690Z test_meta_inplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0137790Z test_meta_inplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0137890Z test_meta_inplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0137980Z test_meta_inplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0138080Z test_meta_inplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0138170Z test_meta_inplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0138270Z test_meta_inplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0138380Z test_meta_inplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0138480Z test_meta_inplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0138610Z test_meta_inplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0138740Z test_meta_inplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0138870Z test_meta_inplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0139010Z test_meta_inplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.015s) 2022-11-23T01:20:48.0139140Z test_meta_inplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0139270Z test_meta_inplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0139420Z test_meta_inplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0139590Z test_meta_inplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.006s) 2022-11-23T01:20:48.0139720Z test_meta_inplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0139850Z test_meta_inplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0139980Z test_meta_inplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.003s) 2022-11-23T01:20:48.0140280Z test_meta_inplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0140480Z test_meta_inplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0140590Z test_meta_inplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0140720Z test_meta_inplace_asin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0140830Z test_meta_inplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0140930Z test_meta_inplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0141030Z test_meta_inplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0141120Z test_meta_inplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0141240Z test_meta_inplace_asin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0141360Z test_meta_inplace_asin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0141480Z test_meta_inplace_asin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0141600Z test_meta_inplace_asin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0141720Z test_meta_inplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0141820Z test_meta_inplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0141930Z test_meta_inplace_asinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0142040Z test_meta_inplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0142140Z test_meta_inplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0142250Z test_meta_inplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0142460Z test_meta_inplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0142590Z test_meta_inplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0142710Z test_meta_inplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0142840Z test_meta_inplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0142960Z test_meta_inplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0143080Z test_meta_inplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0143190Z test_meta_inplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0143310Z test_meta_inplace_atan2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0143410Z test_meta_inplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0143550Z test_meta_inplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0143670Z test_meta_inplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0143800Z test_meta_inplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0143910Z test_meta_inplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0144030Z test_meta_inplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0144150Z test_meta_inplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0144250Z test_meta_inplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0144370Z test_meta_inplace_atan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0144480Z test_meta_inplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0144580Z test_meta_inplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0144680Z test_meta_inplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0144780Z test_meta_inplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0144900Z test_meta_inplace_atan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0145020Z test_meta_inplace_atan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0145140Z test_meta_inplace_atan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0145270Z test_meta_inplace_atan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0145380Z test_meta_inplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0145480Z test_meta_inplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0145590Z test_meta_inplace_atanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0145690Z test_meta_inplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0145790Z test_meta_inplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0145880Z test_meta_inplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0145970Z test_meta_inplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0146090Z test_meta_inplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0146200Z test_meta_inplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0146330Z test_meta_inplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0146450Z test_meta_inplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0146560Z test_meta_inplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0146700Z test_meta_inplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0146820Z test_meta_inplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0146960Z test_meta_inplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0147090Z test_meta_inplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0147230Z test_meta_inplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0147370Z test_meta_inplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0147500Z test_meta_inplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0147620Z test_meta_inplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0147740Z test_meta_inplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0147860Z test_meta_inplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0147980Z test_meta_inplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0148100Z test_meta_inplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0148230Z test_meta_inplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0148350Z test_meta_inplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0148470Z test_meta_inplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0148600Z test_meta_inplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0148720Z test_meta_inplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0148840Z test_meta_inplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0148970Z test_meta_inplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0149090Z test_meta_inplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0149210Z test_meta_inplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0149330Z test_meta_inplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0149450Z test_meta_inplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0149560Z test_meta_inplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0149680Z test_meta_inplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0149850Z test_meta_inplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0149980Z test_meta_inplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0150100Z test_meta_inplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0150230Z test_meta_inplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0150360Z test_meta_inplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0150490Z test_meta_inplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0150610Z test_meta_inplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0150730Z test_meta_inplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0150880Z test_meta_inplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0151000Z test_meta_inplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0151120Z test_meta_inplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0151230Z test_meta_inplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0151350Z test_meta_inplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0151470Z test_meta_inplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0151570Z test_meta_inplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0151680Z test_meta_inplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0151780Z test_meta_inplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0151880Z test_meta_inplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0151980Z test_meta_inplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0152080Z test_meta_inplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0152180Z test_meta_inplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0152270Z test_meta_inplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0152370Z test_meta_inplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0152460Z test_meta_inplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0152590Z test_meta_inplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0152720Z test_meta_inplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0152850Z test_meta_inplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0152970Z test_meta_inplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0153100Z test_meta_inplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0153230Z test_meta_inplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0153350Z test_meta_inplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0153510Z test_meta_inplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0153630Z test_meta_inplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0153750Z test_meta_inplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0153860Z test_meta_inplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0154090Z test_meta_inplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0154210Z test_meta_inplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0154330Z test_meta_inplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0154450Z test_meta_inplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0154590Z test_meta_inplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0154710Z test_meta_inplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0154830Z test_meta_inplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0154950Z test_meta_inplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0155070Z test_meta_inplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0155180Z test_meta_inplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0155280Z test_meta_inplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0155380Z test_meta_inplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0155480Z test_meta_inplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0155570Z test_meta_inplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0155670Z test_meta_inplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0155760Z test_meta_inplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0155860Z test_meta_inplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0160800Z test_meta_inplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0160920Z test_meta_inplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0161020Z test_meta_inplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0161130Z test_meta_inplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0161240Z test_meta_inplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0161340Z test_meta_inplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0161430Z test_meta_inplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0161530Z test_meta_inplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0161630Z test_meta_inplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0161720Z test_meta_inplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0161820Z test_meta_inplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0161920Z test_meta_inplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0162070Z test_meta_inplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0162160Z test_meta_inplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0162260Z test_meta_inplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0162360Z test_meta_inplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0162470Z test_meta_inplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0162580Z test_meta_inplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0162680Z test_meta_inplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0162790Z test_meta_inplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0162890Z test_meta_inplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0162990Z test_meta_inplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0163110Z test_meta_inplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0163210Z test_meta_inplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0163310Z test_meta_inplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0163400Z test_meta_inplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0163500Z test_meta_inplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0163630Z test_meta_inplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0163760Z test_meta_inplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0163900Z test_meta_inplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0164030Z test_meta_inplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0164160Z test_meta_inplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0164290Z test_meta_inplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0164410Z test_meta_inplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0164540Z test_meta_inplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0164660Z test_meta_inplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0164790Z test_meta_inplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0164910Z test_meta_inplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0165030Z test_meta_inplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0165160Z test_meta_inplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0165280Z test_meta_inplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0165410Z test_meta_inplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0165530Z test_meta_inplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0165650Z test_meta_inplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0165800Z test_meta_inplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0165920Z test_meta_inplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0166040Z test_meta_inplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0166160Z test_meta_inplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0166280Z test_meta_inplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0166400Z test_meta_inplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0166540Z test_meta_inplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0166660Z test_meta_inplace_bool_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0166810Z test_meta_inplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0166940Z test_meta_inplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0167070Z test_meta_inplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0167200Z test_meta_inplace_bool_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0167330Z test_meta_inplace_bool_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0167450Z test_meta_inplace_bool_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0167580Z test_meta_inplace_bool_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0167700Z test_meta_inplace_bool_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0167830Z test_meta_inplace_bool_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0167950Z test_meta_inplace_bool_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0168070Z test_meta_inplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0168210Z test_meta_inplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0168350Z test_meta_inplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0168490Z test_meta_inplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0168630Z test_meta_inplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0168760Z test_meta_inplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0168900Z test_meta_inplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0169030Z test_meta_inplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0169160Z test_meta_inplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0169290Z test_meta_inplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0169480Z test_meta_inplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0169620Z test_meta_inplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0169750Z test_meta_inplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0169880Z test_meta_inplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0170010Z test_meta_inplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0170140Z test_meta_inplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0170260Z test_meta_inplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0170400Z test_meta_inplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0170560Z test_meta_inplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0170690Z test_meta_inplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0170820Z test_meta_inplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0170940Z test_meta_inplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0171070Z test_meta_inplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0171190Z test_meta_inplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0171320Z test_meta_inplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0171440Z test_meta_inplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0171570Z test_meta_inplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0171700Z test_meta_inplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0171820Z test_meta_inplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0171940Z test_meta_inplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0172060Z test_meta_inplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0172180Z test_meta_inplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0172300Z test_meta_inplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0172420Z test_meta_inplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0172540Z test_meta_inplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0172660Z test_meta_inplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0172780Z test_meta_inplace_byte_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0172900Z test_meta_inplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0173040Z test_meta_inplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0173160Z test_meta_inplace_byte_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0173280Z test_meta_inplace_byte_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0173400Z test_meta_inplace_byte_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0173510Z test_meta_inplace_byte_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0173630Z test_meta_inplace_byte_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0173740Z test_meta_inplace_byte_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0173850Z test_meta_inplace_byte_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0173990Z test_meta_inplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0174120Z test_meta_inplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0174250Z test_meta_inplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0174380Z test_meta_inplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0174510Z test_meta_inplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0174630Z test_meta_inplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0174760Z test_meta_inplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0174890Z test_meta_inplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0175010Z test_meta_inplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0175140Z test_meta_inplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0175260Z test_meta_inplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0175390Z test_meta_inplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0175510Z test_meta_inplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0175630Z test_meta_inplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0175750Z test_meta_inplace_cat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0175870Z test_meta_inplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0175990Z test_meta_inplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0176200Z test_meta_inplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0176320Z test_meta_inplace_cat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0176440Z test_meta_inplace_cat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0176560Z test_meta_inplace_cat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0176710Z test_meta_inplace_cat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0176840Z test_meta_inplace_cat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0176950Z test_meta_inplace_cat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0177070Z test_meta_inplace_cat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0177190Z test_meta_inplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0177310Z test_meta_inplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0177440Z test_meta_inplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0177560Z test_meta_inplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0177710Z test_meta_inplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0177840Z test_meta_inplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0177970Z test_meta_inplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0178090Z test_meta_inplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0178220Z test_meta_inplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0178340Z test_meta_inplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0178460Z test_meta_inplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0178590Z test_meta_inplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0178720Z test_meta_inplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0178840Z test_meta_inplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0178970Z test_meta_inplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0179090Z test_meta_inplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0179190Z test_meta_inplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0179290Z test_meta_inplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0179390Z test_meta_inplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0179490Z test_meta_inplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0179590Z test_meta_inplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0179690Z test_meta_inplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0179790Z test_meta_inplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0179880Z test_meta_inplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0180010Z test_meta_inplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0180130Z test_meta_inplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0180260Z test_meta_inplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0180420Z test_meta_inplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0180540Z test_meta_inplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0180660Z test_meta_inplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0180780Z test_meta_inplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0180900Z test_meta_inplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0181020Z test_meta_inplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0181140Z test_meta_inplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0181250Z test_meta_inplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0181390Z test_meta_inplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0181500Z test_meta_inplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0181620Z test_meta_inplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0181740Z test_meta_inplace_chalf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0181860Z test_meta_inplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0181980Z test_meta_inplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0182100Z test_meta_inplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0182220Z test_meta_inplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0182340Z test_meta_inplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0182460Z test_meta_inplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0182580Z test_meta_inplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0182690Z test_meta_inplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0182800Z test_meta_inplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0182920Z test_meta_inplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0183040Z test_meta_inplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0183160Z test_meta_inplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0183270Z test_meta_inplace_char_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0183390Z test_meta_inplace_char_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0183510Z test_meta_inplace_char_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0183630Z test_meta_inplace_char_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0183750Z test_meta_inplace_char_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0183930Z test_meta_inplace_char_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0184050Z test_meta_inplace_char_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0184170Z test_meta_inplace_char_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0184280Z test_meta_inplace_char_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0184400Z test_meta_inplace_char_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0184510Z test_meta_inplace_char_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0184620Z test_meta_inplace_char_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0184750Z test_meta_inplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0184920Z test_meta_inplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0185050Z test_meta_inplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0185170Z test_meta_inplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0185310Z test_meta_inplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0185450Z test_meta_inplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0185590Z test_meta_inplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0185720Z test_meta_inplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0185850Z test_meta_inplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0185980Z test_meta_inplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0186110Z test_meta_inplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0186240Z test_meta_inplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0186360Z test_meta_inplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0186480Z test_meta_inplace_chunk_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0186600Z test_meta_inplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0186720Z test_meta_inplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0186840Z test_meta_inplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0186960Z test_meta_inplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0187080Z test_meta_inplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0187190Z test_meta_inplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0187310Z test_meta_inplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0187480Z test_meta_inplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0187590Z test_meta_inplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0187710Z test_meta_inplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0187820Z test_meta_inplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0187920Z test_meta_inplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0188010Z test_meta_inplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0188110Z test_meta_inplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0188200Z test_meta_inplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0188290Z test_meta_inplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0188380Z test_meta_inplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0188490Z test_meta_inplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0188580Z test_meta_inplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0188680Z test_meta_inplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0188770Z test_meta_inplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0188870Z test_meta_inplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0188970Z test_meta_inplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0189070Z test_meta_inplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0193230Z test_meta_inplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0193350Z test_meta_inplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0193440Z test_meta_inplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0193540Z test_meta_inplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0193630Z test_meta_inplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0193730Z test_meta_inplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0193830Z test_meta_inplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0193920Z test_meta_inplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0194020Z test_meta_inplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0194110Z test_meta_inplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0194210Z test_meta_inplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0194300Z test_meta_inplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0194400Z test_meta_inplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0194490Z test_meta_inplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0194580Z test_meta_inplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0194710Z test_meta_inplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0194830Z test_meta_inplace_clone_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0194960Z test_meta_inplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0195080Z test_meta_inplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0195240Z test_meta_inplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0195370Z test_meta_inplace_clone_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0195480Z test_meta_inplace_clone_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0195600Z test_meta_inplace_clone_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0195720Z test_meta_inplace_clone_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0195830Z test_meta_inplace_clone_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0195940Z test_meta_inplace_clone_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0196060Z test_meta_inplace_clone_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0196200Z test_meta_inplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0196320Z test_meta_inplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0196450Z test_meta_inplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0196570Z test_meta_inplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0196700Z test_meta_inplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0196830Z test_meta_inplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0196950Z test_meta_inplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0197080Z test_meta_inplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0197200Z test_meta_inplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0197320Z test_meta_inplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0197440Z test_meta_inplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0197560Z test_meta_inplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0197680Z test_meta_inplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0197800Z test_meta_inplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0197930Z test_meta_inplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0198050Z test_meta_inplace_combinations_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0198180Z test_meta_inplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0198310Z test_meta_inplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0198520Z test_meta_inplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0198640Z test_meta_inplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0198790Z test_meta_inplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0198930Z test_meta_inplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0199050Z test_meta_inplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0199180Z test_meta_inplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0199310Z test_meta_inplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0199430Z test_meta_inplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0199550Z test_meta_inplace_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0199680Z test_meta_inplace_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0199820Z test_meta_inplace_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0199950Z test_meta_inplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0200070Z test_meta_inplace_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0200180Z test_meta_inplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0200310Z test_meta_inplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0200430Z test_meta_inplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0200550Z test_meta_inplace_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0200670Z test_meta_inplace_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0200780Z test_meta_inplace_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0200900Z test_meta_inplace_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0201010Z test_meta_inplace_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0201130Z test_meta_inplace_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0201240Z test_meta_inplace_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0201350Z test_meta_inplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0201460Z test_meta_inplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0201560Z test_meta_inplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0201670Z test_meta_inplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0201770Z test_meta_inplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0201870Z test_meta_inplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0201970Z test_meta_inplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0202070Z test_meta_inplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0202160Z test_meta_inplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0202360Z test_meta_inplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0202490Z test_meta_inplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0202590Z test_meta_inplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0202690Z test_meta_inplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0202790Z test_meta_inplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0202920Z test_meta_inplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0203040Z test_meta_inplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0203180Z test_meta_inplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0203310Z test_meta_inplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0203440Z test_meta_inplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0203600Z test_meta_inplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0203740Z test_meta_inplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0203880Z test_meta_inplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0204010Z test_meta_inplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0204140Z test_meta_inplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0204280Z test_meta_inplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0204410Z test_meta_inplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0204540Z test_meta_inplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0204680Z test_meta_inplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0204810Z test_meta_inplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0204950Z test_meta_inplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0205080Z test_meta_inplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0205210Z test_meta_inplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0205350Z test_meta_inplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0205470Z test_meta_inplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0205600Z test_meta_inplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0205730Z test_meta_inplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0205860Z test_meta_inplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0205980Z test_meta_inplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0206120Z test_meta_inplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0206250Z test_meta_inplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0206380Z test_meta_inplace_copysign_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0206480Z test_meta_inplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0206590Z test_meta_inplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0206690Z test_meta_inplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0206810Z test_meta_inplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0206940Z test_meta_inplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0207060Z test_meta_inplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0207180Z test_meta_inplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0207330Z test_meta_inplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0207470Z test_meta_inplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0207610Z test_meta_inplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0207740Z test_meta_inplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0207870Z test_meta_inplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0208000Z test_meta_inplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0208130Z test_meta_inplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0208260Z test_meta_inplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0208390Z test_meta_inplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0208510Z test_meta_inplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0208630Z test_meta_inplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0208730Z test_meta_inplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0208850Z test_meta_inplace_cos_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0208950Z test_meta_inplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0209050Z test_meta_inplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0209150Z test_meta_inplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0209240Z test_meta_inplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0209360Z test_meta_inplace_cos_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0209470Z test_meta_inplace_cos_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0209580Z test_meta_inplace_cos_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0209700Z test_meta_inplace_cos_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0209810Z test_meta_inplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0209910Z test_meta_inplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0210050Z test_meta_inplace_cosh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0210150Z test_meta_inplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0210250Z test_meta_inplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0210340Z test_meta_inplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0210440Z test_meta_inplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0210560Z test_meta_inplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0210670Z test_meta_inplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0210790Z test_meta_inplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0210900Z test_meta_inplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0211040Z test_meta_inplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0211180Z test_meta_inplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0211310Z test_meta_inplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0211440Z test_meta_inplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0211570Z test_meta_inplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0211700Z test_meta_inplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0211830Z test_meta_inplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0211950Z test_meta_inplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0212080Z test_meta_inplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0212200Z test_meta_inplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0212320Z test_meta_inplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0212450Z test_meta_inplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0212570Z test_meta_inplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0212690Z test_meta_inplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0212820Z test_meta_inplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0212950Z test_meta_inplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0213070Z test_meta_inplace_cov_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0213190Z test_meta_inplace_cov_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0213310Z test_meta_inplace_cov_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0213430Z test_meta_inplace_cov_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0213540Z test_meta_inplace_cov_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0213680Z test_meta_inplace_cov_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0213800Z test_meta_inplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0213930Z test_meta_inplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0214060Z test_meta_inplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0214190Z test_meta_inplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0214320Z test_meta_inplace_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0214450Z test_meta_inplace_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0214570Z test_meta_inplace_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0214710Z test_meta_inplace_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0214830Z test_meta_inplace_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0214960Z test_meta_inplace_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0215080Z test_meta_inplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0215210Z test_meta_inplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0215340Z test_meta_inplace_cummax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0215470Z test_meta_inplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0215590Z test_meta_inplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0215710Z test_meta_inplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0215840Z test_meta_inplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0215960Z test_meta_inplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0216070Z test_meta_inplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0216190Z test_meta_inplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0216320Z test_meta_inplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0216440Z test_meta_inplace_cummin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0216560Z test_meta_inplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0216680Z test_meta_inplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0216800Z test_meta_inplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0216920Z test_meta_inplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0217040Z test_meta_inplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0217160Z test_meta_inplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0217330Z test_meta_inplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0217440Z test_meta_inplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0217550Z test_meta_inplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0217650Z test_meta_inplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0217750Z test_meta_inplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0217850Z test_meta_inplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0217950Z test_meta_inplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0218040Z test_meta_inplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0218140Z test_meta_inplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0218230Z test_meta_inplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0218360Z test_meta_inplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0218470Z test_meta_inplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped (0.001s) 2022-11-23T01:20:48.0218580Z test_meta_inplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped (0.001s) 2022-11-23T01:20:48.0218690Z test_meta_inplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped (0.001s) 2022-11-23T01:20:48.0218800Z test_meta_inplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped (0.001s) 2022-11-23T01:20:48.0218910Z test_meta_inplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped (0.001s) 2022-11-23T01:20:48.0219010Z test_meta_inplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped (0.001s) 2022-11-23T01:20:48.0219120Z test_meta_inplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped (0.001s) 2022-11-23T01:20:48.0219220Z test_meta_inplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped (0.001s) 2022-11-23T01:20:48.0219330Z test_meta_inplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped (0.001s) 2022-11-23T01:20:48.0219430Z test_meta_inplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped (0.001s) 2022-11-23T01:20:48.0219570Z test_meta_inplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0219720Z test_meta_inplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0219860Z test_meta_inplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0220000Z test_meta_inplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0220140Z test_meta_inplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0220280Z test_meta_inplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0220420Z test_meta_inplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0220550Z test_meta_inplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0220690Z test_meta_inplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0220820Z test_meta_inplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0220930Z test_meta_inplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0221110Z test_meta_inplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0221220Z test_meta_inplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0221320Z test_meta_inplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0221420Z test_meta_inplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0221550Z test_meta_inplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0226560Z test_meta_inplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0226740Z test_meta_inplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0226870Z test_meta_inplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0227000Z test_meta_inplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0227220Z test_meta_inplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0227350Z test_meta_inplace_diag_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0227480Z test_meta_inplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0227620Z test_meta_inplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0227750Z test_meta_inplace_diag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0227880Z test_meta_inplace_diag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0228010Z test_meta_inplace_diag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0228140Z test_meta_inplace_diag_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0228260Z test_meta_inplace_diag_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0228390Z test_meta_inplace_diag_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0228510Z test_meta_inplace_diag_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0228630Z test_meta_inplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0228760Z test_meta_inplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0228880Z test_meta_inplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0229020Z test_meta_inplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0229150Z test_meta_inplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0229280Z test_meta_inplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0229410Z test_meta_inplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0229530Z test_meta_inplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0229650Z test_meta_inplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0229780Z test_meta_inplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0229940Z test_meta_inplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0230060Z test_meta_inplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0230190Z test_meta_inplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0230310Z test_meta_inplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0230440Z test_meta_inplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0230570Z test_meta_inplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0230700Z test_meta_inplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0230820Z test_meta_inplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0230980Z test_meta_inplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0231100Z test_meta_inplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0231230Z test_meta_inplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0231350Z test_meta_inplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0231480Z test_meta_inplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0231600Z test_meta_inplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0231720Z test_meta_inplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0231850Z test_meta_inplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0231980Z test_meta_inplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0232110Z test_meta_inplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0232240Z test_meta_inplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0232370Z test_meta_inplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0232500Z test_meta_inplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0232640Z test_meta_inplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0232770Z test_meta_inplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0232890Z test_meta_inplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0233020Z test_meta_inplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0233150Z test_meta_inplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0233270Z test_meta_inplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0233400Z test_meta_inplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0233540Z test_meta_inplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0233670Z test_meta_inplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0233800Z test_meta_inplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0233920Z test_meta_inplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0234050Z test_meta_inplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0234360Z test_meta_inplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0234490Z test_meta_inplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0234610Z test_meta_inplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0234760Z test_meta_inplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0234890Z test_meta_inplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0235020Z test_meta_inplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0235140Z test_meta_inplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0235270Z test_meta_inplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0235390Z test_meta_inplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0235530Z test_meta_inplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0235660Z test_meta_inplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0235790Z test_meta_inplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0235920Z test_meta_inplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0236050Z test_meta_inplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0236180Z test_meta_inplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0236310Z test_meta_inplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0236440Z test_meta_inplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0236560Z test_meta_inplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0236680Z test_meta_inplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0236800Z test_meta_inplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0236920Z test_meta_inplace_diff_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0237040Z test_meta_inplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0237160Z test_meta_inplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0237340Z test_meta_inplace_diff_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0237470Z test_meta_inplace_diff_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0237580Z test_meta_inplace_diff_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0237700Z test_meta_inplace_diff_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0237810Z test_meta_inplace_diff_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0237930Z test_meta_inplace_diff_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0238040Z test_meta_inplace_diff_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0238160Z test_meta_inplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0238300Z test_meta_inplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0238420Z test_meta_inplace_digamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0238520Z test_meta_inplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0238620Z test_meta_inplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0238740Z test_meta_inplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0238850Z test_meta_inplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0238970Z test_meta_inplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0239080Z test_meta_inplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0239200Z test_meta_inplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0239320Z test_meta_inplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0239440Z test_meta_inplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0239560Z test_meta_inplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0239680Z test_meta_inplace_dist_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0239790Z test_meta_inplace_dist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0239910Z test_meta_inplace_dist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0240020Z test_meta_inplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0240130Z test_meta_inplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0240230Z test_meta_inplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0240330Z test_meta_inplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0240430Z test_meta_inplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0240530Z test_meta_inplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0240630Z test_meta_inplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0240740Z test_meta_inplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0240840Z test_meta_inplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0240960Z test_meta_inplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0241090Z test_meta_inplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0241210Z test_meta_inplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0241310Z test_meta_inplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0241420Z test_meta_inplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0241520Z test_meta_inplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0241620Z test_meta_inplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0241740Z test_meta_inplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0241890Z test_meta_inplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0242010Z test_meta_inplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0242140Z test_meta_inplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0242340Z test_meta_inplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0242450Z test_meta_inplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0242560Z test_meta_inplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0242670Z test_meta_inplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0242770Z test_meta_inplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0242880Z test_meta_inplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0243000Z test_meta_inplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0243100Z test_meta_inplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0243200Z test_meta_inplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0243300Z test_meta_inplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0243430Z test_meta_inplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0243550Z test_meta_inplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0243680Z test_meta_inplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0243810Z test_meta_inplace_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0243930Z test_meta_inplace_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0244050Z test_meta_inplace_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0244170Z test_meta_inplace_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0244280Z test_meta_inplace_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0244400Z test_meta_inplace_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0244520Z test_meta_inplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0244670Z test_meta_inplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0244890Z test_meta_inplace_double_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0245020Z test_meta_inplace_double_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0245150Z test_meta_inplace_double_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0245280Z test_meta_inplace_double_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0245410Z test_meta_inplace_double_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0245540Z test_meta_inplace_double_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0245670Z test_meta_inplace_double_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0245820Z test_meta_inplace_double_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0245950Z test_meta_inplace_double_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0246070Z test_meta_inplace_double_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0246200Z test_meta_inplace_double_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0246320Z test_meta_inplace_double_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0246450Z test_meta_inplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0246570Z test_meta_inplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0246700Z test_meta_inplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0246830Z test_meta_inplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0246950Z test_meta_inplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0247070Z test_meta_inplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0247200Z test_meta_inplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0247320Z test_meta_inplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0247440Z test_meta_inplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0247560Z test_meta_inplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0247680Z test_meta_inplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0247800Z test_meta_inplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0247920Z test_meta_inplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0248040Z test_meta_inplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0248160Z test_meta_inplace_dstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0248290Z test_meta_inplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0248460Z test_meta_inplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0248590Z test_meta_inplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0248710Z test_meta_inplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0248830Z test_meta_inplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0248950Z test_meta_inplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0249070Z test_meta_inplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0249190Z test_meta_inplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0249310Z test_meta_inplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0249450Z test_meta_inplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0249570Z test_meta_inplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0249690Z test_meta_inplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0249820Z test_meta_inplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0249950Z test_meta_inplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0250070Z test_meta_inplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0250190Z test_meta_inplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0250310Z test_meta_inplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0250430Z test_meta_inplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0250550Z test_meta_inplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0250660Z test_meta_inplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0250780Z test_meta_inplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0250900Z test_meta_inplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0251030Z test_meta_inplace_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0251150Z test_meta_inplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0251280Z test_meta_inplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0251410Z test_meta_inplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0251530Z test_meta_inplace_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0251650Z test_meta_inplace_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0251780Z test_meta_inplace_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0251890Z test_meta_inplace_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0252080Z test_meta_inplace_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0252200Z test_meta_inplace_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0252320Z test_meta_inplace_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0252440Z test_meta_inplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0252570Z test_meta_inplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0252690Z test_meta_inplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0252820Z test_meta_inplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0252960Z test_meta_inplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0253110Z test_meta_inplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0253240Z test_meta_inplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0253370Z test_meta_inplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0253490Z test_meta_inplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0253610Z test_meta_inplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0253740Z test_meta_inplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0253860Z test_meta_inplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0253980Z test_meta_inplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0254110Z test_meta_inplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0254210Z test_meta_inplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0254300Z test_meta_inplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0254400Z test_meta_inplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0254500Z test_meta_inplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0254590Z test_meta_inplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0254680Z test_meta_inplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0254780Z test_meta_inplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0254870Z test_meta_inplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0254970Z test_meta_inplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0255060Z test_meta_inplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0255150Z test_meta_inplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0255240Z test_meta_inplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0255330Z test_meta_inplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0255460Z test_meta_inplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0255580Z test_meta_inplace_equal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0259770Z test_meta_inplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0259920Z test_meta_inplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0260040Z test_meta_inplace_equal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0260180Z test_meta_inplace_equal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0260360Z test_meta_inplace_equal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0260490Z test_meta_inplace_equal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0260610Z test_meta_inplace_equal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0260730Z test_meta_inplace_equal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0260890Z test_meta_inplace_equal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0261010Z test_meta_inplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0261120Z test_meta_inplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0261240Z test_meta_inplace_erf_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0261330Z test_meta_inplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0261430Z test_meta_inplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0261560Z test_meta_inplace_erf_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0261680Z test_meta_inplace_erf_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0261800Z test_meta_inplace_erf_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0261910Z test_meta_inplace_erf_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0262030Z test_meta_inplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0262130Z test_meta_inplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0262250Z test_meta_inplace_erfc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0262350Z test_meta_inplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0262450Z test_meta_inplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0262570Z test_meta_inplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0262700Z test_meta_inplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0262820Z test_meta_inplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0262940Z test_meta_inplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0263060Z test_meta_inplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0263170Z test_meta_inplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0263290Z test_meta_inplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0263390Z test_meta_inplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0263490Z test_meta_inplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0263670Z test_meta_inplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0263800Z test_meta_inplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0263910Z test_meta_inplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0264030Z test_meta_inplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0264150Z test_meta_inplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0264250Z test_meta_inplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0264360Z test_meta_inplace_exp2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0264460Z test_meta_inplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0264550Z test_meta_inplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0264670Z test_meta_inplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0264780Z test_meta_inplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0264900Z test_meta_inplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0265010Z test_meta_inplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0265130Z test_meta_inplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0265240Z test_meta_inplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0265330Z test_meta_inplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0265450Z test_meta_inplace_exp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0265550Z test_meta_inplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0265650Z test_meta_inplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0265750Z test_meta_inplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0265840Z test_meta_inplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0265950Z test_meta_inplace_exp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0266070Z test_meta_inplace_exp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0266180Z test_meta_inplace_exp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0266290Z test_meta_inplace_exp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0266400Z test_meta_inplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0266540Z test_meta_inplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0266670Z test_meta_inplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0266800Z test_meta_inplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0266930Z test_meta_inplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0267060Z test_meta_inplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0267180Z test_meta_inplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0267320Z test_meta_inplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0267450Z test_meta_inplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0267570Z test_meta_inplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0267700Z test_meta_inplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0267820Z test_meta_inplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0267940Z test_meta_inplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0268070Z test_meta_inplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0268190Z test_meta_inplace_expand_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0268320Z test_meta_inplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0268470Z test_meta_inplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0268590Z test_meta_inplace_expand_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0268720Z test_meta_inplace_expand_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0268840Z test_meta_inplace_expand_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0268960Z test_meta_inplace_expand_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0269080Z test_meta_inplace_expand_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0269210Z test_meta_inplace_expand_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0269330Z test_meta_inplace_expand_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0269450Z test_meta_inplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0269590Z test_meta_inplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0269720Z test_meta_inplace_expm1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0269820Z test_meta_inplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0269910Z test_meta_inplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0270040Z test_meta_inplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0270160Z test_meta_inplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0270280Z test_meta_inplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0270400Z test_meta_inplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0270520Z test_meta_inplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0270650Z test_meta_inplace_eye_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0270780Z test_meta_inplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0270900Z test_meta_inplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0271030Z test_meta_inplace_eye_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0271200Z test_meta_inplace_eye_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0271320Z test_meta_inplace_eye_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0271450Z test_meta_inplace_eye_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0271570Z test_meta_inplace_eye_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0271690Z test_meta_inplace_eye_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0271810Z test_meta_inplace_eye_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0271940Z test_meta_inplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0272070Z test_meta_inplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0272230Z test_meta_inplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0272360Z test_meta_inplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0272490Z test_meta_inplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0272620Z test_meta_inplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0272750Z test_meta_inplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0272870Z test_meta_inplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0273000Z test_meta_inplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0273120Z test_meta_inplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0273250Z test_meta_inplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0273370Z test_meta_inplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0273500Z test_meta_inplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0273630Z test_meta_inplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0273760Z test_meta_inplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0273890Z test_meta_inplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0274020Z test_meta_inplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0274140Z test_meta_inplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0274260Z test_meta_inplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0274380Z test_meta_inplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0274500Z test_meta_inplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0274620Z test_meta_inplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0274750Z test_meta_inplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0274900Z test_meta_inplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0275030Z test_meta_inplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0275160Z test_meta_inplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0275280Z test_meta_inplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0275410Z test_meta_inplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0275530Z test_meta_inplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0275660Z test_meta_inplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0275780Z test_meta_inplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0275940Z test_meta_inplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0276060Z test_meta_inplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0276190Z test_meta_inplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0276330Z test_meta_inplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0276470Z test_meta_inplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0276600Z test_meta_inplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0276730Z test_meta_inplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0276860Z test_meta_inplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0276980Z test_meta_inplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0277110Z test_meta_inplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0277230Z test_meta_inplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0277350Z test_meta_inplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0277470Z test_meta_inplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0277600Z test_meta_inplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0277720Z test_meta_inplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0277850Z test_meta_inplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0277970Z test_meta_inplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0278090Z test_meta_inplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0278220Z test_meta_inplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0278340Z test_meta_inplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0278510Z test_meta_inplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0278640Z test_meta_inplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0278760Z test_meta_inplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0278880Z test_meta_inplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0279010Z test_meta_inplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0279140Z test_meta_inplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0279330Z test_meta_inplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0279460Z test_meta_inplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0279610Z test_meta_inplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0279730Z test_meta_inplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0279860Z test_meta_inplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0279980Z test_meta_inplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0280110Z test_meta_inplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0280230Z test_meta_inplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0280370Z test_meta_inplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0280500Z test_meta_inplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0280630Z test_meta_inplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0280750Z test_meta_inplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0280880Z test_meta_inplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0281000Z test_meta_inplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0281130Z test_meta_inplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0281250Z test_meta_inplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0281380Z test_meta_inplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0281510Z test_meta_inplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0281640Z test_meta_inplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0281770Z test_meta_inplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0281900Z test_meta_inplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0282030Z test_meta_inplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0282170Z test_meta_inplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0282290Z test_meta_inplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0282420Z test_meta_inplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0282540Z test_meta_inplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0282670Z test_meta_inplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0282800Z test_meta_inplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0282930Z test_meta_inplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0283060Z test_meta_inplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0283210Z test_meta_inplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0283330Z test_meta_inplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0283460Z test_meta_inplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0283580Z test_meta_inplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0283700Z test_meta_inplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0283830Z test_meta_inplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0283950Z test_meta_inplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0284080Z test_meta_inplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0284210Z test_meta_inplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0284340Z test_meta_inplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0284470Z test_meta_inplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0284600Z test_meta_inplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0284720Z test_meta_inplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0284850Z test_meta_inplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0284970Z test_meta_inplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0285100Z test_meta_inplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0285220Z test_meta_inplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0285360Z test_meta_inplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0285490Z test_meta_inplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0285630Z test_meta_inplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0285760Z test_meta_inplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0285930Z test_meta_inplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0286070Z test_meta_inplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0286200Z test_meta_inplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0286330Z test_meta_inplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0286460Z test_meta_inplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0286590Z test_meta_inplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0286720Z test_meta_inplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0286890Z test_meta_inplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0287020Z test_meta_inplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0287140Z test_meta_inplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0287280Z test_meta_inplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0287400Z test_meta_inplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0287530Z test_meta_inplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0287660Z test_meta_inplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0287790Z test_meta_inplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0287910Z test_meta_inplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0288040Z test_meta_inplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0288170Z test_meta_inplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0288300Z test_meta_inplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0293370Z test_meta_inplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0293500Z test_meta_inplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0293630Z test_meta_inplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0293750Z test_meta_inplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0293880Z test_meta_inplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0294000Z test_meta_inplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0294130Z test_meta_inplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0294260Z test_meta_inplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0294380Z test_meta_inplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0294580Z test_meta_inplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0294710Z test_meta_inplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0294840Z test_meta_inplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0294960Z test_meta_inplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0295090Z test_meta_inplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0295210Z test_meta_inplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0295350Z test_meta_inplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0295480Z test_meta_inplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0295710Z test_meta_inplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0295830Z test_meta_inplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0296010Z test_meta_inplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0296130Z test_meta_inplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0296250Z test_meta_inplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0296370Z test_meta_inplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0296500Z test_meta_inplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0296620Z test_meta_inplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0296750Z test_meta_inplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0296880Z test_meta_inplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0297000Z test_meta_inplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0297130Z test_meta_inplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0297250Z test_meta_inplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0297370Z test_meta_inplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0297490Z test_meta_inplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0297610Z test_meta_inplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0297730Z test_meta_inplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0297850Z test_meta_inplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0297980Z test_meta_inplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0298110Z test_meta_inplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0298280Z test_meta_inplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0298410Z test_meta_inplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0298530Z test_meta_inplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0298650Z test_meta_inplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0298770Z test_meta_inplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0298890Z test_meta_inplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0299020Z test_meta_inplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0299140Z test_meta_inplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0299290Z test_meta_inplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0299410Z test_meta_inplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0299530Z test_meta_inplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0299650Z test_meta_inplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0299770Z test_meta_inplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0299890Z test_meta_inplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0300010Z test_meta_inplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0300140Z test_meta_inplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0300260Z test_meta_inplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0300380Z test_meta_inplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0300500Z test_meta_inplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0300620Z test_meta_inplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0300750Z test_meta_inplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0300870Z test_meta_inplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0300990Z test_meta_inplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0301110Z test_meta_inplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0301230Z test_meta_inplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0301350Z test_meta_inplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0301480Z test_meta_inplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0301600Z test_meta_inplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0301720Z test_meta_inplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0301850Z test_meta_inplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0301980Z test_meta_inplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0302080Z test_meta_inplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0302170Z test_meta_inplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0302270Z test_meta_inplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0302370Z test_meta_inplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0302470Z test_meta_inplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0302560Z test_meta_inplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0302660Z test_meta_inplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0302770Z test_meta_inplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0302870Z test_meta_inplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0302960Z test_meta_inplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0303050Z test_meta_inplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0303140Z test_meta_inplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0303230Z test_meta_inplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0303360Z test_meta_inplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0303490Z test_meta_inplace_flatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0303620Z test_meta_inplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0303740Z test_meta_inplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0303870Z test_meta_inplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0303990Z test_meta_inplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0304110Z test_meta_inplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0304230Z test_meta_inplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0304350Z test_meta_inplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0304480Z test_meta_inplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0304600Z test_meta_inplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0304720Z test_meta_inplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0304840Z test_meta_inplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0304960Z test_meta_inplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0305080Z test_meta_inplace_flip_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0305210Z test_meta_inplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0305330Z test_meta_inplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0305490Z test_meta_inplace_flip_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0305610Z test_meta_inplace_flip_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0305730Z test_meta_inplace_flip_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0305860Z test_meta_inplace_flip_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0305980Z test_meta_inplace_flip_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0306190Z test_meta_inplace_flip_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0306310Z test_meta_inplace_flip_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0306430Z test_meta_inplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0306590Z test_meta_inplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0306720Z test_meta_inplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0306850Z test_meta_inplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0306980Z test_meta_inplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0307110Z test_meta_inplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0307240Z test_meta_inplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0307370Z test_meta_inplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0307500Z test_meta_inplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0307630Z test_meta_inplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0307750Z test_meta_inplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0307880Z test_meta_inplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0308000Z test_meta_inplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0308130Z test_meta_inplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0308250Z test_meta_inplace_flipud_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0308380Z test_meta_inplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0308500Z test_meta_inplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0308620Z test_meta_inplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0308750Z test_meta_inplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0308870Z test_meta_inplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0308990Z test_meta_inplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0309110Z test_meta_inplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0309270Z test_meta_inplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0309400Z test_meta_inplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0309520Z test_meta_inplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0309640Z test_meta_inplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0309760Z test_meta_inplace_float_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0309890Z test_meta_inplace_float_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0310010Z test_meta_inplace_float_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0310130Z test_meta_inplace_float_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0310280Z test_meta_inplace_float_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0310400Z test_meta_inplace_float_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0310530Z test_meta_inplace_float_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0310650Z test_meta_inplace_float_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0310770Z test_meta_inplace_float_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0310890Z test_meta_inplace_float_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0311000Z test_meta_inplace_float_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0311120Z test_meta_inplace_float_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0311250Z test_meta_inplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.0311370Z test_meta_inplace_float_power_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.0311480Z test_meta_inplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0311610Z test_meta_inplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.0311730Z test_meta_inplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.0311850Z test_meta_inplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.0311960Z test_meta_inplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0312080Z test_meta_inplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.0312200Z test_meta_inplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.0312310Z test_meta_inplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.0312430Z test_meta_inplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.0312550Z test_meta_inplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.0312650Z test_meta_inplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0312750Z test_meta_inplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0312870Z test_meta_inplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0312970Z test_meta_inplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0313060Z test_meta_inplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0313150Z test_meta_inplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0313250Z test_meta_inplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0313340Z test_meta_inplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0313450Z test_meta_inplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0313550Z test_meta_inplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0313650Z test_meta_inplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0313750Z test_meta_inplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0313850Z test_meta_inplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0313980Z test_meta_inplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0314080Z test_meta_inplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0314180Z test_meta_inplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0314280Z test_meta_inplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0314410Z test_meta_inplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0314530Z test_meta_inplace_fmax_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0314660Z test_meta_inplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0314780Z test_meta_inplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0314900Z test_meta_inplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0315020Z test_meta_inplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0315140Z test_meta_inplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0315260Z test_meta_inplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0315380Z test_meta_inplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0315490Z test_meta_inplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0315620Z test_meta_inplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0315740Z test_meta_inplace_fmin_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0315860Z test_meta_inplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0315980Z test_meta_inplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0316100Z test_meta_inplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0316220Z test_meta_inplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0316330Z test_meta_inplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0316450Z test_meta_inplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0316580Z test_meta_inplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0316700Z test_meta_inplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0316800Z test_meta_inplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0316900Z test_meta_inplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0316990Z test_meta_inplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0317080Z test_meta_inplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0317180Z test_meta_inplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0317270Z test_meta_inplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0317370Z test_meta_inplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0317460Z test_meta_inplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0317570Z test_meta_inplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0317670Z test_meta_inplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0317800Z test_meta_inplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0317890Z test_meta_inplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0317990Z test_meta_inplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0318110Z test_meta_inplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0318240Z test_meta_inplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0318360Z test_meta_inplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0318490Z test_meta_inplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0318610Z test_meta_inplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0318730Z test_meta_inplace_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0318860Z test_meta_inplace_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0318980Z test_meta_inplace_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0319100Z test_meta_inplace_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0319220Z test_meta_inplace_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0319350Z test_meta_inplace_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0319470Z test_meta_inplace_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0319590Z test_meta_inplace_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0319700Z test_meta_inplace_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0319820Z test_meta_inplace_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0319940Z test_meta_inplace_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0320050Z test_meta_inplace_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0320240Z test_meta_inplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0320360Z test_meta_inplace_full_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0320490Z test_meta_inplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0320620Z test_meta_inplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0320750Z test_meta_inplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0320870Z test_meta_inplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0325420Z test_meta_inplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0325550Z test_meta_inplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0325750Z test_meta_inplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0325870Z test_meta_inplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0325990Z test_meta_inplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0326110Z test_meta_inplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0326240Z test_meta_inplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0326420Z test_meta_inplace_gather_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0326550Z test_meta_inplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0326680Z test_meta_inplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0326800Z test_meta_inplace_gather_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0326930Z test_meta_inplace_gather_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0327050Z test_meta_inplace_gather_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0327170Z test_meta_inplace_gather_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0327290Z test_meta_inplace_gather_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0327410Z test_meta_inplace_gather_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0327530Z test_meta_inplace_gather_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0327650Z test_meta_inplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0327750Z test_meta_inplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0327840Z test_meta_inplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0327930Z test_meta_inplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328020Z test_meta_inplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328110Z test_meta_inplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328210Z test_meta_inplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328300Z test_meta_inplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328420Z test_meta_inplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328520Z test_meta_inplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328610Z test_meta_inplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328700Z test_meta_inplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328790Z test_meta_inplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328880Z test_meta_inplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0328970Z test_meta_inplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0329060Z test_meta_inplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0329190Z test_meta_inplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0329310Z test_meta_inplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0329460Z test_meta_inplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0329590Z test_meta_inplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0329720Z test_meta_inplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0329850Z test_meta_inplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0329970Z test_meta_inplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0330100Z test_meta_inplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0330220Z test_meta_inplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0330350Z test_meta_inplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0330470Z test_meta_inplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0330600Z test_meta_inplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0330720Z test_meta_inplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0330840Z test_meta_inplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0330970Z test_meta_inplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0331110Z test_meta_inplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0331210Z test_meta_inplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0331300Z test_meta_inplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0331390Z test_meta_inplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0331480Z test_meta_inplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0331570Z test_meta_inplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0331660Z test_meta_inplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0331750Z test_meta_inplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0331840Z test_meta_inplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0331930Z test_meta_inplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0332020Z test_meta_inplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0332190Z test_meta_inplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0332320Z test_meta_inplace_half_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0332440Z test_meta_inplace_half_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0332570Z test_meta_inplace_half_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0332690Z test_meta_inplace_half_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0332810Z test_meta_inplace_half_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0332930Z test_meta_inplace_half_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0333050Z test_meta_inplace_half_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0333200Z test_meta_inplace_half_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0333310Z test_meta_inplace_half_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0333430Z test_meta_inplace_half_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0333550Z test_meta_inplace_half_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0333650Z test_meta_inplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0333750Z test_meta_inplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0333850Z test_meta_inplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0333960Z test_meta_inplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0334060Z test_meta_inplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0334160Z test_meta_inplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0334260Z test_meta_inplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0334350Z test_meta_inplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0334450Z test_meta_inplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0334550Z test_meta_inplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0334670Z test_meta_inplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0334790Z test_meta_inplace_histc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0334920Z test_meta_inplace_histc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0335050Z test_meta_inplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0335170Z test_meta_inplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0335310Z test_meta_inplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0335430Z test_meta_inplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0335560Z test_meta_inplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0335680Z test_meta_inplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0335820Z test_meta_inplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0335950Z test_meta_inplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0336080Z test_meta_inplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0336200Z test_meta_inplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0336320Z test_meta_inplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0336450Z test_meta_inplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0336570Z test_meta_inplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0336690Z test_meta_inplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0336830Z test_meta_inplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0336950Z test_meta_inplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0337070Z test_meta_inplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0337190Z test_meta_inplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0337310Z test_meta_inplace_hstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0337440Z test_meta_inplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0337570Z test_meta_inplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0337690Z test_meta_inplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0337810Z test_meta_inplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0337940Z test_meta_inplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0338060Z test_meta_inplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0338180Z test_meta_inplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0338300Z test_meta_inplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0338420Z test_meta_inplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0338540Z test_meta_inplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0338660Z test_meta_inplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0338760Z test_meta_inplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0338850Z test_meta_inplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0338950Z test_meta_inplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0339050Z test_meta_inplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0339160Z test_meta_inplace_i0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0339260Z test_meta_inplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0339350Z test_meta_inplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0339500Z test_meta_inplace_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0339620Z test_meta_inplace_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0339730Z test_meta_inplace_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0339840Z test_meta_inplace_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0339950Z test_meta_inplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0340050Z test_meta_inplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0340150Z test_meta_inplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0340250Z test_meta_inplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0340340Z test_meta_inplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0340480Z test_meta_inplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0340570Z test_meta_inplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0340670Z test_meta_inplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0340770Z test_meta_inplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0340900Z test_meta_inplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0341020Z test_meta_inplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0341140Z test_meta_inplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0341250Z test_meta_inplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0341350Z test_meta_inplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0341450Z test_meta_inplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0341560Z test_meta_inplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0341660Z test_meta_inplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0341760Z test_meta_inplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0341860Z test_meta_inplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0341960Z test_meta_inplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0342050Z test_meta_inplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0342150Z test_meta_inplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0342250Z test_meta_inplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0342340Z test_meta_inplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0342440Z test_meta_inplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0342540Z test_meta_inplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0342640Z test_meta_inplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0342740Z test_meta_inplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0342850Z test_meta_inplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0342950Z test_meta_inplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0343050Z test_meta_inplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0343200Z test_meta_inplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0343300Z test_meta_inplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0343400Z test_meta_inplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0343500Z test_meta_inplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0343590Z test_meta_inplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0343690Z test_meta_inplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0343790Z test_meta_inplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0343890Z test_meta_inplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0343990Z test_meta_inplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0344100Z test_meta_inplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0344220Z test_meta_inplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0344320Z test_meta_inplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0344410Z test_meta_inplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0344510Z test_meta_inplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0344610Z test_meta_inplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0344700Z test_meta_inplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0344800Z test_meta_inplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0344890Z test_meta_inplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0344990Z test_meta_inplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0345090Z test_meta_inplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0345190Z test_meta_inplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0345290Z test_meta_inplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0345390Z test_meta_inplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0345490Z test_meta_inplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0345590Z test_meta_inplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0345690Z test_meta_inplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0345790Z test_meta_inplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0345880Z test_meta_inplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0345980Z test_meta_inplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0346070Z test_meta_inplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0346170Z test_meta_inplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0346270Z test_meta_inplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0346370Z test_meta_inplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0346470Z test_meta_inplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0346570Z test_meta_inplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0346670Z test_meta_inplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0346770Z test_meta_inplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0346870Z test_meta_inplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0346990Z test_meta_inplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0347080Z test_meta_inplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0347220Z test_meta_inplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0347350Z test_meta_inplace_index_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0347490Z test_meta_inplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0347620Z test_meta_inplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0347750Z test_meta_inplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0347890Z test_meta_inplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0348040Z test_meta_inplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0348170Z test_meta_inplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0348300Z test_meta_inplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0348420Z test_meta_inplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0348540Z test_meta_inplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0348670Z test_meta_inplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0348790Z test_meta_inplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0348920Z test_meta_inplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0349050Z test_meta_inplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0349170Z test_meta_inplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0349300Z test_meta_inplace_inner_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0349420Z test_meta_inplace_inner_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0349550Z test_meta_inplace_inner_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0349670Z test_meta_inplace_inner_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0349790Z test_meta_inplace_inner_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0349910Z test_meta_inplace_inner_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0350020Z test_meta_inplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0350150Z test_meta_inplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0350270Z test_meta_inplace_int_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0350390Z test_meta_inplace_int_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0350530Z test_meta_inplace_int_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0350660Z test_meta_inplace_int_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0350780Z test_meta_inplace_int_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0350890Z test_meta_inplace_int_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0351010Z test_meta_inplace_int_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0351130Z test_meta_inplace_int_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0351250Z test_meta_inplace_int_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0351370Z test_meta_inplace_int_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0351480Z test_meta_inplace_int_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0351630Z test_meta_inplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0351750Z test_meta_inplace_isclose_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0351880Z test_meta_inplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0352010Z test_meta_inplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0352130Z test_meta_inplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0356070Z test_meta_inplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0356200Z test_meta_inplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0356330Z test_meta_inplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0356450Z test_meta_inplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0356570Z test_meta_inplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0356690Z test_meta_inplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0356810Z test_meta_inplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0356940Z test_meta_inplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0357060Z test_meta_inplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0357190Z test_meta_inplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0357320Z test_meta_inplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0357450Z test_meta_inplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0357570Z test_meta_inplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0357690Z test_meta_inplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0357820Z test_meta_inplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0358010Z test_meta_inplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0358140Z test_meta_inplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0358260Z test_meta_inplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0358380Z test_meta_inplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0358500Z test_meta_inplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0358620Z test_meta_inplace_isin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0358740Z test_meta_inplace_isin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0358870Z test_meta_inplace_isin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0358990Z test_meta_inplace_isin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0359130Z test_meta_inplace_isin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0359250Z test_meta_inplace_isin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0359370Z test_meta_inplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0359490Z test_meta_inplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0359610Z test_meta_inplace_isinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0359740Z test_meta_inplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0359860Z test_meta_inplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0359990Z test_meta_inplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0360110Z test_meta_inplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0360240Z test_meta_inplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0360370Z test_meta_inplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0360490Z test_meta_inplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0360610Z test_meta_inplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0360740Z test_meta_inplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0360860Z test_meta_inplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0360980Z test_meta_inplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0361110Z test_meta_inplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0361220Z test_meta_inplace_isnan_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0361350Z test_meta_inplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0361470Z test_meta_inplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0361600Z test_meta_inplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0361770Z test_meta_inplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0361890Z test_meta_inplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0362010Z test_meta_inplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0362120Z test_meta_inplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0362240Z test_meta_inplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0362360Z test_meta_inplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0362480Z test_meta_inplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0362610Z test_meta_inplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0362750Z test_meta_inplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0362870Z test_meta_inplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0363000Z test_meta_inplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0363120Z test_meta_inplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0363240Z test_meta_inplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0363370Z test_meta_inplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0363490Z test_meta_inplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0363610Z test_meta_inplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0363730Z test_meta_inplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0363860Z test_meta_inplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0363980Z test_meta_inplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0364100Z test_meta_inplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0364220Z test_meta_inplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0364340Z test_meta_inplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0364470Z test_meta_inplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0364590Z test_meta_inplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0364710Z test_meta_inplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0364830Z test_meta_inplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0364950Z test_meta_inplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0365070Z test_meta_inplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0365210Z test_meta_inplace_isreal_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0365350Z test_meta_inplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0365470Z test_meta_inplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0365590Z test_meta_inplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0365710Z test_meta_inplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0365840Z test_meta_inplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0365950Z test_meta_inplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0366080Z test_meta_inplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0366220Z test_meta_inplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0366340Z test_meta_inplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0366460Z test_meta_inplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0366580Z test_meta_inplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0366710Z test_meta_inplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0366830Z test_meta_inplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0366960Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0367090Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0367230Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0367360Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0367490Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0367620Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0367750Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0367880Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0368000Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0368130Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0368250Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0368380Z test_meta_inplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0368510Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0368650Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0368790Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0368940Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0369080Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0369210Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0369330Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0369470Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0369590Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0369720Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0369870Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0370000Z test_meta_inplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0370120Z test_meta_inplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0370250Z test_meta_inplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0370370Z test_meta_inplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0370500Z test_meta_inplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0370620Z test_meta_inplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0370740Z test_meta_inplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0370860Z test_meta_inplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0370980Z test_meta_inplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0371100Z test_meta_inplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0371210Z test_meta_inplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0371330Z test_meta_inplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0371450Z test_meta_inplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0371590Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0371720Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0371850Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0371990Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0372120Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0372250Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0372370Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0372530Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0372660Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0372790Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0372910Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0373040Z test_meta_inplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0373160Z test_meta_inplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0373280Z test_meta_inplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0373440Z test_meta_inplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0373560Z test_meta_inplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0373680Z test_meta_inplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0373800Z test_meta_inplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0373920Z test_meta_inplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0374040Z test_meta_inplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0374150Z test_meta_inplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0374270Z test_meta_inplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0374390Z test_meta_inplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0374510Z test_meta_inplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.0374630Z test_meta_inplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0374750Z test_meta_inplace_kron_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0374880Z test_meta_inplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0375010Z test_meta_inplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0375130Z test_meta_inplace_kron_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0375250Z test_meta_inplace_kron_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0375370Z test_meta_inplace_kron_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0375500Z test_meta_inplace_kron_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0375610Z test_meta_inplace_kron_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0375730Z test_meta_inplace_kron_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0375850Z test_meta_inplace_kron_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0375970Z test_meta_inplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0376120Z test_meta_inplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0376250Z test_meta_inplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0376370Z test_meta_inplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0376500Z test_meta_inplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0376620Z test_meta_inplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0376740Z test_meta_inplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0376870Z test_meta_inplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0376990Z test_meta_inplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0377110Z test_meta_inplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0377200Z test_meta_inplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0377290Z test_meta_inplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0377380Z test_meta_inplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0377470Z test_meta_inplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0377570Z test_meta_inplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0377690Z test_meta_inplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0377790Z test_meta_inplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0377890Z test_meta_inplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0377990Z test_meta_inplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0378090Z test_meta_inplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0378180Z test_meta_inplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0378300Z test_meta_inplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0378420Z test_meta_inplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0378540Z test_meta_inplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0378650Z test_meta_inplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0378770Z test_meta_inplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0378870Z test_meta_inplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0378960Z test_meta_inplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0379060Z test_meta_inplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0379150Z test_meta_inplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0379240Z test_meta_inplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0379330Z test_meta_inplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0379430Z test_meta_inplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0379510Z test_meta_inplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0379610Z test_meta_inplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0379700Z test_meta_inplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0379820Z test_meta_inplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0379920Z test_meta_inplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0380020Z test_meta_inplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0380110Z test_meta_inplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0380210Z test_meta_inplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0380300Z test_meta_inplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0380420Z test_meta_inplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0380520Z test_meta_inplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0380610Z test_meta_inplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0380740Z test_meta_inplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0380880Z test_meta_inplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0381000Z test_meta_inplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0381110Z test_meta_inplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0381230Z test_meta_inplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0381370Z test_meta_inplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0381500Z test_meta_inplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0381630Z test_meta_inplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0381770Z test_meta_inplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0381900Z test_meta_inplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0382040Z test_meta_inplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0382170Z test_meta_inplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0382310Z test_meta_inplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0382440Z test_meta_inplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0382570Z test_meta_inplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0382700Z test_meta_inplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0382830Z test_meta_inplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0382960Z test_meta_inplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0383090Z test_meta_inplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0383220Z test_meta_inplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0383350Z test_meta_inplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0383490Z test_meta_inplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0383620Z test_meta_inplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0383750Z test_meta_inplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0383870Z test_meta_inplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0384000Z test_meta_inplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0384120Z test_meta_inplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0384250Z test_meta_inplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0384380Z test_meta_inplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0384520Z test_meta_inplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0384650Z test_meta_inplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0384790Z test_meta_inplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0384930Z test_meta_inplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0388850Z test_meta_inplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0388990Z test_meta_inplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0389130Z test_meta_inplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0389260Z test_meta_inplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0389380Z test_meta_inplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0389500Z test_meta_inplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0389640Z test_meta_inplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0389770Z test_meta_inplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0389900Z test_meta_inplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0390020Z test_meta_inplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0390160Z test_meta_inplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0390290Z test_meta_inplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0390420Z test_meta_inplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0390550Z test_meta_inplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0390680Z test_meta_inplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0390860Z test_meta_inplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0391000Z test_meta_inplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0391130Z test_meta_inplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0391280Z test_meta_inplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0391420Z test_meta_inplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0391570Z test_meta_inplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0391700Z test_meta_inplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0391840Z test_meta_inplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0392000Z test_meta_inplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0392120Z test_meta_inplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0392250Z test_meta_inplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0392380Z test_meta_inplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0392510Z test_meta_inplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0392640Z test_meta_inplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0392770Z test_meta_inplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0392900Z test_meta_inplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0393040Z test_meta_inplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0393170Z test_meta_inplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0393300Z test_meta_inplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0393440Z test_meta_inplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0393580Z test_meta_inplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0393720Z test_meta_inplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0393850Z test_meta_inplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0393980Z test_meta_inplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0394120Z test_meta_inplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0394250Z test_meta_inplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0394370Z test_meta_inplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0394530Z test_meta_inplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0394660Z test_meta_inplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0394790Z test_meta_inplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0394920Z test_meta_inplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0395060Z test_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0395210Z test_meta_inplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0395350Z test_meta_inplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0395500Z test_meta_inplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0395630Z test_meta_inplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0395760Z test_meta_inplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0395890Z test_meta_inplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0396010Z test_meta_inplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0396140Z test_meta_inplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0396280Z test_meta_inplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0396410Z test_meta_inplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0396540Z test_meta_inplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0396680Z test_meta_inplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0396820Z test_meta_inplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0396950Z test_meta_inplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0397080Z test_meta_inplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0397210Z test_meta_inplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0397340Z test_meta_inplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0397470Z test_meta_inplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0397600Z test_meta_inplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0397730Z test_meta_inplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0397870Z test_meta_inplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0398000Z test_meta_inplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0398160Z test_meta_inplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0398290Z test_meta_inplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0398420Z test_meta_inplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0398550Z test_meta_inplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0398690Z test_meta_inplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0398820Z test_meta_inplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0398950Z test_meta_inplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0399100Z test_meta_inplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0399240Z test_meta_inplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0399370Z test_meta_inplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0399500Z test_meta_inplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0399640Z test_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0399790Z test_meta_inplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0399930Z test_meta_inplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0400070Z test_meta_inplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0400200Z test_meta_inplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0400330Z test_meta_inplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0400460Z test_meta_inplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0400590Z test_meta_inplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0400720Z test_meta_inplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0400850Z test_meta_inplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0400980Z test_meta_inplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0401110Z test_meta_inplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0401240Z test_meta_inplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0401370Z test_meta_inplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0401490Z test_meta_inplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0401640Z test_meta_inplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0401770Z test_meta_inplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0401890Z test_meta_inplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0402020Z test_meta_inplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0402140Z test_meta_inplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0402290Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0402440Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0402600Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0402740Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0402890Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0403020Z test_meta_inplace_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0403150Z test_meta_inplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0403280Z test_meta_inplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0403410Z test_meta_inplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0403530Z test_meta_inplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0403670Z test_meta_inplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0403810Z test_meta_inplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0403950Z test_meta_inplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0404080Z test_meta_inplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0404250Z test_meta_inplace_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:20:48.0404410Z test_meta_inplace_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:20:48.0404570Z test_meta_inplace_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:20:48.0404720Z test_meta_inplace_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:20:48.0404850Z test_meta_inplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0404980Z test_meta_inplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0405100Z test_meta_inplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0405260Z test_meta_inplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0405400Z test_meta_inplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0405530Z test_meta_inplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0405660Z test_meta_inplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0405790Z test_meta_inplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0405920Z test_meta_inplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0406050Z test_meta_inplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0406210Z test_meta_inplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0406340Z test_meta_inplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0406470Z test_meta_inplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0406610Z test_meta_inplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0406730Z test_meta_inplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0406860Z test_meta_inplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0407000Z test_meta_inplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0407150Z test_meta_inplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0407280Z test_meta_inplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0407420Z test_meta_inplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0407550Z test_meta_inplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0407680Z test_meta_inplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0407810Z test_meta_inplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0407940Z test_meta_inplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0408070Z test_meta_inplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0408200Z test_meta_inplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0408330Z test_meta_inplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0408460Z test_meta_inplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0408590Z test_meta_inplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0408750Z test_meta_inplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0408880Z test_meta_inplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0409010Z test_meta_inplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0409150Z test_meta_inplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0409290Z test_meta_inplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0409420Z test_meta_inplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0409550Z test_meta_inplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0409680Z test_meta_inplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0409840Z test_meta_inplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0409970Z test_meta_inplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0410100Z test_meta_inplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0410220Z test_meta_inplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0410350Z test_meta_inplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0410470Z test_meta_inplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0410600Z test_meta_inplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0410730Z test_meta_inplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0410860Z test_meta_inplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0410990Z test_meta_inplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0411120Z test_meta_inplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0411250Z test_meta_inplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0411380Z test_meta_inplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0411510Z test_meta_inplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0411650Z test_meta_inplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0411790Z test_meta_inplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0411920Z test_meta_inplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0412050Z test_meta_inplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0412180Z test_meta_inplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0412300Z test_meta_inplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0412450Z test_meta_inplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0412580Z test_meta_inplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0412710Z test_meta_inplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0412830Z test_meta_inplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0412950Z test_meta_inplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0413080Z test_meta_inplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0413210Z test_meta_inplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0413330Z test_meta_inplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0413480Z test_meta_inplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0413600Z test_meta_inplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0413700Z test_meta_inplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0413820Z test_meta_inplace_log10_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0413920Z test_meta_inplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0414020Z test_meta_inplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0414110Z test_meta_inplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0414210Z test_meta_inplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0414330Z test_meta_inplace_log10_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0414450Z test_meta_inplace_log10_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0414570Z test_meta_inplace_log10_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0414680Z test_meta_inplace_log10_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0414800Z test_meta_inplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0414900Z test_meta_inplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0415010Z test_meta_inplace_log1p_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0415110Z test_meta_inplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0415210Z test_meta_inplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0415320Z test_meta_inplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0415440Z test_meta_inplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0415550Z test_meta_inplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0415660Z test_meta_inplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0415780Z test_meta_inplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0415870Z test_meta_inplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0416010Z test_meta_inplace_log2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0416110Z test_meta_inplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0416210Z test_meta_inplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0416310Z test_meta_inplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0416400Z test_meta_inplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0416520Z test_meta_inplace_log2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0416630Z test_meta_inplace_log2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0416750Z test_meta_inplace_log2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0416860Z test_meta_inplace_log2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0416970Z test_meta_inplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0417090Z test_meta_inplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0417200Z test_meta_inplace_log_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0417300Z test_meta_inplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0417400Z test_meta_inplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0417490Z test_meta_inplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0417580Z test_meta_inplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0417700Z test_meta_inplace_log_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0417820Z test_meta_inplace_log_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0417930Z test_meta_inplace_log_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0418050Z test_meta_inplace_log_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0418160Z test_meta_inplace_log_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0418290Z test_meta_inplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0418420Z test_meta_inplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0418540Z test_meta_inplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0418680Z test_meta_inplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0418820Z test_meta_inplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0418960Z test_meta_inplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0419100Z test_meta_inplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0423110Z test_meta_inplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0423250Z test_meta_inplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0423390Z test_meta_inplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0423580Z test_meta_inplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0423710Z test_meta_inplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0423850Z test_meta_inplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0423970Z test_meta_inplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0424100Z test_meta_inplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0424240Z test_meta_inplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0424370Z test_meta_inplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0424500Z test_meta_inplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0424650Z test_meta_inplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0424770Z test_meta_inplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0424900Z test_meta_inplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0425030Z test_meta_inplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0425160Z test_meta_inplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0425290Z test_meta_inplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0425420Z test_meta_inplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0425550Z test_meta_inplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0425680Z test_meta_inplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0425810Z test_meta_inplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0425930Z test_meta_inplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0426040Z test_meta_inplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0426140Z test_meta_inplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0426240Z test_meta_inplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0426370Z test_meta_inplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0426480Z test_meta_inplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0426580Z test_meta_inplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0426680Z test_meta_inplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0426780Z test_meta_inplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0426880Z test_meta_inplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0426980Z test_meta_inplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0427070Z test_meta_inplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0427170Z test_meta_inplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0427320Z test_meta_inplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0427420Z test_meta_inplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0427530Z test_meta_inplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0427640Z test_meta_inplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0427730Z test_meta_inplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0427830Z test_meta_inplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0427930Z test_meta_inplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0428030Z test_meta_inplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0428120Z test_meta_inplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0428220Z test_meta_inplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0428340Z test_meta_inplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0428430Z test_meta_inplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0428530Z test_meta_inplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0428630Z test_meta_inplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0428740Z test_meta_inplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0428840Z test_meta_inplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0428940Z test_meta_inplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0429040Z test_meta_inplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0429140Z test_meta_inplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0429240Z test_meta_inplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0429340Z test_meta_inplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0429430Z test_meta_inplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0429530Z test_meta_inplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0429620Z test_meta_inplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0429730Z test_meta_inplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0429830Z test_meta_inplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0429930Z test_meta_inplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0430040Z test_meta_inplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0430140Z test_meta_inplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0430240Z test_meta_inplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0430330Z test_meta_inplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0430430Z test_meta_inplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0430530Z test_meta_inplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0430630Z test_meta_inplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0430720Z test_meta_inplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0430820Z test_meta_inplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0430910Z test_meta_inplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0431060Z test_meta_inplace_logit_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0431160Z test_meta_inplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0431250Z test_meta_inplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0431370Z test_meta_inplace_logit_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0431490Z test_meta_inplace_logit_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0431610Z test_meta_inplace_logit_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0431730Z test_meta_inplace_logit_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0431840Z test_meta_inplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0431970Z test_meta_inplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0432120Z test_meta_inplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0432250Z test_meta_inplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0432380Z test_meta_inplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0432500Z test_meta_inplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0432630Z test_meta_inplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0432750Z test_meta_inplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0432880Z test_meta_inplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0433000Z test_meta_inplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0433120Z test_meta_inplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0433250Z test_meta_inplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0433380Z test_meta_inplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0433500Z test_meta_inplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0433630Z test_meta_inplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0433750Z test_meta_inplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0433880Z test_meta_inplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0434000Z test_meta_inplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0434130Z test_meta_inplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0434250Z test_meta_inplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0434370Z test_meta_inplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0434490Z test_meta_inplace_long_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0434660Z test_meta_inplace_long_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0434780Z test_meta_inplace_long_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0434910Z test_meta_inplace_long_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0435030Z test_meta_inplace_long_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0435150Z test_meta_inplace_long_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0435270Z test_meta_inplace_long_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0435390Z test_meta_inplace_long_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0435510Z test_meta_inplace_long_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0435640Z test_meta_inplace_long_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0435770Z test_meta_inplace_long_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0435890Z test_meta_inplace_long_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0435990Z test_meta_inplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0436080Z test_meta_inplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0436170Z test_meta_inplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0436270Z test_meta_inplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0436360Z test_meta_inplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0436450Z test_meta_inplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0436550Z test_meta_inplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0436640Z test_meta_inplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0436730Z test_meta_inplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0436820Z test_meta_inplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0436940Z test_meta_inplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0437070Z test_meta_inplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0437190Z test_meta_inplace_lu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0437310Z test_meta_inplace_lu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0437440Z test_meta_inplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0437570Z test_meta_inplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0437690Z test_meta_inplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0437810Z test_meta_inplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0437940Z test_meta_inplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0438070Z test_meta_inplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0438200Z test_meta_inplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0438380Z test_meta_inplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0438500Z test_meta_inplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0438620Z test_meta_inplace_mH_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0438750Z test_meta_inplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0438870Z test_meta_inplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0438990Z test_meta_inplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0439110Z test_meta_inplace_mH_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0439230Z test_meta_inplace_mH_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0439370Z test_meta_inplace_mH_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0439490Z test_meta_inplace_mH_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0439610Z test_meta_inplace_mH_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0439730Z test_meta_inplace_mH_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0439850Z test_meta_inplace_mH_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0439960Z test_meta_inplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0440080Z test_meta_inplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0440200Z test_meta_inplace_mT_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0440330Z test_meta_inplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0440450Z test_meta_inplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0440570Z test_meta_inplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0440690Z test_meta_inplace_mT_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0440810Z test_meta_inplace_mT_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0440930Z test_meta_inplace_mT_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0441040Z test_meta_inplace_mT_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0441160Z test_meta_inplace_mT_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0441280Z test_meta_inplace_mT_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0441390Z test_meta_inplace_mT_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0441510Z test_meta_inplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0441640Z test_meta_inplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0441770Z test_meta_inplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0441890Z test_meta_inplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0442040Z test_meta_inplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0442170Z test_meta_inplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0442290Z test_meta_inplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0442410Z test_meta_inplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0442540Z test_meta_inplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0442660Z test_meta_inplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0442790Z test_meta_inplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0442920Z test_meta_inplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0443060Z test_meta_inplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0443190Z test_meta_inplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0443310Z test_meta_inplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0443430Z test_meta_inplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0443560Z test_meta_inplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0443680Z test_meta_inplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0443800Z test_meta_inplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0443940Z test_meta_inplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0444070Z test_meta_inplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0444200Z test_meta_inplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0444330Z test_meta_inplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0444450Z test_meta_inplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0444570Z test_meta_inplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0444700Z test_meta_inplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0444830Z test_meta_inplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0444950Z test_meta_inplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0445080Z test_meta_inplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0445200Z test_meta_inplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0445330Z test_meta_inplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0445460Z test_meta_inplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0445600Z test_meta_inplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0445720Z test_meta_inplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0445840Z test_meta_inplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0445970Z test_meta_inplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0446090Z test_meta_inplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0446220Z test_meta_inplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0446360Z test_meta_inplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0446510Z test_meta_inplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0446640Z test_meta_inplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0446770Z test_meta_inplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0446900Z test_meta_inplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0447030Z test_meta_inplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0447160Z test_meta_inplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0447280Z test_meta_inplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0447410Z test_meta_inplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0447540Z test_meta_inplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0447670Z test_meta_inplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0447800Z test_meta_inplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0447930Z test_meta_inplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0448060Z test_meta_inplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0448190Z test_meta_inplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0448310Z test_meta_inplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0448430Z test_meta_inplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0448560Z test_meta_inplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0448690Z test_meta_inplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0448790Z test_meta_inplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0448890Z test_meta_inplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0448990Z test_meta_inplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0449120Z test_meta_inplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0449220Z test_meta_inplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0449320Z test_meta_inplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0449420Z test_meta_inplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0449520Z test_meta_inplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0449620Z test_meta_inplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0449720Z test_meta_inplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0449820Z test_meta_inplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0449920Z test_meta_inplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0450010Z test_meta_inplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0450170Z test_meta_inplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0450300Z test_meta_inplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0450430Z test_meta_inplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0450570Z test_meta_inplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0450700Z test_meta_inplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0450830Z test_meta_inplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0450960Z test_meta_inplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0451090Z test_meta_inplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0454980Z test_meta_inplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0455110Z test_meta_inplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0455250Z test_meta_inplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0455370Z test_meta_inplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0455500Z test_meta_inplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0455630Z test_meta_inplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0455760Z test_meta_inplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0455890Z test_meta_inplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0456020Z test_meta_inplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0456150Z test_meta_inplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0456280Z test_meta_inplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0456400Z test_meta_inplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0456590Z test_meta_inplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0456720Z test_meta_inplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0456840Z test_meta_inplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0456960Z test_meta_inplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0457080Z test_meta_inplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0457200Z test_meta_inplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0457330Z test_meta_inplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0457460Z test_meta_inplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0457620Z test_meta_inplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0457750Z test_meta_inplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0457880Z test_meta_inplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0458000Z test_meta_inplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0458120Z test_meta_inplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0458260Z test_meta_inplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0458390Z test_meta_inplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0458530Z test_meta_inplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0458660Z test_meta_inplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0458790Z test_meta_inplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0458910Z test_meta_inplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0459040Z test_meta_inplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0459170Z test_meta_inplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0459300Z test_meta_inplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0459430Z test_meta_inplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0459560Z test_meta_inplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0459680Z test_meta_inplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0459810Z test_meta_inplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0459930Z test_meta_inplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0460080Z test_meta_inplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0460200Z test_meta_inplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0460330Z test_meta_inplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0460430Z test_meta_inplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0460540Z test_meta_inplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0460650Z test_meta_inplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0460760Z test_meta_inplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0460860Z test_meta_inplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0460960Z test_meta_inplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0461060Z test_meta_inplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0461210Z test_meta_inplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0461310Z test_meta_inplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0461410Z test_meta_inplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0461510Z test_meta_inplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0461610Z test_meta_inplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0461740Z test_meta_inplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0461870Z test_meta_inplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0462010Z test_meta_inplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0462140Z test_meta_inplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0462270Z test_meta_inplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0462400Z test_meta_inplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0462530Z test_meta_inplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0462650Z test_meta_inplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0462780Z test_meta_inplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0462900Z test_meta_inplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0463030Z test_meta_inplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0463150Z test_meta_inplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0463290Z test_meta_inplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0463420Z test_meta_inplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0463550Z test_meta_inplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0463680Z test_meta_inplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0463820Z test_meta_inplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0463950Z test_meta_inplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0464080Z test_meta_inplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0464210Z test_meta_inplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0464340Z test_meta_inplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0464460Z test_meta_inplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0464590Z test_meta_inplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0464710Z test_meta_inplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0464860Z test_meta_inplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0464980Z test_meta_inplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0465100Z test_meta_inplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0465230Z test_meta_inplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0465350Z test_meta_inplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0465480Z test_meta_inplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0465610Z test_meta_inplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0465740Z test_meta_inplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0465860Z test_meta_inplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0465990Z test_meta_inplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0466110Z test_meta_inplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0466230Z test_meta_inplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0466360Z test_meta_inplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0466480Z test_meta_inplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0466600Z test_meta_inplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0466720Z test_meta_inplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0466850Z test_meta_inplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0466980Z test_meta_inplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0467110Z test_meta_inplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0467230Z test_meta_inplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0467370Z test_meta_inplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0467500Z test_meta_inplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0467620Z test_meta_inplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0467740Z test_meta_inplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0467860Z test_meta_inplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0467980Z test_meta_inplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0468110Z test_meta_inplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0468230Z test_meta_inplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0468380Z test_meta_inplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0468500Z test_meta_inplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0468620Z test_meta_inplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0468750Z test_meta_inplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0468870Z test_meta_inplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0468990Z test_meta_inplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0469120Z test_meta_inplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0469240Z test_meta_inplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0469360Z test_meta_inplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0469490Z test_meta_inplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0469620Z test_meta_inplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0469750Z test_meta_inplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0469870Z test_meta_inplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0470000Z test_meta_inplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0470120Z test_meta_inplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0470250Z test_meta_inplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0470380Z test_meta_inplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0470500Z test_meta_inplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0470620Z test_meta_inplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0470740Z test_meta_inplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0470920Z test_meta_inplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0471040Z test_meta_inplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0471170Z test_meta_inplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0471290Z test_meta_inplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0471440Z test_meta_inplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0471580Z test_meta_inplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0471730Z test_meta_inplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0471870Z test_meta_inplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0472030Z test_meta_inplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0472170Z test_meta_inplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0472300Z test_meta_inplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0472430Z test_meta_inplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0472560Z test_meta_inplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0472700Z test_meta_inplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0472830Z test_meta_inplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0472960Z test_meta_inplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0473090Z test_meta_inplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0473220Z test_meta_inplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0473360Z test_meta_inplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0473490Z test_meta_inplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0473630Z test_meta_inplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0473760Z test_meta_inplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0473900Z test_meta_inplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0474030Z test_meta_inplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0474160Z test_meta_inplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0474290Z test_meta_inplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0474420Z test_meta_inplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0474570Z test_meta_inplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0474690Z test_meta_inplace_maximum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0474820Z test_meta_inplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0474940Z test_meta_inplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0475060Z test_meta_inplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0475190Z test_meta_inplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0475310Z test_meta_inplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0475430Z test_meta_inplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0475570Z test_meta_inplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0475690Z test_meta_inplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0475810Z test_meta_inplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0475940Z test_meta_inplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0476070Z test_meta_inplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0476190Z test_meta_inplace_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0476310Z test_meta_inplace_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0476430Z test_meta_inplace_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0476560Z test_meta_inplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0476680Z test_meta_inplace_median_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0476810Z test_meta_inplace_median_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0476930Z test_meta_inplace_median_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0477050Z test_meta_inplace_median_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0477170Z test_meta_inplace_median_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0477290Z test_meta_inplace_median_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0477410Z test_meta_inplace_median_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0477550Z test_meta_inplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0477690Z test_meta_inplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0477830Z test_meta_inplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0477970Z test_meta_inplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0478130Z test_meta_inplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0478260Z test_meta_inplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0478400Z test_meta_inplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0478530Z test_meta_inplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0478670Z test_meta_inplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0478800Z test_meta_inplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0478930Z test_meta_inplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0479090Z test_meta_inplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0479230Z test_meta_inplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0479360Z test_meta_inplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0479510Z test_meta_inplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0479650Z test_meta_inplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0479790Z test_meta_inplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0479920Z test_meta_inplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0480060Z test_meta_inplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0480200Z test_meta_inplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0480330Z test_meta_inplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0480470Z test_meta_inplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0480600Z test_meta_inplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0480740Z test_meta_inplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0480870Z test_meta_inplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0480990Z test_meta_inplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0481120Z test_meta_inplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0481240Z test_meta_inplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0481370Z test_meta_inplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0481490Z test_meta_inplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0481630Z test_meta_inplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0481750Z test_meta_inplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0481880Z test_meta_inplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0482000Z test_meta_inplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0482140Z test_meta_inplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0482270Z test_meta_inplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0482400Z test_meta_inplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0482540Z test_meta_inplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0482690Z test_meta_inplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0482820Z test_meta_inplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0482950Z test_meta_inplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0483080Z test_meta_inplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0483210Z test_meta_inplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0483330Z test_meta_inplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0483470Z test_meta_inplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0483600Z test_meta_inplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0483740Z test_meta_inplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0483870Z test_meta_inplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0484000Z test_meta_inplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0484140Z test_meta_inplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0484270Z test_meta_inplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0484400Z test_meta_inplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0484530Z test_meta_inplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0484660Z test_meta_inplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0484790Z test_meta_inplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0484910Z test_meta_inplace_minimum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0485040Z test_meta_inplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0485200Z test_meta_inplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0488980Z test_meta_inplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0489110Z test_meta_inplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0489230Z test_meta_inplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0489350Z test_meta_inplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0489480Z test_meta_inplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0489600Z test_meta_inplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0489720Z test_meta_inplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0489910Z test_meta_inplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0490040Z test_meta_inplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0490160Z test_meta_inplace_mm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0490270Z test_meta_inplace_mm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0490400Z test_meta_inplace_mm_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0490510Z test_meta_inplace_mm_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0490630Z test_meta_inplace_mm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0490750Z test_meta_inplace_mm_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0490870Z test_meta_inplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0490990Z test_meta_inplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0491110Z test_meta_inplace_mode_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0491230Z test_meta_inplace_mode_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0491350Z test_meta_inplace_mode_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0491470Z test_meta_inplace_mode_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0491590Z test_meta_inplace_mode_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0491710Z test_meta_inplace_mode_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0491830Z test_meta_inplace_mode_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0491950Z test_meta_inplace_mode_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0492070Z test_meta_inplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0492200Z test_meta_inplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0492320Z test_meta_inplace_movedim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0492450Z test_meta_inplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0492600Z test_meta_inplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0492730Z test_meta_inplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0492850Z test_meta_inplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0492970Z test_meta_inplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0493090Z test_meta_inplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0493220Z test_meta_inplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0493340Z test_meta_inplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0493460Z test_meta_inplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0493600Z test_meta_inplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0493720Z test_meta_inplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0493850Z test_meta_inplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0493970Z test_meta_inplace_msort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0494090Z test_meta_inplace_msort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0494210Z test_meta_inplace_msort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0494330Z test_meta_inplace_msort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0494450Z test_meta_inplace_msort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0494570Z test_meta_inplace_msort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0494690Z test_meta_inplace_msort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0494810Z test_meta_inplace_msort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0494920Z test_meta_inplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0495020Z test_meta_inplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0495120Z test_meta_inplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0495220Z test_meta_inplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0495310Z test_meta_inplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0495410Z test_meta_inplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0495510Z test_meta_inplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0495600Z test_meta_inplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0495690Z test_meta_inplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0495780Z test_meta_inplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0495880Z test_meta_inplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0495970Z test_meta_inplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0496060Z test_meta_inplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0496170Z test_meta_inplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0496310Z test_meta_inplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0496440Z test_meta_inplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0496560Z test_meta_inplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0496690Z test_meta_inplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0496810Z test_meta_inplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0496930Z test_meta_inplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0497050Z test_meta_inplace_mv_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0497190Z test_meta_inplace_mv_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0497310Z test_meta_inplace_mv_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0497430Z test_meta_inplace_mv_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0497540Z test_meta_inplace_mv_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0497660Z test_meta_inplace_mv_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0497780Z test_meta_inplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0497890Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0498010Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0498110Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0498240Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0498380Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0498500Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0498630Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0498760Z test_meta_inplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0498870Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0498980Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0499080Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0499210Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0499340Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0499460Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0499590Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0499730Z test_meta_inplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0499840Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0499950Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0500060Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0500180Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0500310Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0500430Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0500560Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0500690Z test_meta_inplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0500810Z test_meta_inplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0500910Z test_meta_inplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0501010Z test_meta_inplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0501110Z test_meta_inplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0501200Z test_meta_inplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0501300Z test_meta_inplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0501400Z test_meta_inplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0501500Z test_meta_inplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0501600Z test_meta_inplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0501690Z test_meta_inplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0501820Z test_meta_inplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0501950Z test_meta_inplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0502080Z test_meta_inplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0502200Z test_meta_inplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0502330Z test_meta_inplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0502460Z test_meta_inplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0502580Z test_meta_inplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0502710Z test_meta_inplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0502830Z test_meta_inplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0502950Z test_meta_inplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0503080Z test_meta_inplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0503200Z test_meta_inplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0503330Z test_meta_inplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0503480Z test_meta_inplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0503610Z test_meta_inplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0503730Z test_meta_inplace_nansum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0503860Z test_meta_inplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0503980Z test_meta_inplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0504100Z test_meta_inplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0504220Z test_meta_inplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0504350Z test_meta_inplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0504500Z test_meta_inplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0504620Z test_meta_inplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0504740Z test_meta_inplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0504870Z test_meta_inplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0504990Z test_meta_inplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0505120Z test_meta_inplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0505260Z test_meta_inplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0505390Z test_meta_inplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0505510Z test_meta_inplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0505640Z test_meta_inplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0505760Z test_meta_inplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0505880Z test_meta_inplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0506010Z test_meta_inplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0506130Z test_meta_inplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0506260Z test_meta_inplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0506380Z test_meta_inplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0506510Z test_meta_inplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0506630Z test_meta_inplace_narrow_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0506750Z test_meta_inplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0506880Z test_meta_inplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0507020Z test_meta_inplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0507150Z test_meta_inplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0507270Z test_meta_inplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0507390Z test_meta_inplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0507510Z test_meta_inplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0507630Z test_meta_inplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0507750Z test_meta_inplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0507880Z test_meta_inplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0508020Z test_meta_inplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0508150Z test_meta_inplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0508290Z test_meta_inplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0508420Z test_meta_inplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0508560Z test_meta_inplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0508700Z test_meta_inplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0508840Z test_meta_inplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0508980Z test_meta_inplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0509110Z test_meta_inplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0509250Z test_meta_inplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0509380Z test_meta_inplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0509520Z test_meta_inplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0509650Z test_meta_inplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0509780Z test_meta_inplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0509920Z test_meta_inplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0510050Z test_meta_inplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0510180Z test_meta_inplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0510270Z test_meta_inplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0510360Z test_meta_inplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0510470Z test_meta_inplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0510580Z test_meta_inplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0510680Z test_meta_inplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0510770Z test_meta_inplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0510860Z test_meta_inplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0510960Z test_meta_inplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0511050Z test_meta_inplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0511130Z test_meta_inplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0511220Z test_meta_inplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0511310Z test_meta_inplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0511410Z test_meta_inplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0511510Z test_meta_inplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0511620Z test_meta_inplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0511720Z test_meta_inplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0511810Z test_meta_inplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0511910Z test_meta_inplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0512000Z test_meta_inplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0512090Z test_meta_inplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0512180Z test_meta_inplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0512270Z test_meta_inplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0512360Z test_meta_inplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0512450Z test_meta_inplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0512580Z test_meta_inplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0512710Z test_meta_inplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0512840Z test_meta_inplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0512970Z test_meta_inplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0513100Z test_meta_inplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0513220Z test_meta_inplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0513350Z test_meta_inplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0513470Z test_meta_inplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0513600Z test_meta_inplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0513720Z test_meta_inplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0513840Z test_meta_inplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0513970Z test_meta_inplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0514090Z test_meta_inplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0514240Z test_meta_inplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0514370Z test_meta_inplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0514510Z test_meta_inplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0514650Z test_meta_inplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0514780Z test_meta_inplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0514910Z test_meta_inplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0515040Z test_meta_inplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0515170Z test_meta_inplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0515320Z test_meta_inplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0515450Z test_meta_inplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0515580Z test_meta_inplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0515710Z test_meta_inplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0515830Z test_meta_inplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0515960Z test_meta_inplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0516090Z test_meta_inplace_new_full_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0516210Z test_meta_inplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0516340Z test_meta_inplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0516470Z test_meta_inplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0516590Z test_meta_inplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0516720Z test_meta_inplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0516840Z test_meta_inplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0516960Z test_meta_inplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0517090Z test_meta_inplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0517210Z test_meta_inplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0521040Z test_meta_inplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0521170Z test_meta_inplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0521290Z test_meta_inplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0521410Z test_meta_inplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0521600Z test_meta_inplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0521730Z test_meta_inplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0521850Z test_meta_inplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0521980Z test_meta_inplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0522100Z test_meta_inplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0522220Z test_meta_inplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0522340Z test_meta_inplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0522460Z test_meta_inplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0522610Z test_meta_inplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0522730Z test_meta_inplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0522850Z test_meta_inplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0522980Z test_meta_inplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0523100Z test_meta_inplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0523230Z test_meta_inplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0523360Z test_meta_inplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0523490Z test_meta_inplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0523610Z test_meta_inplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0523740Z test_meta_inplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0523860Z test_meta_inplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0523980Z test_meta_inplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0524110Z test_meta_inplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0524230Z test_meta_inplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0524350Z test_meta_inplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0524470Z test_meta_inplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:20:48.0524570Z test_meta_inplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0524670Z test_meta_inplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0524780Z test_meta_inplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0524930Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0525090Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0525260Z test_meta_inplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0525410Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0525560Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0525690Z test_meta_inplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0525840Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0525980Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0526120Z test_meta_inplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0526280Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0526460Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0526600Z test_meta_inplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0526740Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0526880Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0527020Z test_meta_inplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0527160Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0527300Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0527430Z test_meta_inplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0527570Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0527710Z test_meta_inplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0527830Z test_meta_inplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0527950Z test_meta_inplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0528060Z test_meta_inplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0528200Z test_meta_inplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0528340Z test_meta_inplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0528470Z test_meta_inplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0528610Z test_meta_inplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0528800Z test_meta_inplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0528940Z test_meta_inplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0529080Z test_meta_inplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0529210Z test_meta_inplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0529340Z test_meta_inplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0529470Z test_meta_inplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0529610Z test_meta_inplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0529770Z test_meta_inplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0529910Z test_meta_inplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0530040Z test_meta_inplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0530180Z test_meta_inplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0530310Z test_meta_inplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0530450Z test_meta_inplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0530580Z test_meta_inplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0530720Z test_meta_inplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0530850Z test_meta_inplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0530980Z test_meta_inplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0531110Z test_meta_inplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0531260Z test_meta_inplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0531400Z test_meta_inplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0531560Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0531710Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0531860Z test_meta_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0531970Z test_meta_inplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0532080Z test_meta_inplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0532190Z test_meta_inplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0532340Z test_meta_inplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0532490Z test_meta_inplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0532620Z test_meta_inplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0532760Z test_meta_inplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0532890Z test_meta_inplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0533020Z test_meta_inplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0533160Z test_meta_inplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0533310Z test_meta_inplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0533450Z test_meta_inplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0533580Z test_meta_inplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0533710Z test_meta_inplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0533840Z test_meta_inplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0533990Z test_meta_inplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0534130Z test_meta_inplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0534270Z test_meta_inplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0534420Z test_meta_inplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0534560Z test_meta_inplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0534700Z test_meta_inplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0534850Z test_meta_inplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0534990Z test_meta_inplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0535130Z test_meta_inplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0535270Z test_meta_inplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0535410Z test_meta_inplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0535550Z test_meta_inplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0535690Z test_meta_inplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0535860Z test_meta_inplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0536000Z test_meta_inplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0536150Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0536290Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0536440Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0536580Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0536720Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0536890Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0537030Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0537170Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0537310Z test_meta_inplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0537450Z test_meta_inplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0537590Z test_meta_inplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0537740Z test_meta_inplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0537880Z test_meta_inplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0538020Z test_meta_inplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0538160Z test_meta_inplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0538300Z test_meta_inplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0538430Z test_meta_inplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0538550Z test_meta_inplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0538660Z test_meta_inplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0538770Z test_meta_inplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0538890Z test_meta_inplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0539000Z test_meta_inplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0539110Z test_meta_inplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0539220Z test_meta_inplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0539330Z test_meta_inplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0539450Z test_meta_inplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0539560Z test_meta_inplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0539670Z test_meta_inplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0539770Z test_meta_inplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0539920Z test_meta_inplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0540050Z test_meta_inplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0540190Z test_meta_inplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0540330Z test_meta_inplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0540520Z test_meta_inplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0540650Z test_meta_inplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0540790Z test_meta_inplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0540920Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0541060Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0541190Z test_meta_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0541320Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0541450Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0541590Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0541720Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0541850Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0541980Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0542110Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0542240Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0542370Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0542500Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0542630Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0542750Z test_meta_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0542900Z test_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0543060Z test_meta_inplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0543200Z test_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0543340Z test_meta_inplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0543490Z test_meta_inplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0543630Z test_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0543770Z test_meta_inplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0543900Z test_meta_inplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0544060Z test_meta_inplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0544190Z test_meta_inplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0544320Z test_meta_inplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0544450Z test_meta_inplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0544580Z test_meta_inplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0544720Z test_meta_inplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0544850Z test_meta_inplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0544990Z test_meta_inplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0545130Z test_meta_inplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0545260Z test_meta_inplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0545400Z test_meta_inplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0545530Z test_meta_inplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0545670Z test_meta_inplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0545780Z test_meta_inplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0545900Z test_meta_inplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0546010Z test_meta_inplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0546150Z test_meta_inplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0546280Z test_meta_inplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0546420Z test_meta_inplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0546550Z test_meta_inplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0546710Z test_meta_inplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0546850Z test_meta_inplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0546990Z test_meta_inplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0547120Z test_meta_inplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0547250Z test_meta_inplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0547380Z test_meta_inplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0547530Z test_meta_inplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0547720Z test_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0547860Z test_meta_inplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0548000Z test_meta_inplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0548130Z test_meta_inplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0548270Z test_meta_inplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0548400Z test_meta_inplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0548540Z test_meta_inplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0548680Z test_meta_inplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0548820Z test_meta_inplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0548960Z test_meta_inplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0549100Z test_meta_inplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0549250Z test_meta_inplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0549400Z test_meta_inplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0549540Z test_meta_inplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0549690Z test_meta_inplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0549830Z test_meta_inplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0549970Z test_meta_inplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0550180Z test_meta_inplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0550320Z test_meta_inplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0550470Z test_meta_inplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0550610Z test_meta_inplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0550750Z test_meta_inplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0550900Z test_meta_inplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0551040Z test_meta_inplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0551220Z test_meta_inplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0551370Z test_meta_inplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0551510Z test_meta_inplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0551650Z test_meta_inplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0551780Z test_meta_inplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0551920Z test_meta_inplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0552050Z test_meta_inplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0552190Z test_meta_inplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0552330Z test_meta_inplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0552470Z test_meta_inplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0552600Z test_meta_inplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0552730Z test_meta_inplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0556700Z test_meta_inplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0556850Z test_meta_inplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0556990Z test_meta_inplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0557100Z test_meta_inplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0557210Z test_meta_inplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0557320Z test_meta_inplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0557460Z test_meta_inplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0557670Z test_meta_inplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0557810Z test_meta_inplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0557950Z test_meta_inplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0558080Z test_meta_inplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0558210Z test_meta_inplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0558340Z test_meta_inplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0558470Z test_meta_inplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0558600Z test_meta_inplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0558750Z test_meta_inplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0558900Z test_meta_inplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0559040Z test_meta_inplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0559190Z test_meta_inplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0559330Z test_meta_inplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0559460Z test_meta_inplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0559600Z test_meta_inplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0559740Z test_meta_inplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0559880Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0560020Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0560160Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0560300Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0560440Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0560580Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0560730Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0560860Z test_meta_inplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0561000Z test_meta_inplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0561140Z test_meta_inplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0561290Z test_meta_inplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0561430Z test_meta_inplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0561560Z test_meta_inplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0561700Z test_meta_inplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0561830Z test_meta_inplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0561960Z test_meta_inplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0562100Z test_meta_inplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0562260Z test_meta_inplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0562400Z test_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0562540Z test_meta_inplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0562670Z test_meta_inplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0562810Z test_meta_inplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0562950Z test_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0563080Z test_meta_inplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0563220Z test_meta_inplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0563350Z test_meta_inplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0563490Z test_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0563630Z test_meta_inplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0563740Z test_meta_inplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0563850Z test_meta_inplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0563950Z test_meta_inplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0564090Z test_meta_inplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0564230Z test_meta_inplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0564360Z test_meta_inplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0564500Z test_meta_inplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0564640Z test_meta_inplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0564810Z test_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0564950Z test_meta_inplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0565100Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0565250Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0565400Z test_meta_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0565540Z test_meta_inplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0565690Z test_meta_inplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0565820Z test_meta_inplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0565960Z test_meta_inplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0566100Z test_meta_inplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0566240Z test_meta_inplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0566370Z test_meta_inplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0566510Z test_meta_inplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0566650Z test_meta_inplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0566790Z test_meta_inplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0566920Z test_meta_inplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0567070Z test_meta_inplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0567210Z test_meta_inplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0567350Z test_meta_inplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0567490Z test_meta_inplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0567620Z test_meta_inplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0567760Z test_meta_inplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0567890Z test_meta_inplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0568020Z test_meta_inplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0568160Z test_meta_inplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0568330Z test_meta_inplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0568480Z test_meta_inplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0568610Z test_meta_inplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0568750Z test_meta_inplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0568900Z test_meta_inplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0569030Z test_meta_inplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0569170Z test_meta_inplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0569330Z test_meta_inplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0569470Z test_meta_inplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0569600Z test_meta_inplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0569740Z test_meta_inplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0569870Z test_meta_inplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0570010Z test_meta_inplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0570150Z test_meta_inplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0570290Z test_meta_inplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0570430Z test_meta_inplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0570570Z test_meta_inplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0570710Z test_meta_inplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0570850Z test_meta_inplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0570990Z test_meta_inplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0571130Z test_meta_inplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0571280Z test_meta_inplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0571420Z test_meta_inplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0571570Z test_meta_inplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0571710Z test_meta_inplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0571870Z test_meta_inplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0572020Z test_meta_inplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0572160Z test_meta_inplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0572300Z test_meta_inplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0572440Z test_meta_inplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0572580Z test_meta_inplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0572720Z test_meta_inplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0572870Z test_meta_inplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0573000Z test_meta_inplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0573140Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0573280Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0573430Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0573570Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0573710Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0573850Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0573980Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0574120Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0574250Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0574380Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0574520Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0574650Z test_meta_inplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0574800Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0574940Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0575080Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0575220Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0575410Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0575550Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0575690Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0575830Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0575960Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0576100Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0576240Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0576390Z test_meta_inplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0576530Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0576670Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0576810Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0576950Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0577090Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0577230Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0577360Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0577500Z test_meta_inplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0577640Z test_meta_inplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0577770Z test_meta_inplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0577900Z test_meta_inplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0578040Z test_meta_inplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0578170Z test_meta_inplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0578300Z test_meta_inplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0578430Z test_meta_inplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0578560Z test_meta_inplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0578690Z test_meta_inplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0578830Z test_meta_inplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0578970Z test_meta_inplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0579100Z test_meta_inplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0579230Z test_meta_inplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0579360Z test_meta_inplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0579490Z test_meta_inplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0579620Z test_meta_inplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0579740Z test_meta_inplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0579890Z test_meta_inplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0580020Z test_meta_inplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0580130Z test_meta_inplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0580240Z test_meta_inplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0580350Z test_meta_inplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0580450Z test_meta_inplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0580560Z test_meta_inplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0580670Z test_meta_inplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0580790Z test_meta_inplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0580910Z test_meta_inplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0581010Z test_meta_inplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0581120Z test_meta_inplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0581220Z test_meta_inplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0581360Z test_meta_inplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0581500Z test_meta_inplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0581640Z test_meta_inplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0581780Z test_meta_inplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0581920Z test_meta_inplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0582060Z test_meta_inplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0582210Z test_meta_inplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0582340Z test_meta_inplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0582510Z test_meta_inplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0582640Z test_meta_inplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0582790Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0582930Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0583080Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0583220Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0583360Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0583530Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0583670Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0583810Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0583950Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0584090Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0584230Z test_meta_inplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0584360Z test_meta_inplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0584500Z test_meta_inplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0584640Z test_meta_inplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0584780Z test_meta_inplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0584910Z test_meta_inplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0585050Z test_meta_inplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0585190Z test_meta_inplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0585320Z test_meta_inplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0585460Z test_meta_inplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0585600Z test_meta_inplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0585730Z test_meta_inplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0585860Z test_meta_inplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0586020Z test_meta_inplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0586150Z test_meta_inplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0586290Z test_meta_inplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0586420Z test_meta_inplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0586550Z test_meta_inplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0586690Z test_meta_inplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0586830Z test_meta_inplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0586990Z test_meta_inplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0587130Z test_meta_inplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0587260Z test_meta_inplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0587400Z test_meta_inplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0587530Z test_meta_inplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0587670Z test_meta_inplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0587800Z test_meta_inplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0587940Z test_meta_inplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0588050Z test_meta_inplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0588170Z test_meta_inplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0588280Z test_meta_inplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0588390Z test_meta_inplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0588500Z test_meta_inplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0588600Z test_meta_inplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0592510Z test_meta_inplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0592630Z test_meta_inplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0592770Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0592920Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0593070Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0593210Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0593420Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0593570Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0593710Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0593850Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0593990Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0594130Z test_meta_inplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0594280Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0594460Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0594620Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0594770Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0594920Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0595080Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0595230Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0595380Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0595530Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0595680Z test_meta_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0595820Z test_meta_inplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0595950Z test_meta_inplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0596090Z test_meta_inplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0596230Z test_meta_inplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0596360Z test_meta_inplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0596490Z test_meta_inplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0596640Z test_meta_inplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0596780Z test_meta_inplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0596940Z test_meta_inplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0597090Z test_meta_inplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0597230Z test_meta_inplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0597370Z test_meta_inplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0597520Z test_meta_inplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0597640Z test_meta_inplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0597760Z test_meta_inplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0597890Z test_meta_inplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0598040Z test_meta_inplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0598160Z test_meta_inplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0598290Z test_meta_inplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0598410Z test_meta_inplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0598540Z test_meta_inplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0598660Z test_meta_inplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0598790Z test_meta_inplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0598910Z test_meta_inplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0599030Z test_meta_inplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0599150Z test_meta_inplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0599270Z test_meta_inplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0599400Z test_meta_inplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0599530Z test_meta_inplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0599650Z test_meta_inplace_norm_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0599770Z test_meta_inplace_norm_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0599890Z test_meta_inplace_norm_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0600020Z test_meta_inplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0600150Z test_meta_inplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0600270Z test_meta_inplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0600400Z test_meta_inplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0600550Z test_meta_inplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0600680Z test_meta_inplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0600800Z test_meta_inplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0600930Z test_meta_inplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0601050Z test_meta_inplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0601170Z test_meta_inplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0601300Z test_meta_inplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0601420Z test_meta_inplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0601570Z test_meta_inplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0601700Z test_meta_inplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0601820Z test_meta_inplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0601940Z test_meta_inplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0602060Z test_meta_inplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0602190Z test_meta_inplace_normal_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0602310Z test_meta_inplace_normal_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0602440Z test_meta_inplace_normal_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0602570Z test_meta_inplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0602700Z test_meta_inplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0602830Z test_meta_inplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0602960Z test_meta_inplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0603080Z test_meta_inplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0603210Z test_meta_inplace_ones_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0603340Z test_meta_inplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0603460Z test_meta_inplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0603580Z test_meta_inplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0603700Z test_meta_inplace_ones_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0603830Z test_meta_inplace_ones_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0603940Z test_meta_inplace_ones_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0604070Z test_meta_inplace_ones_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0604210Z test_meta_inplace_ones_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0604330Z test_meta_inplace_ones_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0604450Z test_meta_inplace_ones_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0604560Z test_meta_inplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0604690Z test_meta_inplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0604820Z test_meta_inplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0604950Z test_meta_inplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0605080Z test_meta_inplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0605220Z test_meta_inplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0605350Z test_meta_inplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0605470Z test_meta_inplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0605600Z test_meta_inplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0605720Z test_meta_inplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0605840Z test_meta_inplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0605970Z test_meta_inplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0606090Z test_meta_inplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0606210Z test_meta_inplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0606340Z test_meta_inplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0606460Z test_meta_inplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0606580Z test_meta_inplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0606700Z test_meta_inplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0606830Z test_meta_inplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0606960Z test_meta_inplace_outer_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0607080Z test_meta_inplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0607200Z test_meta_inplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0607330Z test_meta_inplace_outer_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0607450Z test_meta_inplace_outer_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0607570Z test_meta_inplace_outer_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0607710Z test_meta_inplace_outer_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0607830Z test_meta_inplace_outer_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0607950Z test_meta_inplace_outer_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0608070Z test_meta_inplace_outer_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0608190Z test_meta_inplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0608320Z test_meta_inplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0608440Z test_meta_inplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0608570Z test_meta_inplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0608690Z test_meta_inplace_permute_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0608850Z test_meta_inplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0608970Z test_meta_inplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0609100Z test_meta_inplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0609220Z test_meta_inplace_permute_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0609340Z test_meta_inplace_permute_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0609470Z test_meta_inplace_permute_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0609590Z test_meta_inplace_permute_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0609710Z test_meta_inplace_permute_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0609830Z test_meta_inplace_permute_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0609960Z test_meta_inplace_permute_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0610080Z test_meta_inplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0610200Z test_meta_inplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0610330Z test_meta_inplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0610460Z test_meta_inplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0610580Z test_meta_inplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0610700Z test_meta_inplace_polar_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0610820Z test_meta_inplace_polar_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0610940Z test_meta_inplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0611080Z test_meta_inplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0611190Z test_meta_inplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0611310Z test_meta_inplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0611480Z test_meta_inplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0611620Z test_meta_inplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0611740Z test_meta_inplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0611870Z test_meta_inplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0612000Z test_meta_inplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0612110Z test_meta_inplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0612240Z test_meta_inplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0612370Z test_meta_inplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0612490Z test_meta_inplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0612620Z test_meta_inplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0612740Z test_meta_inplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0612870Z test_meta_inplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0613000Z test_meta_inplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0613130Z test_meta_inplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0613240Z test_meta_inplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0613370Z test_meta_inplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0613480Z test_meta_inplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0613590Z test_meta_inplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0613710Z test_meta_inplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0613840Z test_meta_inplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:48.0613970Z test_meta_inplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:48.0614090Z test_meta_inplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0614220Z test_meta_inplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0614330Z test_meta_inplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0614460Z test_meta_inplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0614570Z test_meta_inplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0614680Z test_meta_inplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0614810Z test_meta_inplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0614960Z test_meta_inplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0615090Z test_meta_inplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0615220Z test_meta_inplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0615350Z test_meta_inplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0615460Z test_meta_inplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0615590Z test_meta_inplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0615700Z test_meta_inplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0615810Z test_meta_inplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0615970Z test_meta_inplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0616090Z test_meta_inplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0616220Z test_meta_inplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0616350Z test_meta_inplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0616470Z test_meta_inplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0616610Z test_meta_inplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0616740Z test_meta_inplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0616870Z test_meta_inplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0616990Z test_meta_inplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0617120Z test_meta_inplace_positive_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0617240Z test_meta_inplace_positive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0617370Z test_meta_inplace_positive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0617490Z test_meta_inplace_positive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0617620Z test_meta_inplace_positive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0617740Z test_meta_inplace_positive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0617870Z test_meta_inplace_positive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0617990Z test_meta_inplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0618090Z test_meta_inplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0618180Z test_meta_inplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0618280Z test_meta_inplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0618380Z test_meta_inplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0618470Z test_meta_inplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0618580Z test_meta_inplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0618680Z test_meta_inplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0618770Z test_meta_inplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0618860Z test_meta_inplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0618960Z test_meta_inplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0619050Z test_meta_inplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0619170Z test_meta_inplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:20:48.0619300Z test_meta_inplace_prod_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0619420Z test_meta_inplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0619550Z test_meta_inplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0619700Z test_meta_inplace_prod_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0619820Z test_meta_inplace_prod_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0619940Z test_meta_inplace_prod_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0620060Z test_meta_inplace_prod_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0620180Z test_meta_inplace_prod_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0620300Z test_meta_inplace_prod_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0620420Z test_meta_inplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0620510Z test_meta_inplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0620610Z test_meta_inplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0620710Z test_meta_inplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0620800Z test_meta_inplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0620900Z test_meta_inplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0620990Z test_meta_inplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0621080Z test_meta_inplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.0621180Z test_meta_inplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0621270Z test_meta_inplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0621360Z test_meta_inplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0621450Z test_meta_inplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0621540Z test_meta_inplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0621670Z test_meta_inplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0621790Z test_meta_inplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0621910Z test_meta_inplace_qr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0625700Z test_meta_inplace_qr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0625840Z test_meta_inplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0626000Z test_meta_inplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0626100Z test_meta_inplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0626230Z test_meta_inplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:48.0626370Z test_meta_inplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0626470Z test_meta_inplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0626570Z test_meta_inplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0626690Z test_meta_inplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.008s) 2022-11-23T01:20:48.0626810Z test_meta_inplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:48.0626930Z test_meta_inplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:48.0627070Z test_meta_inplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:48.0627190Z test_meta_inplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:48.0627320Z test_meta_inplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0627450Z test_meta_inplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0627580Z test_meta_inplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0627710Z test_meta_inplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0627840Z test_meta_inplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0627960Z test_meta_inplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0628080Z test_meta_inplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0628210Z test_meta_inplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0628330Z test_meta_inplace_randint_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0628460Z test_meta_inplace_randint_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0628580Z test_meta_inplace_randint_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0628700Z test_meta_inplace_randint_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0628830Z test_meta_inplace_randint_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0628950Z test_meta_inplace_randint_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0629070Z test_meta_inplace_randint_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0629190Z test_meta_inplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0629320Z test_meta_inplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0629450Z test_meta_inplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0629580Z test_meta_inplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0629720Z test_meta_inplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0629850Z test_meta_inplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0629970Z test_meta_inplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0630090Z test_meta_inplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0630220Z test_meta_inplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0630340Z test_meta_inplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0630460Z test_meta_inplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0630590Z test_meta_inplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0630740Z test_meta_inplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0630860Z test_meta_inplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:20:48.0630980Z test_meta_inplace_randn_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:20:48.0631100Z test_meta_inplace_randn_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:20:48.0631220Z test_meta_inplace_randn_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:20:48.0631350Z test_meta_inplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:20:48.0631480Z test_meta_inplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0631610Z test_meta_inplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0631740Z test_meta_inplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0631870Z test_meta_inplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0631990Z test_meta_inplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0632110Z test_meta_inplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0632240Z test_meta_inplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0632360Z test_meta_inplace_ravel_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0632490Z test_meta_inplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0632610Z test_meta_inplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0632740Z test_meta_inplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0632860Z test_meta_inplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0632980Z test_meta_inplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0633100Z test_meta_inplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0633250Z test_meta_inplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0633380Z test_meta_inplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0633500Z test_meta_inplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0633620Z test_meta_inplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0633730Z test_meta_inplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0633860Z test_meta_inplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0633980Z test_meta_inplace_real_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0634100Z test_meta_inplace_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0634230Z test_meta_inplace_real_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0634380Z test_meta_inplace_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0634510Z test_meta_inplace_real_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0634630Z test_meta_inplace_real_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0634750Z test_meta_inplace_real_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0634870Z test_meta_inplace_real_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0634990Z test_meta_inplace_real_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0635110Z test_meta_inplace_real_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0635230Z test_meta_inplace_real_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0635340Z test_meta_inplace_real_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0635450Z test_meta_inplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0635570Z test_meta_inplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0635680Z test_meta_inplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0635780Z test_meta_inplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0635890Z test_meta_inplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0635990Z test_meta_inplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0636090Z test_meta_inplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0636220Z test_meta_inplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0636340Z test_meta_inplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0636460Z test_meta_inplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.005s) 2022-11-23T01:20:48.0636580Z test_meta_inplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0636700Z test_meta_inplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0636800Z test_meta_inplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0636950Z test_meta_inplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0637050Z test_meta_inplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0637150Z test_meta_inplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0637250Z test_meta_inplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0637350Z test_meta_inplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0637450Z test_meta_inplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0637550Z test_meta_inplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0637650Z test_meta_inplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0637740Z test_meta_inplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0637840Z test_meta_inplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0637940Z test_meta_inplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0638060Z test_meta_inplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0638150Z test_meta_inplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0638250Z test_meta_inplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0638380Z test_meta_inplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0638500Z test_meta_inplace_repeat_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0638630Z test_meta_inplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0638760Z test_meta_inplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0638890Z test_meta_inplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0639010Z test_meta_inplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0639130Z test_meta_inplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0639260Z test_meta_inplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0639380Z test_meta_inplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0639500Z test_meta_inplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0639620Z test_meta_inplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0639740Z test_meta_inplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0639880Z test_meta_inplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.002s) 2022-11-23T01:20:48.0640020Z test_meta_inplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0640150Z test_meta_inplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0640290Z test_meta_inplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0640420Z test_meta_inplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0640560Z test_meta_inplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0640710Z test_meta_inplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0640840Z test_meta_inplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0640970Z test_meta_inplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0641100Z test_meta_inplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0641230Z test_meta_inplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0641370Z test_meta_inplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0641490Z test_meta_inplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0641620Z test_meta_inplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0641770Z test_meta_inplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0641900Z test_meta_inplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0642030Z test_meta_inplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0642160Z test_meta_inplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0642290Z test_meta_inplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0642410Z test_meta_inplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0642540Z test_meta_inplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0642660Z test_meta_inplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0642790Z test_meta_inplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0642910Z test_meta_inplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0643030Z test_meta_inplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0643160Z test_meta_inplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0643280Z test_meta_inplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0643410Z test_meta_inplace_reshape_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0643540Z test_meta_inplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0643670Z test_meta_inplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0643790Z test_meta_inplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0643920Z test_meta_inplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0644040Z test_meta_inplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0644160Z test_meta_inplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0644300Z test_meta_inplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0644430Z test_meta_inplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0644550Z test_meta_inplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0644670Z test_meta_inplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0644790Z test_meta_inplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0644890Z test_meta_inplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0644990Z test_meta_inplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0645090Z test_meta_inplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0645200Z test_meta_inplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0645310Z test_meta_inplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0645410Z test_meta_inplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0645510Z test_meta_inplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0645600Z test_meta_inplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0645700Z test_meta_inplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0645790Z test_meta_inplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0645890Z test_meta_inplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0645980Z test_meta_inplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0646080Z test_meta_inplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0646180Z test_meta_inplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0646290Z test_meta_inplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0646390Z test_meta_inplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0646490Z test_meta_inplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0646590Z test_meta_inplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0646690Z test_meta_inplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0646780Z test_meta_inplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0646880Z test_meta_inplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0646980Z test_meta_inplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0647080Z test_meta_inplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0647170Z test_meta_inplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0647300Z test_meta_inplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0647430Z test_meta_inplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0647560Z test_meta_inplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0647690Z test_meta_inplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0647820Z test_meta_inplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0647980Z test_meta_inplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0648110Z test_meta_inplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0648230Z test_meta_inplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0648360Z test_meta_inplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0648480Z test_meta_inplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0648610Z test_meta_inplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0648730Z test_meta_inplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0648860Z test_meta_inplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0649010Z test_meta_inplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0649150Z test_meta_inplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0649270Z test_meta_inplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0649400Z test_meta_inplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0649530Z test_meta_inplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0649650Z test_meta_inplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0649780Z test_meta_inplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0649910Z test_meta_inplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0650030Z test_meta_inplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0650150Z test_meta_inplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0650270Z test_meta_inplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0650390Z test_meta_inplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0650520Z test_meta_inplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0650640Z test_meta_inplace_roll_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0650770Z test_meta_inplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0650890Z test_meta_inplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0651020Z test_meta_inplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0651140Z test_meta_inplace_roll_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0651260Z test_meta_inplace_roll_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0651380Z test_meta_inplace_roll_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0651520Z test_meta_inplace_roll_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0651650Z test_meta_inplace_roll_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0651760Z test_meta_inplace_roll_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0651880Z test_meta_inplace_roll_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0652000Z test_meta_inplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0652120Z test_meta_inplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0652240Z test_meta_inplace_rot90_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0652370Z test_meta_inplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0652490Z test_meta_inplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0652640Z test_meta_inplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0652760Z test_meta_inplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0652880Z test_meta_inplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0653000Z test_meta_inplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0653120Z test_meta_inplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0653230Z test_meta_inplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0653350Z test_meta_inplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0653470Z test_meta_inplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0653560Z test_meta_inplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0653660Z test_meta_inplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0653760Z test_meta_inplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0653850Z test_meta_inplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0653950Z test_meta_inplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0654040Z test_meta_inplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0657830Z test_meta_inplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0657920Z test_meta_inplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0658030Z test_meta_inplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0658140Z test_meta_inplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0658240Z test_meta_inplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0658350Z test_meta_inplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0658450Z test_meta_inplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0658560Z test_meta_inplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0658670Z test_meta_inplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0658770Z test_meta_inplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0658910Z test_meta_inplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0659020Z test_meta_inplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0659140Z test_meta_inplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0659240Z test_meta_inplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0659340Z test_meta_inplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0659440Z test_meta_inplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0659530Z test_meta_inplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0659650Z test_meta_inplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0659770Z test_meta_inplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0659890Z test_meta_inplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0660030Z test_meta_inplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0660140Z test_meta_inplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0660260Z test_meta_inplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0660390Z test_meta_inplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0660520Z test_meta_inplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0660640Z test_meta_inplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0660760Z test_meta_inplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0660880Z test_meta_inplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0661000Z test_meta_inplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0661120Z test_meta_inplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0661240Z test_meta_inplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0661360Z test_meta_inplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0661480Z test_meta_inplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0661610Z test_meta_inplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0661740Z test_meta_inplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0661870Z test_meta_inplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0662010Z test_meta_inplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0662140Z test_meta_inplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0662270Z test_meta_inplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0662400Z test_meta_inplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0662540Z test_meta_inplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0662670Z test_meta_inplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0662790Z test_meta_inplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0662920Z test_meta_inplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0663040Z test_meta_inplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0663170Z test_meta_inplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0663270Z test_meta_inplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0663370Z test_meta_inplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0663480Z test_meta_inplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0663600Z test_meta_inplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0663710Z test_meta_inplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0663810Z test_meta_inplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0663910Z test_meta_inplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0664010Z test_meta_inplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0664110Z test_meta_inplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0664210Z test_meta_inplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0664310Z test_meta_inplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0664410Z test_meta_inplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0664500Z test_meta_inplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0664600Z test_meta_inplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0664700Z test_meta_inplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0664800Z test_meta_inplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0664900Z test_meta_inplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0665000Z test_meta_inplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0665100Z test_meta_inplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0665190Z test_meta_inplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0665290Z test_meta_inplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0665380Z test_meta_inplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0665480Z test_meta_inplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0665570Z test_meta_inplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0665680Z test_meta_inplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0665790Z test_meta_inplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0665900Z test_meta_inplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0666000Z test_meta_inplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0666110Z test_meta_inplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0666210Z test_meta_inplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0666350Z test_meta_inplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0666460Z test_meta_inplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0666560Z test_meta_inplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0666670Z test_meta_inplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0666770Z test_meta_inplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0666870Z test_meta_inplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0666980Z test_meta_inplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0667080Z test_meta_inplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0667180Z test_meta_inplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0667320Z test_meta_inplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0667420Z test_meta_inplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0667520Z test_meta_inplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0667630Z test_meta_inplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0667730Z test_meta_inplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0667830Z test_meta_inplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0667940Z test_meta_inplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0668040Z test_meta_inplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0668150Z test_meta_inplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0668250Z test_meta_inplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0668350Z test_meta_inplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0668450Z test_meta_inplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0668550Z test_meta_inplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0668650Z test_meta_inplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0668760Z test_meta_inplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0668860Z test_meta_inplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0668970Z test_meta_inplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0669080Z test_meta_inplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0669180Z test_meta_inplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0669280Z test_meta_inplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0669380Z test_meta_inplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0669480Z test_meta_inplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0669580Z test_meta_inplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0669680Z test_meta_inplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0669790Z test_meta_inplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0669940Z test_meta_inplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0670050Z test_meta_inplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0670150Z test_meta_inplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0670260Z test_meta_inplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0670360Z test_meta_inplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0670470Z test_meta_inplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0670570Z test_meta_inplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0670670Z test_meta_inplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0670770Z test_meta_inplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0670910Z test_meta_inplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0671060Z test_meta_inplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0671190Z test_meta_inplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0671320Z test_meta_inplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0671450Z test_meta_inplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0671580Z test_meta_inplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0671700Z test_meta_inplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0671830Z test_meta_inplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0671960Z test_meta_inplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0672100Z test_meta_inplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0672240Z test_meta_inplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0672380Z test_meta_inplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0672510Z test_meta_inplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0672650Z test_meta_inplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0672780Z test_meta_inplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0672920Z test_meta_inplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0673050Z test_meta_inplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0673180Z test_meta_inplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0673300Z test_meta_inplace_select_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0673430Z test_meta_inplace_select_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0673570Z test_meta_inplace_select_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0673700Z test_meta_inplace_select_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0673830Z test_meta_inplace_select_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0673950Z test_meta_inplace_select_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0674070Z test_meta_inplace_select_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0674200Z test_meta_inplace_select_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0674320Z test_meta_inplace_select_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0674440Z test_meta_inplace_select_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0674580Z test_meta_inplace_select_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0674700Z test_meta_inplace_select_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0674840Z test_meta_inplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0674970Z test_meta_inplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0675100Z test_meta_inplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0675230Z test_meta_inplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0675360Z test_meta_inplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0675490Z test_meta_inplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0675620Z test_meta_inplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0675740Z test_meta_inplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0675870Z test_meta_inplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0676000Z test_meta_inplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0676090Z test_meta_inplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0676190Z test_meta_inplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0676290Z test_meta_inplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0676390Z test_meta_inplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0676480Z test_meta_inplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0676580Z test_meta_inplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0676670Z test_meta_inplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0676760Z test_meta_inplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0676860Z test_meta_inplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0676950Z test_meta_inplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0677040Z test_meta_inplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0677130Z test_meta_inplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0677240Z test_meta_inplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0677370Z test_meta_inplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0677500Z test_meta_inplace_short_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0677620Z test_meta_inplace_short_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0677750Z test_meta_inplace_short_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0677870Z test_meta_inplace_short_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0678000Z test_meta_inplace_short_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0678120Z test_meta_inplace_short_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0678260Z test_meta_inplace_short_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0678380Z test_meta_inplace_short_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0678490Z test_meta_inplace_short_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0678620Z test_meta_inplace_short_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0678730Z test_meta_inplace_short_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0678840Z test_meta_inplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0678960Z test_meta_inplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0679060Z test_meta_inplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0679160Z test_meta_inplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0679260Z test_meta_inplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0679360Z test_meta_inplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0679480Z test_meta_inplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0679610Z test_meta_inplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0679720Z test_meta_inplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0679840Z test_meta_inplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0679960Z test_meta_inplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0680060Z test_meta_inplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0680150Z test_meta_inplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0680250Z test_meta_inplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0680340Z test_meta_inplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0680430Z test_meta_inplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0680520Z test_meta_inplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0680620Z test_meta_inplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0680710Z test_meta_inplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0680800Z test_meta_inplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0680920Z test_meta_inplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0681070Z test_meta_inplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0681200Z test_meta_inplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0681340Z test_meta_inplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0681470Z test_meta_inplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0681610Z test_meta_inplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0681750Z test_meta_inplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0681890Z test_meta_inplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0682060Z test_meta_inplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0682200Z test_meta_inplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0682330Z test_meta_inplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0682470Z test_meta_inplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0682600Z test_meta_inplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0682740Z test_meta_inplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0682880Z test_meta_inplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0683010Z test_meta_inplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0683150Z test_meta_inplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0683270Z test_meta_inplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0683400Z test_meta_inplace_signbit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0683520Z test_meta_inplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0683650Z test_meta_inplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0683770Z test_meta_inplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0683890Z test_meta_inplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0684020Z test_meta_inplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0684140Z test_meta_inplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0684260Z test_meta_inplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0684380Z test_meta_inplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0684490Z test_meta_inplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0684610Z test_meta_inplace_sin_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0684710Z test_meta_inplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0684810Z test_meta_inplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0684910Z test_meta_inplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0688640Z test_meta_inplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0688770Z test_meta_inplace_sin_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0688890Z test_meta_inplace_sin_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0689000Z test_meta_inplace_sin_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0689110Z test_meta_inplace_sin_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0689290Z test_meta_inplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0689380Z test_meta_inplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0689500Z test_meta_inplace_sinc_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0689600Z test_meta_inplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0689700Z test_meta_inplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0689790Z test_meta_inplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0689890Z test_meta_inplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0690000Z test_meta_inplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0690120Z test_meta_inplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0690240Z test_meta_inplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0690350Z test_meta_inplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0690470Z test_meta_inplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0690570Z test_meta_inplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0690680Z test_meta_inplace_sinh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0690780Z test_meta_inplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0690880Z test_meta_inplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0690980Z test_meta_inplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0691070Z test_meta_inplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0691190Z test_meta_inplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.0691300Z test_meta_inplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0691420Z test_meta_inplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0691530Z test_meta_inplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0691640Z test_meta_inplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0691770Z test_meta_inplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0691910Z test_meta_inplace_slice_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0692040Z test_meta_inplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0692170Z test_meta_inplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0692300Z test_meta_inplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0692420Z test_meta_inplace_slice_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0692540Z test_meta_inplace_slice_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0692660Z test_meta_inplace_slice_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0692780Z test_meta_inplace_slice_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0692930Z test_meta_inplace_slice_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0693040Z test_meta_inplace_slice_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0693160Z test_meta_inplace_slice_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0693280Z test_meta_inplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0693410Z test_meta_inplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0693540Z test_meta_inplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0693670Z test_meta_inplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0693800Z test_meta_inplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0693930Z test_meta_inplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0694050Z test_meta_inplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0694180Z test_meta_inplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0694300Z test_meta_inplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0694430Z test_meta_inplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0694550Z test_meta_inplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0694680Z test_meta_inplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0694800Z test_meta_inplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0694930Z test_meta_inplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0695060Z test_meta_inplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0695190Z test_meta_inplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0695330Z test_meta_inplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0695480Z test_meta_inplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0695620Z test_meta_inplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0695750Z test_meta_inplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0695880Z test_meta_inplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0696010Z test_meta_inplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0696140Z test_meta_inplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0696260Z test_meta_inplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0696390Z test_meta_inplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0696540Z test_meta_inplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0696660Z test_meta_inplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0696790Z test_meta_inplace_sort_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0696910Z test_meta_inplace_sort_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0697030Z test_meta_inplace_sort_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0697150Z test_meta_inplace_sort_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0697270Z test_meta_inplace_sort_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0697390Z test_meta_inplace_sort_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0697510Z test_meta_inplace_sort_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0697630Z test_meta_inplace_sort_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0697750Z test_meta_inplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0697900Z test_meta_inplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:20:48.0698050Z test_meta_inplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:20:48.0698190Z test_meta_inplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:20:48.0698330Z test_meta_inplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:20:48.0698460Z test_meta_inplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0698590Z test_meta_inplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0698720Z test_meta_inplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0698850Z test_meta_inplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0698980Z test_meta_inplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0699130Z test_meta_inplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0699260Z test_meta_inplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0699390Z test_meta_inplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0699520Z test_meta_inplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0699650Z test_meta_inplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0699780Z test_meta_inplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0699910Z test_meta_inplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0700040Z test_meta_inplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0700200Z test_meta_inplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0700330Z test_meta_inplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0700450Z test_meta_inplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0700580Z test_meta_inplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0700710Z test_meta_inplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0700840Z test_meta_inplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0700970Z test_meta_inplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0701090Z test_meta_inplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0701220Z test_meta_inplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0701350Z test_meta_inplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0701470Z test_meta_inplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0701600Z test_meta_inplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0701730Z test_meta_inplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0701860Z test_meta_inplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0701980Z test_meta_inplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0702110Z test_meta_inplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0702230Z test_meta_inplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0702360Z test_meta_inplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0702480Z test_meta_inplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0702630Z test_meta_inplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0702760Z test_meta_inplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0702890Z test_meta_inplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0703020Z test_meta_inplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0703140Z test_meta_inplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0703270Z test_meta_inplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0703390Z test_meta_inplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0703520Z test_meta_inplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0703680Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0703830Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0703970Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0704110Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0704250Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0704390Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0704530Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0704670Z test_meta_inplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0704810Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0704950Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0705090Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0705230Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0705370Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0705510Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0705650Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0705780Z test_meta_inplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0706160Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0706410Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0706630Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0706860Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0707080Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0707290Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0707510Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0707720Z test_meta_inplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0707970Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0708190Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0708400Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0708620Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0708840Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0709050Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0709270Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0709490Z test_meta_inplace_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0709620Z test_meta_inplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0709750Z test_meta_inplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0709880Z test_meta_inplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0710010Z test_meta_inplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0710140Z test_meta_inplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0710260Z test_meta_inplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0710390Z test_meta_inplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0710510Z test_meta_inplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0710630Z test_meta_inplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0710800Z test_meta_inplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0710940Z test_meta_inplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0711060Z test_meta_inplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0711190Z test_meta_inplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0711320Z test_meta_inplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0711440Z test_meta_inplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0711560Z test_meta_inplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0711690Z test_meta_inplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0711850Z test_meta_inplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0711990Z test_meta_inplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0712130Z test_meta_inplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0712280Z test_meta_inplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0712410Z test_meta_inplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0712550Z test_meta_inplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0712690Z test_meta_inplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0712820Z test_meta_inplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0712960Z test_meta_inplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0713100Z test_meta_inplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0713250Z test_meta_inplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0713390Z test_meta_inplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0713530Z test_meta_inplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0713660Z test_meta_inplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0713800Z test_meta_inplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0713930Z test_meta_inplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0714060Z test_meta_inplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0714190Z test_meta_inplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0714350Z test_meta_inplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0714480Z test_meta_inplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0714610Z test_meta_inplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0714730Z test_meta_inplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0714850Z test_meta_inplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0714970Z test_meta_inplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0715090Z test_meta_inplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0715220Z test_meta_inplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0715380Z test_meta_inplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0715510Z test_meta_inplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0715630Z test_meta_inplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0715750Z test_meta_inplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0715870Z test_meta_inplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0716000Z test_meta_inplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0716120Z test_meta_inplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0716250Z test_meta_inplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0716370Z test_meta_inplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0716490Z test_meta_inplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0716620Z test_meta_inplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0716740Z test_meta_inplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0716860Z test_meta_inplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0716980Z test_meta_inplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0717110Z test_meta_inplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0717250Z test_meta_inplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0717390Z test_meta_inplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0717540Z test_meta_inplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0717680Z test_meta_inplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0717810Z test_meta_inplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0717970Z test_meta_inplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0718110Z test_meta_inplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0718240Z test_meta_inplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0718470Z test_meta_inplace_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0718700Z test_meta_inplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0718920Z test_meta_inplace_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0719170Z test_meta_inplace_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0719390Z test_meta_inplace_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0719600Z test_meta_inplace_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0719820Z test_meta_inplace_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0720030Z test_meta_inplace_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0720170Z test_meta_inplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0720300Z test_meta_inplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0720430Z test_meta_inplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0720560Z test_meta_inplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0720690Z test_meta_inplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0720820Z test_meta_inplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0720950Z test_meta_inplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0721080Z test_meta_inplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0725020Z test_meta_inplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0725170Z test_meta_inplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0725300Z test_meta_inplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0725440Z test_meta_inplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0725570Z test_meta_inplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0725750Z test_meta_inplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0725890Z test_meta_inplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0726020Z test_meta_inplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0726160Z test_meta_inplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0726300Z test_meta_inplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0726470Z test_meta_inplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0726610Z test_meta_inplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0726760Z test_meta_inplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0726890Z test_meta_inplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0727030Z test_meta_inplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0727160Z test_meta_inplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0727290Z test_meta_inplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0727430Z test_meta_inplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0727570Z test_meta_inplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0727700Z test_meta_inplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0727840Z test_meta_inplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0727970Z test_meta_inplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0728100Z test_meta_inplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0728230Z test_meta_inplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0728370Z test_meta_inplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0728510Z test_meta_inplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0728640Z test_meta_inplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0728770Z test_meta_inplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0728910Z test_meta_inplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0729040Z test_meta_inplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0729170Z test_meta_inplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0729320Z test_meta_inplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0729450Z test_meta_inplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0729580Z test_meta_inplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0729710Z test_meta_inplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0729840Z test_meta_inplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0729970Z test_meta_inplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0730090Z test_meta_inplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0730220Z test_meta_inplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0730360Z test_meta_inplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0730480Z test_meta_inplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0730610Z test_meta_inplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0730730Z test_meta_inplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0730860Z test_meta_inplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0730990Z test_meta_inplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0731120Z test_meta_inplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0731240Z test_meta_inplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0731360Z test_meta_inplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0731490Z test_meta_inplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0731640Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0731790Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0731940Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0732090Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0732240Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0732390Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0732530Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0732670Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0732850Z test_meta_inplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0733000Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0733140Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0733280Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0733420Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0733570Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0733710Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0733880Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0734020Z test_meta_inplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0734160Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0734300Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0734440Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0734580Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0734720Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0734860Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0734990Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0735130Z test_meta_inplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0735380Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0735620Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0735850Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0736070Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0736300Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0736530Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0736770Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0737000Z test_meta_inplace_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0737230Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0737450Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0737680Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0737900Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0738180Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0738400Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0738620Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0738850Z test_meta_inplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0739070Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0739300Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0739520Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0739740Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0739970Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0740190Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0740410Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0740640Z test_meta_inplace_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0740860Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0741080Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0741310Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0741560Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0741780Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0742010Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0742230Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0742460Z test_meta_inplace_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.0742600Z test_meta_inplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0742770Z test_meta_inplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0742900Z test_meta_inplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0743040Z test_meta_inplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0743180Z test_meta_inplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0743310Z test_meta_inplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0743450Z test_meta_inplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0743590Z test_meta_inplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0743720Z test_meta_inplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0743850Z test_meta_inplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0743980Z test_meta_inplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0744110Z test_meta_inplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0744240Z test_meta_inplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0744370Z test_meta_inplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0744500Z test_meta_inplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0744630Z test_meta_inplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0744760Z test_meta_inplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0744890Z test_meta_inplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0745010Z test_meta_inplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0745140Z test_meta_inplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0745290Z test_meta_inplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0745420Z test_meta_inplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0745540Z test_meta_inplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0745660Z test_meta_inplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0745790Z test_meta_inplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0745910Z test_meta_inplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0746040Z test_meta_inplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0746160Z test_meta_inplace_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0746310Z test_meta_inplace_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0746440Z test_meta_inplace_split_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0746560Z test_meta_inplace_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0746690Z test_meta_inplace_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0746810Z test_meta_inplace_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0746930Z test_meta_inplace_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0747050Z test_meta_inplace_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0747170Z test_meta_inplace_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0747290Z test_meta_inplace_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0747410Z test_meta_inplace_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0747530Z test_meta_inplace_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0747660Z test_meta_inplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0747790Z test_meta_inplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0747930Z test_meta_inplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0748060Z test_meta_inplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0748190Z test_meta_inplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0748320Z test_meta_inplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0748450Z test_meta_inplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0748570Z test_meta_inplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0748700Z test_meta_inplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0748860Z test_meta_inplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0748990Z test_meta_inplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0749110Z test_meta_inplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0749240Z test_meta_inplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0749370Z test_meta_inplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0749500Z test_meta_inplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0749640Z test_meta_inplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0749770Z test_meta_inplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0749930Z test_meta_inplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0750060Z test_meta_inplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0750190Z test_meta_inplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0750320Z test_meta_inplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0750450Z test_meta_inplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0750580Z test_meta_inplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0750710Z test_meta_inplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0750830Z test_meta_inplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0750930Z test_meta_inplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0751050Z test_meta_inplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0751150Z test_meta_inplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0751250Z test_meta_inplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0751350Z test_meta_inplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0751440Z test_meta_inplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0751560Z test_meta_inplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0751680Z test_meta_inplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0751800Z test_meta_inplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0751910Z test_meta_inplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0752030Z test_meta_inplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0752130Z test_meta_inplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0752250Z test_meta_inplace_square_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0752350Z test_meta_inplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0752450Z test_meta_inplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0752570Z test_meta_inplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0752670Z test_meta_inplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0752770Z test_meta_inplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0752860Z test_meta_inplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0752950Z test_meta_inplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0753050Z test_meta_inplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0753140Z test_meta_inplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0753230Z test_meta_inplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0753330Z test_meta_inplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0753430Z test_meta_inplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0753550Z test_meta_inplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0753660Z test_meta_inplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0753760Z test_meta_inplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0753860Z test_meta_inplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0753950Z test_meta_inplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0754050Z test_meta_inplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0754140Z test_meta_inplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0754240Z test_meta_inplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0754330Z test_meta_inplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0754430Z test_meta_inplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0754520Z test_meta_inplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0754650Z test_meta_inplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0754780Z test_meta_inplace_stack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0754910Z test_meta_inplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0755030Z test_meta_inplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0755160Z test_meta_inplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0755280Z test_meta_inplace_stack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0755410Z test_meta_inplace_stack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0755530Z test_meta_inplace_stack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0755650Z test_meta_inplace_stack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0755770Z test_meta_inplace_stack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0755890Z test_meta_inplace_stack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0756010Z test_meta_inplace_stack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0756130Z test_meta_inplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0756270Z test_meta_inplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0756400Z test_meta_inplace_std_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0756530Z test_meta_inplace_std_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0756650Z test_meta_inplace_std_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0756770Z test_meta_inplace_std_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0756880Z test_meta_inplace_std_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0757010Z test_meta_inplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0757140Z test_meta_inplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0757320Z test_meta_inplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0757440Z test_meta_inplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0757560Z test_meta_inplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0757690Z test_meta_inplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0757810Z test_meta_inplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0757940Z test_meta_inplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0758060Z test_meta_inplace_stft_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0761930Z test_meta_inplace_stft_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0762030Z test_meta_inplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0762130Z test_meta_inplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0762230Z test_meta_inplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0762320Z test_meta_inplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0762410Z test_meta_inplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0762500Z test_meta_inplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0762600Z test_meta_inplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0762690Z test_meta_inplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0762790Z test_meta_inplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0762880Z test_meta_inplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0762970Z test_meta_inplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0763060Z test_meta_inplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0763180Z test_meta_inplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0763310Z test_meta_inplace_sum_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0763430Z test_meta_inplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0763560Z test_meta_inplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0763710Z test_meta_inplace_sum_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0763830Z test_meta_inplace_sum_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0763950Z test_meta_inplace_sum_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0764070Z test_meta_inplace_sum_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0764190Z test_meta_inplace_sum_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0764300Z test_meta_inplace_sum_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0764420Z test_meta_inplace_sum_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0764540Z test_meta_inplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0764690Z test_meta_inplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0764810Z test_meta_inplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0764940Z test_meta_inplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0765070Z test_meta_inplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0765200Z test_meta_inplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0765320Z test_meta_inplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0765440Z test_meta_inplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0765570Z test_meta_inplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0765690Z test_meta_inplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0765810Z test_meta_inplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0765940Z test_meta_inplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0766060Z test_meta_inplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0766180Z test_meta_inplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0766310Z test_meta_inplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0766430Z test_meta_inplace_svd_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0766550Z test_meta_inplace_svd_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0766680Z test_meta_inplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0766800Z test_meta_inplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0766930Z test_meta_inplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0767060Z test_meta_inplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0767180Z test_meta_inplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0767360Z test_meta_inplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0767460Z test_meta_inplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0767550Z test_meta_inplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0767650Z test_meta_inplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0767740Z test_meta_inplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0767830Z test_meta_inplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0767930Z test_meta_inplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0768020Z test_meta_inplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0768110Z test_meta_inplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0768200Z test_meta_inplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0768340Z test_meta_inplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0768440Z test_meta_inplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0768520Z test_meta_inplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0768660Z test_meta_inplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0768790Z test_meta_inplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0768920Z test_meta_inplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0769050Z test_meta_inplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0769180Z test_meta_inplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0769310Z test_meta_inplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0769440Z test_meta_inplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0769570Z test_meta_inplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0769700Z test_meta_inplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0769820Z test_meta_inplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0769950Z test_meta_inplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0770070Z test_meta_inplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0770200Z test_meta_inplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0770320Z test_meta_inplace_take_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0770450Z test_meta_inplace_take_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0770570Z test_meta_inplace_take_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0770690Z test_meta_inplace_take_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0770820Z test_meta_inplace_take_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0770960Z test_meta_inplace_take_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0771080Z test_meta_inplace_take_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0771200Z test_meta_inplace_take_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0771320Z test_meta_inplace_take_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0771440Z test_meta_inplace_take_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0771550Z test_meta_inplace_take_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0771650Z test_meta_inplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0771770Z test_meta_inplace_tan_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0771870Z test_meta_inplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0771990Z test_meta_inplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0772080Z test_meta_inplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0772170Z test_meta_inplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0772290Z test_meta_inplace_tan_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0772400Z test_meta_inplace_tan_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0772520Z test_meta_inplace_tan_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0772630Z test_meta_inplace_tan_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0772740Z test_meta_inplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0772840Z test_meta_inplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0772950Z test_meta_inplace_tanh_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0773050Z test_meta_inplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0773150Z test_meta_inplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0773250Z test_meta_inplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0773340Z test_meta_inplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0773460Z test_meta_inplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0773580Z test_meta_inplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0773690Z test_meta_inplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0773810Z test_meta_inplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0773930Z test_meta_inplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0774060Z test_meta_inplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0774190Z test_meta_inplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0774320Z test_meta_inplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0774450Z test_meta_inplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0774580Z test_meta_inplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0774730Z test_meta_inplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0774860Z test_meta_inplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0774980Z test_meta_inplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0775110Z test_meta_inplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0775230Z test_meta_inplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0775360Z test_meta_inplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0775480Z test_meta_inplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0775630Z test_meta_inplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0775750Z test_meta_inplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0775890Z test_meta_inplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0776010Z test_meta_inplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0776140Z test_meta_inplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0776260Z test_meta_inplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0776380Z test_meta_inplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0776510Z test_meta_inplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0776630Z test_meta_inplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0776760Z test_meta_inplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0776880Z test_meta_inplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0777000Z test_meta_inplace_tile_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0777120Z test_meta_inplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0777250Z test_meta_inplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0777370Z test_meta_inplace_tile_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0777500Z test_meta_inplace_tile_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0777620Z test_meta_inplace_tile_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0777740Z test_meta_inplace_tile_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0777860Z test_meta_inplace_tile_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0777970Z test_meta_inplace_tile_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0778100Z test_meta_inplace_tile_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0778230Z test_meta_inplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0778350Z test_meta_inplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0778470Z test_meta_inplace_to_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0778600Z test_meta_inplace_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0778720Z test_meta_inplace_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0778840Z test_meta_inplace_to_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0778960Z test_meta_inplace_to_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0779070Z test_meta_inplace_to_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0779210Z test_meta_inplace_to_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0779330Z test_meta_inplace_to_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0779440Z test_meta_inplace_to_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0779560Z test_meta_inplace_to_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0779680Z test_meta_inplace_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0779810Z test_meta_inplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0779940Z test_meta_inplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0780070Z test_meta_inplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0780200Z test_meta_inplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0780320Z test_meta_inplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0780440Z test_meta_inplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0780570Z test_meta_inplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0780690Z test_meta_inplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0780810Z test_meta_inplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0780940Z test_meta_inplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0781060Z test_meta_inplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0781190Z test_meta_inplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0781310Z test_meta_inplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0781430Z test_meta_inplace_topk_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0781550Z test_meta_inplace_topk_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0781670Z test_meta_inplace_topk_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0781840Z test_meta_inplace_topk_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0781960Z test_meta_inplace_topk_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0782080Z test_meta_inplace_topk_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0782200Z test_meta_inplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0782330Z test_meta_inplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0782450Z test_meta_inplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0782580Z test_meta_inplace_trace_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0782700Z test_meta_inplace_trace_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0782850Z test_meta_inplace_trace_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0782970Z test_meta_inplace_trace_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0783090Z test_meta_inplace_trace_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0783210Z test_meta_inplace_trace_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0783320Z test_meta_inplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0783430Z test_meta_inplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0783530Z test_meta_inplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0783630Z test_meta_inplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0783740Z test_meta_inplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0783840Z test_meta_inplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0783940Z test_meta_inplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0784050Z test_meta_inplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0784150Z test_meta_inplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0784240Z test_meta_inplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0784340Z test_meta_inplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0784440Z test_meta_inplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0784540Z test_meta_inplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0784640Z test_meta_inplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0784770Z test_meta_inplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0784900Z test_meta_inplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0785030Z test_meta_inplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0785160Z test_meta_inplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0785290Z test_meta_inplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0785410Z test_meta_inplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0785560Z test_meta_inplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0785680Z test_meta_inplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0785810Z test_meta_inplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0785930Z test_meta_inplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0786050Z test_meta_inplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0786170Z test_meta_inplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0786300Z test_meta_inplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0786420Z test_meta_inplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0786570Z test_meta_inplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0786690Z test_meta_inplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0786810Z test_meta_inplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0786940Z test_meta_inplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0787050Z test_meta_inplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0787170Z test_meta_inplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0787290Z test_meta_inplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0787410Z test_meta_inplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0787550Z test_meta_inplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0787680Z test_meta_inplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0787810Z test_meta_inplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0787940Z test_meta_inplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0788040Z test_meta_inplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0788140Z test_meta_inplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0788240Z test_meta_inplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0788340Z test_meta_inplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0788430Z test_meta_inplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0788530Z test_meta_inplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0788620Z test_meta_inplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0788710Z test_meta_inplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0788800Z test_meta_inplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0788900Z test_meta_inplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0788990Z test_meta_inplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0789080Z test_meta_inplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0789260Z test_meta_inplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0789390Z test_meta_inplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0789480Z test_meta_inplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0789580Z test_meta_inplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0789670Z test_meta_inplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0793420Z test_meta_inplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0793520Z test_meta_inplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0793620Z test_meta_inplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0793710Z test_meta_inplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0793800Z test_meta_inplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0793930Z test_meta_inplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0794020Z test_meta_inplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0794110Z test_meta_inplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0794200Z test_meta_inplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0794330Z test_meta_inplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0794460Z test_meta_inplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0794560Z test_meta_inplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0794690Z test_meta_inplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0794790Z test_meta_inplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0794900Z test_meta_inplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0795000Z test_meta_inplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0795100Z test_meta_inplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0795200Z test_meta_inplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0795320Z test_meta_inplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0795440Z test_meta_inplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0795560Z test_meta_inplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0795680Z test_meta_inplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0795800Z test_meta_inplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0795900Z test_meta_inplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0796000Z test_meta_inplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0796100Z test_meta_inplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0796190Z test_meta_inplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0796280Z test_meta_inplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0796370Z test_meta_inplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0796460Z test_meta_inplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0796580Z test_meta_inplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0796710Z test_meta_inplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0796830Z test_meta_inplace_unbind_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0796960Z test_meta_inplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0797090Z test_meta_inplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0797210Z test_meta_inplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0797340Z test_meta_inplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0797460Z test_meta_inplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0797600Z test_meta_inplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0797720Z test_meta_inplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0797850Z test_meta_inplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0797960Z test_meta_inplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0798090Z test_meta_inplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0798200Z test_meta_inplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0798330Z test_meta_inplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0798460Z test_meta_inplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0798590Z test_meta_inplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0798720Z test_meta_inplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0798850Z test_meta_inplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0798970Z test_meta_inplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0799100Z test_meta_inplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0799220Z test_meta_inplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0799350Z test_meta_inplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0799470Z test_meta_inplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0799590Z test_meta_inplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0799720Z test_meta_inplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0799840Z test_meta_inplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0799970Z test_meta_inplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0800100Z test_meta_inplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0800260Z test_meta_inplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0800400Z test_meta_inplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0800530Z test_meta_inplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0800650Z test_meta_inplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0800780Z test_meta_inplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0800900Z test_meta_inplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0801020Z test_meta_inplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0801150Z test_meta_inplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0801300Z test_meta_inplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0801430Z test_meta_inplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0801550Z test_meta_inplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0801670Z test_meta_inplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0801790Z test_meta_inplace_unfold_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0801920Z test_meta_inplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0802040Z test_meta_inplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0802170Z test_meta_inplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0802290Z test_meta_inplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0802420Z test_meta_inplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0802540Z test_meta_inplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0802660Z test_meta_inplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0802780Z test_meta_inplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0802900Z test_meta_inplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0803020Z test_meta_inplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0803140Z test_meta_inplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0803240Z test_meta_inplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0803350Z test_meta_inplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0803450Z test_meta_inplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0803550Z test_meta_inplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0803650Z test_meta_inplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0803740Z test_meta_inplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0803920Z test_meta_inplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0804060Z test_meta_inplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0804190Z test_meta_inplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0804330Z test_meta_inplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0804460Z test_meta_inplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0804590Z test_meta_inplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0804710Z test_meta_inplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0804870Z test_meta_inplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0805000Z test_meta_inplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0805120Z test_meta_inplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0805250Z test_meta_inplace_unique_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0805370Z test_meta_inplace_unique_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0805490Z test_meta_inplace_unique_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0805610Z test_meta_inplace_unique_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0805740Z test_meta_inplace_unique_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0805860Z test_meta_inplace_unique_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0805980Z test_meta_inplace_unique_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0806100Z test_meta_inplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0806200Z test_meta_inplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0806300Z test_meta_inplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0806400Z test_meta_inplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0806510Z test_meta_inplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0806610Z test_meta_inplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0806710Z test_meta_inplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0806810Z test_meta_inplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0806910Z test_meta_inplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0807010Z test_meta_inplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0807110Z test_meta_inplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0807200Z test_meta_inplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0807300Z test_meta_inplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0807390Z test_meta_inplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0807540Z test_meta_inplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0807670Z test_meta_inplace_var_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0807790Z test_meta_inplace_var_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0807920Z test_meta_inplace_var_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0808030Z test_meta_inplace_var_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0808150Z test_meta_inplace_var_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0808280Z test_meta_inplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0808400Z test_meta_inplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0808550Z test_meta_inplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0808680Z test_meta_inplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0808800Z test_meta_inplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0808920Z test_meta_inplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0809050Z test_meta_inplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0809170Z test_meta_inplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0809300Z test_meta_inplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0809420Z test_meta_inplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0809540Z test_meta_inplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0809660Z test_meta_inplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0809780Z test_meta_inplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0809900Z test_meta_inplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0810020Z test_meta_inplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0810140Z test_meta_inplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0810270Z test_meta_inplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0810400Z test_meta_inplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0810530Z test_meta_inplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0810660Z test_meta_inplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0810780Z test_meta_inplace_view_as_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0810910Z test_meta_inplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0811030Z test_meta_inplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0811170Z test_meta_inplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0811300Z test_meta_inplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0811420Z test_meta_inplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0811540Z test_meta_inplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0811660Z test_meta_inplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0811790Z test_meta_inplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0811910Z test_meta_inplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0812030Z test_meta_inplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0812160Z test_meta_inplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0812290Z test_meta_inplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0812420Z test_meta_inplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0812550Z test_meta_inplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0812680Z test_meta_inplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0812800Z test_meta_inplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0812930Z test_meta_inplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0813050Z test_meta_inplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0813170Z test_meta_inplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0813300Z test_meta_inplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0813420Z test_meta_inplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0813540Z test_meta_inplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0813660Z test_meta_inplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0813780Z test_meta_inplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0813910Z test_meta_inplace_view_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0814030Z test_meta_inplace_view_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0814150Z test_meta_inplace_view_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0814280Z test_meta_inplace_view_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0814400Z test_meta_inplace_view_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0814520Z test_meta_inplace_view_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0814640Z test_meta_inplace_view_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0814800Z test_meta_inplace_view_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0814920Z test_meta_inplace_view_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0815030Z test_meta_inplace_view_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0815150Z test_meta_inplace_view_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0815270Z test_meta_inplace_view_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0815390Z test_meta_inplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0815520Z test_meta_inplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0815640Z test_meta_inplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0815800Z test_meta_inplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0815920Z test_meta_inplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0816050Z test_meta_inplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0816170Z test_meta_inplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0816290Z test_meta_inplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0816410Z test_meta_inplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0816530Z test_meta_inplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0816650Z test_meta_inplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0816770Z test_meta_inplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0816900Z test_meta_inplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0817020Z test_meta_inplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0817140Z test_meta_inplace_vstack_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0817270Z test_meta_inplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0817390Z test_meta_inplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0817520Z test_meta_inplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0817640Z test_meta_inplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0817760Z test_meta_inplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0817880Z test_meta_inplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0818000Z test_meta_inplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0818120Z test_meta_inplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0818240Z test_meta_inplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0818380Z test_meta_inplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0818510Z test_meta_inplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0818630Z test_meta_inplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0818750Z test_meta_inplace_where_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0818880Z test_meta_inplace_where_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0819010Z test_meta_inplace_where_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0819130Z test_meta_inplace_where_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0819250Z test_meta_inplace_where_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0819400Z test_meta_inplace_where_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0819520Z test_meta_inplace_where_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0819640Z test_meta_inplace_where_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0819760Z test_meta_inplace_where_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0819880Z test_meta_inplace_where_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0820000Z test_meta_inplace_where_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0820120Z test_meta_inplace_where_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0820220Z test_meta_inplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0820330Z test_meta_inplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0820430Z test_meta_inplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0820530Z test_meta_inplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0820620Z test_meta_inplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0820740Z test_meta_inplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0820860Z test_meta_inplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0820980Z test_meta_inplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0821100Z test_meta_inplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0821210Z test_meta_inplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.004s) 2022-11-23T01:20:48.0821310Z test_meta_inplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0821400Z test_meta_inplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0821500Z test_meta_inplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0821600Z test_meta_inplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0825370Z test_meta_inplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0825470Z test_meta_inplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0825560Z test_meta_inplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0825690Z test_meta_inplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0825790Z test_meta_inplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0825880Z test_meta_inplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0825970Z test_meta_inplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0826060Z test_meta_inplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0826190Z test_meta_inplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0826320Z test_meta_inplace_zeros_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0826490Z test_meta_inplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0826620Z test_meta_inplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0826770Z test_meta_inplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0826890Z test_meta_inplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0827020Z test_meta_inplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0827130Z test_meta_inplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0827260Z test_meta_inplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0827370Z test_meta_inplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0827490Z test_meta_inplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0827620Z test_meta_inplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0827730Z test_meta_inplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0827860Z test_meta_inplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0827990Z test_meta_inplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0828120Z test_meta_inplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0828250Z test_meta_inplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0828380Z test_meta_inplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0828500Z test_meta_inplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0828630Z test_meta_inplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0828750Z test_meta_inplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0828870Z test_meta_inplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0829000Z test_meta_inplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0829120Z test_meta_inplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0829240Z test_meta_inplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0829380Z test_meta_inplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:20:48.0829480Z test_meta_outplace_H_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0829580Z test_meta_outplace_H_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0829670Z test_meta_outplace_H_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0829770Z test_meta_outplace_H_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0829860Z test_meta_outplace_H_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0829960Z test_meta_outplace_H_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830050Z test_meta_outplace_H_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830140Z test_meta_outplace_H_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830230Z test_meta_outplace_H_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830350Z test_meta_outplace_H_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830440Z test_meta_outplace_H_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830530Z test_meta_outplace_H_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830610Z test_meta_outplace_H_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830710Z test_meta_outplace_T_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830800Z test_meta_outplace_T_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830900Z test_meta_outplace_T_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0830990Z test_meta_outplace_T_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0831080Z test_meta_outplace_T_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0831180Z test_meta_outplace_T_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0831270Z test_meta_outplace_T_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0831360Z test_meta_outplace_T_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0831450Z test_meta_outplace_T_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0831540Z test_meta_outplace_T_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0831630Z test_meta_outplace_T_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0831720Z test_meta_outplace_T_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0831810Z test_meta_outplace_T_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0831910Z test_meta_outplace___getitem___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0832010Z test_meta_outplace___getitem___cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0832120Z test_meta_outplace___getitem___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0832230Z test_meta_outplace___getitem___cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0832330Z test_meta_outplace___getitem___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0832430Z test_meta_outplace___getitem___cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0832530Z test_meta_outplace___getitem___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0832620Z test_meta_outplace___getitem___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0832720Z test_meta_outplace___getitem___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0832820Z test_meta_outplace___getitem___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0832920Z test_meta_outplace___getitem___cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0833050Z test_meta_outplace___getitem___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0833150Z test_meta_outplace___getitem___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0833250Z test_meta_outplace___radd___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0833350Z test_meta_outplace___radd___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0833440Z test_meta_outplace___radd___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0833550Z test_meta_outplace___radd___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0833640Z test_meta_outplace___radd___cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0833740Z test_meta_outplace___radd___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0833840Z test_meta_outplace___radd___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0833940Z test_meta_outplace___radd___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0834060Z test_meta_outplace___radd___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0834160Z test_meta_outplace___radd___cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0834250Z test_meta_outplace___radd___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0834350Z test_meta_outplace___radd___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0834440Z test_meta_outplace___rand___cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0834540Z test_meta_outplace___rand___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0834630Z test_meta_outplace___rand___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0834720Z test_meta_outplace___rand___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0834810Z test_meta_outplace___rand___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0834910Z test_meta_outplace___rand___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0835010Z test_meta_outplace___rdiv___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0835100Z test_meta_outplace___rdiv___cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0835200Z test_meta_outplace___rdiv___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0835300Z test_meta_outplace___rdiv___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0835400Z test_meta_outplace___rdiv___cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0835500Z test_meta_outplace___rdiv___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0835590Z test_meta_outplace___rdiv___cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0835680Z test_meta_outplace___rdiv___cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0835780Z test_meta_outplace___rdiv___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0835870Z test_meta_outplace___rdiv___cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0835970Z test_meta_outplace___rdiv___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0836060Z test_meta_outplace___rdiv___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0836160Z test_meta_outplace___rmatmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0836260Z test_meta_outplace___rmatmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0836370Z test_meta_outplace___rmatmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0836470Z test_meta_outplace___rmatmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0836570Z test_meta_outplace___rmatmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0836660Z test_meta_outplace___rmatmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0836780Z test_meta_outplace___rmatmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0836880Z test_meta_outplace___rmatmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0836980Z test_meta_outplace___rmatmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0837080Z test_meta_outplace___rmatmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0837170Z test_meta_outplace___rmod___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0837270Z test_meta_outplace___rmod___cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0837360Z test_meta_outplace___rmod___cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0837460Z test_meta_outplace___rmod___cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0837550Z test_meta_outplace___rmul___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0837650Z test_meta_outplace___rmul___cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0837770Z test_meta_outplace___rmul___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0837870Z test_meta_outplace___rmul___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0837970Z test_meta_outplace___rmul___cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0838060Z test_meta_outplace___rmul___cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0838160Z test_meta_outplace___rmul___cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0838250Z test_meta_outplace___rmul___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0838340Z test_meta_outplace___rmul___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0838440Z test_meta_outplace___rmul___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0838530Z test_meta_outplace___rmul___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0838630Z test_meta_outplace___rmul___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0838720Z test_meta_outplace___ror___cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0838820Z test_meta_outplace___ror___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0838910Z test_meta_outplace___ror___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0839000Z test_meta_outplace___ror___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0839090Z test_meta_outplace___ror___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0839180Z test_meta_outplace___ror___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0839280Z test_meta_outplace___rpow___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0839380Z test_meta_outplace___rpow___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0839480Z test_meta_outplace___rpow___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0839580Z test_meta_outplace___rpow___cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0839670Z test_meta_outplace___rpow___cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0839770Z test_meta_outplace___rpow___cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0839860Z test_meta_outplace___rpow___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0839960Z test_meta_outplace___rpow___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0840050Z test_meta_outplace___rpow___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0840140Z test_meta_outplace___rpow___cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0840230Z test_meta_outplace___rpow___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0840350Z test_meta_outplace___rsub___cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0840450Z test_meta_outplace___rsub___cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0840550Z test_meta_outplace___rsub___cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0840650Z test_meta_outplace___rsub___cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0840740Z test_meta_outplace___rsub___cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0840830Z test_meta_outplace___rsub___cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0840930Z test_meta_outplace___rsub___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841020Z test_meta_outplace___rsub___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841110Z test_meta_outplace___rsub___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841210Z test_meta_outplace___rsub___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841320Z test_meta_outplace___rsub___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841410Z test_meta_outplace___rxor___cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841500Z test_meta_outplace___rxor___cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841590Z test_meta_outplace___rxor___cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841680Z test_meta_outplace___rxor___cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841780Z test_meta_outplace___rxor___cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841870Z test_meta_outplace___rxor___cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0841980Z test_meta_outplace__softmax_backward_data_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0842100Z test_meta_outplace__softmax_backward_data_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0842220Z test_meta_outplace__softmax_backward_data_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0842310Z test_meta_outplace_abs_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0842410Z test_meta_outplace_abs_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0842500Z test_meta_outplace_abs_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0842600Z test_meta_outplace_abs_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0842690Z test_meta_outplace_abs_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0842790Z test_meta_outplace_abs_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0842880Z test_meta_outplace_abs_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0842970Z test_meta_outplace_abs_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0843070Z test_meta_outplace_abs_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0843160Z test_meta_outplace_abs_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0843250Z test_meta_outplace_abs_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0843340Z test_meta_outplace_abs_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0843440Z test_meta_outplace_acos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0843530Z test_meta_outplace_acos_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0843630Z test_meta_outplace_acos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0843730Z test_meta_outplace_acos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0843820Z test_meta_outplace_acos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0843920Z test_meta_outplace_acos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0844030Z test_meta_outplace_acos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0844120Z test_meta_outplace_acos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0844210Z test_meta_outplace_acos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0844300Z test_meta_outplace_acos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0844400Z test_meta_outplace_acos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0844490Z test_meta_outplace_acosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0844580Z test_meta_outplace_acosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0844690Z test_meta_outplace_acosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0844790Z test_meta_outplace_acosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0844880Z test_meta_outplace_acosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0845000Z test_meta_outplace_acosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0845090Z test_meta_outplace_acosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0845180Z test_meta_outplace_acosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0845270Z test_meta_outplace_acosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0845370Z test_meta_outplace_acosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0845460Z test_meta_outplace_acosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0845550Z test_meta_outplace_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0845650Z test_meta_outplace_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0845740Z test_meta_outplace_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0845840Z test_meta_outplace_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0845930Z test_meta_outplace_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0846020Z test_meta_outplace_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0846110Z test_meta_outplace_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0846200Z test_meta_outplace_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0846290Z test_meta_outplace_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0846390Z test_meta_outplace_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0846480Z test_meta_outplace_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0846570Z test_meta_outplace_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0846660Z test_meta_outplace_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0846760Z test_meta_outplace_addbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0846860Z test_meta_outplace_addbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0846960Z test_meta_outplace_addbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0847060Z test_meta_outplace_addbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0847160Z test_meta_outplace_addbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0847250Z test_meta_outplace_addbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0847350Z test_meta_outplace_addbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0847440Z test_meta_outplace_addbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0847530Z test_meta_outplace_addbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0847630Z test_meta_outplace_addbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0847760Z test_meta_outplace_addcdiv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0847860Z test_meta_outplace_addcdiv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0847970Z test_meta_outplace_addcdiv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0848070Z test_meta_outplace_addcdiv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0848160Z test_meta_outplace_addcdiv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0848260Z test_meta_outplace_addcmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0848360Z test_meta_outplace_addcmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0848460Z test_meta_outplace_addcmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0848560Z test_meta_outplace_addcmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0848660Z test_meta_outplace_addcmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0848820Z test_meta_outplace_addcmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0848910Z test_meta_outplace_addcmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0849000Z test_meta_outplace_addcmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0849090Z test_meta_outplace_addcmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0849190Z test_meta_outplace_addcmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0852920Z test_meta_outplace_addmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0853030Z test_meta_outplace_addmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0853130Z test_meta_outplace_addmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0853230Z test_meta_outplace_addmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0853330Z test_meta_outplace_addmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0853420Z test_meta_outplace_addmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0853510Z test_meta_outplace_addmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0853600Z test_meta_outplace_addmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0853700Z test_meta_outplace_addmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0853790Z test_meta_outplace_addmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0853900Z test_meta_outplace_addmm_decomposed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0854010Z test_meta_outplace_addmm_decomposed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0854120Z test_meta_outplace_addmm_decomposed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0854230Z test_meta_outplace_addmm_decomposed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0854340Z test_meta_outplace_addmm_decomposed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0854440Z test_meta_outplace_addmm_decomposed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0854550Z test_meta_outplace_addmm_decomposed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0854650Z test_meta_outplace_addmm_decomposed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0854760Z test_meta_outplace_addmm_decomposed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0854860Z test_meta_outplace_addmm_decomposed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0854960Z test_meta_outplace_addmv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0855060Z test_meta_outplace_addmv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0855200Z test_meta_outplace_addmv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0855300Z test_meta_outplace_addmv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0855390Z test_meta_outplace_addmv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0855490Z test_meta_outplace_addmv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0855580Z test_meta_outplace_addmv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0855670Z test_meta_outplace_addmv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0855760Z test_meta_outplace_addmv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0855850Z test_meta_outplace_addmv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0855950Z test_meta_outplace_addr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0856040Z test_meta_outplace_addr_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0856170Z test_meta_outplace_addr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0856270Z test_meta_outplace_addr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0856360Z test_meta_outplace_addr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0856460Z test_meta_outplace_addr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0856550Z test_meta_outplace_addr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0856650Z test_meta_outplace_addr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0856740Z test_meta_outplace_addr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0856830Z test_meta_outplace_addr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0856920Z test_meta_outplace_addr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0857020Z test_meta_outplace_addr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0857120Z test_meta_outplace_all_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0857210Z test_meta_outplace_all_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0857310Z test_meta_outplace_all_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0857400Z test_meta_outplace_all_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0857500Z test_meta_outplace_all_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0857590Z test_meta_outplace_all_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0857670Z test_meta_outplace_all_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0857770Z test_meta_outplace_all_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0857860Z test_meta_outplace_all_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0857950Z test_meta_outplace_all_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0858050Z test_meta_outplace_all_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0858140Z test_meta_outplace_all_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0858240Z test_meta_outplace_allclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:20:48.0858340Z test_meta_outplace_allclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.088s) 2022-11-23T01:20:48.0858440Z test_meta_outplace_allclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.088s) 2022-11-23T01:20:48.0858540Z test_meta_outplace_allclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:20:48.0858640Z test_meta_outplace_allclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:20:48.0858740Z test_meta_outplace_allclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.079s) 2022-11-23T01:20:48.0858860Z test_meta_outplace_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0858950Z test_meta_outplace_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0859050Z test_meta_outplace_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0859140Z test_meta_outplace_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0859240Z test_meta_outplace_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0859330Z test_meta_outplace_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0859420Z test_meta_outplace_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0859510Z test_meta_outplace_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0859600Z test_meta_outplace_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0859700Z test_meta_outplace_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0859790Z test_meta_outplace_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0859910Z test_meta_outplace_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0860000Z test_meta_outplace_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0860090Z test_meta_outplace_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0860180Z test_meta_outplace_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0860280Z test_meta_outplace_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0860370Z test_meta_outplace_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0860460Z test_meta_outplace_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0860550Z test_meta_outplace_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0860640Z test_meta_outplace_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0860740Z test_meta_outplace_aminmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0860840Z test_meta_outplace_aminmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0860940Z test_meta_outplace_aminmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861040Z test_meta_outplace_aminmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861130Z test_meta_outplace_aminmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861220Z test_meta_outplace_aminmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861320Z test_meta_outplace_aminmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861410Z test_meta_outplace_aminmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861510Z test_meta_outplace_angle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861600Z test_meta_outplace_angle_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861700Z test_meta_outplace_angle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861800Z test_meta_outplace_angle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861890Z test_meta_outplace_angle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0861990Z test_meta_outplace_angle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0862080Z test_meta_outplace_angle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0862180Z test_meta_outplace_angle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0862270Z test_meta_outplace_angle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0862360Z test_meta_outplace_angle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0862460Z test_meta_outplace_angle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0862570Z test_meta_outplace_angle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0862660Z test_meta_outplace_any_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0862760Z test_meta_outplace_any_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0862850Z test_meta_outplace_any_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0862950Z test_meta_outplace_any_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0863040Z test_meta_outplace_any_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0863130Z test_meta_outplace_any_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0863220Z test_meta_outplace_any_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0863320Z test_meta_outplace_any_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0863410Z test_meta_outplace_any_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0863500Z test_meta_outplace_any_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0863610Z test_meta_outplace_any_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0863700Z test_meta_outplace_any_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0863800Z test_meta_outplace_arange_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0863900Z test_meta_outplace_arange_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0864000Z test_meta_outplace_arange_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0864090Z test_meta_outplace_arange_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0864190Z test_meta_outplace_arange_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0864280Z test_meta_outplace_arange_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0864370Z test_meta_outplace_arange_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0864470Z test_meta_outplace_arange_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0864560Z test_meta_outplace_arange_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0864660Z test_meta_outplace_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0864750Z test_meta_outplace_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0864850Z test_meta_outplace_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0864950Z test_meta_outplace_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865040Z test_meta_outplace_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865130Z test_meta_outplace_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865220Z test_meta_outplace_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865310Z test_meta_outplace_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865400Z test_meta_outplace_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865500Z test_meta_outplace_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865590Z test_meta_outplace_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865690Z test_meta_outplace_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865780Z test_meta_outplace_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865880Z test_meta_outplace_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0865970Z test_meta_outplace_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0866060Z test_meta_outplace_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0866150Z test_meta_outplace_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0866290Z test_meta_outplace_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0866400Z test_meta_outplace_argsort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0866500Z test_meta_outplace_argsort_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0866590Z test_meta_outplace_argsort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0866690Z test_meta_outplace_argsort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0866790Z test_meta_outplace_argsort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0866880Z test_meta_outplace_argsort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0866980Z test_meta_outplace_argsort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0867070Z test_meta_outplace_argsort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0867170Z test_meta_outplace_argsort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0867290Z test_meta_outplace_argsort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0867390Z test_meta_outplace_argwhere_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0867490Z test_meta_outplace_argwhere_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0867590Z test_meta_outplace_argwhere_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0867700Z test_meta_outplace_argwhere_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0867800Z test_meta_outplace_argwhere_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0867900Z test_meta_outplace_argwhere_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0868000Z test_meta_outplace_argwhere_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0868090Z test_meta_outplace_argwhere_cpu_int16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0868190Z test_meta_outplace_argwhere_cpu_int32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0868290Z test_meta_outplace_argwhere_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0868390Z test_meta_outplace_argwhere_cpu_int8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0868480Z test_meta_outplace_argwhere_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0868580Z test_meta_outplace_as_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0868680Z test_meta_outplace_as_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0868790Z test_meta_outplace_as_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0868890Z test_meta_outplace_as_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0868990Z test_meta_outplace_as_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0869090Z test_meta_outplace_as_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0869190Z test_meta_outplace_as_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0869290Z test_meta_outplace_as_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0869390Z test_meta_outplace_as_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0869490Z test_meta_outplace_as_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0869590Z test_meta_outplace_as_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0869690Z test_meta_outplace_as_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0869780Z test_meta_outplace_as_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0869890Z test_meta_outplace_as_strided_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0870020Z test_meta_outplace_as_strided_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0870140Z test_meta_outplace_as_strided_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0870250Z test_meta_outplace_as_strided_scatter_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0870350Z test_meta_outplace_as_strided_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0870460Z test_meta_outplace_as_strided_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0870570Z test_meta_outplace_as_strided_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0870670Z test_meta_outplace_as_strided_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0870780Z test_meta_outplace_as_strided_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0870890Z test_meta_outplace_as_strided_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0871010Z test_meta_outplace_as_strided_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0871110Z test_meta_outplace_as_strided_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0871220Z test_meta_outplace_as_strided_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0871310Z test_meta_outplace_asin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0871410Z test_meta_outplace_asin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0871510Z test_meta_outplace_asin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0871610Z test_meta_outplace_asin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0871700Z test_meta_outplace_asin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0871800Z test_meta_outplace_asin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0871890Z test_meta_outplace_asin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0871990Z test_meta_outplace_asin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0872080Z test_meta_outplace_asin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0872170Z test_meta_outplace_asin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0872260Z test_meta_outplace_asin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0872360Z test_meta_outplace_asinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0872450Z test_meta_outplace_asinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0872550Z test_meta_outplace_asinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0872650Z test_meta_outplace_asinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0872750Z test_meta_outplace_asinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0872850Z test_meta_outplace_asinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0872940Z test_meta_outplace_asinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0873030Z test_meta_outplace_asinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0873120Z test_meta_outplace_asinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0873220Z test_meta_outplace_asinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0873310Z test_meta_outplace_asinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0873410Z test_meta_outplace_atan2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0873500Z test_meta_outplace_atan2_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0873590Z test_meta_outplace_atan2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0873710Z test_meta_outplace_atan2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0873810Z test_meta_outplace_atan2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0873900Z test_meta_outplace_atan2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0873990Z test_meta_outplace_atan2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0874080Z test_meta_outplace_atan2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0874170Z test_meta_outplace_atan2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0874260Z test_meta_outplace_atan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0874360Z test_meta_outplace_atan_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0874460Z test_meta_outplace_atan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0874550Z test_meta_outplace_atan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0874650Z test_meta_outplace_atan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0874770Z test_meta_outplace_atan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0874860Z test_meta_outplace_atan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0874950Z test_meta_outplace_atan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875040Z test_meta_outplace_atan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875130Z test_meta_outplace_atan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875220Z test_meta_outplace_atan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875320Z test_meta_outplace_atanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875410Z test_meta_outplace_atanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875510Z test_meta_outplace_atanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875610Z test_meta_outplace_atanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875710Z test_meta_outplace_atanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875800Z test_meta_outplace_atanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875900Z test_meta_outplace_atanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0875990Z test_meta_outplace_atanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0876080Z test_meta_outplace_atanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0876170Z test_meta_outplace_atanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0880050Z test_meta_outplace_atanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0880170Z test_meta_outplace_atleast_1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0880270Z test_meta_outplace_atleast_1d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0880380Z test_meta_outplace_atleast_1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0880490Z test_meta_outplace_atleast_1d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0880590Z test_meta_outplace_atleast_1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0880700Z test_meta_outplace_atleast_1d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0880800Z test_meta_outplace_atleast_1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0880900Z test_meta_outplace_atleast_1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0881010Z test_meta_outplace_atleast_1d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0881110Z test_meta_outplace_atleast_1d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0881250Z test_meta_outplace_atleast_1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0881350Z test_meta_outplace_atleast_1d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0881450Z test_meta_outplace_atleast_1d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0881560Z test_meta_outplace_atleast_2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0881660Z test_meta_outplace_atleast_2d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0881760Z test_meta_outplace_atleast_2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0881870Z test_meta_outplace_atleast_2d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0881970Z test_meta_outplace_atleast_2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0882070Z test_meta_outplace_atleast_2d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0882180Z test_meta_outplace_atleast_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0882300Z test_meta_outplace_atleast_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0882400Z test_meta_outplace_atleast_2d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0882500Z test_meta_outplace_atleast_2d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0882600Z test_meta_outplace_atleast_2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0882700Z test_meta_outplace_atleast_2d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0882800Z test_meta_outplace_atleast_2d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0882900Z test_meta_outplace_atleast_3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0883000Z test_meta_outplace_atleast_3d_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0883100Z test_meta_outplace_atleast_3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0883210Z test_meta_outplace_atleast_3d_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0883310Z test_meta_outplace_atleast_3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0883420Z test_meta_outplace_atleast_3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0883520Z test_meta_outplace_atleast_3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0883620Z test_meta_outplace_atleast_3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0883720Z test_meta_outplace_atleast_3d_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0883820Z test_meta_outplace_atleast_3d_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0883910Z test_meta_outplace_atleast_3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0884010Z test_meta_outplace_atleast_3d_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0884110Z test_meta_outplace_atleast_3d_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0884210Z test_meta_outplace_baddbmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0884320Z test_meta_outplace_baddbmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0884420Z test_meta_outplace_baddbmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0884520Z test_meta_outplace_baddbmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0884620Z test_meta_outplace_baddbmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0884720Z test_meta_outplace_baddbmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0884820Z test_meta_outplace_baddbmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0884920Z test_meta_outplace_baddbmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0885090Z test_meta_outplace_baddbmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0885200Z test_meta_outplace_baddbmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0885310Z test_meta_outplace_bernoulli_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0885410Z test_meta_outplace_bernoulli_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0885510Z test_meta_outplace_bernoulli_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0885620Z test_meta_outplace_bfloat16_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0885720Z test_meta_outplace_bfloat16_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0885830Z test_meta_outplace_bfloat16_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0885930Z test_meta_outplace_bfloat16_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0886040Z test_meta_outplace_bfloat16_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0886180Z test_meta_outplace_bfloat16_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0886280Z test_meta_outplace_bfloat16_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0886380Z test_meta_outplace_bfloat16_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0886480Z test_meta_outplace_bfloat16_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0886580Z test_meta_outplace_bfloat16_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0886680Z test_meta_outplace_bfloat16_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0886780Z test_meta_outplace_bfloat16_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0886880Z test_meta_outplace_bfloat16_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0886980Z test_meta_outplace_bincount_cpu_int16 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.0887070Z test_meta_outplace_bincount_cpu_int32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.0887170Z test_meta_outplace_bincount_cpu_int64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.0887270Z test_meta_outplace_bincount_cpu_int8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.0887370Z test_meta_outplace_bincount_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.0887470Z test_meta_outplace_bitwise_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0887570Z test_meta_outplace_bitwise_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0887680Z test_meta_outplace_bitwise_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0887780Z test_meta_outplace_bitwise_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0887880Z test_meta_outplace_bitwise_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0887980Z test_meta_outplace_bitwise_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0888090Z test_meta_outplace_bitwise_left_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0888200Z test_meta_outplace_bitwise_left_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0888310Z test_meta_outplace_bitwise_left_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0888420Z test_meta_outplace_bitwise_left_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0888530Z test_meta_outplace_bitwise_left_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0888630Z test_meta_outplace_bitwise_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0888730Z test_meta_outplace_bitwise_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0888830Z test_meta_outplace_bitwise_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0888980Z test_meta_outplace_bitwise_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0889080Z test_meta_outplace_bitwise_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0889180Z test_meta_outplace_bitwise_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0889280Z test_meta_outplace_bitwise_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0889380Z test_meta_outplace_bitwise_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0889480Z test_meta_outplace_bitwise_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0889580Z test_meta_outplace_bitwise_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0889680Z test_meta_outplace_bitwise_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0889780Z test_meta_outplace_bitwise_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0889900Z test_meta_outplace_bitwise_right_shift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0890030Z test_meta_outplace_bitwise_right_shift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0890140Z test_meta_outplace_bitwise_right_shift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0890250Z test_meta_outplace_bitwise_right_shift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0890360Z test_meta_outplace_bitwise_right_shift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0890460Z test_meta_outplace_bitwise_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0890560Z test_meta_outplace_bitwise_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0890670Z test_meta_outplace_bitwise_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0890770Z test_meta_outplace_bitwise_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0890860Z test_meta_outplace_bitwise_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0890970Z test_meta_outplace_bitwise_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0891070Z test_meta_outplace_block_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0891170Z test_meta_outplace_block_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0891280Z test_meta_outplace_block_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0891390Z test_meta_outplace_block_diag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0891490Z test_meta_outplace_block_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0891600Z test_meta_outplace_block_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0891700Z test_meta_outplace_block_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0891800Z test_meta_outplace_block_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0891910Z test_meta_outplace_block_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0892010Z test_meta_outplace_block_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0892110Z test_meta_outplace_block_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0892210Z test_meta_outplace_block_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0892310Z test_meta_outplace_block_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0892410Z test_meta_outplace_bmm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0892510Z test_meta_outplace_bmm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0892620Z test_meta_outplace_bmm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0892710Z test_meta_outplace_bmm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0892830Z test_meta_outplace_bmm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0892930Z test_meta_outplace_bmm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0893030Z test_meta_outplace_bmm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0893120Z test_meta_outplace_bmm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0893220Z test_meta_outplace_bmm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0893310Z test_meta_outplace_bmm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0893410Z test_meta_outplace_bool_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0893510Z test_meta_outplace_bool_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0893610Z test_meta_outplace_bool_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0893710Z test_meta_outplace_bool_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0893820Z test_meta_outplace_bool_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0893980Z test_meta_outplace_bool_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0894070Z test_meta_outplace_bool_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0894170Z test_meta_outplace_bool_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0894270Z test_meta_outplace_bool_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0894360Z test_meta_outplace_bool_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0894450Z test_meta_outplace_bool_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0894550Z test_meta_outplace_bool_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0894640Z test_meta_outplace_bool_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0894760Z test_meta_outplace_broadcast_shapes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0894870Z test_meta_outplace_broadcast_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0894990Z test_meta_outplace_broadcast_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0895100Z test_meta_outplace_broadcast_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0895220Z test_meta_outplace_broadcast_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0895330Z test_meta_outplace_broadcast_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0895440Z test_meta_outplace_broadcast_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0895550Z test_meta_outplace_broadcast_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0895660Z test_meta_outplace_broadcast_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0895770Z test_meta_outplace_broadcast_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0895880Z test_meta_outplace_broadcast_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0895990Z test_meta_outplace_broadcast_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0896090Z test_meta_outplace_broadcast_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0896200Z test_meta_outplace_broadcast_to_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0896310Z test_meta_outplace_broadcast_to_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0896410Z test_meta_outplace_broadcast_to_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0896520Z test_meta_outplace_broadcast_to_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0896630Z test_meta_outplace_broadcast_to_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0896750Z test_meta_outplace_broadcast_to_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0896860Z test_meta_outplace_broadcast_to_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0896960Z test_meta_outplace_broadcast_to_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0897070Z test_meta_outplace_broadcast_to_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0897170Z test_meta_outplace_broadcast_to_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0897270Z test_meta_outplace_broadcast_to_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0897380Z test_meta_outplace_broadcast_to_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0897480Z test_meta_outplace_bucketize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0897590Z test_meta_outplace_bucketize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0897690Z test_meta_outplace_bucketize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0897840Z test_meta_outplace_bucketize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0897940Z test_meta_outplace_bucketize_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0898040Z test_meta_outplace_bucketize_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0898140Z test_meta_outplace_bucketize_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0898250Z test_meta_outplace_bucketize_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0898340Z test_meta_outplace_bucketize_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0898440Z test_meta_outplace_byte_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0898540Z test_meta_outplace_byte_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0898640Z test_meta_outplace_byte_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0898740Z test_meta_outplace_byte_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0898840Z test_meta_outplace_byte_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0898940Z test_meta_outplace_byte_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0899030Z test_meta_outplace_byte_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0899130Z test_meta_outplace_byte_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0899230Z test_meta_outplace_byte_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0899320Z test_meta_outplace_byte_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0899420Z test_meta_outplace_byte_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0899520Z test_meta_outplace_byte_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0899630Z test_meta_outplace_cartesian_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0899740Z test_meta_outplace_cartesian_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0899860Z test_meta_outplace_cartesian_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0899970Z test_meta_outplace_cartesian_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0900080Z test_meta_outplace_cartesian_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0900190Z test_meta_outplace_cartesian_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0900300Z test_meta_outplace_cartesian_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0900410Z test_meta_outplace_cartesian_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0900510Z test_meta_outplace_cartesian_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0900650Z test_meta_outplace_cartesian_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0900760Z test_meta_outplace_cartesian_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0900860Z test_meta_outplace_cartesian_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0900960Z test_meta_outplace_cat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0901060Z test_meta_outplace_cat_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0901170Z test_meta_outplace_cat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0901270Z test_meta_outplace_cat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0901370Z test_meta_outplace_cat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0901470Z test_meta_outplace_cat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0901560Z test_meta_outplace_cat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0901690Z test_meta_outplace_cat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0901790Z test_meta_outplace_cat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0901890Z test_meta_outplace_cat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0901980Z test_meta_outplace_cat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0902080Z test_meta_outplace_cat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0902180Z test_meta_outplace_cat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0902280Z test_meta_outplace_cdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0902380Z test_meta_outplace_cdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0902490Z test_meta_outplace_cdouble_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0902590Z test_meta_outplace_cdouble_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0902700Z test_meta_outplace_cdouble_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0902800Z test_meta_outplace_cdouble_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0902910Z test_meta_outplace_cdouble_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0903010Z test_meta_outplace_cdouble_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0903110Z test_meta_outplace_cdouble_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0903210Z test_meta_outplace_cdouble_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0903310Z test_meta_outplace_cdouble_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0903410Z test_meta_outplace_cdouble_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0903510Z test_meta_outplace_cdouble_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0903610Z test_meta_outplace_cdouble_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0903710Z test_meta_outplace_cdouble_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0903800Z test_meta_outplace_ceil_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0903900Z test_meta_outplace_ceil_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0904000Z test_meta_outplace_ceil_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0904090Z test_meta_outplace_ceil_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0904190Z test_meta_outplace_ceil_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0904280Z test_meta_outplace_ceil_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0904380Z test_meta_outplace_ceil_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0904500Z test_meta_outplace_ceil_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0904610Z test_meta_outplace_cfloat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0904710Z test_meta_outplace_cfloat_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0904810Z test_meta_outplace_cfloat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0908820Z test_meta_outplace_cfloat_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0908930Z test_meta_outplace_cfloat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0909030Z test_meta_outplace_cfloat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0909140Z test_meta_outplace_cfloat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0909240Z test_meta_outplace_cfloat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0909340Z test_meta_outplace_cfloat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0909460Z test_meta_outplace_cfloat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0909610Z test_meta_outplace_cfloat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0909710Z test_meta_outplace_cfloat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0909810Z test_meta_outplace_cfloat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0909910Z test_meta_outplace_chalf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0910000Z test_meta_outplace_chalf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0910110Z test_meta_outplace_chalf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0910210Z test_meta_outplace_chalf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0910310Z test_meta_outplace_chalf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0910420Z test_meta_outplace_chalf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0910520Z test_meta_outplace_chalf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0910610Z test_meta_outplace_chalf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0910710Z test_meta_outplace_chalf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0910810Z test_meta_outplace_chalf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0910900Z test_meta_outplace_chalf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911000Z test_meta_outplace_chalf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911090Z test_meta_outplace_chalf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911190Z test_meta_outplace_char_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911290Z test_meta_outplace_char_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911390Z test_meta_outplace_char_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911490Z test_meta_outplace_char_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911590Z test_meta_outplace_char_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911690Z test_meta_outplace_char_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911790Z test_meta_outplace_char_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911880Z test_meta_outplace_char_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0911980Z test_meta_outplace_char_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0912080Z test_meta_outplace_char_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0912170Z test_meta_outplace_char_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0912270Z test_meta_outplace_char_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0912390Z test_meta_outplace_char_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0912500Z test_meta_outplace_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:20:48.0912610Z test_meta_outplace_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:20:48.0912710Z test_meta_outplace_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:20:48.0912820Z test_meta_outplace_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:20:48.0912930Z test_meta_outplace_cholesky_inverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:48.0913040Z test_meta_outplace_cholesky_inverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:48.0913160Z test_meta_outplace_cholesky_inverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:48.0913260Z test_meta_outplace_cholesky_inverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.053s) 2022-11-23T01:20:48.0913380Z test_meta_outplace_cholesky_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:20:48.0913510Z test_meta_outplace_cholesky_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:20:48.0913620Z test_meta_outplace_cholesky_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:20:48.0913720Z test_meta_outplace_cholesky_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.081s) 2022-11-23T01:20:48.0913830Z test_meta_outplace_chunk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0913930Z test_meta_outplace_chunk_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0914030Z test_meta_outplace_chunk_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0914130Z test_meta_outplace_chunk_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0914240Z test_meta_outplace_chunk_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0914340Z test_meta_outplace_chunk_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0914440Z test_meta_outplace_chunk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0914530Z test_meta_outplace_chunk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0914630Z test_meta_outplace_chunk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0914730Z test_meta_outplace_chunk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0914820Z test_meta_outplace_chunk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0914920Z test_meta_outplace_chunk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0915010Z test_meta_outplace_chunk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0915120Z test_meta_outplace_clamp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0915220Z test_meta_outplace_clamp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0915320Z test_meta_outplace_clamp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0915420Z test_meta_outplace_clamp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0915510Z test_meta_outplace_clamp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0915610Z test_meta_outplace_clamp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0915700Z test_meta_outplace_clamp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.0915800Z test_meta_outplace_clamp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0915900Z test_meta_outplace_clamp_max_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0916000Z test_meta_outplace_clamp_max_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0916110Z test_meta_outplace_clamp_max_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0916230Z test_meta_outplace_clamp_max_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0916340Z test_meta_outplace_clamp_max_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0916440Z test_meta_outplace_clamp_max_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0916540Z test_meta_outplace_clamp_max_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0916640Z test_meta_outplace_clamp_max_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0916740Z test_meta_outplace_clamp_max_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:48.0916830Z test_meta_outplace_clamp_max_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0916940Z test_meta_outplace_clamp_min_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0917040Z test_meta_outplace_clamp_min_cpu_bool (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.0917150Z test_meta_outplace_clamp_min_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0917270Z test_meta_outplace_clamp_min_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0917370Z test_meta_outplace_clamp_min_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0917470Z test_meta_outplace_clamp_min_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0917560Z test_meta_outplace_clamp_min_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0917660Z test_meta_outplace_clamp_min_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0917760Z test_meta_outplace_clamp_min_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0917860Z test_meta_outplace_clamp_min_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0917960Z test_meta_outplace_clone_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0918060Z test_meta_outplace_clone_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0918160Z test_meta_outplace_clone_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0918270Z test_meta_outplace_clone_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0918370Z test_meta_outplace_clone_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0918470Z test_meta_outplace_clone_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0918560Z test_meta_outplace_clone_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0918660Z test_meta_outplace_clone_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0918750Z test_meta_outplace_clone_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0918850Z test_meta_outplace_clone_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0918940Z test_meta_outplace_clone_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0919040Z test_meta_outplace_clone_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0919130Z test_meta_outplace_clone_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0919240Z test_meta_outplace_column_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0919340Z test_meta_outplace_column_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0919460Z test_meta_outplace_column_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0919560Z test_meta_outplace_column_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0919670Z test_meta_outplace_column_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0919780Z test_meta_outplace_column_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0919890Z test_meta_outplace_column_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0920020Z test_meta_outplace_column_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0920130Z test_meta_outplace_column_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0920230Z test_meta_outplace_column_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0920330Z test_meta_outplace_column_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0920430Z test_meta_outplace_column_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0920540Z test_meta_outplace_column_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0920650Z test_meta_outplace_combinations_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.080s) 2022-11-23T01:20:48.0920750Z test_meta_outplace_combinations_cpu_bool (__main__.TestMetaCPU) ... ok (0.064s) 2022-11-23T01:20:48.0920860Z test_meta_outplace_combinations_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.070s) 2022-11-23T01:20:48.0920970Z test_meta_outplace_combinations_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:20:48.0921110Z test_meta_outplace_combinations_cpu_float16 (__main__.TestMetaCPU) ... ok (0.067s) 2022-11-23T01:20:48.0921210Z test_meta_outplace_combinations_cpu_float32 (__main__.TestMetaCPU) ... ok (0.068s) 2022-11-23T01:20:48.0921310Z test_meta_outplace_combinations_cpu_float64 (__main__.TestMetaCPU) ... ok (0.069s) 2022-11-23T01:20:48.0921420Z test_meta_outplace_combinations_cpu_int16 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:20:48.0921520Z test_meta_outplace_combinations_cpu_int32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:20:48.0921620Z test_meta_outplace_combinations_cpu_int64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:20:48.0921720Z test_meta_outplace_combinations_cpu_int8 (__main__.TestMetaCPU) ... ok (0.065s) 2022-11-23T01:20:48.0921830Z test_meta_outplace_combinations_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.066s) 2022-11-23T01:20:48.0921930Z test_meta_outplace_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0922040Z test_meta_outplace_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0922140Z test_meta_outplace_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0922240Z test_meta_outplace_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0922330Z test_meta_outplace_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0922430Z test_meta_outplace_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0922540Z test_meta_outplace_conj_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0922640Z test_meta_outplace_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0922740Z test_meta_outplace_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0922840Z test_meta_outplace_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0922940Z test_meta_outplace_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0923030Z test_meta_outplace_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0923130Z test_meta_outplace_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0923220Z test_meta_outplace_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0923320Z test_meta_outplace_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0923420Z test_meta_outplace_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0923530Z test_meta_outplace_conj_physical_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0923630Z test_meta_outplace_conj_physical_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0923750Z test_meta_outplace_conj_physical_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0923860Z test_meta_outplace_conj_physical_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0924020Z test_meta_outplace_conj_physical_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0924130Z test_meta_outplace_conj_physical_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0924230Z test_meta_outplace_conj_physical_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0924340Z test_meta_outplace_conj_physical_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0924440Z test_meta_outplace_conj_physical_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0924550Z test_meta_outplace_conj_physical_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0924650Z test_meta_outplace_conj_physical_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0924750Z test_meta_outplace_conj_physical_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0924860Z test_meta_outplace_conj_physical_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0924990Z test_meta_outplace_constant_pad_nd_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0925100Z test_meta_outplace_constant_pad_nd_cpu_bool (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.0925210Z test_meta_outplace_constant_pad_nd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0925320Z test_meta_outplace_constant_pad_nd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0925430Z test_meta_outplace_constant_pad_nd_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.0925540Z test_meta_outplace_constant_pad_nd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0925650Z test_meta_outplace_constant_pad_nd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0925750Z test_meta_outplace_constant_pad_nd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0925860Z test_meta_outplace_constant_pad_nd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0925960Z test_meta_outplace_constant_pad_nd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0926060Z test_meta_outplace_constant_pad_nd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0926160Z test_meta_outplace_constant_pad_nd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.0926260Z test_meta_outplace_contiguous_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0926400Z test_meta_outplace_contiguous_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0926510Z test_meta_outplace_contiguous_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0926610Z test_meta_outplace_contiguous_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0926710Z test_meta_outplace_contiguous_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0926810Z test_meta_outplace_contiguous_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0926920Z test_meta_outplace_contiguous_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0927010Z test_meta_outplace_contiguous_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0927110Z test_meta_outplace_contiguous_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0927210Z test_meta_outplace_contiguous_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0927310Z test_meta_outplace_contiguous_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0927410Z test_meta_outplace_contiguous_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0927510Z test_meta_outplace_contiguous_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0927610Z test_meta_outplace_copysign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0927710Z test_meta_outplace_copysign_cpu_bool (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0927830Z test_meta_outplace_copysign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0927930Z test_meta_outplace_copysign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.0928030Z test_meta_outplace_copysign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0928130Z test_meta_outplace_copysign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0928230Z test_meta_outplace_copysign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0928320Z test_meta_outplace_copysign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0928420Z test_meta_outplace_copysign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0928510Z test_meta_outplace_copysign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.0928620Z test_meta_outplace_corrcoef_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.0928720Z test_meta_outplace_corrcoef_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.0928840Z test_meta_outplace_corrcoef_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.0928940Z test_meta_outplace_corrcoef_cpu_float32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:48.0929040Z test_meta_outplace_corrcoef_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.0929140Z test_meta_outplace_corrcoef_cpu_int16 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:48.0929240Z test_meta_outplace_corrcoef_cpu_int32 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:48.0929330Z test_meta_outplace_corrcoef_cpu_int64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.0929430Z test_meta_outplace_corrcoef_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:48.0929520Z test_meta_outplace_corrcoef_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.0929620Z test_meta_outplace_cos_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0929720Z test_meta_outplace_cos_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0929810Z test_meta_outplace_cos_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0929910Z test_meta_outplace_cos_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930000Z test_meta_outplace_cos_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930090Z test_meta_outplace_cos_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930190Z test_meta_outplace_cos_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930280Z test_meta_outplace_cos_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930370Z test_meta_outplace_cos_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930470Z test_meta_outplace_cos_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930560Z test_meta_outplace_cos_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930660Z test_meta_outplace_cosh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930750Z test_meta_outplace_cosh_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930850Z test_meta_outplace_cosh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0930950Z test_meta_outplace_cosh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0931040Z test_meta_outplace_cosh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0931140Z test_meta_outplace_cosh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0931230Z test_meta_outplace_cosh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0931320Z test_meta_outplace_cosh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0931410Z test_meta_outplace_cosh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0931520Z test_meta_outplace_cosh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0931620Z test_meta_outplace_cosh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0931730Z test_meta_outplace_count_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.054s) 2022-11-23T01:20:48.0931830Z test_meta_outplace_count_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:20:48.0931940Z test_meta_outplace_count_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:20:48.0932040Z test_meta_outplace_count_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:20:48.0932150Z test_meta_outplace_count_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:20:48.0932250Z test_meta_outplace_count_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:20:48.0932340Z test_meta_outplace_count_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:20:48.0932450Z test_meta_outplace_count_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.055s) 2022-11-23T01:20:48.0932560Z test_meta_outplace_count_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.061s) 2022-11-23T01:20:48.0932660Z test_meta_outplace_count_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:20:48.0932760Z test_meta_outplace_count_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:20:48.0932860Z test_meta_outplace_count_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:20:48.0932960Z test_meta_outplace_cov_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.158s) 2022-11-23T01:20:48.0933060Z test_meta_outplace_cov_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.167s) 2022-11-23T01:20:48.0937030Z test_meta_outplace_cov_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.167s) 2022-11-23T01:20:48.0937130Z test_meta_outplace_cov_cpu_float32 (__main__.TestMetaCPU) ... ok (0.150s) 2022-11-23T01:20:48.0937230Z test_meta_outplace_cov_cpu_float64 (__main__.TestMetaCPU) ... ok (0.125s) 2022-11-23T01:20:48.0937320Z test_meta_outplace_cov_cpu_int16 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:20:48.0937410Z test_meta_outplace_cov_cpu_int32 (__main__.TestMetaCPU) ... ok (0.126s) 2022-11-23T01:20:48.0937510Z test_meta_outplace_cov_cpu_int64 (__main__.TestMetaCPU) ... ok (0.126s) 2022-11-23T01:20:48.0937600Z test_meta_outplace_cov_cpu_int8 (__main__.TestMetaCPU) ... ok (0.131s) 2022-11-23T01:20:48.0937690Z test_meta_outplace_cov_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.133s) 2022-11-23T01:20:48.0937790Z test_meta_outplace_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0937890Z test_meta_outplace_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0937990Z test_meta_outplace_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0938090Z test_meta_outplace_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0938180Z test_meta_outplace_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0938280Z test_meta_outplace_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0938370Z test_meta_outplace_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0938460Z test_meta_outplace_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0938560Z test_meta_outplace_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0938650Z test_meta_outplace_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0938750Z test_meta_outplace_cummax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0938840Z test_meta_outplace_cummax_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0938940Z test_meta_outplace_cummax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0939040Z test_meta_outplace_cummax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0939230Z test_meta_outplace_cummax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0939320Z test_meta_outplace_cummax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0939420Z test_meta_outplace_cummax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0939510Z test_meta_outplace_cummax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0939600Z test_meta_outplace_cummax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0939700Z test_meta_outplace_cummin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0939790Z test_meta_outplace_cummin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0939890Z test_meta_outplace_cummin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0939980Z test_meta_outplace_cummin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0940080Z test_meta_outplace_cummin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0940200Z test_meta_outplace_cummin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0940300Z test_meta_outplace_cummin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0940390Z test_meta_outplace_cummin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0940480Z test_meta_outplace_cummin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0940580Z test_meta_outplace_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0940680Z test_meta_outplace_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0940780Z test_meta_outplace_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0940880Z test_meta_outplace_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0940980Z test_meta_outplace_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0941080Z test_meta_outplace_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0941180Z test_meta_outplace_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0941270Z test_meta_outplace_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0941370Z test_meta_outplace_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0941460Z test_meta_outplace_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0941560Z test_meta_outplace_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0941660Z test_meta_outplace_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0941760Z test_meta_outplace_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0941850Z test_meta_outplace_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0941950Z test_meta_outplace_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0942050Z test_meta_outplace_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0942140Z test_meta_outplace_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0942230Z test_meta_outplace_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0942320Z test_meta_outplace_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0942420Z test_meta_outplace_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0942530Z test_meta_outplace_cumulative_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0942650Z test_meta_outplace_cumulative_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0942760Z test_meta_outplace_cumulative_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0942910Z test_meta_outplace_cumulative_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0943020Z test_meta_outplace_cumulative_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0943130Z test_meta_outplace_cumulative_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0943240Z test_meta_outplace_cumulative_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0943340Z test_meta_outplace_cumulative_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0943450Z test_meta_outplace_cumulative_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0943560Z test_meta_outplace_cumulative_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0943670Z test_meta_outplace_deg2rad_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0943760Z test_meta_outplace_deg2rad_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0943870Z test_meta_outplace_deg2rad_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0943990Z test_meta_outplace_deg2rad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0944090Z test_meta_outplace_deg2rad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0944180Z test_meta_outplace_deg2rad_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0944280Z test_meta_outplace_deg2rad_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0944370Z test_meta_outplace_deg2rad_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0944470Z test_meta_outplace_deg2rad_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0944560Z test_meta_outplace_deg2rad_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0944650Z test_meta_outplace_diag_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0944750Z test_meta_outplace_diag_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0944840Z test_meta_outplace_diag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0944940Z test_meta_outplace_diag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0945040Z test_meta_outplace_diag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0945130Z test_meta_outplace_diag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0945230Z test_meta_outplace_diag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0945320Z test_meta_outplace_diag_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0945410Z test_meta_outplace_diag_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0945500Z test_meta_outplace_diag_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0945600Z test_meta_outplace_diag_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0945690Z test_meta_outplace_diag_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0945800Z test_meta_outplace_diag_embed_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0945890Z test_meta_outplace_diag_embed_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0946000Z test_meta_outplace_diag_embed_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0946100Z test_meta_outplace_diag_embed_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0946200Z test_meta_outplace_diag_embed_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0946310Z test_meta_outplace_diag_embed_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0946400Z test_meta_outplace_diag_embed_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0946500Z test_meta_outplace_diag_embed_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0946600Z test_meta_outplace_diag_embed_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0946730Z test_meta_outplace_diag_embed_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0946820Z test_meta_outplace_diag_embed_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0946920Z test_meta_outplace_diag_embed_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0947020Z test_meta_outplace_diag_embed_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0947120Z test_meta_outplace_diagflat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0947220Z test_meta_outplace_diagflat_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0947320Z test_meta_outplace_diagflat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0947420Z test_meta_outplace_diagflat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0947520Z test_meta_outplace_diagflat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0947620Z test_meta_outplace_diagflat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0947730Z test_meta_outplace_diagflat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0947830Z test_meta_outplace_diagflat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0947930Z test_meta_outplace_diagflat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0948030Z test_meta_outplace_diagflat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0948120Z test_meta_outplace_diagflat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0948220Z test_meta_outplace_diagflat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0948330Z test_meta_outplace_diagonal_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0948430Z test_meta_outplace_diagonal_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0948540Z test_meta_outplace_diagonal_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0948650Z test_meta_outplace_diagonal_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0948750Z test_meta_outplace_diagonal_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0948860Z test_meta_outplace_diagonal_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0948960Z test_meta_outplace_diagonal_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0949060Z test_meta_outplace_diagonal_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0949160Z test_meta_outplace_diagonal_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0949260Z test_meta_outplace_diagonal_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0949360Z test_meta_outplace_diagonal_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0949460Z test_meta_outplace_diagonal_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0949560Z test_meta_outplace_diagonal_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0949660Z test_meta_outplace_diagonal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0949760Z test_meta_outplace_diagonal_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0949860Z test_meta_outplace_diagonal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0949960Z test_meta_outplace_diagonal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0950060Z test_meta_outplace_diagonal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0950160Z test_meta_outplace_diagonal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0950260Z test_meta_outplace_diagonal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0950370Z test_meta_outplace_diagonal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0950470Z test_meta_outplace_diagonal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0950570Z test_meta_outplace_diagonal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0950670Z test_meta_outplace_diagonal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0950770Z test_meta_outplace_diagonal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0950860Z test_meta_outplace_diagonal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0950970Z test_meta_outplace_diagonal_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0951080Z test_meta_outplace_diagonal_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0951180Z test_meta_outplace_diagonal_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0951290Z test_meta_outplace_diagonal_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0951410Z test_meta_outplace_diagonal_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0951520Z test_meta_outplace_diagonal_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0951620Z test_meta_outplace_diagonal_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0951720Z test_meta_outplace_diagonal_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0951830Z test_meta_outplace_diagonal_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0951930Z test_meta_outplace_diagonal_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0952030Z test_meta_outplace_diff_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:20:48.0952120Z test_meta_outplace_diff_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0952220Z test_meta_outplace_diff_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:48.0952330Z test_meta_outplace_diff_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:48.0952420Z test_meta_outplace_diff_cpu_float16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:48.0952520Z test_meta_outplace_diff_cpu_float32 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:48.0952610Z test_meta_outplace_diff_cpu_float64 (__main__.TestMetaCPU) ... ok (0.051s) 2022-11-23T01:20:48.0952700Z test_meta_outplace_diff_cpu_int16 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:48.0952800Z test_meta_outplace_diff_cpu_int32 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:48.0952890Z test_meta_outplace_diff_cpu_int64 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:48.0952980Z test_meta_outplace_diff_cpu_int8 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:48.0953070Z test_meta_outplace_diff_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.057s) 2022-11-23T01:20:48.0953170Z test_meta_outplace_digamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0953270Z test_meta_outplace_digamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0953370Z test_meta_outplace_digamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0953470Z test_meta_outplace_digamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0953570Z test_meta_outplace_digamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0953660Z test_meta_outplace_digamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0953760Z test_meta_outplace_digamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0953850Z test_meta_outplace_digamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0953940Z test_meta_outplace_digamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0954040Z test_meta_outplace_dist_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:48.0954170Z test_meta_outplace_dist_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.0954280Z test_meta_outplace_dist_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.0954370Z test_meta_outplace_dist_cpu_float16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:48.0954460Z test_meta_outplace_dist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:48.0954550Z test_meta_outplace_dist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:48.0954660Z test_meta_outplace_div_floor_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:48.0954780Z test_meta_outplace_div_floor_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:48.0954880Z test_meta_outplace_div_floor_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:48.0954990Z test_meta_outplace_div_floor_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.0955090Z test_meta_outplace_div_floor_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.0955230Z test_meta_outplace_div_floor_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0955330Z test_meta_outplace_div_floor_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:48.0955440Z test_meta_outplace_div_floor_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.017s) 2022-11-23T01:20:48.0955540Z test_meta_outplace_div_floor_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0955650Z test_meta_outplace_div_no_rounding_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0955760Z test_meta_outplace_div_no_rounding_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0955870Z test_meta_outplace_div_no_rounding_mode_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.0955990Z test_meta_outplace_div_no_rounding_mode_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0956100Z test_meta_outplace_div_no_rounding_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0956200Z test_meta_outplace_div_no_rounding_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0956310Z test_meta_outplace_div_no_rounding_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0956410Z test_meta_outplace_div_no_rounding_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0956510Z test_meta_outplace_div_no_rounding_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0956620Z test_meta_outplace_div_no_rounding_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0956720Z test_meta_outplace_div_no_rounding_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0956830Z test_meta_outplace_div_no_rounding_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0956940Z test_meta_outplace_div_trunc_rounding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.0957040Z test_meta_outplace_div_trunc_rounding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0957150Z test_meta_outplace_div_trunc_rounding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0957250Z test_meta_outplace_div_trunc_rounding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0957350Z test_meta_outplace_div_trunc_rounding_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.0957460Z test_meta_outplace_div_trunc_rounding_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0957560Z test_meta_outplace_div_trunc_rounding_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0957670Z test_meta_outplace_div_trunc_rounding_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.0957790Z test_meta_outplace_div_trunc_rounding_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0957890Z test_meta_outplace_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0957990Z test_meta_outplace_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0958090Z test_meta_outplace_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0958180Z test_meta_outplace_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0958280Z test_meta_outplace_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0958370Z test_meta_outplace_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0958460Z test_meta_outplace_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0958550Z test_meta_outplace_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0958650Z test_meta_outplace_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0958740Z test_meta_outplace_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0958860Z test_meta_outplace_double_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0958960Z test_meta_outplace_double_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0959060Z test_meta_outplace_double_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0959160Z test_meta_outplace_double_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0959260Z test_meta_outplace_double_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0959360Z test_meta_outplace_double_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0959460Z test_meta_outplace_double_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0959550Z test_meta_outplace_double_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0959650Z test_meta_outplace_double_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0959740Z test_meta_outplace_double_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0959840Z test_meta_outplace_double_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0959930Z test_meta_outplace_double_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960020Z test_meta_outplace_double_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960120Z test_meta_outplace_dsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960220Z test_meta_outplace_dsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960320Z test_meta_outplace_dsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960420Z test_meta_outplace_dsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960520Z test_meta_outplace_dsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960620Z test_meta_outplace_dsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960720Z test_meta_outplace_dsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960810Z test_meta_outplace_dsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960900Z test_meta_outplace_dsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0960990Z test_meta_outplace_dsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0964880Z test_meta_outplace_dsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0964980Z test_meta_outplace_dsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0965080Z test_meta_outplace_dsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0965180Z test_meta_outplace_dstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0965270Z test_meta_outplace_dstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0965450Z test_meta_outplace_dstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0965550Z test_meta_outplace_dstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0965650Z test_meta_outplace_dstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0965750Z test_meta_outplace_dstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0965850Z test_meta_outplace_dstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0965940Z test_meta_outplace_dstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0966040Z test_meta_outplace_dstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0966130Z test_meta_outplace_dstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0966220Z test_meta_outplace_dstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0966320Z test_meta_outplace_dstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0966430Z test_meta_outplace_dstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0966530Z test_meta_outplace_einsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0966630Z test_meta_outplace_einsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0966730Z test_meta_outplace_einsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0966830Z test_meta_outplace_einsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0966930Z test_meta_outplace_einsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0967020Z test_meta_outplace_einsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0967120Z test_meta_outplace_einsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0967210Z test_meta_outplace_einsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0967300Z test_meta_outplace_einsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0967400Z test_meta_outplace_einsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0967490Z test_meta_outplace_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0967590Z test_meta_outplace_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0967690Z test_meta_outplace_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0967780Z test_meta_outplace_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0967880Z test_meta_outplace_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0967980Z test_meta_outplace_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0968080Z test_meta_outplace_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0968170Z test_meta_outplace_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0968270Z test_meta_outplace_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0968360Z test_meta_outplace_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0968450Z test_meta_outplace_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0968540Z test_meta_outplace_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0968630Z test_meta_outplace_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0968730Z test_meta_outplace_empty_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0968830Z test_meta_outplace_empty_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0968940Z test_meta_outplace_empty_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0969040Z test_meta_outplace_empty_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0969160Z test_meta_outplace_empty_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0969260Z test_meta_outplace_empty_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0969360Z test_meta_outplace_empty_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0969460Z test_meta_outplace_empty_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0969560Z test_meta_outplace_empty_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0969660Z test_meta_outplace_empty_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0969750Z test_meta_outplace_empty_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0969850Z test_meta_outplace_empty_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0969950Z test_meta_outplace_empty_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0970040Z test_meta_outplace_eq_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0970150Z test_meta_outplace_eq_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0970250Z test_meta_outplace_eq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0970340Z test_meta_outplace_eq_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0970440Z test_meta_outplace_eq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0970530Z test_meta_outplace_eq_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.0970620Z test_meta_outplace_eq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0970720Z test_meta_outplace_eq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0970810Z test_meta_outplace_eq_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0970900Z test_meta_outplace_eq_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0970990Z test_meta_outplace_eq_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0971090Z test_meta_outplace_eq_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0971180Z test_meta_outplace_eq_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0971270Z test_meta_outplace_equal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0971370Z test_meta_outplace_equal_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0971470Z test_meta_outplace_equal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0971570Z test_meta_outplace_equal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0971660Z test_meta_outplace_equal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0971760Z test_meta_outplace_equal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0971850Z test_meta_outplace_equal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0971950Z test_meta_outplace_equal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0972040Z test_meta_outplace_equal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0972130Z test_meta_outplace_equal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0972220Z test_meta_outplace_equal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0972320Z test_meta_outplace_equal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0972410Z test_meta_outplace_erf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0972500Z test_meta_outplace_erf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0972600Z test_meta_outplace_erf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0972690Z test_meta_outplace_erf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0972840Z test_meta_outplace_erf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0972930Z test_meta_outplace_erf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0973020Z test_meta_outplace_erf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0973110Z test_meta_outplace_erf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0973200Z test_meta_outplace_erf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0973300Z test_meta_outplace_erfc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0973390Z test_meta_outplace_erfc_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0973490Z test_meta_outplace_erfc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0973580Z test_meta_outplace_erfc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0973680Z test_meta_outplace_erfc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0973770Z test_meta_outplace_erfc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0973890Z test_meta_outplace_erfc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0973980Z test_meta_outplace_erfc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0974080Z test_meta_outplace_erfc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0974180Z test_meta_outplace_erfinv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0974270Z test_meta_outplace_erfinv_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0974370Z test_meta_outplace_erfinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0974460Z test_meta_outplace_erfinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0974560Z test_meta_outplace_erfinv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0974650Z test_meta_outplace_erfinv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0974740Z test_meta_outplace_erfinv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0974840Z test_meta_outplace_erfinv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0974930Z test_meta_outplace_erfinv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0975020Z test_meta_outplace_exp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0975120Z test_meta_outplace_exp2_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0975210Z test_meta_outplace_exp2_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0975300Z test_meta_outplace_exp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.0975400Z test_meta_outplace_exp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0975490Z test_meta_outplace_exp2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0975580Z test_meta_outplace_exp2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0975670Z test_meta_outplace_exp2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0975760Z test_meta_outplace_exp2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0975850Z test_meta_outplace_exp2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0975950Z test_meta_outplace_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0976040Z test_meta_outplace_exp_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0976140Z test_meta_outplace_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0976230Z test_meta_outplace_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0976330Z test_meta_outplace_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0976420Z test_meta_outplace_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0976530Z test_meta_outplace_exp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0976620Z test_meta_outplace_exp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0976710Z test_meta_outplace_exp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0976800Z test_meta_outplace_exp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0976890Z test_meta_outplace_exp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0976990Z test_meta_outplace_expand_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0977090Z test_meta_outplace_expand_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0977200Z test_meta_outplace_expand_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0977300Z test_meta_outplace_expand_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0977400Z test_meta_outplace_expand_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0977500Z test_meta_outplace_expand_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0977620Z test_meta_outplace_expand_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0977720Z test_meta_outplace_expand_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0977820Z test_meta_outplace_expand_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0977920Z test_meta_outplace_expand_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0978020Z test_meta_outplace_expand_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0978110Z test_meta_outplace_expand_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0978210Z test_meta_outplace_expand_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0978300Z test_meta_outplace_expand_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0978400Z test_meta_outplace_expand_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0978500Z test_meta_outplace_expand_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0978600Z test_meta_outplace_expand_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0978700Z test_meta_outplace_expand_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0978790Z test_meta_outplace_expand_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0978890Z test_meta_outplace_expand_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0978980Z test_meta_outplace_expand_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0979080Z test_meta_outplace_expand_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0979170Z test_meta_outplace_expand_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0979260Z test_meta_outplace_expand_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0979360Z test_meta_outplace_expm1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0979450Z test_meta_outplace_expm1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0979550Z test_meta_outplace_expm1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0979650Z test_meta_outplace_expm1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0979740Z test_meta_outplace_expm1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0979830Z test_meta_outplace_expm1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0979920Z test_meta_outplace_expm1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0980010Z test_meta_outplace_expm1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0980100Z test_meta_outplace_expm1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0980200Z test_meta_outplace_eye_cpu_bool (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.0980320Z test_meta_outplace_eye_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.0980410Z test_meta_outplace_eye_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:48.0980500Z test_meta_outplace_eye_cpu_float16 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:48.0980590Z test_meta_outplace_eye_cpu_float32 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:48.0980680Z test_meta_outplace_eye_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:48.0980780Z test_meta_outplace_eye_cpu_int16 (__main__.TestMetaCPU) ... ok (0.037s) 2022-11-23T01:20:48.0980870Z test_meta_outplace_eye_cpu_int32 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:48.0980960Z test_meta_outplace_eye_cpu_int64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.0981050Z test_meta_outplace_eye_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:48.0981140Z test_meta_outplace_eye_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.0981260Z test_meta_outplace_fft_fft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0981360Z test_meta_outplace_fft_fft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0981470Z test_meta_outplace_fft_fft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0981560Z test_meta_outplace_fft_fft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0981670Z test_meta_outplace_fft_fft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0981760Z test_meta_outplace_fft_fft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0981860Z test_meta_outplace_fft_fft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0981950Z test_meta_outplace_fft_fft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0982040Z test_meta_outplace_fft_fft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0982140Z test_meta_outplace_fft_fft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0982240Z test_meta_outplace_fft_fft_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0982340Z test_meta_outplace_fft_fft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0982440Z test_meta_outplace_fft_fft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0982530Z test_meta_outplace_fft_fft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0982630Z test_meta_outplace_fft_fft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0982730Z test_meta_outplace_fft_fft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0982820Z test_meta_outplace_fft_fft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0982910Z test_meta_outplace_fft_fft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983010Z test_meta_outplace_fft_fft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983100Z test_meta_outplace_fft_fft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983190Z test_meta_outplace_fft_fftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983290Z test_meta_outplace_fft_fftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983400Z test_meta_outplace_fft_fftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983500Z test_meta_outplace_fft_fftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983590Z test_meta_outplace_fft_fftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983690Z test_meta_outplace_fft_fftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983780Z test_meta_outplace_fft_fftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983880Z test_meta_outplace_fft_fftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0983990Z test_meta_outplace_fft_fftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0984080Z test_meta_outplace_fft_fftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0984190Z test_meta_outplace_fft_fftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0984290Z test_meta_outplace_fft_fftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0984390Z test_meta_outplace_fft_fftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0984500Z test_meta_outplace_fft_fftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0984610Z test_meta_outplace_fft_fftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0984710Z test_meta_outplace_fft_fftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0984810Z test_meta_outplace_fft_fftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0984910Z test_meta_outplace_fft_fftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0985030Z test_meta_outplace_fft_fftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0985120Z test_meta_outplace_fft_fftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0985220Z test_meta_outplace_fft_fftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0985320Z test_meta_outplace_fft_fftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0985430Z test_meta_outplace_fft_fftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0985530Z test_meta_outplace_fft_hfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0985630Z test_meta_outplace_fft_hfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0985740Z test_meta_outplace_fft_hfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0985840Z test_meta_outplace_fft_hfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0985950Z test_meta_outplace_fft_hfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0986050Z test_meta_outplace_fft_hfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0986150Z test_meta_outplace_fft_hfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0986250Z test_meta_outplace_fft_hfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0986350Z test_meta_outplace_fft_hfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0986440Z test_meta_outplace_fft_hfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.0986540Z test_meta_outplace_fft_hfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0986650Z test_meta_outplace_fft_hfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0986750Z test_meta_outplace_fft_hfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0986860Z test_meta_outplace_fft_hfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0986960Z test_meta_outplace_fft_hfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0987060Z test_meta_outplace_fft_hfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0987160Z test_meta_outplace_fft_hfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0987250Z test_meta_outplace_fft_hfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0987350Z test_meta_outplace_fft_hfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0987450Z test_meta_outplace_fft_hfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0987550Z test_meta_outplace_fft_hfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0987650Z test_meta_outplace_fft_hfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0987810Z test_meta_outplace_fft_hfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0987910Z test_meta_outplace_fft_hfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.0988020Z test_meta_outplace_fft_hfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0988120Z test_meta_outplace_fft_hfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0988220Z test_meta_outplace_fft_hfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0992240Z test_meta_outplace_fft_hfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0992350Z test_meta_outplace_fft_hfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0992450Z test_meta_outplace_fft_hfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0992550Z test_meta_outplace_fft_ifft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0992660Z test_meta_outplace_fft_ifft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0992830Z test_meta_outplace_fft_ifft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0992930Z test_meta_outplace_fft_ifft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0993030Z test_meta_outplace_fft_ifft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0993130Z test_meta_outplace_fft_ifft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0993230Z test_meta_outplace_fft_ifft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0993320Z test_meta_outplace_fft_ifft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0993420Z test_meta_outplace_fft_ifft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0993510Z test_meta_outplace_fft_ifft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0993610Z test_meta_outplace_fft_ifft_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0993720Z test_meta_outplace_fft_ifft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0993820Z test_meta_outplace_fft_ifft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0993930Z test_meta_outplace_fft_ifft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0994030Z test_meta_outplace_fft_ifft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0994130Z test_meta_outplace_fft_ifft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0994230Z test_meta_outplace_fft_ifft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0994330Z test_meta_outplace_fft_ifft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0994420Z test_meta_outplace_fft_ifft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0994520Z test_meta_outplace_fft_ifft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0994620Z test_meta_outplace_fft_ifftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0994730Z test_meta_outplace_fft_ifftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0994830Z test_meta_outplace_fft_ifftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0994940Z test_meta_outplace_fft_ifftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0995040Z test_meta_outplace_fft_ifftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0995140Z test_meta_outplace_fft_ifftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0995230Z test_meta_outplace_fft_ifftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0995330Z test_meta_outplace_fft_ifftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0995430Z test_meta_outplace_fft_ifftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0995550Z test_meta_outplace_fft_ifftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0995670Z test_meta_outplace_fft_ifftshift_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0995770Z test_meta_outplace_fft_ifftshift_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0995880Z test_meta_outplace_fft_ifftshift_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.0995990Z test_meta_outplace_fft_ifftshift_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.0996100Z test_meta_outplace_fft_ifftshift_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0996210Z test_meta_outplace_fft_ifftshift_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0996310Z test_meta_outplace_fft_ifftshift_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0996420Z test_meta_outplace_fft_ifftshift_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0996520Z test_meta_outplace_fft_ifftshift_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0996650Z test_meta_outplace_fft_ifftshift_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0996750Z test_meta_outplace_fft_ifftshift_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0996860Z test_meta_outplace_fft_ifftshift_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0996960Z test_meta_outplace_fft_ifftshift_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0997060Z test_meta_outplace_fft_ihfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0997160Z test_meta_outplace_fft_ihfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0997260Z test_meta_outplace_fft_ihfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0997370Z test_meta_outplace_fft_ihfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0997470Z test_meta_outplace_fft_ihfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0997570Z test_meta_outplace_fft_ihfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0997670Z test_meta_outplace_fft_ihfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0997770Z test_meta_outplace_fft_ihfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0997870Z test_meta_outplace_fft_ihfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0997970Z test_meta_outplace_fft_ihfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0998080Z test_meta_outplace_fft_ihfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0998180Z test_meta_outplace_fft_ihfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0998270Z test_meta_outplace_fft_ihfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0998370Z test_meta_outplace_fft_ihfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0998480Z test_meta_outplace_fft_ihfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0998570Z test_meta_outplace_fft_ihfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0998670Z test_meta_outplace_fft_ihfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0998770Z test_meta_outplace_fft_ihfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0998880Z test_meta_outplace_fft_ihfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0998980Z test_meta_outplace_fft_ihfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0999080Z test_meta_outplace_fft_ihfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0999180Z test_meta_outplace_fft_ihfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0999270Z test_meta_outplace_fft_ihfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0999390Z test_meta_outplace_fft_ihfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.0999490Z test_meta_outplace_fft_irfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.0999600Z test_meta_outplace_fft_irfft2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0999710Z test_meta_outplace_fft_irfft2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0999810Z test_meta_outplace_fft_irfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.0999910Z test_meta_outplace_fft_irfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1000010Z test_meta_outplace_fft_irfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1000110Z test_meta_outplace_fft_irfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1000210Z test_meta_outplace_fft_irfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1000310Z test_meta_outplace_fft_irfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1000430Z test_meta_outplace_fft_irfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1000530Z test_meta_outplace_fft_irfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1000640Z test_meta_outplace_fft_irfft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1000740Z test_meta_outplace_fft_irfft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1000840Z test_meta_outplace_fft_irfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1000950Z test_meta_outplace_fft_irfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1001050Z test_meta_outplace_fft_irfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1001140Z test_meta_outplace_fft_irfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1001240Z test_meta_outplace_fft_irfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1001340Z test_meta_outplace_fft_irfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1001440Z test_meta_outplace_fft_irfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1001540Z test_meta_outplace_fft_irfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1001640Z test_meta_outplace_fft_irfftn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1001750Z test_meta_outplace_fft_irfftn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1001850Z test_meta_outplace_fft_irfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1001950Z test_meta_outplace_fft_irfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1002060Z test_meta_outplace_fft_irfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1002160Z test_meta_outplace_fft_irfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1002260Z test_meta_outplace_fft_irfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1002360Z test_meta_outplace_fft_irfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1002450Z test_meta_outplace_fft_irfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1002550Z test_meta_outplace_fft_rfft2_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1002650Z test_meta_outplace_fft_rfft2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1002760Z test_meta_outplace_fft_rfft2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1002860Z test_meta_outplace_fft_rfft2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1002950Z test_meta_outplace_fft_rfft2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1003050Z test_meta_outplace_fft_rfft2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1003170Z test_meta_outplace_fft_rfft2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1003260Z test_meta_outplace_fft_rfft2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1003370Z test_meta_outplace_fft_rfft_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1003470Z test_meta_outplace_fft_rfft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1003570Z test_meta_outplace_fft_rfft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1003660Z test_meta_outplace_fft_rfft_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1003770Z test_meta_outplace_fft_rfft_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1003860Z test_meta_outplace_fft_rfft_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1003960Z test_meta_outplace_fft_rfft_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1004060Z test_meta_outplace_fft_rfft_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1004180Z test_meta_outplace_fft_rfftn_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1004280Z test_meta_outplace_fft_rfftn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1004380Z test_meta_outplace_fft_rfftn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1004480Z test_meta_outplace_fft_rfftn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1004580Z test_meta_outplace_fft_rfftn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1004680Z test_meta_outplace_fft_rfftn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1004780Z test_meta_outplace_fft_rfftn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1004870Z test_meta_outplace_fft_rfftn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1004970Z test_meta_outplace_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1005070Z test_meta_outplace_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1005170Z test_meta_outplace_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1005270Z test_meta_outplace_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1005370Z test_meta_outplace_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1005470Z test_meta_outplace_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1005570Z test_meta_outplace_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1005670Z test_meta_outplace_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1005770Z test_meta_outplace_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1005860Z test_meta_outplace_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1005950Z test_meta_outplace_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1006050Z test_meta_outplace_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1006150Z test_meta_outplace_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1006250Z test_meta_outplace_flatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1006350Z test_meta_outplace_flatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1006460Z test_meta_outplace_flatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1006570Z test_meta_outplace_flatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1006670Z test_meta_outplace_flatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1006770Z test_meta_outplace_flatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1006870Z test_meta_outplace_flatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1007000Z test_meta_outplace_flatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1007100Z test_meta_outplace_flatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1007200Z test_meta_outplace_flatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1007300Z test_meta_outplace_flatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1007400Z test_meta_outplace_flatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1007500Z test_meta_outplace_flatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1007590Z test_meta_outplace_flip_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1007690Z test_meta_outplace_flip_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1007790Z test_meta_outplace_flip_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1007890Z test_meta_outplace_flip_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1008020Z test_meta_outplace_flip_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1008120Z test_meta_outplace_flip_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1008220Z test_meta_outplace_flip_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1008310Z test_meta_outplace_flip_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1008410Z test_meta_outplace_flip_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1008500Z test_meta_outplace_flip_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1008600Z test_meta_outplace_flip_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1008700Z test_meta_outplace_flip_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1008800Z test_meta_outplace_fliplr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1008900Z test_meta_outplace_fliplr_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1009010Z test_meta_outplace_fliplr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1009110Z test_meta_outplace_fliplr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1009210Z test_meta_outplace_fliplr_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1009310Z test_meta_outplace_fliplr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1009410Z test_meta_outplace_fliplr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1009510Z test_meta_outplace_fliplr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1009610Z test_meta_outplace_fliplr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1009700Z test_meta_outplace_fliplr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1009800Z test_meta_outplace_fliplr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1009900Z test_meta_outplace_fliplr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1010000Z test_meta_outplace_flipud_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1010100Z test_meta_outplace_flipud_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1010200Z test_meta_outplace_flipud_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1010310Z test_meta_outplace_flipud_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1010410Z test_meta_outplace_flipud_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1010510Z test_meta_outplace_flipud_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1010600Z test_meta_outplace_flipud_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1010700Z test_meta_outplace_flipud_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1010820Z test_meta_outplace_flipud_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1010920Z test_meta_outplace_flipud_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1011020Z test_meta_outplace_flipud_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1011110Z test_meta_outplace_flipud_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1011210Z test_meta_outplace_float_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1011310Z test_meta_outplace_float_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1011420Z test_meta_outplace_float_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1011520Z test_meta_outplace_float_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1011620Z test_meta_outplace_float_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1011720Z test_meta_outplace_float_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1011870Z test_meta_outplace_float_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1011970Z test_meta_outplace_float_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1012060Z test_meta_outplace_float_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1012160Z test_meta_outplace_float_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1012250Z test_meta_outplace_float_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1012350Z test_meta_outplace_float_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1012440Z test_meta_outplace_float_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1012550Z test_meta_outplace_float_power_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1012660Z test_meta_outplace_float_power_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1012770Z test_meta_outplace_float_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1012880Z test_meta_outplace_float_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1012990Z test_meta_outplace_float_power_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1013090Z test_meta_outplace_float_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1013190Z test_meta_outplace_float_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1013290Z test_meta_outplace_float_power_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1013400Z test_meta_outplace_float_power_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1013500Z test_meta_outplace_float_power_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1013600Z test_meta_outplace_float_power_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1013710Z test_meta_outplace_float_power_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1013810Z test_meta_outplace_floor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1013910Z test_meta_outplace_floor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1014010Z test_meta_outplace_floor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1014100Z test_meta_outplace_floor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1014200Z test_meta_outplace_floor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1014290Z test_meta_outplace_floor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1014390Z test_meta_outplace_floor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1014480Z test_meta_outplace_floor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1014590Z test_meta_outplace_floor_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:48.1014750Z test_meta_outplace_floor_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.1014850Z test_meta_outplace_floor_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:48.1014960Z test_meta_outplace_floor_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.1015060Z test_meta_outplace_floor_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1015170Z test_meta_outplace_floor_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1015270Z test_meta_outplace_floor_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.1015370Z test_meta_outplace_floor_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1015480Z test_meta_outplace_floor_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1015580Z test_meta_outplace_fmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1015680Z test_meta_outplace_fmax_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1015800Z test_meta_outplace_fmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1015900Z test_meta_outplace_fmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1016000Z test_meta_outplace_fmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1016090Z test_meta_outplace_fmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1016190Z test_meta_outplace_fmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1016290Z test_meta_outplace_fmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1016380Z test_meta_outplace_fmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1016480Z test_meta_outplace_fmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1020540Z test_meta_outplace_fmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1020650Z test_meta_outplace_fmin_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1020750Z test_meta_outplace_fmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1020850Z test_meta_outplace_fmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1020940Z test_meta_outplace_fmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1021040Z test_meta_outplace_fmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1021130Z test_meta_outplace_fmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1021220Z test_meta_outplace_fmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1021320Z test_meta_outplace_fmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1021420Z test_meta_outplace_fmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1021520Z test_meta_outplace_fmod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1021620Z test_meta_outplace_fmod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1021720Z test_meta_outplace_fmod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1021810Z test_meta_outplace_fmod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1021910Z test_meta_outplace_fmod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1022000Z test_meta_outplace_fmod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1022100Z test_meta_outplace_fmod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1022190Z test_meta_outplace_fmod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1022280Z test_meta_outplace_fmod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1022380Z test_meta_outplace_frac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1022530Z test_meta_outplace_frac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1022630Z test_meta_outplace_frac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1022720Z test_meta_outplace_frac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1022830Z test_meta_outplace_frexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1022930Z test_meta_outplace_frexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1023020Z test_meta_outplace_frexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1023120Z test_meta_outplace_frexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1023220Z test_meta_outplace_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1023310Z test_meta_outplace_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1023420Z test_meta_outplace_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1023520Z test_meta_outplace_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1023640Z test_meta_outplace_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1023740Z test_meta_outplace_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1023840Z test_meta_outplace_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1023940Z test_meta_outplace_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1024030Z test_meta_outplace_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1024120Z test_meta_outplace_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1024220Z test_meta_outplace_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1024310Z test_meta_outplace_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1024410Z test_meta_outplace_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1024520Z test_meta_outplace_full_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1024620Z test_meta_outplace_full_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1024730Z test_meta_outplace_full_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1024830Z test_meta_outplace_full_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1024940Z test_meta_outplace_full_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1025040Z test_meta_outplace_full_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1025140Z test_meta_outplace_full_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1025240Z test_meta_outplace_full_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1025340Z test_meta_outplace_full_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1025440Z test_meta_outplace_full_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1025540Z test_meta_outplace_full_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1025640Z test_meta_outplace_full_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1025740Z test_meta_outplace_gather_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1025840Z test_meta_outplace_gather_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1025950Z test_meta_outplace_gather_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1026050Z test_meta_outplace_gather_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1026150Z test_meta_outplace_gather_cpu_float16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1026260Z test_meta_outplace_gather_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1026420Z test_meta_outplace_gather_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1026530Z test_meta_outplace_gather_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1026630Z test_meta_outplace_gather_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1026720Z test_meta_outplace_gather_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1026820Z test_meta_outplace_gather_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1026920Z test_meta_outplace_gather_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1027020Z test_meta_outplace_gcd_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1027110Z test_meta_outplace_gcd_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1027210Z test_meta_outplace_gcd_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1027310Z test_meta_outplace_gcd_cpu_int8 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1027400Z test_meta_outplace_gcd_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1027530Z test_meta_outplace_ge_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1027630Z test_meta_outplace_ge_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1027720Z test_meta_outplace_ge_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1027820Z test_meta_outplace_ge_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1027910Z test_meta_outplace_ge_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1028010Z test_meta_outplace_ge_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1028100Z test_meta_outplace_ge_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1028190Z test_meta_outplace_ge_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1028290Z test_meta_outplace_ge_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1028380Z test_meta_outplace_ge_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1028490Z test_meta_outplace_geqrf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.094s) 2022-11-23T01:20:48.1028590Z test_meta_outplace_geqrf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.091s) 2022-11-23T01:20:48.1028690Z test_meta_outplace_geqrf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.103s) 2022-11-23T01:20:48.1028800Z test_meta_outplace_geqrf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.105s) 2022-11-23T01:20:48.1028900Z test_meta_outplace_gradient_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:48.1029010Z test_meta_outplace_gradient_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.1029110Z test_meta_outplace_gradient_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1029220Z test_meta_outplace_gradient_cpu_float16 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:48.1029320Z test_meta_outplace_gradient_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1029430Z test_meta_outplace_gradient_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1029530Z test_meta_outplace_gradient_cpu_int16 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:48.1029630Z test_meta_outplace_gradient_cpu_int32 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:48.1029730Z test_meta_outplace_gradient_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1029830Z test_meta_outplace_gradient_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1029940Z test_meta_outplace_grid_sampler_2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.222s) 2022-11-23T01:20:48.1030050Z test_meta_outplace_grid_sampler_2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.234s) 2022-11-23T01:20:48.1030150Z test_meta_outplace_gt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1030240Z test_meta_outplace_gt_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1030370Z test_meta_outplace_gt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1030470Z test_meta_outplace_gt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1030560Z test_meta_outplace_gt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1030660Z test_meta_outplace_gt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1030750Z test_meta_outplace_gt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1030850Z test_meta_outplace_gt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1030940Z test_meta_outplace_gt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1031030Z test_meta_outplace_gt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1031130Z test_meta_outplace_half_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1031230Z test_meta_outplace_half_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1031340Z test_meta_outplace_half_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1031460Z test_meta_outplace_half_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1031560Z test_meta_outplace_half_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1031660Z test_meta_outplace_half_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1031760Z test_meta_outplace_half_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1031860Z test_meta_outplace_half_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1031950Z test_meta_outplace_half_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1032040Z test_meta_outplace_half_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1032140Z test_meta_outplace_half_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1032240Z test_meta_outplace_half_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1032340Z test_meta_outplace_heaviside_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1032440Z test_meta_outplace_heaviside_cpu_bool (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1032540Z test_meta_outplace_heaviside_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1032640Z test_meta_outplace_heaviside_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1032740Z test_meta_outplace_heaviside_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1032830Z test_meta_outplace_heaviside_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1032930Z test_meta_outplace_heaviside_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1033030Z test_meta_outplace_heaviside_cpu_int64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:48.1033130Z test_meta_outplace_heaviside_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1033220Z test_meta_outplace_heaviside_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1033320Z test_meta_outplace_histc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.541s) 2022-11-23T01:20:48.1033420Z test_meta_outplace_histc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.464s) 2022-11-23T01:20:48.1033510Z test_meta_outplace_histc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.473s) 2022-11-23T01:20:48.1033610Z test_meta_outplace_histogram_cpu_float32 (__main__.TestMetaCPU) ... ok (0.443s) 2022-11-23T01:20:48.1033710Z test_meta_outplace_histogram_cpu_float64 (__main__.TestMetaCPU) ... ok (0.439s) 2022-11-23T01:20:48.1033810Z test_meta_outplace_histogramdd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.283s) 2022-11-23T01:20:48.1033910Z test_meta_outplace_histogramdd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.292s) 2022-11-23T01:20:48.1034010Z test_meta_outplace_hsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1034160Z test_meta_outplace_hsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1034260Z test_meta_outplace_hsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1034360Z test_meta_outplace_hsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1034460Z test_meta_outplace_hsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1034560Z test_meta_outplace_hsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1034650Z test_meta_outplace_hsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1034750Z test_meta_outplace_hsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1034840Z test_meta_outplace_hsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1034940Z test_meta_outplace_hsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1035030Z test_meta_outplace_hsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1035150Z test_meta_outplace_hsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1035240Z test_meta_outplace_hsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1035340Z test_meta_outplace_hstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1035430Z test_meta_outplace_hstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1035530Z test_meta_outplace_hstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1035630Z test_meta_outplace_hstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1035730Z test_meta_outplace_hstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1035830Z test_meta_outplace_hstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1035930Z test_meta_outplace_hstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1036020Z test_meta_outplace_hstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1036120Z test_meta_outplace_hstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1036210Z test_meta_outplace_hstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1036310Z test_meta_outplace_hstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1036400Z test_meta_outplace_hstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1036490Z test_meta_outplace_hstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1036590Z test_meta_outplace_hypot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1036680Z test_meta_outplace_hypot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1036780Z test_meta_outplace_hypot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1036870Z test_meta_outplace_i0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1036960Z test_meta_outplace_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1037060Z test_meta_outplace_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1037150Z test_meta_outplace_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1037240Z test_meta_outplace_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1037330Z test_meta_outplace_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1037420Z test_meta_outplace_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1037510Z test_meta_outplace_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1037600Z test_meta_outplace_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1037700Z test_meta_outplace_igamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1037800Z test_meta_outplace_igamma_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1037920Z test_meta_outplace_igamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1038010Z test_meta_outplace_igamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1038110Z test_meta_outplace_igammac_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1038210Z test_meta_outplace_igammac_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1038310Z test_meta_outplace_igammac_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1038400Z test_meta_outplace_igammac_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1038500Z test_meta_outplace_imag_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1038590Z test_meta_outplace_imag_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1038690Z test_meta_outplace_imag_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1038790Z test_meta_outplace_index_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1038930Z test_meta_outplace_index_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1039040Z test_meta_outplace_index_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1039140Z test_meta_outplace_index_add_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1039240Z test_meta_outplace_index_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1039340Z test_meta_outplace_index_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1039440Z test_meta_outplace_index_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1039540Z test_meta_outplace_index_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1039630Z test_meta_outplace_index_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1039730Z test_meta_outplace_index_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1039830Z test_meta_outplace_index_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1039920Z test_meta_outplace_index_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1040020Z test_meta_outplace_index_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1040120Z test_meta_outplace_index_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1040220Z test_meta_outplace_index_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1040320Z test_meta_outplace_index_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1040430Z test_meta_outplace_index_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1040530Z test_meta_outplace_index_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1040630Z test_meta_outplace_index_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1040720Z test_meta_outplace_index_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1040830Z test_meta_outplace_index_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1040930Z test_meta_outplace_index_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1041020Z test_meta_outplace_index_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1041120Z test_meta_outplace_index_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1041220Z test_meta_outplace_index_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1041320Z test_meta_outplace_index_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1041420Z test_meta_outplace_index_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1041520Z test_meta_outplace_index_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1041660Z test_meta_outplace_index_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1041760Z test_meta_outplace_index_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1041860Z test_meta_outplace_index_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1041950Z test_meta_outplace_index_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1042050Z test_meta_outplace_index_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1042150Z test_meta_outplace_index_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1042250Z test_meta_outplace_index_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1042340Z test_meta_outplace_index_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1042440Z test_meta_outplace_index_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1042540Z test_meta_outplace_index_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1042670Z test_meta_outplace_index_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1042780Z test_meta_outplace_index_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1042880Z test_meta_outplace_index_put_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1042980Z test_meta_outplace_index_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1043080Z test_meta_outplace_index_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1043180Z test_meta_outplace_index_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1043270Z test_meta_outplace_index_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1043370Z test_meta_outplace_index_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1043470Z test_meta_outplace_index_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1043560Z test_meta_outplace_index_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1043660Z test_meta_outplace_index_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1043750Z test_meta_outplace_index_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1043860Z test_meta_outplace_index_reduce_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1043960Z test_meta_outplace_index_reduce_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1044060Z test_meta_outplace_index_reduce_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1044160Z test_meta_outplace_index_reduce_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1044260Z test_meta_outplace_index_reduce_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1044360Z test_meta_outplace_index_reduce_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1048160Z test_meta_outplace_index_reduce_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1048270Z test_meta_outplace_index_reduce_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1048370Z test_meta_outplace_index_reduce_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1048470Z test_meta_outplace_index_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1048570Z test_meta_outplace_index_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1048680Z test_meta_outplace_index_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1048780Z test_meta_outplace_index_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1048890Z test_meta_outplace_index_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1049030Z test_meta_outplace_index_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1049140Z test_meta_outplace_index_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1049230Z test_meta_outplace_index_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1049330Z test_meta_outplace_index_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1049430Z test_meta_outplace_index_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1049520Z test_meta_outplace_index_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1049620Z test_meta_outplace_index_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1049720Z test_meta_outplace_index_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1049820Z test_meta_outplace_inner_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1049920Z test_meta_outplace_inner_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050040Z test_meta_outplace_inner_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050140Z test_meta_outplace_inner_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050230Z test_meta_outplace_inner_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050330Z test_meta_outplace_inner_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050420Z test_meta_outplace_inner_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050520Z test_meta_outplace_inner_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050610Z test_meta_outplace_inner_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050700Z test_meta_outplace_inner_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050800Z test_meta_outplace_int_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050890Z test_meta_outplace_int_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1050990Z test_meta_outplace_int_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1051090Z test_meta_outplace_int_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1051180Z test_meta_outplace_int_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1051270Z test_meta_outplace_int_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1051360Z test_meta_outplace_int_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1051450Z test_meta_outplace_int_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1051540Z test_meta_outplace_int_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1051640Z test_meta_outplace_int_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1051730Z test_meta_outplace_int_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1051820Z test_meta_outplace_int_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1051920Z test_meta_outplace_isclose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1052020Z test_meta_outplace_isclose_cpu_bool (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1052120Z test_meta_outplace_isclose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1052220Z test_meta_outplace_isclose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1052320Z test_meta_outplace_isclose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1052420Z test_meta_outplace_isclose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1052510Z test_meta_outplace_isclose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1052610Z test_meta_outplace_isclose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1052720Z test_meta_outplace_isclose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1052820Z test_meta_outplace_isclose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1052910Z test_meta_outplace_isclose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1053010Z test_meta_outplace_isclose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1053110Z test_meta_outplace_isfinite_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1053210Z test_meta_outplace_isfinite_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1053310Z test_meta_outplace_isfinite_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1053410Z test_meta_outplace_isfinite_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1053510Z test_meta_outplace_isfinite_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1053610Z test_meta_outplace_isfinite_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1053710Z test_meta_outplace_isfinite_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1053830Z test_meta_outplace_isfinite_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1053930Z test_meta_outplace_isfinite_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054020Z test_meta_outplace_isfinite_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054120Z test_meta_outplace_isfinite_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054220Z test_meta_outplace_isfinite_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054310Z test_meta_outplace_isfinite_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054410Z test_meta_outplace_isin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054500Z test_meta_outplace_isin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054600Z test_meta_outplace_isin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054690Z test_meta_outplace_isin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054780Z test_meta_outplace_isin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054870Z test_meta_outplace_isin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1054970Z test_meta_outplace_isin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1055060Z test_meta_outplace_isinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1055150Z test_meta_outplace_isinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1055250Z test_meta_outplace_isinf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1055350Z test_meta_outplace_isinf_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1055450Z test_meta_outplace_isinf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1055550Z test_meta_outplace_isinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1055640Z test_meta_outplace_isinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1055730Z test_meta_outplace_isinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1055830Z test_meta_outplace_isinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1055920Z test_meta_outplace_isinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056010Z test_meta_outplace_isinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056110Z test_meta_outplace_isinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056200Z test_meta_outplace_isinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056290Z test_meta_outplace_isnan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056390Z test_meta_outplace_isnan_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056500Z test_meta_outplace_isnan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056600Z test_meta_outplace_isnan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056700Z test_meta_outplace_isnan_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056790Z test_meta_outplace_isnan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056880Z test_meta_outplace_isnan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1056980Z test_meta_outplace_isnan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1057070Z test_meta_outplace_isnan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1057160Z test_meta_outplace_isnan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1057250Z test_meta_outplace_isnan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1057340Z test_meta_outplace_isnan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1057460Z test_meta_outplace_isneginf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1057560Z test_meta_outplace_isneginf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1057660Z test_meta_outplace_isneginf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1057750Z test_meta_outplace_isneginf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1057850Z test_meta_outplace_isneginf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1057950Z test_meta_outplace_isneginf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1058040Z test_meta_outplace_isneginf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1058140Z test_meta_outplace_isneginf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1058230Z test_meta_outplace_isneginf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1058330Z test_meta_outplace_isneginf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1058430Z test_meta_outplace_isposinf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1058530Z test_meta_outplace_isposinf_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1058620Z test_meta_outplace_isposinf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1058720Z test_meta_outplace_isposinf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1058820Z test_meta_outplace_isposinf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1058910Z test_meta_outplace_isposinf_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059010Z test_meta_outplace_isposinf_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059100Z test_meta_outplace_isposinf_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059200Z test_meta_outplace_isposinf_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059290Z test_meta_outplace_isposinf_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059390Z test_meta_outplace_isreal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059490Z test_meta_outplace_isreal_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059590Z test_meta_outplace_isreal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059680Z test_meta_outplace_isreal_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059780Z test_meta_outplace_isreal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059880Z test_meta_outplace_isreal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1059970Z test_meta_outplace_isreal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1060070Z test_meta_outplace_isreal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1060220Z test_meta_outplace_isreal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1060320Z test_meta_outplace_isreal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1060410Z test_meta_outplace_isreal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1060510Z test_meta_outplace_isreal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1060600Z test_meta_outplace_isreal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1060700Z test_meta_outplace_istft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.1060790Z test_meta_outplace_istft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.1060930Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1061070Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1061260Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1061400Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1061530Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1061660Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1061790Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1061920Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1062040Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1062170Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1062290Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1062420Z test_meta_outplace_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1062550Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1062690Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1062830Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1062970Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1063100Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1063240Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1063370Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1063500Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1063630Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1063760Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1063910Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1064040Z test_meta_outplace_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1064170Z test_meta_outplace_jiterator_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1064290Z test_meta_outplace_jiterator_binary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1064420Z test_meta_outplace_jiterator_binary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1064540Z test_meta_outplace_jiterator_binary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1064660Z test_meta_outplace_jiterator_binary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1064790Z test_meta_outplace_jiterator_binary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1064930Z test_meta_outplace_jiterator_binary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1065050Z test_meta_outplace_jiterator_binary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1065160Z test_meta_outplace_jiterator_binary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1065280Z test_meta_outplace_jiterator_binary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1065400Z test_meta_outplace_jiterator_binary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1065520Z test_meta_outplace_jiterator_binary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1065660Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1065790Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1065920Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1066060Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1066190Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1066320Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1066440Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1066570Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1066710Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1066830Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1066970Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1067090Z test_meta_outplace_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1067210Z test_meta_outplace_jiterator_unary_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1067340Z test_meta_outplace_jiterator_unary_cpu_bool (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1067480Z test_meta_outplace_jiterator_unary_cpu_complex128 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1067610Z test_meta_outplace_jiterator_unary_cpu_complex64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1067730Z test_meta_outplace_jiterator_unary_cpu_float16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1067850Z test_meta_outplace_jiterator_unary_cpu_float32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1067970Z test_meta_outplace_jiterator_unary_cpu_float64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1068090Z test_meta_outplace_jiterator_unary_cpu_int16 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1068210Z test_meta_outplace_jiterator_unary_cpu_int32 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1068320Z test_meta_outplace_jiterator_unary_cpu_int64 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1068470Z test_meta_outplace_jiterator_unary_cpu_int8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1068580Z test_meta_outplace_jiterator_unary_cpu_uint8 (__main__.TestMetaCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:20:48.1068680Z test_meta_outplace_kron_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1068780Z test_meta_outplace_kron_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1068880Z test_meta_outplace_kron_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1068980Z test_meta_outplace_kron_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1069070Z test_meta_outplace_kron_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1069170Z test_meta_outplace_kron_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1069260Z test_meta_outplace_kron_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1069360Z test_meta_outplace_kron_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1069450Z test_meta_outplace_kron_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1069540Z test_meta_outplace_kron_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1069630Z test_meta_outplace_kron_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1069730Z test_meta_outplace_kron_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1069830Z test_meta_outplace_kthvalue_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:48.1069930Z test_meta_outplace_kthvalue_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:48.1070030Z test_meta_outplace_kthvalue_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:48.1070130Z test_meta_outplace_kthvalue_cpu_int16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.1070230Z test_meta_outplace_kthvalue_cpu_int32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:48.1070330Z test_meta_outplace_kthvalue_cpu_int64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.1070420Z test_meta_outplace_kthvalue_cpu_int8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:48.1070520Z test_meta_outplace_kthvalue_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.026s) 2022-11-23T01:20:48.1070610Z test_meta_outplace_lcm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1070700Z test_meta_outplace_lcm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1070790Z test_meta_outplace_lcm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1070880Z test_meta_outplace_lcm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1070970Z test_meta_outplace_lcm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1071070Z test_meta_outplace_ldexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1071180Z test_meta_outplace_ldexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1071280Z test_meta_outplace_ldexp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1071380Z test_meta_outplace_ldexp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1071480Z test_meta_outplace_ldexp_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1071580Z test_meta_outplace_ldexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1071670Z test_meta_outplace_ldexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1071770Z test_meta_outplace_ldexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1071860Z test_meta_outplace_ldexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1071950Z test_meta_outplace_ldexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1072040Z test_meta_outplace_ldexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1072150Z test_meta_outplace_ldexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1072240Z test_meta_outplace_le_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1072330Z test_meta_outplace_le_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1072430Z test_meta_outplace_le_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1072520Z test_meta_outplace_le_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1072610Z test_meta_outplace_le_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1072700Z test_meta_outplace_le_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1072800Z test_meta_outplace_le_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1072890Z test_meta_outplace_le_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1072980Z test_meta_outplace_le_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1073070Z test_meta_outplace_le_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1073170Z test_meta_outplace_lerp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1076880Z test_meta_outplace_lerp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.1076980Z test_meta_outplace_lerp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.1077080Z test_meta_outplace_lerp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.1077170Z test_meta_outplace_lerp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1077270Z test_meta_outplace_lgamma_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1077370Z test_meta_outplace_lgamma_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1077470Z test_meta_outplace_lgamma_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1077560Z test_meta_outplace_lgamma_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1077660Z test_meta_outplace_lgamma_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1077750Z test_meta_outplace_lgamma_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1077840Z test_meta_outplace_lgamma_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1077930Z test_meta_outplace_lgamma_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1078030Z test_meta_outplace_lgamma_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1078140Z test_meta_outplace_linalg_cholesky_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1078250Z test_meta_outplace_linalg_cholesky_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1078350Z test_meta_outplace_linalg_cholesky_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1078530Z test_meta_outplace_linalg_cholesky_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1078640Z test_meta_outplace_linalg_cholesky_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1078750Z test_meta_outplace_linalg_cholesky_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1078860Z test_meta_outplace_linalg_cholesky_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1078970Z test_meta_outplace_linalg_cholesky_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1079070Z test_meta_outplace_linalg_cond_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1079180Z test_meta_outplace_linalg_cond_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1079280Z test_meta_outplace_linalg_cond_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1079380Z test_meta_outplace_linalg_cond_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1079480Z test_meta_outplace_linalg_cross_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1079620Z test_meta_outplace_linalg_cross_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1079730Z test_meta_outplace_linalg_cross_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1079830Z test_meta_outplace_linalg_cross_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1079930Z test_meta_outplace_linalg_cross_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1080030Z test_meta_outplace_linalg_cross_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1080130Z test_meta_outplace_linalg_cross_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1080230Z test_meta_outplace_linalg_cross_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1080330Z test_meta_outplace_linalg_cross_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1080430Z test_meta_outplace_linalg_cross_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1080540Z test_meta_outplace_linalg_det_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1080640Z test_meta_outplace_linalg_det_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1080740Z test_meta_outplace_linalg_det_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1080840Z test_meta_outplace_linalg_det_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1080950Z test_meta_outplace_linalg_det_singular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1081070Z test_meta_outplace_linalg_det_singular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1081180Z test_meta_outplace_linalg_det_singular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1081280Z test_meta_outplace_linalg_det_singular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1081390Z test_meta_outplace_linalg_eig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:48.1081490Z test_meta_outplace_linalg_eig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:48.1081590Z test_meta_outplace_linalg_eig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.1081690Z test_meta_outplace_linalg_eig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:48.1081800Z test_meta_outplace_linalg_eigh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1081900Z test_meta_outplace_linalg_eigh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1082010Z test_meta_outplace_linalg_eigh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1082100Z test_meta_outplace_linalg_eigh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1082230Z test_meta_outplace_linalg_eigvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:20:48.1082340Z test_meta_outplace_linalg_eigvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.059s) 2022-11-23T01:20:48.1082450Z test_meta_outplace_linalg_eigvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:20:48.1082550Z test_meta_outplace_linalg_eigvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:20:48.1082660Z test_meta_outplace_linalg_eigvalsh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1082760Z test_meta_outplace_linalg_eigvalsh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1082870Z test_meta_outplace_linalg_eigvalsh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1082980Z test_meta_outplace_linalg_eigvalsh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1083100Z test_meta_outplace_linalg_householder_product_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:20:48.1083220Z test_meta_outplace_linalg_householder_product_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:48.1083360Z test_meta_outplace_linalg_householder_product_cpu_float32 (__main__.TestMetaCPU) ... ok (0.039s) 2022-11-23T01:20:48.1083470Z test_meta_outplace_linalg_householder_product_cpu_float64 (__main__.TestMetaCPU) ... ok (0.040s) 2022-11-23T01:20:48.1083570Z test_meta_outplace_linalg_inv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1083680Z test_meta_outplace_linalg_inv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1083780Z test_meta_outplace_linalg_inv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1083870Z test_meta_outplace_linalg_inv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1083980Z test_meta_outplace_linalg_inv_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1084080Z test_meta_outplace_linalg_inv_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1084190Z test_meta_outplace_linalg_inv_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1084290Z test_meta_outplace_linalg_inv_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1084400Z test_meta_outplace_linalg_ldl_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1084500Z test_meta_outplace_linalg_ldl_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1084610Z test_meta_outplace_linalg_ldl_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1084720Z test_meta_outplace_linalg_ldl_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1084830Z test_meta_outplace_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1084940Z test_meta_outplace_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1085050Z test_meta_outplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1085160Z test_meta_outplace_linalg_ldl_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1085260Z test_meta_outplace_linalg_ldl_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1085370Z test_meta_outplace_linalg_ldl_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1085480Z test_meta_outplace_linalg_ldl_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1085580Z test_meta_outplace_linalg_ldl_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1085690Z test_meta_outplace_linalg_lstsq_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.126s) 2022-11-23T01:20:48.1085790Z test_meta_outplace_linalg_lstsq_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.107s) 2022-11-23T01:20:48.1085890Z test_meta_outplace_linalg_lstsq_cpu_float32 (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:20:48.1086040Z test_meta_outplace_linalg_lstsq_cpu_float64 (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:20:48.1086160Z test_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:20:48.1086280Z test_meta_outplace_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:20:48.1086390Z test_meta_outplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:20:48.1086500Z test_meta_outplace_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestMetaCPU) ... ok (0.106s) 2022-11-23T01:20:48.1086600Z test_meta_outplace_linalg_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1086700Z test_meta_outplace_linalg_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1086800Z test_meta_outplace_linalg_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1086910Z test_meta_outplace_linalg_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1087040Z test_meta_outplace_linalg_lu_factor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1087140Z test_meta_outplace_linalg_lu_factor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1087250Z test_meta_outplace_linalg_lu_factor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1087360Z test_meta_outplace_linalg_lu_factor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1087470Z test_meta_outplace_linalg_lu_factor_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1087580Z test_meta_outplace_linalg_lu_factor_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1087680Z test_meta_outplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1087790Z test_meta_outplace_linalg_lu_factor_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1087900Z test_meta_outplace_linalg_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1088000Z test_meta_outplace_linalg_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1088100Z test_meta_outplace_linalg_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:48.1088210Z test_meta_outplace_linalg_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:48.1088310Z test_meta_outplace_linalg_matrix_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.1088420Z test_meta_outplace_linalg_matrix_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1088530Z test_meta_outplace_linalg_matrix_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1088640Z test_meta_outplace_linalg_matrix_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.1088740Z test_meta_outplace_linalg_matrix_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1088850Z test_meta_outplace_linalg_matrix_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1088960Z test_meta_outplace_linalg_matrix_power_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1089070Z test_meta_outplace_linalg_matrix_power_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1089180Z test_meta_outplace_linalg_matrix_power_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1089280Z test_meta_outplace_linalg_matrix_power_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1089390Z test_meta_outplace_linalg_matrix_rank_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1089500Z test_meta_outplace_linalg_matrix_rank_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1089600Z test_meta_outplace_linalg_matrix_rank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.1089720Z test_meta_outplace_linalg_matrix_rank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:48.1089850Z test_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1089970Z test_meta_outplace_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1090090Z test_meta_outplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1090200Z test_meta_outplace_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1090310Z test_meta_outplace_linalg_multi_dot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1090420Z test_meta_outplace_linalg_multi_dot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1090520Z test_meta_outplace_linalg_multi_dot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1090630Z test_meta_outplace_linalg_multi_dot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1090750Z test_meta_outplace_linalg_multi_dot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1090850Z test_meta_outplace_linalg_multi_dot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1090950Z test_meta_outplace_linalg_multi_dot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1091060Z test_meta_outplace_linalg_multi_dot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1091160Z test_meta_outplace_linalg_multi_dot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1091260Z test_meta_outplace_linalg_multi_dot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1091360Z test_meta_outplace_linalg_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:48.1091460Z test_meta_outplace_linalg_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:48.1091570Z test_meta_outplace_linalg_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.045s) 2022-11-23T01:20:48.1091670Z test_meta_outplace_linalg_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.038s) 2022-11-23T01:20:48.1091770Z test_meta_outplace_linalg_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:48.1091870Z test_meta_outplace_linalg_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:48.1091990Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.1092120Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.1092240Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.1092370Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.1092490Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1092610Z test_meta_outplace_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1092710Z test_meta_outplace_linalg_pinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:48.1092820Z test_meta_outplace_linalg_pinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:48.1092920Z test_meta_outplace_linalg_pinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1093020Z test_meta_outplace_linalg_pinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1093130Z test_meta_outplace_linalg_pinv_hermitian_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1093250Z test_meta_outplace_linalg_pinv_hermitian_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1093380Z test_meta_outplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1093500Z test_meta_outplace_linalg_pinv_hermitian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1093670Z test_meta_outplace_linalg_pinv_singular_cpu_complex128 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:20:48.1093830Z test_meta_outplace_linalg_pinv_singular_cpu_complex64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:20:48.1093990Z test_meta_outplace_linalg_pinv_singular_cpu_float32 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:20:48.1094140Z test_meta_outplace_linalg_pinv_singular_cpu_float64 (__main__.TestMetaCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:20:48.1094240Z test_meta_outplace_linalg_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1094380Z test_meta_outplace_linalg_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1094480Z test_meta_outplace_linalg_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1094580Z test_meta_outplace_linalg_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1094690Z test_meta_outplace_linalg_slogdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1094800Z test_meta_outplace_linalg_slogdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1094900Z test_meta_outplace_linalg_slogdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1095000Z test_meta_outplace_linalg_slogdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1095110Z test_meta_outplace_linalg_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1095210Z test_meta_outplace_linalg_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1095310Z test_meta_outplace_linalg_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1095410Z test_meta_outplace_linalg_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1095520Z test_meta_outplace_linalg_solve_ex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1095630Z test_meta_outplace_linalg_solve_ex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1095730Z test_meta_outplace_linalg_solve_ex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1095830Z test_meta_outplace_linalg_solve_ex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1095950Z test_meta_outplace_linalg_solve_triangular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.635s) 2022-11-23T01:20:48.1096070Z test_meta_outplace_linalg_solve_triangular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.637s) 2022-11-23T01:20:48.1096180Z test_meta_outplace_linalg_solve_triangular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.635s) 2022-11-23T01:20:48.1096290Z test_meta_outplace_linalg_solve_triangular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.634s) 2022-11-23T01:20:48.1096400Z test_meta_outplace_linalg_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1096500Z test_meta_outplace_linalg_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1096600Z test_meta_outplace_linalg_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.1096700Z test_meta_outplace_linalg_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:48.1096810Z test_meta_outplace_linalg_svdvals_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1096910Z test_meta_outplace_linalg_svdvals_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1097020Z test_meta_outplace_linalg_svdvals_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1097140Z test_meta_outplace_linalg_svdvals_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1097250Z test_meta_outplace_linalg_tensorinv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1097360Z test_meta_outplace_linalg_tensorinv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1097470Z test_meta_outplace_linalg_tensorinv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1097570Z test_meta_outplace_linalg_tensorinv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1097680Z test_meta_outplace_linalg_tensorsolve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1097790Z test_meta_outplace_linalg_tensorsolve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1097900Z test_meta_outplace_linalg_tensorsolve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1098000Z test_meta_outplace_linalg_tensorsolve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1098130Z test_meta_outplace_linalg_vander_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1098230Z test_meta_outplace_linalg_vander_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1098340Z test_meta_outplace_linalg_vander_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1098440Z test_meta_outplace_linalg_vander_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1098540Z test_meta_outplace_linalg_vander_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1098640Z test_meta_outplace_linalg_vander_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1098740Z test_meta_outplace_linalg_vander_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1098840Z test_meta_outplace_linalg_vander_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1098940Z test_meta_outplace_linalg_vander_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1099040Z test_meta_outplace_linalg_vecdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1099150Z test_meta_outplace_linalg_vecdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.1099250Z test_meta_outplace_linalg_vecdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.1099360Z test_meta_outplace_linalg_vecdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1099460Z test_meta_outplace_linalg_vecdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1099570Z test_meta_outplace_linalg_vector_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:20:48.1099670Z test_meta_outplace_linalg_vector_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1099790Z test_meta_outplace_linalg_vector_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1099890Z test_meta_outplace_linalg_vector_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.086s) 2022-11-23T01:20:48.1100000Z test_meta_outplace_linalg_vector_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.074s) 2022-11-23T01:20:48.1100100Z test_meta_outplace_linalg_vector_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.071s) 2022-11-23T01:20:48.1100200Z test_meta_outplace_linspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1100310Z test_meta_outplace_linspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1100410Z test_meta_outplace_linspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1100510Z test_meta_outplace_linspace_cpu_float16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1100610Z test_meta_outplace_linspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1100710Z test_meta_outplace_linspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1100830Z test_meta_outplace_linspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1100930Z test_meta_outplace_linspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1101030Z test_meta_outplace_linspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1101130Z test_meta_outplace_linspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1101220Z test_meta_outplace_linspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1101320Z test_meta_outplace_log10_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1101410Z test_meta_outplace_log10_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1101510Z test_meta_outplace_log10_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1101610Z test_meta_outplace_log10_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1101710Z test_meta_outplace_log10_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1101820Z test_meta_outplace_log10_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1101920Z test_meta_outplace_log10_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1102010Z test_meta_outplace_log10_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1102100Z test_meta_outplace_log10_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1102200Z test_meta_outplace_log10_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1102290Z test_meta_outplace_log10_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1102390Z test_meta_outplace_log1p_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1105090Z test_meta_outplace_log1p_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1105190Z test_meta_outplace_log1p_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1105280Z test_meta_outplace_log1p_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1105380Z test_meta_outplace_log1p_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1105470Z test_meta_outplace_log1p_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1105560Z test_meta_outplace_log1p_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1105650Z test_meta_outplace_log1p_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1105740Z test_meta_outplace_log1p_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1105840Z test_meta_outplace_log2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1105930Z test_meta_outplace_log2_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106030Z test_meta_outplace_log2_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106130Z test_meta_outplace_log2_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106230Z test_meta_outplace_log2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106330Z test_meta_outplace_log2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106420Z test_meta_outplace_log2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106510Z test_meta_outplace_log2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106600Z test_meta_outplace_log2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106690Z test_meta_outplace_log2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106790Z test_meta_outplace_log2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106880Z test_meta_outplace_log_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1106980Z test_meta_outplace_log_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1107080Z test_meta_outplace_log_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1107200Z test_meta_outplace_log_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1107290Z test_meta_outplace_log_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1107380Z test_meta_outplace_log_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1107480Z test_meta_outplace_log_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1107570Z test_meta_outplace_log_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1107660Z test_meta_outplace_log_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1107750Z test_meta_outplace_log_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1107840Z test_meta_outplace_log_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1107950Z test_meta_outplace_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1108050Z test_meta_outplace_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1108170Z test_meta_outplace_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1108280Z test_meta_outplace_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1108390Z test_meta_outplace_log_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1108510Z test_meta_outplace_log_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1108620Z test_meta_outplace_log_softmax_with_dtype_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1108740Z test_meta_outplace_log_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1108850Z test_meta_outplace_log_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1108960Z test_meta_outplace_log_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1109070Z test_meta_outplace_log_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1109180Z test_meta_outplace_log_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1109290Z test_meta_outplace_log_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1109390Z test_meta_outplace_log_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1109500Z test_meta_outplace_log_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1109600Z test_meta_outplace_log_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1109710Z test_meta_outplace_logaddexp2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1109810Z test_meta_outplace_logaddexp2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1109910Z test_meta_outplace_logaddexp2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1110010Z test_meta_outplace_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1110110Z test_meta_outplace_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1110210Z test_meta_outplace_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1110320Z test_meta_outplace_logcumsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:48.1110420Z test_meta_outplace_logcumsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:48.1110530Z test_meta_outplace_logcumsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:48.1110630Z test_meta_outplace_logdet_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1110730Z test_meta_outplace_logdet_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1110860Z test_meta_outplace_logdet_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1110970Z test_meta_outplace_logdet_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1111070Z test_meta_outplace_logical_and_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1111170Z test_meta_outplace_logical_and_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1111280Z test_meta_outplace_logical_and_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1111380Z test_meta_outplace_logical_and_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1111480Z test_meta_outplace_logical_and_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1111580Z test_meta_outplace_logical_and_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1111680Z test_meta_outplace_logical_and_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1111780Z test_meta_outplace_logical_and_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1112050Z test_meta_outplace_logical_and_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1112150Z test_meta_outplace_logical_and_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1112250Z test_meta_outplace_logical_and_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1112340Z test_meta_outplace_logical_and_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1112450Z test_meta_outplace_logical_not_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1112540Z test_meta_outplace_logical_not_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1112650Z test_meta_outplace_logical_not_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1112750Z test_meta_outplace_logical_not_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1112850Z test_meta_outplace_logical_not_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1112950Z test_meta_outplace_logical_not_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1113050Z test_meta_outplace_logical_not_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1113150Z test_meta_outplace_logical_not_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1113250Z test_meta_outplace_logical_not_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1113340Z test_meta_outplace_logical_not_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1113450Z test_meta_outplace_logical_not_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1113540Z test_meta_outplace_logical_not_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1113640Z test_meta_outplace_logical_or_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1113740Z test_meta_outplace_logical_or_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1113850Z test_meta_outplace_logical_or_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1113950Z test_meta_outplace_logical_or_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1114050Z test_meta_outplace_logical_or_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1114150Z test_meta_outplace_logical_or_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1114250Z test_meta_outplace_logical_or_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1114350Z test_meta_outplace_logical_or_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1114440Z test_meta_outplace_logical_or_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1114540Z test_meta_outplace_logical_or_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1114640Z test_meta_outplace_logical_or_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1114760Z test_meta_outplace_logical_or_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1114870Z test_meta_outplace_logical_xor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1114960Z test_meta_outplace_logical_xor_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1115070Z test_meta_outplace_logical_xor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1115170Z test_meta_outplace_logical_xor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1115270Z test_meta_outplace_logical_xor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1115370Z test_meta_outplace_logical_xor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1115470Z test_meta_outplace_logical_xor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1115570Z test_meta_outplace_logical_xor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1115670Z test_meta_outplace_logical_xor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1115790Z test_meta_outplace_logical_xor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1115880Z test_meta_outplace_logical_xor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1115980Z test_meta_outplace_logical_xor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1116080Z test_meta_outplace_logit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1116180Z test_meta_outplace_logit_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1116270Z test_meta_outplace_logit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1116370Z test_meta_outplace_logit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1116460Z test_meta_outplace_logit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1116560Z test_meta_outplace_logit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1116650Z test_meta_outplace_logit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1116740Z test_meta_outplace_logit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1116840Z test_meta_outplace_logit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1116940Z test_meta_outplace_logspace_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:20:48.1117040Z test_meta_outplace_logspace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:20:48.1117140Z test_meta_outplace_logspace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:20:48.1117240Z test_meta_outplace_logspace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:20:48.1117340Z test_meta_outplace_logspace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.122s) 2022-11-23T01:20:48.1117430Z test_meta_outplace_logspace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:20:48.1117530Z test_meta_outplace_logspace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:20:48.1117630Z test_meta_outplace_logspace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:20:48.1117730Z test_meta_outplace_logspace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.046s) 2022-11-23T01:20:48.1117830Z test_meta_outplace_logspace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:48.1117930Z test_meta_outplace_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1118020Z test_meta_outplace_logsumexp_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1118120Z test_meta_outplace_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1118220Z test_meta_outplace_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1118320Z test_meta_outplace_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1118440Z test_meta_outplace_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1118540Z test_meta_outplace_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1118640Z test_meta_outplace_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1118730Z test_meta_outplace_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1118830Z test_meta_outplace_long_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1118930Z test_meta_outplace_long_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119020Z test_meta_outplace_long_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119120Z test_meta_outplace_long_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119210Z test_meta_outplace_long_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119310Z test_meta_outplace_long_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119410Z test_meta_outplace_long_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119520Z test_meta_outplace_long_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119610Z test_meta_outplace_long_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119710Z test_meta_outplace_long_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119800Z test_meta_outplace_long_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119890Z test_meta_outplace_long_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1119980Z test_meta_outplace_long_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1120080Z test_meta_outplace_lt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1120170Z test_meta_outplace_lt_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1120260Z test_meta_outplace_lt_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1120350Z test_meta_outplace_lt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1120440Z test_meta_outplace_lt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1120540Z test_meta_outplace_lt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1120630Z test_meta_outplace_lt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1120720Z test_meta_outplace_lt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1120810Z test_meta_outplace_lt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1120900Z test_meta_outplace_lt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1121000Z test_meta_outplace_lu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1121100Z test_meta_outplace_lu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1121190Z test_meta_outplace_lu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1121280Z test_meta_outplace_lu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1121390Z test_meta_outplace_lu_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1121490Z test_meta_outplace_lu_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1121590Z test_meta_outplace_lu_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1121690Z test_meta_outplace_lu_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1121790Z test_meta_outplace_lu_unpack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1121890Z test_meta_outplace_lu_unpack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1121990Z test_meta_outplace_lu_unpack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1122090Z test_meta_outplace_lu_unpack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1122200Z test_meta_outplace_mH_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1122300Z test_meta_outplace_mH_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1122390Z test_meta_outplace_mH_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1122490Z test_meta_outplace_mH_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1122580Z test_meta_outplace_mH_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1122680Z test_meta_outplace_mH_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1122770Z test_meta_outplace_mH_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1122860Z test_meta_outplace_mH_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1122950Z test_meta_outplace_mH_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123040Z test_meta_outplace_mH_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123130Z test_meta_outplace_mH_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123240Z test_meta_outplace_mH_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123330Z test_meta_outplace_mH_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123420Z test_meta_outplace_mT_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123510Z test_meta_outplace_mT_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123610Z test_meta_outplace_mT_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123710Z test_meta_outplace_mT_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123800Z test_meta_outplace_mT_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123890Z test_meta_outplace_mT_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1123980Z test_meta_outplace_mT_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1124070Z test_meta_outplace_mT_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1124160Z test_meta_outplace_mT_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1124250Z test_meta_outplace_mT_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1124340Z test_meta_outplace_mT_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1124430Z test_meta_outplace_mT_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1124520Z test_meta_outplace_mT_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1124630Z test_meta_outplace_masked_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.129s) 2022-11-23T01:20:48.1124730Z test_meta_outplace_masked_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.129s) 2022-11-23T01:20:48.1124820Z test_meta_outplace_masked_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:20:48.1124920Z test_meta_outplace_masked_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:20:48.1125020Z test_meta_outplace_masked_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.110s) 2022-11-23T01:20:48.1125120Z test_meta_outplace_masked_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:20:48.1125220Z test_meta_outplace_masked_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.110s) 2022-11-23T01:20:48.1125320Z test_meta_outplace_masked_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.221s) 2022-11-23T01:20:48.1125410Z test_meta_outplace_masked_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.112s) 2022-11-23T01:20:48.1125520Z test_meta_outplace_masked_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.131s) 2022-11-23T01:20:48.1125620Z test_meta_outplace_masked_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.130s) 2022-11-23T01:20:48.1125720Z test_meta_outplace_masked_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:20:48.1125840Z test_meta_outplace_masked_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.127s) 2022-11-23T01:20:48.1125950Z test_meta_outplace_masked_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:20:48.1126040Z test_meta_outplace_masked_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:20:48.1126140Z test_meta_outplace_masked_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:20:48.1126240Z test_meta_outplace_masked_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:20:48.1126330Z test_meta_outplace_masked_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.111s) 2022-11-23T01:20:48.1126480Z test_meta_outplace_masked_argmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:48.1126580Z test_meta_outplace_masked_argmax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:20:48.1126680Z test_meta_outplace_masked_argmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:20:48.1126780Z test_meta_outplace_masked_argmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:20:48.1126920Z test_meta_outplace_masked_argmax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:20:48.1127020Z test_meta_outplace_masked_argmax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:20:48.1127120Z test_meta_outplace_masked_argmax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.064s) 2022-11-23T01:20:48.1127220Z test_meta_outplace_masked_argmax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:20:48.1127320Z test_meta_outplace_masked_argmax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.063s) 2022-11-23T01:20:48.1127430Z test_meta_outplace_masked_argmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:20:48.1127530Z test_meta_outplace_masked_argmin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:20:48.1127630Z test_meta_outplace_masked_argmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.072s) 2022-11-23T01:20:48.1127730Z test_meta_outplace_masked_argmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.073s) 2022-11-23T01:20:48.1127830Z test_meta_outplace_masked_argmin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:20:48.1127930Z test_meta_outplace_masked_argmin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.107s) 2022-11-23T01:20:48.1128030Z test_meta_outplace_masked_argmin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.104s) 2022-11-23T01:20:48.1128130Z test_meta_outplace_masked_argmin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.096s) 2022-11-23T01:20:48.1128220Z test_meta_outplace_masked_argmin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.108s) 2022-11-23T01:20:48.1128330Z test_meta_outplace_masked_cumprod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1128440Z test_meta_outplace_masked_cumprod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.025s) 2022-11-23T01:20:48.1128550Z test_meta_outplace_masked_cumprod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.1128650Z test_meta_outplace_masked_cumprod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:48.1128760Z test_meta_outplace_masked_cumprod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.1128860Z test_meta_outplace_masked_cumprod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:48.1132610Z test_meta_outplace_masked_cumprod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:48.1132720Z test_meta_outplace_masked_cumprod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.1132820Z test_meta_outplace_masked_cumprod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1132920Z test_meta_outplace_masked_cumprod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.1133030Z test_meta_outplace_masked_cumsum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:48.1133130Z test_meta_outplace_masked_cumsum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1133270Z test_meta_outplace_masked_cumsum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1133370Z test_meta_outplace_masked_cumsum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.1133480Z test_meta_outplace_masked_cumsum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1133580Z test_meta_outplace_masked_cumsum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:20:48.1133680Z test_meta_outplace_masked_cumsum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.042s) 2022-11-23T01:20:48.1133770Z test_meta_outplace_masked_cumsum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:48.1133870Z test_meta_outplace_masked_cumsum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1133970Z test_meta_outplace_masked_cumsum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.033s) 2022-11-23T01:20:48.1134070Z test_meta_outplace_masked_fill_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1134180Z test_meta_outplace_masked_fill_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1134330Z test_meta_outplace_masked_fill_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1134430Z test_meta_outplace_masked_fill_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1134530Z test_meta_outplace_masked_fill_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1134630Z test_meta_outplace_masked_fill_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1134730Z test_meta_outplace_masked_fill_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1134820Z test_meta_outplace_masked_fill_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1134920Z test_meta_outplace_masked_fill_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1135020Z test_meta_outplace_masked_fill_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1135120Z test_meta_outplace_masked_fill_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1135220Z test_meta_outplace_masked_fill_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1135320Z test_meta_outplace_masked_fill_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1135430Z test_meta_outplace_masked_log_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:48.1135540Z test_meta_outplace_masked_log_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:48.1135640Z test_meta_outplace_masked_log_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1135750Z test_meta_outplace_masked_logaddexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.048s) 2022-11-23T01:20:48.1135860Z test_meta_outplace_masked_logaddexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.058s) 2022-11-23T01:20:48.1135960Z test_meta_outplace_masked_logaddexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.047s) 2022-11-23T01:20:48.1136070Z test_meta_outplace_masked_logsumexp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.314s) 2022-11-23T01:20:48.1136180Z test_meta_outplace_masked_logsumexp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.210s) 2022-11-23T01:20:48.1136290Z test_meta_outplace_masked_logsumexp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.158s) 2022-11-23T01:20:48.1136390Z test_meta_outplace_masked_logsumexp_cpu_int16 (__main__.TestMetaCPU) ... ok (0.136s) 2022-11-23T01:20:48.1136490Z test_meta_outplace_masked_logsumexp_cpu_int32 (__main__.TestMetaCPU) ... ok (0.135s) 2022-11-23T01:20:48.1136600Z test_meta_outplace_masked_logsumexp_cpu_int64 (__main__.TestMetaCPU) ... ok (0.135s) 2022-11-23T01:20:48.1136700Z test_meta_outplace_masked_logsumexp_cpu_int8 (__main__.TestMetaCPU) ... ok (0.135s) 2022-11-23T01:20:48.1136800Z test_meta_outplace_masked_logsumexp_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.136s) 2022-11-23T01:20:48.1136900Z test_meta_outplace_masked_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.304s) 2022-11-23T01:20:48.1137020Z test_meta_outplace_masked_mean_cpu_bool (__main__.TestMetaCPU) ... ok (0.251s) 2022-11-23T01:20:48.1137130Z test_meta_outplace_masked_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.249s) 2022-11-23T01:20:48.1137230Z test_meta_outplace_masked_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.250s) 2022-11-23T01:20:48.1137330Z test_meta_outplace_masked_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.303s) 2022-11-23T01:20:48.1137430Z test_meta_outplace_masked_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.301s) 2022-11-23T01:20:48.1137530Z test_meta_outplace_masked_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.301s) 2022-11-23T01:20:48.1137630Z test_meta_outplace_masked_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.251s) 2022-11-23T01:20:48.1137730Z test_meta_outplace_masked_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.251s) 2022-11-23T01:20:48.1137820Z test_meta_outplace_masked_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.251s) 2022-11-23T01:20:48.1137920Z test_meta_outplace_masked_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.252s) 2022-11-23T01:20:48.1138040Z test_meta_outplace_masked_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.250s) 2022-11-23T01:20:48.1138140Z test_meta_outplace_masked_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.1138250Z test_meta_outplace_masked_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.1138350Z test_meta_outplace_masked_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.1138450Z test_meta_outplace_masked_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.634s) 2022-11-23T01:20:48.1138550Z test_meta_outplace_masked_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.633s) 2022-11-23T01:20:48.1138640Z test_meta_outplace_masked_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.624s) 2022-11-23T01:20:48.1138740Z test_meta_outplace_masked_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.621s) 2022-11-23T01:20:48.1138850Z test_meta_outplace_masked_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:48.1138960Z test_meta_outplace_masked_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:48.1139070Z test_meta_outplace_masked_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.030s) 2022-11-23T01:20:48.1139180Z test_meta_outplace_masked_normalize_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:48.1139280Z test_meta_outplace_masked_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1139390Z test_meta_outplace_masked_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1139490Z test_meta_outplace_masked_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.144s) 2022-11-23T01:20:48.1139590Z test_meta_outplace_masked_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:48.1139690Z test_meta_outplace_masked_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:48.1139790Z test_meta_outplace_masked_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:48.1139890Z test_meta_outplace_masked_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.141s) 2022-11-23T01:20:48.1139990Z test_meta_outplace_masked_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.140s) 2022-11-23T01:20:48.1140090Z test_meta_outplace_masked_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:48.1140190Z test_meta_outplace_masked_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:48.1140290Z test_meta_outplace_masked_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:48.1140390Z test_meta_outplace_masked_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:48.1140490Z test_meta_outplace_masked_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.119s) 2022-11-23T01:20:48.1140590Z test_meta_outplace_masked_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1140710Z test_meta_outplace_masked_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1140820Z test_meta_outplace_masked_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1140920Z test_meta_outplace_masked_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1141030Z test_meta_outplace_masked_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1141130Z test_meta_outplace_masked_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1141230Z test_meta_outplace_masked_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1141340Z test_meta_outplace_masked_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1141440Z test_meta_outplace_masked_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1141540Z test_meta_outplace_masked_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1141640Z test_meta_outplace_masked_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1141760Z test_meta_outplace_masked_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1141860Z test_meta_outplace_masked_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:48.1141960Z test_meta_outplace_masked_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1142070Z test_meta_outplace_masked_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1142170Z test_meta_outplace_masked_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1142280Z test_meta_outplace_masked_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:48.1142380Z test_meta_outplace_masked_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:48.1142480Z test_meta_outplace_masked_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1142570Z test_meta_outplace_masked_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1142670Z test_meta_outplace_masked_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1142770Z test_meta_outplace_masked_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1142870Z test_meta_outplace_masked_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1142960Z test_meta_outplace_masked_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.031s) 2022-11-23T01:20:48.1143070Z test_meta_outplace_masked_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.1143170Z test_meta_outplace_masked_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.1143280Z test_meta_outplace_masked_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.1143380Z test_meta_outplace_masked_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.1143480Z test_meta_outplace_masked_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.1143580Z test_meta_outplace_masked_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.1143680Z test_meta_outplace_masked_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.990s) 2022-11-23T01:20:48.1143780Z test_meta_outplace_masked_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.788s) 2022-11-23T01:20:48.1143880Z test_meta_outplace_masked_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.787s) 2022-11-23T01:20:48.1143980Z test_meta_outplace_masked_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.962s) 2022-11-23T01:20:48.1144080Z test_meta_outplace_masked_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.962s) 2022-11-23T01:20:48.1144180Z test_meta_outplace_masked_std_cpu_int16 (__main__.TestMetaCPU) ... ok (0.804s) 2022-11-23T01:20:48.1144280Z test_meta_outplace_masked_std_cpu_int32 (__main__.TestMetaCPU) ... ok (0.804s) 2022-11-23T01:20:48.1144410Z test_meta_outplace_masked_std_cpu_int64 (__main__.TestMetaCPU) ... ok (0.897s) 2022-11-23T01:20:48.1144510Z test_meta_outplace_masked_std_cpu_int8 (__main__.TestMetaCPU) ... ok (0.808s) 2022-11-23T01:20:48.1144610Z test_meta_outplace_masked_std_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.807s) 2022-11-23T01:20:48.1144710Z test_meta_outplace_masked_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.130s) 2022-11-23T01:20:48.1144800Z test_meta_outplace_masked_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.110s) 2022-11-23T01:20:48.1144910Z test_meta_outplace_masked_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.108s) 2022-11-23T01:20:48.1145010Z test_meta_outplace_masked_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.108s) 2022-11-23T01:20:48.1145110Z test_meta_outplace_masked_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.131s) 2022-11-23T01:20:48.1145210Z test_meta_outplace_masked_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.129s) 2022-11-23T01:20:48.1145310Z test_meta_outplace_masked_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.128s) 2022-11-23T01:20:48.1145440Z test_meta_outplace_masked_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:20:48.1145540Z test_meta_outplace_masked_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.109s) 2022-11-23T01:20:48.1145630Z test_meta_outplace_masked_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.108s) 2022-11-23T01:20:48.1145730Z test_meta_outplace_masked_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.110s) 2022-11-23T01:20:48.1145830Z test_meta_outplace_masked_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.110s) 2022-11-23T01:20:48.1145930Z test_meta_outplace_masked_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.977s) 2022-11-23T01:20:48.1146030Z test_meta_outplace_masked_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.778s) 2022-11-23T01:20:48.1146130Z test_meta_outplace_masked_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.779s) 2022-11-23T01:20:48.1146230Z test_meta_outplace_masked_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.978s) 2022-11-23T01:20:48.1146330Z test_meta_outplace_masked_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.949s) 2022-11-23T01:20:48.1146430Z test_meta_outplace_masked_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.949s) 2022-11-23T01:20:48.1146530Z test_meta_outplace_masked_var_cpu_int16 (__main__.TestMetaCPU) ... ok (0.792s) 2022-11-23T01:20:48.1146620Z test_meta_outplace_masked_var_cpu_int32 (__main__.TestMetaCPU) ... ok (0.791s) 2022-11-23T01:20:48.1146720Z test_meta_outplace_masked_var_cpu_int64 (__main__.TestMetaCPU) ... ok (0.792s) 2022-11-23T01:20:48.1146810Z test_meta_outplace_masked_var_cpu_int8 (__main__.TestMetaCPU) ... ok (0.791s) 2022-11-23T01:20:48.1146910Z test_meta_outplace_masked_var_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.791s) 2022-11-23T01:20:48.1147000Z test_meta_outplace_matmul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1147110Z test_meta_outplace_matmul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1147210Z test_meta_outplace_matmul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1147310Z test_meta_outplace_matmul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1147400Z test_meta_outplace_matmul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1147500Z test_meta_outplace_matmul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1147600Z test_meta_outplace_matmul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1147690Z test_meta_outplace_matmul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1147780Z test_meta_outplace_matmul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1147880Z test_meta_outplace_matmul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1147980Z test_meta_outplace_matrix_exp_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1148100Z test_meta_outplace_matrix_exp_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1148210Z test_meta_outplace_matrix_exp_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1148310Z test_meta_outplace_matrix_exp_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1148400Z test_meta_outplace_matrix_exp_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1148510Z test_meta_outplace_max_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1148600Z test_meta_outplace_max_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1148700Z test_meta_outplace_max_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1148800Z test_meta_outplace_max_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1148900Z test_meta_outplace_max_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1149000Z test_meta_outplace_max_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1149110Z test_meta_outplace_max_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1149210Z test_meta_outplace_max_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1149310Z test_meta_outplace_max_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1149400Z test_meta_outplace_max_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1149530Z test_meta_outplace_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.338s) 2022-11-23T01:20:48.1149650Z test_meta_outplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (2.489s) 2022-11-23T01:20:48.1149780Z test_meta_outplace_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (1.335s) 2022-11-23T01:20:48.1149890Z test_meta_outplace_max_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1150000Z test_meta_outplace_max_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1150110Z test_meta_outplace_max_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1150220Z test_meta_outplace_max_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1150320Z test_meta_outplace_max_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1150430Z test_meta_outplace_max_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1150530Z test_meta_outplace_max_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1150640Z test_meta_outplace_max_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1150740Z test_meta_outplace_max_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1150850Z test_meta_outplace_max_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1150970Z test_meta_outplace_max_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1151070Z test_meta_outplace_max_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1151190Z test_meta_outplace_max_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1151300Z test_meta_outplace_max_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1151410Z test_meta_outplace_max_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1151510Z test_meta_outplace_max_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1151620Z test_meta_outplace_max_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1151740Z test_meta_outplace_max_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1151850Z test_meta_outplace_max_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1151960Z test_meta_outplace_max_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1152050Z test_meta_outplace_maximum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1152150Z test_meta_outplace_maximum_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1152250Z test_meta_outplace_maximum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1152350Z test_meta_outplace_maximum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1152440Z test_meta_outplace_maximum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1152540Z test_meta_outplace_maximum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1152640Z test_meta_outplace_maximum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1152750Z test_meta_outplace_maximum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1152850Z test_meta_outplace_maximum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1152940Z test_meta_outplace_maximum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1153040Z test_meta_outplace_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1153130Z test_meta_outplace_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1153230Z test_meta_outplace_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1153330Z test_meta_outplace_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1153420Z test_meta_outplace_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1153510Z test_meta_outplace_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1153610Z test_meta_outplace_median_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1153710Z test_meta_outplace_median_cpu_float32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1153810Z test_meta_outplace_median_cpu_float64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1153900Z test_meta_outplace_median_cpu_int16 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1154000Z test_meta_outplace_median_cpu_int32 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1154090Z test_meta_outplace_median_cpu_int64 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1154190Z test_meta_outplace_median_cpu_int8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1154280Z test_meta_outplace_median_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.029s) 2022-11-23T01:20:48.1154390Z test_meta_outplace_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1154510Z test_meta_outplace_meshgrid_list_of_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1154630Z test_meta_outplace_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1154740Z test_meta_outplace_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1154860Z test_meta_outplace_meshgrid_list_of_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1154970Z test_meta_outplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1155080Z test_meta_outplace_meshgrid_list_of_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1155190Z test_meta_outplace_meshgrid_list_of_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1155300Z test_meta_outplace_meshgrid_list_of_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1155410Z test_meta_outplace_meshgrid_list_of_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1155530Z test_meta_outplace_meshgrid_list_of_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1155640Z test_meta_outplace_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1155760Z test_meta_outplace_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1155870Z test_meta_outplace_meshgrid_variadic_tensors_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1155990Z test_meta_outplace_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1156110Z test_meta_outplace_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1156220Z test_meta_outplace_meshgrid_variadic_tensors_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1156330Z test_meta_outplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1156460Z test_meta_outplace_meshgrid_variadic_tensors_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1156580Z test_meta_outplace_meshgrid_variadic_tensors_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1156690Z test_meta_outplace_meshgrid_variadic_tensors_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1156800Z test_meta_outplace_meshgrid_variadic_tensors_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1156910Z test_meta_outplace_meshgrid_variadic_tensors_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1157020Z test_meta_outplace_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1157120Z test_meta_outplace_min_binary_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1157220Z test_meta_outplace_min_binary_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1160880Z test_meta_outplace_min_binary_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1160990Z test_meta_outplace_min_binary_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1161090Z test_meta_outplace_min_binary_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1161190Z test_meta_outplace_min_binary_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1161290Z test_meta_outplace_min_binary_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1161390Z test_meta_outplace_min_binary_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1161480Z test_meta_outplace_min_binary_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1161580Z test_meta_outplace_min_binary_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1161690Z test_meta_outplace_min_reduction_no_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1161800Z test_meta_outplace_min_reduction_no_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1161910Z test_meta_outplace_min_reduction_no_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1162020Z test_meta_outplace_min_reduction_no_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1162130Z test_meta_outplace_min_reduction_no_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1162230Z test_meta_outplace_min_reduction_no_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1162340Z test_meta_outplace_min_reduction_no_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1162440Z test_meta_outplace_min_reduction_no_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1162550Z test_meta_outplace_min_reduction_no_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1162650Z test_meta_outplace_min_reduction_no_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1162840Z test_meta_outplace_min_reduction_with_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1162950Z test_meta_outplace_min_reduction_with_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1163060Z test_meta_outplace_min_reduction_with_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1163170Z test_meta_outplace_min_reduction_with_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1163280Z test_meta_outplace_min_reduction_with_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1163380Z test_meta_outplace_min_reduction_with_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1163490Z test_meta_outplace_min_reduction_with_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1163590Z test_meta_outplace_min_reduction_with_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1163700Z test_meta_outplace_min_reduction_with_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1163840Z test_meta_outplace_min_reduction_with_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1163940Z test_meta_outplace_minimum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1164040Z test_meta_outplace_minimum_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1164130Z test_meta_outplace_minimum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1164230Z test_meta_outplace_minimum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1164330Z test_meta_outplace_minimum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1164430Z test_meta_outplace_minimum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1164520Z test_meta_outplace_minimum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1164610Z test_meta_outplace_minimum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1164710Z test_meta_outplace_minimum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1164800Z test_meta_outplace_minimum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1164900Z test_meta_outplace_mm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1164990Z test_meta_outplace_mm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1165090Z test_meta_outplace_mm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1165180Z test_meta_outplace_mm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1165270Z test_meta_outplace_mm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1165370Z test_meta_outplace_mm_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1165460Z test_meta_outplace_mm_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1165550Z test_meta_outplace_mm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1165640Z test_meta_outplace_mm_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1165730Z test_meta_outplace_mm_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1165830Z test_meta_outplace_mode_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1165920Z test_meta_outplace_mode_cpu_bool (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1166020Z test_meta_outplace_mode_cpu_float16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1166120Z test_meta_outplace_mode_cpu_float32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1166210Z test_meta_outplace_mode_cpu_float64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1166300Z test_meta_outplace_mode_cpu_int16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1166390Z test_meta_outplace_mode_cpu_int32 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1166500Z test_meta_outplace_mode_cpu_int64 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1166600Z test_meta_outplace_mode_cpu_int8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1166700Z test_meta_outplace_mode_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1166800Z test_meta_outplace_movedim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1166890Z test_meta_outplace_movedim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167000Z test_meta_outplace_movedim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167100Z test_meta_outplace_movedim_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167200Z test_meta_outplace_movedim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167300Z test_meta_outplace_movedim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167400Z test_meta_outplace_movedim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167520Z test_meta_outplace_movedim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167610Z test_meta_outplace_movedim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167700Z test_meta_outplace_movedim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167790Z test_meta_outplace_movedim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167890Z test_meta_outplace_movedim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1167980Z test_meta_outplace_movedim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1168080Z test_meta_outplace_msort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1168170Z test_meta_outplace_msort_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1168270Z test_meta_outplace_msort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1168370Z test_meta_outplace_msort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1168460Z test_meta_outplace_msort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1168560Z test_meta_outplace_msort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1168650Z test_meta_outplace_msort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1168740Z test_meta_outplace_msort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1168840Z test_meta_outplace_msort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1168930Z test_meta_outplace_msort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1169020Z test_meta_outplace_mul_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1169120Z test_meta_outplace_mul_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1169210Z test_meta_outplace_mul_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1169310Z test_meta_outplace_mul_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1169410Z test_meta_outplace_mul_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1169500Z test_meta_outplace_mul_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1169590Z test_meta_outplace_mul_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1169680Z test_meta_outplace_mul_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1169770Z test_meta_outplace_mul_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1169870Z test_meta_outplace_mul_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1169960Z test_meta_outplace_mul_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1170050Z test_meta_outplace_mul_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1170140Z test_meta_outplace_mul_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1170270Z test_meta_outplace_multinomial_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:20:48.1170380Z test_meta_outplace_multinomial_cpu_float32 (__main__.TestMetaCPU) ... ok (0.050s) 2022-11-23T01:20:48.1170480Z test_meta_outplace_multinomial_cpu_float64 (__main__.TestMetaCPU) ... ok (0.049s) 2022-11-23T01:20:48.1170570Z test_meta_outplace_mv_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1170670Z test_meta_outplace_mv_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1170760Z test_meta_outplace_mv_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1170860Z test_meta_outplace_mv_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1170950Z test_meta_outplace_mv_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1171040Z test_meta_outplace_mv_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1171130Z test_meta_outplace_mv_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1171240Z test_meta_outplace_mv_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1171340Z test_meta_outplace_mv_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1171430Z test_meta_outplace_mv_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1171540Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1171650Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1171760Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1171870Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1171970Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1172070Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1172180Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1172290Z test_meta_outplace_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1172400Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1172510Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1172610Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1172720Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1172820Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1172930Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1173040Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1173140Z test_meta_outplace_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1173250Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1173360Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1173460Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1173560Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1173670Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1173770Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1173890Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1173990Z test_meta_outplace_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1174100Z test_meta_outplace_nan_to_num_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1174200Z test_meta_outplace_nan_to_num_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1174300Z test_meta_outplace_nan_to_num_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1174400Z test_meta_outplace_nan_to_num_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1174490Z test_meta_outplace_nan_to_num_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1174590Z test_meta_outplace_nan_to_num_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1174690Z test_meta_outplace_nan_to_num_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1174790Z test_meta_outplace_nan_to_num_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1174900Z test_meta_outplace_nan_to_num_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1175000Z test_meta_outplace_nan_to_num_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1175100Z test_meta_outplace_nanmean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1175190Z test_meta_outplace_nanmean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1175290Z test_meta_outplace_nanmean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1175390Z test_meta_outplace_nanmean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1175490Z test_meta_outplace_nanmedian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1175590Z test_meta_outplace_nanmedian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1175690Z test_meta_outplace_nanmedian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1175790Z test_meta_outplace_nanmedian_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1175890Z test_meta_outplace_nanmedian_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1175980Z test_meta_outplace_nanmedian_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1176080Z test_meta_outplace_nanmedian_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1176180Z test_meta_outplace_nanmedian_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1176280Z test_meta_outplace_nanquantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1176380Z test_meta_outplace_nanquantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1176470Z test_meta_outplace_nansum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1176570Z test_meta_outplace_nansum_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1176670Z test_meta_outplace_nansum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1176770Z test_meta_outplace_nansum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1176860Z test_meta_outplace_nansum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1176960Z test_meta_outplace_nansum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1177050Z test_meta_outplace_nansum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1177150Z test_meta_outplace_nansum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1177240Z test_meta_outplace_nansum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1177330Z test_meta_outplace_nansum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1177440Z test_meta_outplace_narrow_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1177570Z test_meta_outplace_narrow_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1177680Z test_meta_outplace_narrow_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1177790Z test_meta_outplace_narrow_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1177890Z test_meta_outplace_narrow_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1177990Z test_meta_outplace_narrow_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1178090Z test_meta_outplace_narrow_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1178190Z test_meta_outplace_narrow_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1178290Z test_meta_outplace_narrow_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1178390Z test_meta_outplace_narrow_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1178490Z test_meta_outplace_narrow_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1178620Z test_meta_outplace_narrow_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1178720Z test_meta_outplace_narrow_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1178820Z test_meta_outplace_narrow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1178920Z test_meta_outplace_narrow_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179010Z test_meta_outplace_narrow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179110Z test_meta_outplace_narrow_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179210Z test_meta_outplace_narrow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179310Z test_meta_outplace_narrow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179410Z test_meta_outplace_narrow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179510Z test_meta_outplace_narrow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179600Z test_meta_outplace_narrow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179700Z test_meta_outplace_narrow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179790Z test_meta_outplace_narrow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179890Z test_meta_outplace_narrow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1179980Z test_meta_outplace_narrow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1180090Z test_meta_outplace_native_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1180190Z test_meta_outplace_native_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1180300Z test_meta_outplace_native_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1180420Z test_meta_outplace_native_dropout_backward_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1180530Z test_meta_outplace_native_dropout_backward_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1180650Z test_meta_outplace_native_dropout_backward_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1180760Z test_meta_outplace_native_dropout_backward_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1180870Z test_meta_outplace_native_dropout_backward_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1180980Z test_meta_outplace_native_dropout_backward_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1181080Z test_meta_outplace_native_dropout_backward_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1181190Z test_meta_outplace_native_dropout_backward_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1181320Z test_meta_outplace_native_dropout_backward_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1181430Z test_meta_outplace_native_dropout_backward_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1181540Z test_meta_outplace_native_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1181640Z test_meta_outplace_native_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1181750Z test_meta_outplace_native_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1181840Z test_meta_outplace_ne_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1181940Z test_meta_outplace_ne_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182040Z test_meta_outplace_ne_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182130Z test_meta_outplace_ne_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182230Z test_meta_outplace_ne_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182340Z test_meta_outplace_ne_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182440Z test_meta_outplace_ne_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182530Z test_meta_outplace_ne_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182620Z test_meta_outplace_ne_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182710Z test_meta_outplace_ne_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182800Z test_meta_outplace_ne_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182890Z test_meta_outplace_ne_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1182990Z test_meta_outplace_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1183090Z test_meta_outplace_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1183180Z test_meta_outplace_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1183280Z test_meta_outplace_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1183380Z test_meta_outplace_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1183470Z test_meta_outplace_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1183560Z test_meta_outplace_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1183660Z test_meta_outplace_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1183750Z test_meta_outplace_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1183840Z test_meta_outplace_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1183930Z test_meta_outplace_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1184020Z test_meta_outplace_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1184130Z test_meta_outplace_new_empty_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1184230Z test_meta_outplace_new_empty_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1184330Z test_meta_outplace_new_empty_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1184430Z test_meta_outplace_new_empty_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1184530Z test_meta_outplace_new_empty_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1184630Z test_meta_outplace_new_empty_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1184730Z test_meta_outplace_new_empty_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1184830Z test_meta_outplace_new_empty_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1188440Z test_meta_outplace_new_empty_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1188570Z test_meta_outplace_new_empty_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1188670Z test_meta_outplace_new_empty_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1188770Z test_meta_outplace_new_empty_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1188860Z test_meta_outplace_new_empty_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1188970Z test_meta_outplace_new_empty_strided_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1189080Z test_meta_outplace_new_empty_strided_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1189190Z test_meta_outplace_new_empty_strided_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1189300Z test_meta_outplace_new_empty_strided_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1189400Z test_meta_outplace_new_empty_strided_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1189510Z test_meta_outplace_new_empty_strided_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1189640Z test_meta_outplace_new_empty_strided_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1189740Z test_meta_outplace_new_empty_strided_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1189850Z test_meta_outplace_new_empty_strided_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1189950Z test_meta_outplace_new_empty_strided_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1190060Z test_meta_outplace_new_empty_strided_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1190160Z test_meta_outplace_new_empty_strided_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1190260Z test_meta_outplace_new_empty_strided_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1190360Z test_meta_outplace_new_full_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1190460Z test_meta_outplace_new_full_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1190560Z test_meta_outplace_new_full_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1190670Z test_meta_outplace_new_full_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1190770Z test_meta_outplace_new_full_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1190870Z test_meta_outplace_new_full_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1190970Z test_meta_outplace_new_full_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1191060Z test_meta_outplace_new_full_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1191160Z test_meta_outplace_new_full_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1191260Z test_meta_outplace_new_full_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1191360Z test_meta_outplace_new_full_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1191450Z test_meta_outplace_new_full_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1191550Z test_meta_outplace_new_full_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1191650Z test_meta_outplace_new_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1191740Z test_meta_outplace_new_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1191840Z test_meta_outplace_new_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1191950Z test_meta_outplace_new_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1192040Z test_meta_outplace_new_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1192140Z test_meta_outplace_new_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1192260Z test_meta_outplace_new_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1192360Z test_meta_outplace_new_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1192450Z test_meta_outplace_new_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1192550Z test_meta_outplace_new_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1192640Z test_meta_outplace_new_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1192740Z test_meta_outplace_new_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1192830Z test_meta_outplace_new_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1192930Z test_meta_outplace_new_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1193030Z test_meta_outplace_new_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1193130Z test_meta_outplace_new_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1193230Z test_meta_outplace_new_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1193350Z test_meta_outplace_new_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1193450Z test_meta_outplace_new_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1193550Z test_meta_outplace_new_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1193650Z test_meta_outplace_new_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1193740Z test_meta_outplace_new_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1193840Z test_meta_outplace_new_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1193940Z test_meta_outplace_new_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1194030Z test_meta_outplace_new_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1194130Z test_meta_outplace_new_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1194240Z test_meta_outplace_nextafter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1194330Z test_meta_outplace_nextafter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1194430Z test_meta_outplace_nextafter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1194570Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.015s) 2022-11-23T01:20:48.1194700Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1194820Z test_meta_outplace_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1194950Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1195070Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1195190Z test_meta_outplace_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1195310Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1195430Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1195550Z test_meta_outplace_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1195670Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1195790Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1195900Z test_meta_outplace_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1196060Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1196180Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1196290Z test_meta_outplace_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1196410Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1196530Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1196640Z test_meta_outplace_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1196750Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1196870Z test_meta_outplace_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1197020Z test_meta_outplace_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1197140Z test_meta_outplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1197250Z test_meta_outplace_nn_functional_alpha_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1197370Z test_meta_outplace_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1197480Z test_meta_outplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1197590Z test_meta_outplace_nn_functional_avg_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1197700Z test_meta_outplace_nn_functional_avg_pool1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1197820Z test_meta_outplace_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1197930Z test_meta_outplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1198040Z test_meta_outplace_nn_functional_avg_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1198150Z test_meta_outplace_nn_functional_avg_pool2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1198260Z test_meta_outplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1198370Z test_meta_outplace_nn_functional_avg_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1198480Z test_meta_outplace_nn_functional_avg_pool3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1198590Z test_meta_outplace_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1198700Z test_meta_outplace_nn_functional_batch_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1198810Z test_meta_outplace_nn_functional_batch_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1198930Z test_meta_outplace_nn_functional_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1199030Z test_meta_outplace_nn_functional_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1199140Z test_meta_outplace_nn_functional_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1199250Z test_meta_outplace_nn_functional_bilinear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1199360Z test_meta_outplace_nn_functional_bilinear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1199460Z test_meta_outplace_nn_functional_bilinear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1199570Z test_meta_outplace_nn_functional_bilinear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1199700Z test_meta_outplace_nn_functional_bilinear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1199820Z test_meta_outplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1199940Z test_meta_outplace_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1200070Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.027s) 2022-11-23T01:20:48.1200200Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:48.1200330Z test_meta_outplace_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:48.1200440Z test_meta_outplace_nn_functional_celu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1200550Z test_meta_outplace_nn_functional_celu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1200670Z test_meta_outplace_nn_functional_celu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1200780Z test_meta_outplace_nn_functional_conv1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1200900Z test_meta_outplace_nn_functional_conv1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1201010Z test_meta_outplace_nn_functional_conv1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1201120Z test_meta_outplace_nn_functional_conv1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1201220Z test_meta_outplace_nn_functional_conv1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1201330Z test_meta_outplace_nn_functional_conv1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1201430Z test_meta_outplace_nn_functional_conv2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1201550Z test_meta_outplace_nn_functional_conv2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.1201650Z test_meta_outplace_nn_functional_conv2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.1201760Z test_meta_outplace_nn_functional_conv2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1201870Z test_meta_outplace_nn_functional_conv2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1201970Z test_meta_outplace_nn_functional_conv2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1202090Z test_meta_outplace_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1202220Z test_meta_outplace_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1202340Z test_meta_outplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1202460Z test_meta_outplace_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1202580Z test_meta_outplace_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1202700Z test_meta_outplace_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1202820Z test_meta_outplace_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1202930Z test_meta_outplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1203050Z test_meta_outplace_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1203170Z test_meta_outplace_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1203300Z test_meta_outplace_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1203430Z test_meta_outplace_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1203540Z test_meta_outplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1203660Z test_meta_outplace_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1203780Z test_meta_outplace_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1203900Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1204020Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1204140Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1204260Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1204410Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1204520Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1204640Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1204760Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1204870Z test_meta_outplace_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1204990Z test_meta_outplace_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1205110Z test_meta_outplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1205230Z test_meta_outplace_nn_functional_cosine_similarity_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1205350Z test_meta_outplace_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1205470Z test_meta_outplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1205580Z test_meta_outplace_nn_functional_cross_entropy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1205690Z test_meta_outplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:48.1205800Z test_meta_outplace_nn_functional_ctc_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.018s) 2022-11-23T01:20:48.1205920Z test_meta_outplace_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1206030Z test_meta_outplace_nn_functional_dropout2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1206140Z test_meta_outplace_nn_functional_dropout2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1206260Z test_meta_outplace_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1206360Z test_meta_outplace_nn_functional_dropout3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1206470Z test_meta_outplace_nn_functional_dropout3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1206590Z test_meta_outplace_nn_functional_dropout_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1206700Z test_meta_outplace_nn_functional_dropout_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1206800Z test_meta_outplace_nn_functional_dropout_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1206910Z test_meta_outplace_nn_functional_elu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1207030Z test_meta_outplace_nn_functional_elu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1207140Z test_meta_outplace_nn_functional_elu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1207260Z test_meta_outplace_nn_functional_embedding_bag_cpu_float16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.1207370Z test_meta_outplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.1207480Z test_meta_outplace_nn_functional_embedding_bag_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1207600Z test_meta_outplace_nn_functional_embedding_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1207710Z test_meta_outplace_nn_functional_embedding_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1207820Z test_meta_outplace_nn_functional_embedding_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1207930Z test_meta_outplace_nn_functional_embedding_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1208080Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1208210Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1208340Z test_meta_outplace_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1208480Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1208610Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1208750Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1208880Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1209010Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1209140Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1209270Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1209400Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1209530Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1209660Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1209790Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1209920Z test_meta_outplace_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1210040Z test_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1210160Z test_meta_outplace_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1210280Z test_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1210400Z test_meta_outplace_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1210520Z test_meta_outplace_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.955s) 2022-11-23T01:20:48.1210760Z test_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.953s) 2022-11-23T01:20:48.1210890Z test_meta_outplace_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.951s) 2022-11-23T01:20:48.1211000Z test_meta_outplace_nn_functional_gelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1211100Z test_meta_outplace_nn_functional_gelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1211210Z test_meta_outplace_nn_functional_gelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1211310Z test_meta_outplace_nn_functional_glu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.016s) 2022-11-23T01:20:48.1211410Z test_meta_outplace_nn_functional_glu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.1211520Z test_meta_outplace_nn_functional_glu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.1211640Z test_meta_outplace_nn_functional_grid_sample_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1211780Z test_meta_outplace_nn_functional_grid_sample_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1211890Z test_meta_outplace_nn_functional_group_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.1212010Z test_meta_outplace_nn_functional_group_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1212120Z test_meta_outplace_nn_functional_group_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1212230Z test_meta_outplace_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1212350Z test_meta_outplace_nn_functional_hardshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1212460Z test_meta_outplace_nn_functional_hardshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1212580Z test_meta_outplace_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1212690Z test_meta_outplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1212800Z test_meta_outplace_nn_functional_hardsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1212920Z test_meta_outplace_nn_functional_hardswish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1213030Z test_meta_outplace_nn_functional_hardswish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1213140Z test_meta_outplace_nn_functional_hardswish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1213250Z test_meta_outplace_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1213360Z test_meta_outplace_nn_functional_hardtanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1213470Z test_meta_outplace_nn_functional_hardtanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1213580Z test_meta_outplace_nn_functional_hardtanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1213690Z test_meta_outplace_nn_functional_hardtanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1213800Z test_meta_outplace_nn_functional_hardtanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1213910Z test_meta_outplace_nn_functional_hardtanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1214030Z test_meta_outplace_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1214150Z test_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1214270Z test_meta_outplace_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1214380Z test_meta_outplace_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1214520Z test_meta_outplace_nn_functional_huber_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1214630Z test_meta_outplace_nn_functional_huber_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1214740Z test_meta_outplace_nn_functional_huber_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1214860Z test_meta_outplace_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1214970Z test_meta_outplace_nn_functional_instance_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1215080Z test_meta_outplace_nn_functional_instance_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1215200Z test_meta_outplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1218860Z test_meta_outplace_nn_functional_interpolate_area_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1219030Z test_meta_outplace_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1219150Z test_meta_outplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1219270Z test_meta_outplace_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1219400Z test_meta_outplace_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1219520Z test_meta_outplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1219630Z test_meta_outplace_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1219750Z test_meta_outplace_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1219870Z test_meta_outplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1220000Z test_meta_outplace_nn_functional_interpolate_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1220120Z test_meta_outplace_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1220240Z test_meta_outplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1220360Z test_meta_outplace_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1220480Z test_meta_outplace_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1220610Z test_meta_outplace_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1220730Z test_meta_outplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1220850Z test_meta_outplace_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1220960Z test_meta_outplace_nn_functional_kl_div_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1221070Z test_meta_outplace_nn_functional_kl_div_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1221170Z test_meta_outplace_nn_functional_kl_div_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1221290Z test_meta_outplace_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1221400Z test_meta_outplace_nn_functional_l1_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1221510Z test_meta_outplace_nn_functional_l1_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1221620Z test_meta_outplace_nn_functional_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1221750Z test_meta_outplace_nn_functional_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1221860Z test_meta_outplace_nn_functional_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1221970Z test_meta_outplace_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1222080Z test_meta_outplace_nn_functional_layer_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1222190Z test_meta_outplace_nn_functional_layer_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1222300Z test_meta_outplace_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1222410Z test_meta_outplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1222520Z test_meta_outplace_nn_functional_leaky_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1222630Z test_meta_outplace_nn_functional_linear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1222760Z test_meta_outplace_nn_functional_linear_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1222870Z test_meta_outplace_nn_functional_linear_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1222980Z test_meta_outplace_nn_functional_linear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1223090Z test_meta_outplace_nn_functional_linear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1223200Z test_meta_outplace_nn_functional_linear_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1223300Z test_meta_outplace_nn_functional_linear_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1223410Z test_meta_outplace_nn_functional_linear_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1223510Z test_meta_outplace_nn_functional_linear_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1223620Z test_meta_outplace_nn_functional_linear_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1223750Z test_meta_outplace_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1223870Z test_meta_outplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1223990Z test_meta_outplace_nn_functional_local_response_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1224110Z test_meta_outplace_nn_functional_local_response_norm_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1224220Z test_meta_outplace_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1224330Z test_meta_outplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1224450Z test_meta_outplace_nn_functional_logsigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1224570Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.014s) 2022-11-23T01:20:48.1224690Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1224810Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1224920Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1225040Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1225160Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1225280Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1225410Z test_meta_outplace_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.012s) 2022-11-23T01:20:48.1225520Z test_meta_outplace_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.139s) 2022-11-23T01:20:48.1225630Z test_meta_outplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.140s) 2022-11-23T01:20:48.1225750Z test_meta_outplace_nn_functional_max_pool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.140s) 2022-11-23T01:20:48.1225860Z test_meta_outplace_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.244s) 2022-11-23T01:20:48.1225970Z test_meta_outplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.244s) 2022-11-23T01:20:48.1226080Z test_meta_outplace_nn_functional_max_pool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.245s) 2022-11-23T01:20:48.1226190Z test_meta_outplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (1.287s) 2022-11-23T01:20:48.1226290Z test_meta_outplace_nn_functional_max_pool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (1.288s) 2022-11-23T01:20:48.1226440Z test_meta_outplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.307s) 2022-11-23T01:20:48.1226560Z test_meta_outplace_nn_functional_max_unpool1d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.306s) 2022-11-23T01:20:48.1226680Z test_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.036s) 2022-11-23T01:20:48.1226790Z test_meta_outplace_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:48.1226900Z test_meta_outplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.601s) 2022-11-23T01:20:48.1227010Z test_meta_outplace_nn_functional_max_unpool2d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.602s) 2022-11-23T01:20:48.1227130Z test_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.056s) 2022-11-23T01:20:48.1227250Z test_meta_outplace_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.062s) 2022-11-23T01:20:48.1227360Z test_meta_outplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestMetaCPU) ... ok (0.202s) 2022-11-23T01:20:48.1227470Z test_meta_outplace_nn_functional_max_unpool3d_cpu_float64 (__main__.TestMetaCPU) ... ok (0.201s) 2022-11-23T01:20:48.1227590Z test_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.1227700Z test_meta_outplace_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:48.1227810Z test_meta_outplace_nn_functional_mish_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1227920Z test_meta_outplace_nn_functional_mish_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1228020Z test_meta_outplace_nn_functional_mish_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1228130Z test_meta_outplace_nn_functional_mse_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1228250Z test_meta_outplace_nn_functional_mse_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1228350Z test_meta_outplace_nn_functional_mse_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1228470Z test_meta_outplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1228580Z test_meta_outplace_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.011s) 2022-11-23T01:20:48.1228710Z test_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1228830Z test_meta_outplace_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1228960Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1229140Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1229270Z test_meta_outplace_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1229390Z test_meta_outplace_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1229490Z test_meta_outplace_nn_functional_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1229600Z test_meta_outplace_nn_functional_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1229710Z test_meta_outplace_nn_functional_normalize_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1229830Z test_meta_outplace_nn_functional_normalize_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1229940Z test_meta_outplace_nn_functional_normalize_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1230060Z test_meta_outplace_nn_functional_normalize_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1230200Z test_meta_outplace_nn_functional_normalize_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1230310Z test_meta_outplace_nn_functional_one_hot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1230430Z test_meta_outplace_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1230540Z test_meta_outplace_nn_functional_pad_circular_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1230660Z test_meta_outplace_nn_functional_pad_circular_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1230770Z test_meta_outplace_nn_functional_pad_circular_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1230890Z test_meta_outplace_nn_functional_pad_circular_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1231000Z test_meta_outplace_nn_functional_pad_circular_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1231110Z test_meta_outplace_nn_functional_pad_circular_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1231230Z test_meta_outplace_nn_functional_pad_circular_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1231340Z test_meta_outplace_nn_functional_pad_circular_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1231450Z test_meta_outplace_nn_functional_pad_circular_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1231560Z test_meta_outplace_nn_functional_pad_circular_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1231670Z test_meta_outplace_nn_functional_pad_circular_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1231790Z test_meta_outplace_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1231900Z test_meta_outplace_nn_functional_pad_constant_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1232010Z test_meta_outplace_nn_functional_pad_constant_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1232130Z test_meta_outplace_nn_functional_pad_constant_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1232240Z test_meta_outplace_nn_functional_pad_constant_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1232350Z test_meta_outplace_nn_functional_pad_constant_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1232460Z test_meta_outplace_nn_functional_pad_constant_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1232570Z test_meta_outplace_nn_functional_pad_constant_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1232690Z test_meta_outplace_nn_functional_pad_constant_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1232820Z test_meta_outplace_nn_functional_pad_constant_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1232930Z test_meta_outplace_nn_functional_pad_constant_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1233040Z test_meta_outplace_nn_functional_pad_constant_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1233150Z test_meta_outplace_nn_functional_pad_reflect_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1233270Z test_meta_outplace_nn_functional_pad_reflect_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1233380Z test_meta_outplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1233490Z test_meta_outplace_nn_functional_pad_reflect_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1233610Z test_meta_outplace_nn_functional_pad_replicate_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1233730Z test_meta_outplace_nn_functional_pad_replicate_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1233870Z test_meta_outplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1233980Z test_meta_outplace_nn_functional_pad_replicate_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1234100Z test_meta_outplace_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1234230Z test_meta_outplace_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1234350Z test_meta_outplace_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1234470Z test_meta_outplace_nn_functional_pairwise_distance_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1234590Z test_meta_outplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1234710Z test_meta_outplace_nn_functional_pairwise_distance_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1234830Z test_meta_outplace_nn_functional_pairwise_distance_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1234940Z test_meta_outplace_nn_functional_pairwise_distance_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1235050Z test_meta_outplace_nn_functional_pairwise_distance_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1235170Z test_meta_outplace_nn_functional_pairwise_distance_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1235280Z test_meta_outplace_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1235390Z test_meta_outplace_nn_functional_pdist_cpu_float32 (__main__.TestMetaCPU) ... ok (0.024s) 2022-11-23T01:20:48.1235490Z test_meta_outplace_nn_functional_pdist_cpu_float64 (__main__.TestMetaCPU) ... ok (0.023s) 2022-11-23T01:20:48.1235610Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1235730Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1235850Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1235960Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1236070Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1236190Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1236300Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1236410Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1236540Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1236660Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1236770Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1236880Z test_meta_outplace_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1236990Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1237110Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1237230Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1237350Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1237490Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1237600Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1237710Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1237820Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1237940Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1238050Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1238160Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1238270Z test_meta_outplace_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1238390Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.041s) 2022-11-23T01:20:48.1238510Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:48.1238630Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.032s) 2022-11-23T01:20:48.1238740Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.1238860Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.1238970Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.1239080Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.034s) 2022-11-23T01:20:48.1239190Z test_meta_outplace_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.035s) 2022-11-23T01:20:48.1239300Z test_meta_outplace_nn_functional_prelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1239410Z test_meta_outplace_nn_functional_prelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1239520Z test_meta_outplace_nn_functional_prelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1239630Z test_meta_outplace_nn_functional_relu6_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1239730Z test_meta_outplace_nn_functional_relu6_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1239830Z test_meta_outplace_nn_functional_relu6_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1239940Z test_meta_outplace_nn_functional_relu6_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1240050Z test_meta_outplace_nn_functional_relu6_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1240170Z test_meta_outplace_nn_functional_relu6_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1240280Z test_meta_outplace_nn_functional_relu6_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1240380Z test_meta_outplace_nn_functional_relu6_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1240490Z test_meta_outplace_nn_functional_relu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1240590Z test_meta_outplace_nn_functional_relu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1240700Z test_meta_outplace_nn_functional_relu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1240800Z test_meta_outplace_nn_functional_relu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1240910Z test_meta_outplace_nn_functional_relu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1241010Z test_meta_outplace_nn_functional_relu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1241130Z test_meta_outplace_nn_functional_relu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1241240Z test_meta_outplace_nn_functional_relu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1241350Z test_meta_outplace_nn_functional_rrelu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1241450Z test_meta_outplace_nn_functional_rrelu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1241550Z test_meta_outplace_nn_functional_rrelu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.013s) 2022-11-23T01:20:48.1241660Z test_meta_outplace_nn_functional_selu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1241760Z test_meta_outplace_nn_functional_selu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1241870Z test_meta_outplace_nn_functional_selu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1241990Z test_meta_outplace_nn_functional_silu_complex_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1242100Z test_meta_outplace_nn_functional_silu_complex_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1242210Z test_meta_outplace_nn_functional_silu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1242310Z test_meta_outplace_nn_functional_silu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1242410Z test_meta_outplace_nn_functional_silu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1242530Z test_meta_outplace_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1242640Z test_meta_outplace_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1242760Z test_meta_outplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1242870Z test_meta_outplace_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1242990Z test_meta_outplace_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1243100Z test_meta_outplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1243220Z test_meta_outplace_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1243330Z test_meta_outplace_nn_functional_softmin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1243440Z test_meta_outplace_nn_functional_softmin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1243550Z test_meta_outplace_nn_functional_softmin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1243670Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1243830Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1243950Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1244070Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1244190Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1244310Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1244430Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1244540Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1244660Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1244810Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1244920Z test_meta_outplace_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1245030Z test_meta_outplace_nn_functional_softplus_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1245140Z test_meta_outplace_nn_functional_softplus_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1245250Z test_meta_outplace_nn_functional_softplus_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1245370Z test_meta_outplace_nn_functional_softshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1245480Z test_meta_outplace_nn_functional_softshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1245590Z test_meta_outplace_nn_functional_softshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1245710Z test_meta_outplace_nn_functional_softsign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1245820Z test_meta_outplace_nn_functional_softsign_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1245930Z test_meta_outplace_nn_functional_softsign_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1246040Z test_meta_outplace_nn_functional_softsign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1249770Z test_meta_outplace_nn_functional_softsign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1249890Z test_meta_outplace_nn_functional_softsign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1250000Z test_meta_outplace_nn_functional_softsign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1250100Z test_meta_outplace_nn_functional_softsign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1250210Z test_meta_outplace_nn_functional_softsign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1250320Z test_meta_outplace_nn_functional_softsign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1250430Z test_meta_outplace_nn_functional_softsign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1250540Z test_meta_outplace_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1250650Z test_meta_outplace_nn_functional_tanhshrink_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1250770Z test_meta_outplace_nn_functional_tanhshrink_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1250880Z test_meta_outplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1250990Z test_meta_outplace_nn_functional_tanhshrink_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1251140Z test_meta_outplace_nn_functional_tanhshrink_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1251260Z test_meta_outplace_nn_functional_tanhshrink_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1251360Z test_meta_outplace_nn_functional_tanhshrink_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1251470Z test_meta_outplace_nn_functional_tanhshrink_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1251580Z test_meta_outplace_nn_functional_tanhshrink_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1251690Z test_meta_outplace_nn_functional_threshold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1251810Z test_meta_outplace_nn_functional_threshold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1251920Z test_meta_outplace_nn_functional_threshold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1252030Z test_meta_outplace_nn_functional_threshold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1252160Z test_meta_outplace_nn_functional_threshold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1252270Z test_meta_outplace_nn_functional_threshold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1252370Z test_meta_outplace_nn_functional_threshold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1252480Z test_meta_outplace_nn_functional_threshold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1252600Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1252730Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1252850Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1252970Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1253090Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1253210Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1253330Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1253450Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1253560Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1253680Z test_meta_outplace_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1253810Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1253950Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1254080Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1254210Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1254340Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1254470Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1254600Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1254720Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1254900Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1255020Z test_meta_outplace_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1255130Z test_meta_outplace_nn_functional_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.164s) 2022-11-23T01:20:48.1255240Z test_meta_outplace_nn_functional_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.165s) 2022-11-23T01:20:48.1255350Z test_meta_outplace_nn_functional_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.164s) 2022-11-23T01:20:48.1255460Z test_meta_outplace_nn_functional_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.163s) 2022-11-23T01:20:48.1255570Z test_meta_outplace_nn_functional_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.163s) 2022-11-23T01:20:48.1255680Z test_meta_outplace_nn_functional_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.162s) 2022-11-23T01:20:48.1255820Z test_meta_outplace_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1255940Z test_meta_outplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1256060Z test_meta_outplace_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1256180Z test_meta_outplace_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1256300Z test_meta_outplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1256420Z test_meta_outplace_nn_functional_upsample_nearest_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1256530Z test_meta_outplace_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1256640Z test_meta_outplace_nonzero_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1256740Z test_meta_outplace_nonzero_cpu_bool (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1256840Z test_meta_outplace_nonzero_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1256950Z test_meta_outplace_nonzero_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.083s) 2022-11-23T01:20:48.1257050Z test_meta_outplace_nonzero_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1257150Z test_meta_outplace_nonzero_cpu_float16 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1257250Z test_meta_outplace_nonzero_cpu_float32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1257340Z test_meta_outplace_nonzero_cpu_float64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1257440Z test_meta_outplace_nonzero_cpu_int16 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1257540Z test_meta_outplace_nonzero_cpu_int32 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1257630Z test_meta_outplace_nonzero_cpu_int64 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1257730Z test_meta_outplace_nonzero_cpu_int8 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1257820Z test_meta_outplace_nonzero_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.082s) 2022-11-23T01:20:48.1257920Z test_meta_outplace_norm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.022s) 2022-11-23T01:20:48.1258010Z test_meta_outplace_norm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:48.1258110Z test_meta_outplace_norm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:48.1258210Z test_meta_outplace_norm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.121s) 2022-11-23T01:20:48.1258300Z test_meta_outplace_norm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:48.1258390Z test_meta_outplace_norm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.021s) 2022-11-23T01:20:48.1258510Z test_meta_outplace_norm_fro_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1258620Z test_meta_outplace_norm_fro_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1258720Z test_meta_outplace_norm_fro_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1258830Z test_meta_outplace_norm_fro_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1258930Z test_meta_outplace_norm_fro_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1259020Z test_meta_outplace_norm_fro_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1259120Z test_meta_outplace_norm_inf_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1259220Z test_meta_outplace_norm_inf_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1259320Z test_meta_outplace_norm_inf_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1259420Z test_meta_outplace_norm_inf_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1259540Z test_meta_outplace_norm_inf_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1259630Z test_meta_outplace_norm_inf_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1259740Z test_meta_outplace_norm_nuc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1259840Z test_meta_outplace_norm_nuc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1259940Z test_meta_outplace_norm_nuc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1260030Z test_meta_outplace_norm_nuc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1260130Z test_meta_outplace_normal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1260230Z test_meta_outplace_normal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1260330Z test_meta_outplace_normal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1260430Z test_meta_outplace_normal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1260540Z test_meta_outplace_normal_number_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1260650Z test_meta_outplace_normal_number_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1260750Z test_meta_outplace_normal_number_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1260850Z test_meta_outplace_normal_number_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1260950Z test_meta_outplace_ones_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1261050Z test_meta_outplace_ones_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1261150Z test_meta_outplace_ones_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1261240Z test_meta_outplace_ones_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1261340Z test_meta_outplace_ones_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1261440Z test_meta_outplace_ones_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1261540Z test_meta_outplace_ones_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1261630Z test_meta_outplace_ones_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1261730Z test_meta_outplace_ones_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1261820Z test_meta_outplace_ones_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1261910Z test_meta_outplace_ones_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1262010Z test_meta_outplace_ones_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1262100Z test_meta_outplace_ones_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1262200Z test_meta_outplace_ones_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1262360Z test_meta_outplace_ones_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1262470Z test_meta_outplace_ones_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1262570Z test_meta_outplace_ones_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1262670Z test_meta_outplace_ones_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1262770Z test_meta_outplace_ones_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1262870Z test_meta_outplace_ones_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1262970Z test_meta_outplace_ones_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1263060Z test_meta_outplace_ones_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1263160Z test_meta_outplace_ones_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1263260Z test_meta_outplace_ones_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1263380Z test_meta_outplace_ones_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1263480Z test_meta_outplace_ones_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1263580Z test_meta_outplace_ormqr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.644s) 2022-11-23T01:20:48.1263680Z test_meta_outplace_ormqr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.644s) 2022-11-23T01:20:48.1263770Z test_meta_outplace_ormqr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.643s) 2022-11-23T01:20:48.1263870Z test_meta_outplace_ormqr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.643s) 2022-11-23T01:20:48.1263960Z test_meta_outplace_outer_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1264060Z test_meta_outplace_outer_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1264160Z test_meta_outplace_outer_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1264260Z test_meta_outplace_outer_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1264360Z test_meta_outplace_outer_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1264450Z test_meta_outplace_outer_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1264550Z test_meta_outplace_outer_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1264640Z test_meta_outplace_outer_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1264730Z test_meta_outplace_outer_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1264830Z test_meta_outplace_outer_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1264920Z test_meta_outplace_outer_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1265010Z test_meta_outplace_outer_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1265110Z test_meta_outplace_pca_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.411s) 2022-11-23T01:20:48.1265220Z test_meta_outplace_pca_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.409s) 2022-11-23T01:20:48.1265320Z test_meta_outplace_permute_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1265420Z test_meta_outplace_permute_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1265520Z test_meta_outplace_permute_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1265620Z test_meta_outplace_permute_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1265720Z test_meta_outplace_permute_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1265820Z test_meta_outplace_permute_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1265920Z test_meta_outplace_permute_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1266030Z test_meta_outplace_permute_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1266130Z test_meta_outplace_permute_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1266230Z test_meta_outplace_permute_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1266320Z test_meta_outplace_permute_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1266420Z test_meta_outplace_permute_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1266510Z test_meta_outplace_permute_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1266610Z test_meta_outplace_pinverse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1266710Z test_meta_outplace_pinverse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1266810Z test_meta_outplace_pinverse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1266920Z test_meta_outplace_pinverse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1267030Z test_meta_outplace_polar_cpu_float32 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:48.1267130Z test_meta_outplace_polar_cpu_float64 (__main__.TestMetaCPU) ... ok (0.043s) 2022-11-23T01:20:48.1267250Z test_meta_outplace_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1267360Z test_meta_outplace_polygamma_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1267470Z test_meta_outplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1267580Z test_meta_outplace_polygamma_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1267690Z test_meta_outplace_polygamma_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1267800Z test_meta_outplace_polygamma_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1267900Z test_meta_outplace_polygamma_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1268010Z test_meta_outplace_polygamma_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1268120Z test_meta_outplace_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1268230Z test_meta_outplace_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1268340Z test_meta_outplace_polygamma_polygamma_n_1_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1268450Z test_meta_outplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1268560Z test_meta_outplace_polygamma_polygamma_n_1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1268670Z test_meta_outplace_polygamma_polygamma_n_1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1268780Z test_meta_outplace_polygamma_polygamma_n_1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1268880Z test_meta_outplace_polygamma_polygamma_n_1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1268990Z test_meta_outplace_polygamma_polygamma_n_1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1269090Z test_meta_outplace_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1269210Z test_meta_outplace_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1269310Z test_meta_outplace_polygamma_polygamma_n_2_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1269420Z test_meta_outplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1269530Z test_meta_outplace_polygamma_polygamma_n_2_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1269640Z test_meta_outplace_polygamma_polygamma_n_2_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1269760Z test_meta_outplace_polygamma_polygamma_n_2_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1269870Z test_meta_outplace_polygamma_polygamma_n_2_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1269970Z test_meta_outplace_polygamma_polygamma_n_2_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1270080Z test_meta_outplace_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1270190Z test_meta_outplace_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1270300Z test_meta_outplace_polygamma_polygamma_n_3_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1270400Z test_meta_outplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1270510Z test_meta_outplace_polygamma_polygamma_n_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1270620Z test_meta_outplace_polygamma_polygamma_n_3_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1270740Z test_meta_outplace_polygamma_polygamma_n_3_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1270850Z test_meta_outplace_polygamma_polygamma_n_3_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1270950Z test_meta_outplace_polygamma_polygamma_n_3_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1271060Z test_meta_outplace_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1271170Z test_meta_outplace_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1271280Z test_meta_outplace_polygamma_polygamma_n_4_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1271390Z test_meta_outplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1271490Z test_meta_outplace_polygamma_polygamma_n_4_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1271600Z test_meta_outplace_polygamma_polygamma_n_4_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1271710Z test_meta_outplace_polygamma_polygamma_n_4_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1271810Z test_meta_outplace_polygamma_polygamma_n_4_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1271910Z test_meta_outplace_polygamma_polygamma_n_4_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1272020Z test_meta_outplace_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1272120Z test_meta_outplace_positive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1272220Z test_meta_outplace_positive_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1272330Z test_meta_outplace_positive_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1272430Z test_meta_outplace_positive_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1272530Z test_meta_outplace_positive_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1272630Z test_meta_outplace_positive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1272730Z test_meta_outplace_positive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1272830Z test_meta_outplace_positive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1272930Z test_meta_outplace_positive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1273020Z test_meta_outplace_positive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1273120Z test_meta_outplace_positive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1273220Z test_meta_outplace_positive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1273360Z test_meta_outplace_pow_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1273460Z test_meta_outplace_pow_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1273550Z test_meta_outplace_pow_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1273650Z test_meta_outplace_pow_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1273740Z test_meta_outplace_pow_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1273830Z test_meta_outplace_pow_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1273930Z test_meta_outplace_pow_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1274020Z test_meta_outplace_pow_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1274110Z test_meta_outplace_pow_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1274210Z test_meta_outplace_pow_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1274300Z test_meta_outplace_pow_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1274420Z test_meta_outplace_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1274510Z test_meta_outplace_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1274610Z test_meta_outplace_prod_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1274710Z test_meta_outplace_prod_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1274800Z test_meta_outplace_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1274900Z test_meta_outplace_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1278610Z test_meta_outplace_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1278710Z test_meta_outplace_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1278800Z test_meta_outplace_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1278900Z test_meta_outplace_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1278990Z test_meta_outplace_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1279090Z test_meta_outplace_put_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1279180Z test_meta_outplace_put_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1279280Z test_meta_outplace_put_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1279380Z test_meta_outplace_put_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1279470Z test_meta_outplace_put_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1279560Z test_meta_outplace_put_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1279660Z test_meta_outplace_put_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1279750Z test_meta_outplace_put_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1279840Z test_meta_outplace_put_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1279930Z test_meta_outplace_put_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1280020Z test_meta_outplace_put_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1280110Z test_meta_outplace_put_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1280210Z test_meta_outplace_qr_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1280310Z test_meta_outplace_qr_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1280400Z test_meta_outplace_qr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1280490Z test_meta_outplace_qr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1280590Z test_meta_outplace_quantile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:20:48.1280750Z test_meta_outplace_quantile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.087s) 2022-11-23T01:20:48.1280850Z test_meta_outplace_rad2deg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1280950Z test_meta_outplace_rad2deg_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1281050Z test_meta_outplace_rad2deg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1281140Z test_meta_outplace_rad2deg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1281240Z test_meta_outplace_rad2deg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1281340Z test_meta_outplace_rad2deg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1281430Z test_meta_outplace_rad2deg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1281520Z test_meta_outplace_rad2deg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1281620Z test_meta_outplace_rad2deg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1281720Z test_meta_outplace_rad2deg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1281850Z test_meta_outplace_rand_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1281960Z test_meta_outplace_rand_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1282060Z test_meta_outplace_rand_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1282160Z test_meta_outplace_rand_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1282260Z test_meta_outplace_rand_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1282360Z test_meta_outplace_rand_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1282460Z test_meta_outplace_rand_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1282560Z test_meta_outplace_randint_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1282660Z test_meta_outplace_randint_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1282760Z test_meta_outplace_randint_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1282850Z test_meta_outplace_randint_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1282950Z test_meta_outplace_randint_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1283040Z test_meta_outplace_randint_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1283130Z test_meta_outplace_randint_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1283230Z test_meta_outplace_randint_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1283320Z test_meta_outplace_randint_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1283430Z test_meta_outplace_randint_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1283530Z test_meta_outplace_randint_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1283640Z test_meta_outplace_randint_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1283730Z test_meta_outplace_randint_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1283840Z test_meta_outplace_randint_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1283940Z test_meta_outplace_randint_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1284030Z test_meta_outplace_randint_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1284130Z test_meta_outplace_randint_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1284240Z test_meta_outplace_randint_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1284330Z test_meta_outplace_randn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1284440Z test_meta_outplace_randn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1284560Z test_meta_outplace_randn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1284660Z test_meta_outplace_randn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1284750Z test_meta_outplace_randn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1284840Z test_meta_outplace_randn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1284940Z test_meta_outplace_randn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1285040Z test_meta_outplace_randn_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1285140Z test_meta_outplace_randn_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1285250Z test_meta_outplace_randn_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1285350Z test_meta_outplace_randn_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1285450Z test_meta_outplace_randn_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1285570Z test_meta_outplace_randn_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1285670Z test_meta_outplace_randn_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1285770Z test_meta_outplace_ravel_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1285860Z test_meta_outplace_ravel_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1285960Z test_meta_outplace_ravel_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1286060Z test_meta_outplace_ravel_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1286160Z test_meta_outplace_ravel_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1286250Z test_meta_outplace_ravel_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1286350Z test_meta_outplace_ravel_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1286440Z test_meta_outplace_ravel_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1286540Z test_meta_outplace_ravel_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1286630Z test_meta_outplace_ravel_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1286720Z test_meta_outplace_ravel_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1286820Z test_meta_outplace_ravel_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1286910Z test_meta_outplace_ravel_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287000Z test_meta_outplace_real_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287100Z test_meta_outplace_real_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287200Z test_meta_outplace_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287300Z test_meta_outplace_real_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287400Z test_meta_outplace_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287490Z test_meta_outplace_real_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287590Z test_meta_outplace_real_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287680Z test_meta_outplace_real_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287780Z test_meta_outplace_real_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287870Z test_meta_outplace_real_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1287960Z test_meta_outplace_real_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1288050Z test_meta_outplace_real_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1288150Z test_meta_outplace_real_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1288270Z test_meta_outplace_reciprocal_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1288370Z test_meta_outplace_reciprocal_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1288480Z test_meta_outplace_reciprocal_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1288580Z test_meta_outplace_reciprocal_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1288690Z test_meta_outplace_reciprocal_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1288790Z test_meta_outplace_reciprocal_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1288880Z test_meta_outplace_reciprocal_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1288990Z test_meta_outplace_reciprocal_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1289090Z test_meta_outplace_reciprocal_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1289190Z test_meta_outplace_reciprocal_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1289300Z test_meta_outplace_reciprocal_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1289400Z test_meta_outplace_reciprocal_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1289500Z test_meta_outplace_remainder_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1289610Z test_meta_outplace_remainder_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1289710Z test_meta_outplace_remainder_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1289810Z test_meta_outplace_remainder_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1289910Z test_meta_outplace_remainder_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1290000Z test_meta_outplace_remainder_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1290100Z test_meta_outplace_remainder_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1290200Z test_meta_outplace_remainder_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1290290Z test_meta_outplace_remainder_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1290390Z test_meta_outplace_renorm_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1290490Z test_meta_outplace_renorm_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1290590Z test_meta_outplace_renorm_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1290680Z test_meta_outplace_renorm_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1290780Z test_meta_outplace_renorm_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1290880Z test_meta_outplace_renorm_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1290970Z test_meta_outplace_repeat_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1291070Z test_meta_outplace_repeat_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1291170Z test_meta_outplace_repeat_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1291270Z test_meta_outplace_repeat_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1291370Z test_meta_outplace_repeat_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1291470Z test_meta_outplace_repeat_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1291560Z test_meta_outplace_repeat_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1291660Z test_meta_outplace_repeat_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1291750Z test_meta_outplace_repeat_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1291850Z test_meta_outplace_repeat_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1291960Z test_meta_outplace_repeat_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1292060Z test_meta_outplace_repeat_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1292170Z test_meta_outplace_repeat_interleave_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1292280Z test_meta_outplace_repeat_interleave_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1292390Z test_meta_outplace_repeat_interleave_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1292500Z test_meta_outplace_repeat_interleave_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1292610Z test_meta_outplace_repeat_interleave_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1292720Z test_meta_outplace_repeat_interleave_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1292820Z test_meta_outplace_repeat_interleave_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1292930Z test_meta_outplace_repeat_interleave_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1293050Z test_meta_outplace_repeat_interleave_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1293160Z test_meta_outplace_repeat_interleave_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1293260Z test_meta_outplace_repeat_interleave_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1293370Z test_meta_outplace_repeat_interleave_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1293470Z test_meta_outplace_repeat_interleave_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1293570Z test_meta_outplace_reshape_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1293670Z test_meta_outplace_reshape_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1293780Z test_meta_outplace_reshape_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1293880Z test_meta_outplace_reshape_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1293990Z test_meta_outplace_reshape_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1294090Z test_meta_outplace_reshape_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1294190Z test_meta_outplace_reshape_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1294280Z test_meta_outplace_reshape_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1294380Z test_meta_outplace_reshape_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1294480Z test_meta_outplace_reshape_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1294580Z test_meta_outplace_reshape_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1294680Z test_meta_outplace_reshape_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1294780Z test_meta_outplace_reshape_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1294880Z test_meta_outplace_reshape_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1294970Z test_meta_outplace_reshape_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1295080Z test_meta_outplace_reshape_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1295180Z test_meta_outplace_reshape_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1295280Z test_meta_outplace_reshape_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1295380Z test_meta_outplace_reshape_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1295470Z test_meta_outplace_reshape_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1295570Z test_meta_outplace_reshape_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1295700Z test_meta_outplace_reshape_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1295800Z test_meta_outplace_reshape_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1295890Z test_meta_outplace_reshape_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1295990Z test_meta_outplace_reshape_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1296090Z test_meta_outplace_reshape_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1296190Z test_meta_outplace_resize__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1296280Z test_meta_outplace_resize__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1296380Z test_meta_outplace_resize__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1296480Z test_meta_outplace_resize__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1296580Z test_meta_outplace_resize__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1296670Z test_meta_outplace_resize__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1296830Z test_meta_outplace_resize__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1296920Z test_meta_outplace_resize__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1297020Z test_meta_outplace_resize__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1297110Z test_meta_outplace_resize__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1297210Z test_meta_outplace_resize__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1297300Z test_meta_outplace_resize__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1297400Z test_meta_outplace_resize_as__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1297500Z test_meta_outplace_resize_as__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1297600Z test_meta_outplace_resize_as__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1297710Z test_meta_outplace_resize_as__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1297810Z test_meta_outplace_resize_as__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1297910Z test_meta_outplace_resize_as__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1298010Z test_meta_outplace_resize_as__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1298100Z test_meta_outplace_resize_as__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1298200Z test_meta_outplace_resize_as__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1298300Z test_meta_outplace_resize_as__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1298400Z test_meta_outplace_resize_as__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1298490Z test_meta_outplace_resize_as__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1298600Z test_meta_outplace_resolve_conj_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1298700Z test_meta_outplace_resolve_conj_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1298800Z test_meta_outplace_resolve_conj_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1298910Z test_meta_outplace_resolve_conj_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1299010Z test_meta_outplace_resolve_conj_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1299110Z test_meta_outplace_resolve_conj_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1299210Z test_meta_outplace_resolve_conj_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1299310Z test_meta_outplace_resolve_conj_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1299430Z test_meta_outplace_resolve_conj_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1299530Z test_meta_outplace_resolve_conj_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1299630Z test_meta_outplace_resolve_conj_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1299730Z test_meta_outplace_resolve_conj_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1299830Z test_meta_outplace_resolve_neg_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1299930Z test_meta_outplace_resolve_neg_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1300040Z test_meta_outplace_resolve_neg_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1300140Z test_meta_outplace_resolve_neg_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1300240Z test_meta_outplace_resolve_neg_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1300350Z test_meta_outplace_resolve_neg_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1300470Z test_meta_outplace_resolve_neg_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1300570Z test_meta_outplace_resolve_neg_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1300670Z test_meta_outplace_resolve_neg_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1300760Z test_meta_outplace_resolve_neg_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1300860Z test_meta_outplace_resolve_neg_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1300960Z test_meta_outplace_resolve_neg_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1301060Z test_meta_outplace_resolve_neg_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1301160Z test_meta_outplace_roll_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1301250Z test_meta_outplace_roll_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1301350Z test_meta_outplace_roll_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1301450Z test_meta_outplace_roll_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1301550Z test_meta_outplace_roll_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1301650Z test_meta_outplace_roll_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1301740Z test_meta_outplace_roll_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1301840Z test_meta_outplace_roll_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1301930Z test_meta_outplace_roll_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1302020Z test_meta_outplace_roll_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1302110Z test_meta_outplace_roll_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1302210Z test_meta_outplace_roll_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1302300Z test_meta_outplace_roll_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1305960Z test_meta_outplace_rot90_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1306060Z test_meta_outplace_rot90_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1306160Z test_meta_outplace_rot90_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1306260Z test_meta_outplace_rot90_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1306360Z test_meta_outplace_rot90_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1306450Z test_meta_outplace_rot90_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1306540Z test_meta_outplace_rot90_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1306640Z test_meta_outplace_rot90_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1306800Z test_meta_outplace_rot90_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1306890Z test_meta_outplace_rot90_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1306990Z test_meta_outplace_rot90_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1307070Z test_meta_outplace_rot90_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1307170Z test_meta_outplace_round_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1307270Z test_meta_outplace_round_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1307370Z test_meta_outplace_round_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1307460Z test_meta_outplace_round_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1307550Z test_meta_outplace_round_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1307640Z test_meta_outplace_round_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1307760Z test_meta_outplace_round_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1307850Z test_meta_outplace_round_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1307960Z test_meta_outplace_round_decimals_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1308070Z test_meta_outplace_round_decimals_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1308170Z test_meta_outplace_round_decimals_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1308280Z test_meta_outplace_round_decimals_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1308380Z test_meta_outplace_round_decimals_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1308490Z test_meta_outplace_round_decimals_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1308600Z test_meta_outplace_round_decimals_neg_3_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1308710Z test_meta_outplace_round_decimals_neg_3_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1308810Z test_meta_outplace_round_decimals_neg_3_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1308910Z test_meta_outplace_rsqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309010Z test_meta_outplace_rsqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309110Z test_meta_outplace_rsqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309210Z test_meta_outplace_rsqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309310Z test_meta_outplace_rsqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309400Z test_meta_outplace_rsqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309490Z test_meta_outplace_rsqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309580Z test_meta_outplace_rsqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309680Z test_meta_outplace_rsqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309770Z test_meta_outplace_rsqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309860Z test_meta_outplace_rsqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1309950Z test_meta_outplace_rsub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1310060Z test_meta_outplace_rsub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1310150Z test_meta_outplace_rsub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1310250Z test_meta_outplace_rsub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1310350Z test_meta_outplace_rsub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1310460Z test_meta_outplace_rsub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1310550Z test_meta_outplace_rsub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1310640Z test_meta_outplace_rsub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1310730Z test_meta_outplace_rsub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1310830Z test_meta_outplace_rsub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1310920Z test_meta_outplace_rsub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1311030Z test_meta_outplace_scalar_tensor_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1311130Z test_meta_outplace_scalar_tensor_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1311240Z test_meta_outplace_scalar_tensor_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1311350Z test_meta_outplace_scalar_tensor_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1311460Z test_meta_outplace_scalar_tensor_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1311580Z test_meta_outplace_scalar_tensor_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1311680Z test_meta_outplace_scalar_tensor_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1311780Z test_meta_outplace_scalar_tensor_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1311880Z test_meta_outplace_scalar_tensor_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1311980Z test_meta_outplace_scalar_tensor_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1312080Z test_meta_outplace_scalar_tensor_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1312180Z test_meta_outplace_scalar_tensor_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1312280Z test_meta_outplace_scalar_tensor_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1312390Z test_meta_outplace_scatter_add_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1312490Z test_meta_outplace_scatter_add_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1312600Z test_meta_outplace_scatter_add_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1312700Z test_meta_outplace_scatter_add_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1312800Z test_meta_outplace_scatter_add_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1312900Z test_meta_outplace_scatter_add_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1313000Z test_meta_outplace_scatter_add_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1313100Z test_meta_outplace_scatter_add_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1313200Z test_meta_outplace_scatter_add_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1313300Z test_meta_outplace_scatter_add_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1313400Z test_meta_outplace_scatter_add_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1313500Z test_meta_outplace_scatter_add_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1313600Z test_meta_outplace_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1313690Z test_meta_outplace_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1313800Z test_meta_outplace_scatter_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1313890Z test_meta_outplace_scatter_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1313990Z test_meta_outplace_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1314090Z test_meta_outplace_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1314250Z test_meta_outplace_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1314350Z test_meta_outplace_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1314450Z test_meta_outplace_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1314540Z test_meta_outplace_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1314640Z test_meta_outplace_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1314730Z test_meta_outplace_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1314840Z test_meta_outplace_scatter_reduce_amax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1314950Z test_meta_outplace_scatter_reduce_amax_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1315060Z test_meta_outplace_scatter_reduce_amax_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1315170Z test_meta_outplace_scatter_reduce_amax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1315310Z test_meta_outplace_scatter_reduce_amax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1315420Z test_meta_outplace_scatter_reduce_amax_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1315520Z test_meta_outplace_scatter_reduce_amax_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1315630Z test_meta_outplace_scatter_reduce_amax_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1315730Z test_meta_outplace_scatter_reduce_amax_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1315830Z test_meta_outplace_scatter_reduce_amax_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1315940Z test_meta_outplace_scatter_reduce_amin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1316050Z test_meta_outplace_scatter_reduce_amin_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1316160Z test_meta_outplace_scatter_reduce_amin_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1316260Z test_meta_outplace_scatter_reduce_amin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1316370Z test_meta_outplace_scatter_reduce_amin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1316470Z test_meta_outplace_scatter_reduce_amin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1316570Z test_meta_outplace_scatter_reduce_amin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1316680Z test_meta_outplace_scatter_reduce_amin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1316780Z test_meta_outplace_scatter_reduce_amin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1316880Z test_meta_outplace_scatter_reduce_amin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1316990Z test_meta_outplace_scatter_reduce_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1317100Z test_meta_outplace_scatter_reduce_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1317200Z test_meta_outplace_scatter_reduce_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1317310Z test_meta_outplace_scatter_reduce_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1317410Z test_meta_outplace_scatter_reduce_mean_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1317510Z test_meta_outplace_scatter_reduce_mean_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1317610Z test_meta_outplace_scatter_reduce_mean_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1317720Z test_meta_outplace_scatter_reduce_mean_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1317820Z test_meta_outplace_scatter_reduce_mean_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1317950Z test_meta_outplace_scatter_reduce_prod_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1318060Z test_meta_outplace_scatter_reduce_prod_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1318170Z test_meta_outplace_scatter_reduce_prod_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1318270Z test_meta_outplace_scatter_reduce_prod_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1318370Z test_meta_outplace_scatter_reduce_prod_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1318480Z test_meta_outplace_scatter_reduce_prod_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1318580Z test_meta_outplace_scatter_reduce_prod_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1318680Z test_meta_outplace_scatter_reduce_prod_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1318780Z test_meta_outplace_scatter_reduce_prod_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1318910Z test_meta_outplace_scatter_reduce_prod_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1319020Z test_meta_outplace_scatter_reduce_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1319120Z test_meta_outplace_scatter_reduce_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1319230Z test_meta_outplace_scatter_reduce_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1319340Z test_meta_outplace_scatter_reduce_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1319440Z test_meta_outplace_scatter_reduce_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1319550Z test_meta_outplace_scatter_reduce_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1319650Z test_meta_outplace_scatter_reduce_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1319750Z test_meta_outplace_scatter_reduce_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1319860Z test_meta_outplace_scatter_reduce_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1319960Z test_meta_outplace_scatter_reduce_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1320070Z test_meta_outplace_searchsorted_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.903s) 2022-11-23T01:20:48.1320170Z test_meta_outplace_searchsorted_cpu_float16 (__main__.TestMetaCPU) ... ok (0.903s) 2022-11-23T01:20:48.1320270Z test_meta_outplace_searchsorted_cpu_float32 (__main__.TestMetaCPU) ... ok (0.903s) 2022-11-23T01:20:48.1320370Z test_meta_outplace_searchsorted_cpu_float64 (__main__.TestMetaCPU) ... ok (0.903s) 2022-11-23T01:20:48.1320480Z test_meta_outplace_searchsorted_cpu_int16 (__main__.TestMetaCPU) ... ok (0.902s) 2022-11-23T01:20:48.1320580Z test_meta_outplace_searchsorted_cpu_int32 (__main__.TestMetaCPU) ... ok (0.902s) 2022-11-23T01:20:48.1320680Z test_meta_outplace_searchsorted_cpu_int64 (__main__.TestMetaCPU) ... ok (0.910s) 2022-11-23T01:20:48.1320780Z test_meta_outplace_searchsorted_cpu_int8 (__main__.TestMetaCPU) ... ok (0.903s) 2022-11-23T01:20:48.1320890Z test_meta_outplace_searchsorted_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.336s) 2022-11-23T01:20:48.1321000Z test_meta_outplace_segment_reduce_lengths_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.322s) 2022-11-23T01:20:48.1321120Z test_meta_outplace_segment_reduce_lengths_cpu_float16 (__main__.TestMetaCPU) ... ok (0.362s) 2022-11-23T01:20:48.1321230Z test_meta_outplace_segment_reduce_lengths_cpu_float32 (__main__.TestMetaCPU) ... ok (0.263s) 2022-11-23T01:20:48.1321340Z test_meta_outplace_segment_reduce_lengths_cpu_float64 (__main__.TestMetaCPU) ... ok (0.186s) 2022-11-23T01:20:48.1321450Z test_meta_outplace_segment_reduce_offsets_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.186s) 2022-11-23T01:20:48.1321550Z test_meta_outplace_segment_reduce_offsets_cpu_float16 (__main__.TestMetaCPU) ... ok (0.186s) 2022-11-23T01:20:48.1321700Z test_meta_outplace_segment_reduce_offsets_cpu_float32 (__main__.TestMetaCPU) ... ok (0.186s) 2022-11-23T01:20:48.1321810Z test_meta_outplace_segment_reduce_offsets_cpu_float64 (__main__.TestMetaCPU) ... ok (0.185s) 2022-11-23T01:20:48.1321910Z test_meta_outplace_select_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1322010Z test_meta_outplace_select_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1322110Z test_meta_outplace_select_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1322210Z test_meta_outplace_select_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1322310Z test_meta_outplace_select_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1322410Z test_meta_outplace_select_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1322510Z test_meta_outplace_select_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1322610Z test_meta_outplace_select_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1322730Z test_meta_outplace_select_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1322820Z test_meta_outplace_select_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1322920Z test_meta_outplace_select_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1323010Z test_meta_outplace_select_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1323100Z test_meta_outplace_select_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1323210Z test_meta_outplace_select_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1323310Z test_meta_outplace_select_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1323420Z test_meta_outplace_select_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1323520Z test_meta_outplace_select_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1323630Z test_meta_outplace_select_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1323730Z test_meta_outplace_select_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1323830Z test_meta_outplace_select_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1323930Z test_meta_outplace_select_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1324040Z test_meta_outplace_select_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1324140Z test_meta_outplace_select_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1324230Z test_meta_outplace_sgn_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1324330Z test_meta_outplace_sgn_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1324420Z test_meta_outplace_sgn_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1324520Z test_meta_outplace_sgn_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1324620Z test_meta_outplace_sgn_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1324720Z test_meta_outplace_sgn_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1324810Z test_meta_outplace_sgn_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1324900Z test_meta_outplace_sgn_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1324990Z test_meta_outplace_sgn_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1325090Z test_meta_outplace_sgn_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1325180Z test_meta_outplace_sgn_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1325270Z test_meta_outplace_sgn_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1325380Z test_meta_outplace_sgn_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1325480Z test_meta_outplace_short_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1325580Z test_meta_outplace_short_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1325680Z test_meta_outplace_short_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1325780Z test_meta_outplace_short_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1325880Z test_meta_outplace_short_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1325970Z test_meta_outplace_short_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1326070Z test_meta_outplace_short_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1326160Z test_meta_outplace_short_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1326250Z test_meta_outplace_short_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1326360Z test_meta_outplace_short_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1326470Z test_meta_outplace_short_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1326560Z test_meta_outplace_short_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1326660Z test_meta_outplace_sigmoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1326760Z test_meta_outplace_sigmoid_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1326860Z test_meta_outplace_sigmoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1326960Z test_meta_outplace_sigmoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1327060Z test_meta_outplace_sigmoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1327160Z test_meta_outplace_sigmoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1327250Z test_meta_outplace_sigmoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1327350Z test_meta_outplace_sigmoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1327440Z test_meta_outplace_sigmoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1327540Z test_meta_outplace_sigmoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1327630Z test_meta_outplace_sigmoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1327730Z test_meta_outplace_sign_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1327820Z test_meta_outplace_sign_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1327910Z test_meta_outplace_sign_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1328010Z test_meta_outplace_sign_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1328100Z test_meta_outplace_sign_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1328190Z test_meta_outplace_sign_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1328290Z test_meta_outplace_sign_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1328380Z test_meta_outplace_sign_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1328470Z test_meta_outplace_sign_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1328560Z test_meta_outplace_sign_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1328670Z test_meta_outplace_signal_windows_cosine_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1328810Z test_meta_outplace_signal_windows_cosine_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.002s) 2022-11-23T01:20:48.1328920Z test_meta_outplace_signal_windows_cosine_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1329030Z test_meta_outplace_signal_windows_cosine_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1329190Z test_meta_outplace_signal_windows_exponential_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1329330Z test_meta_outplace_signal_windows_exponential_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.1329450Z test_meta_outplace_signal_windows_exponential_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1329560Z test_meta_outplace_signal_windows_exponential_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1329680Z test_meta_outplace_signal_windows_gaussian_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1329810Z test_meta_outplace_signal_windows_gaussian_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.1329930Z test_meta_outplace_signal_windows_gaussian_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1330040Z test_meta_outplace_signal_windows_gaussian_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1330180Z test_meta_outplace_signal_windows_kaiser_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1330320Z test_meta_outplace_signal_windows_kaiser_cpu_float16 (__main__.TestMetaCPU) ... skip: Original OpInfo is broken (0.003s) 2022-11-23T01:20:48.1330430Z test_meta_outplace_signal_windows_kaiser_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1330530Z test_meta_outplace_signal_windows_kaiser_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1334260Z test_meta_outplace_signbit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1334360Z test_meta_outplace_signbit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1334460Z test_meta_outplace_signbit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1334560Z test_meta_outplace_signbit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1334660Z test_meta_outplace_signbit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1334750Z test_meta_outplace_signbit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1334850Z test_meta_outplace_signbit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1334940Z test_meta_outplace_signbit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335040Z test_meta_outplace_signbit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335130Z test_meta_outplace_signbit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335230Z test_meta_outplace_sin_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335320Z test_meta_outplace_sin_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335420Z test_meta_outplace_sin_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335510Z test_meta_outplace_sin_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335610Z test_meta_outplace_sin_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335710Z test_meta_outplace_sin_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335800Z test_meta_outplace_sin_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335890Z test_meta_outplace_sin_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1335980Z test_meta_outplace_sin_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1336080Z test_meta_outplace_sin_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1336170Z test_meta_outplace_sin_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1336260Z test_meta_outplace_sinc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1336350Z test_meta_outplace_sinc_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1336530Z test_meta_outplace_sinc_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1336630Z test_meta_outplace_sinc_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1336720Z test_meta_outplace_sinc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1336820Z test_meta_outplace_sinc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1336910Z test_meta_outplace_sinc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1337000Z test_meta_outplace_sinc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1337090Z test_meta_outplace_sinc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1337180Z test_meta_outplace_sinc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1337280Z test_meta_outplace_sinc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1337370Z test_meta_outplace_sinh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1337460Z test_meta_outplace_sinh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1337580Z test_meta_outplace_sinh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1337680Z test_meta_outplace_sinh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1337780Z test_meta_outplace_sinh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1337870Z test_meta_outplace_sinh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1337960Z test_meta_outplace_sinh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1338050Z test_meta_outplace_sinh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1338140Z test_meta_outplace_sinh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1338230Z test_meta_outplace_sinh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1338320Z test_meta_outplace_sinh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1338420Z test_meta_outplace_slice_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1338510Z test_meta_outplace_slice_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1338610Z test_meta_outplace_slice_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1338710Z test_meta_outplace_slice_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1338810Z test_meta_outplace_slice_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1338900Z test_meta_outplace_slice_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1339000Z test_meta_outplace_slice_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1339090Z test_meta_outplace_slice_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1339190Z test_meta_outplace_slice_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1339280Z test_meta_outplace_slice_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1339370Z test_meta_outplace_slice_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1339470Z test_meta_outplace_slice_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1339550Z test_meta_outplace_slice_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1339660Z test_meta_outplace_slice_scatter_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1339770Z test_meta_outplace_slice_scatter_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1339870Z test_meta_outplace_slice_scatter_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1339970Z test_meta_outplace_slice_scatter_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1340070Z test_meta_outplace_slice_scatter_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1340200Z test_meta_outplace_slice_scatter_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1340300Z test_meta_outplace_slice_scatter_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1340400Z test_meta_outplace_slice_scatter_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1340500Z test_meta_outplace_slice_scatter_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1340600Z test_meta_outplace_slice_scatter_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1340700Z test_meta_outplace_softmax_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1340800Z test_meta_outplace_softmax_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1340890Z test_meta_outplace_softmax_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1341000Z test_meta_outplace_softmax_with_dtype_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1341110Z test_meta_outplace_softmax_with_dtype_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1341240Z test_meta_outplace_softmax_with_dtype_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1341350Z test_meta_outplace_softmax_with_dtype_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1341460Z test_meta_outplace_softmax_with_dtype_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1341570Z test_meta_outplace_softmax_with_dtype_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1341670Z test_meta_outplace_softmax_with_dtype_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1341780Z test_meta_outplace_softmax_with_dtype_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1341880Z test_meta_outplace_softmax_with_dtype_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1341980Z test_meta_outplace_softmax_with_dtype_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1342090Z test_meta_outplace_softmax_with_dtype_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1342190Z test_meta_outplace_softmax_with_dtype_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1342290Z test_meta_outplace_sort_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1342390Z test_meta_outplace_sort_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1342480Z test_meta_outplace_sort_cpu_float16 (__main__.TestMetaCPU) ... ok (0.009s) 2022-11-23T01:20:48.1342580Z test_meta_outplace_sort_cpu_float32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1342670Z test_meta_outplace_sort_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1342760Z test_meta_outplace_sort_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1342860Z test_meta_outplace_sort_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1342950Z test_meta_outplace_sort_cpu_int64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1343040Z test_meta_outplace_sort_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1343140Z test_meta_outplace_sort_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1343290Z test_meta_outplace_sparse_sampled_addmm_cpu_complex128 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:20:48.1343440Z test_meta_outplace_sparse_sampled_addmm_cpu_complex64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:20:48.1343590Z test_meta_outplace_sparse_sampled_addmm_cpu_float32 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:20:48.1343720Z test_meta_outplace_sparse_sampled_addmm_cpu_float64 (__main__.TestMetaCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:20:48.1343830Z test_meta_outplace_special_airy_ai_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1343950Z test_meta_outplace_special_airy_ai_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1344060Z test_meta_outplace_special_airy_ai_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1344170Z test_meta_outplace_special_airy_ai_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1344270Z test_meta_outplace_special_airy_ai_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1344370Z test_meta_outplace_special_airy_ai_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1344470Z test_meta_outplace_special_airy_ai_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1344570Z test_meta_outplace_special_airy_ai_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1344670Z test_meta_outplace_special_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1344780Z test_meta_outplace_special_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1344880Z test_meta_outplace_special_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1345000Z test_meta_outplace_special_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1345110Z test_meta_outplace_special_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1345210Z test_meta_outplace_special_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1345310Z test_meta_outplace_special_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1345410Z test_meta_outplace_special_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1345510Z test_meta_outplace_special_bessel_j1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1345620Z test_meta_outplace_special_bessel_j1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1345720Z test_meta_outplace_special_bessel_j1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1345820Z test_meta_outplace_special_bessel_j1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1345920Z test_meta_outplace_special_bessel_j1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1346020Z test_meta_outplace_special_bessel_j1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1346120Z test_meta_outplace_special_bessel_j1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1346220Z test_meta_outplace_special_bessel_j1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1346320Z test_meta_outplace_special_bessel_y0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1346420Z test_meta_outplace_special_bessel_y0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1346520Z test_meta_outplace_special_bessel_y0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1346620Z test_meta_outplace_special_bessel_y0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1346720Z test_meta_outplace_special_bessel_y0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1346820Z test_meta_outplace_special_bessel_y0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1346920Z test_meta_outplace_special_bessel_y0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1347020Z test_meta_outplace_special_bessel_y0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1347130Z test_meta_outplace_special_bessel_y1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1347230Z test_meta_outplace_special_bessel_y1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1347330Z test_meta_outplace_special_bessel_y1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1347430Z test_meta_outplace_special_bessel_y1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1347560Z test_meta_outplace_special_bessel_y1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1347660Z test_meta_outplace_special_bessel_y1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1347770Z test_meta_outplace_special_bessel_y1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1347870Z test_meta_outplace_special_bessel_y1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1347990Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1348110Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1348230Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1348350Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1348460Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1348610Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1348730Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1348840Z test_meta_outplace_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1348950Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1349070Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1349190Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1349300Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1349410Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1349520Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1349640Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1349750Z test_meta_outplace_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1350070Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1350300Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1350530Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1350750Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1350970Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1351190Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1351410Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1351630Z test_meta_outplace_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1351900Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1352130Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1352350Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1352560Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1352780Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1352990Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1353240Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1353460Z test_meta_outplace_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1353560Z test_meta_outplace_special_entr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1353670Z test_meta_outplace_special_entr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1353770Z test_meta_outplace_special_entr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1353880Z test_meta_outplace_special_entr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1353980Z test_meta_outplace_special_entr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1354080Z test_meta_outplace_special_entr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1354180Z test_meta_outplace_special_entr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1354280Z test_meta_outplace_special_entr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1354390Z test_meta_outplace_special_entr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1354490Z test_meta_outplace_special_erfcx_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1354600Z test_meta_outplace_special_erfcx_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1354700Z test_meta_outplace_special_erfcx_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1354800Z test_meta_outplace_special_erfcx_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1354900Z test_meta_outplace_special_erfcx_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1355000Z test_meta_outplace_special_erfcx_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1355100Z test_meta_outplace_special_erfcx_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1355200Z test_meta_outplace_special_erfcx_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1355310Z test_meta_outplace_special_hermite_polynomial_h_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1355430Z test_meta_outplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1355550Z test_meta_outplace_special_hermite_polynomial_h_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1355660Z test_meta_outplace_special_hermite_polynomial_h_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1355780Z test_meta_outplace_special_hermite_polynomial_h_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1355910Z test_meta_outplace_special_hermite_polynomial_h_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1356030Z test_meta_outplace_special_hermite_polynomial_h_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1356140Z test_meta_outplace_special_hermite_polynomial_h_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1356260Z test_meta_outplace_special_hermite_polynomial_he_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1356370Z test_meta_outplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1356490Z test_meta_outplace_special_hermite_polynomial_he_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1356600Z test_meta_outplace_special_hermite_polynomial_he_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1356720Z test_meta_outplace_special_hermite_polynomial_he_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1356830Z test_meta_outplace_special_hermite_polynomial_he_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1356960Z test_meta_outplace_special_hermite_polynomial_he_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1357070Z test_meta_outplace_special_hermite_polynomial_he_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1357180Z test_meta_outplace_special_i0e_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1357280Z test_meta_outplace_special_i0e_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1357380Z test_meta_outplace_special_i0e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1357480Z test_meta_outplace_special_i0e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1357580Z test_meta_outplace_special_i0e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1357680Z test_meta_outplace_special_i0e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1357780Z test_meta_outplace_special_i0e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1357880Z test_meta_outplace_special_i0e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1357980Z test_meta_outplace_special_i0e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1358080Z test_meta_outplace_special_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1358180Z test_meta_outplace_special_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1358280Z test_meta_outplace_special_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1358380Z test_meta_outplace_special_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1358480Z test_meta_outplace_special_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1358570Z test_meta_outplace_special_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1358670Z test_meta_outplace_special_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1358770Z test_meta_outplace_special_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1358870Z test_meta_outplace_special_i1e_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1358970Z test_meta_outplace_special_i1e_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1359060Z test_meta_outplace_special_i1e_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1359160Z test_meta_outplace_special_i1e_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1359260Z test_meta_outplace_special_i1e_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1359360Z test_meta_outplace_special_i1e_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1359450Z test_meta_outplace_special_i1e_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1359570Z test_meta_outplace_special_i1e_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1359690Z test_meta_outplace_special_laguerre_polynomial_l_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1359810Z test_meta_outplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1359920Z test_meta_outplace_special_laguerre_polynomial_l_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1360040Z test_meta_outplace_special_laguerre_polynomial_l_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1360150Z test_meta_outplace_special_laguerre_polynomial_l_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1360270Z test_meta_outplace_special_laguerre_polynomial_l_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1360380Z test_meta_outplace_special_laguerre_polynomial_l_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1360500Z test_meta_outplace_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1360740Z test_meta_outplace_special_legendre_polynomial_p_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1360970Z test_meta_outplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1361190Z test_meta_outplace_special_legendre_polynomial_p_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1361410Z test_meta_outplace_special_legendre_polynomial_p_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1365330Z test_meta_outplace_special_legendre_polynomial_p_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1365600Z test_meta_outplace_special_legendre_polynomial_p_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1365820Z test_meta_outplace_special_legendre_polynomial_p_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1366040Z test_meta_outplace_special_legendre_polynomial_p_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1366150Z test_meta_outplace_special_log_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1366260Z test_meta_outplace_special_log_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1366360Z test_meta_outplace_special_log_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1366470Z test_meta_outplace_special_log_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1366580Z test_meta_outplace_special_log_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1366680Z test_meta_outplace_special_log_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1366780Z test_meta_outplace_special_log_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1366880Z test_meta_outplace_special_log_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1367000Z test_meta_outplace_special_modified_bessel_i0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1367110Z test_meta_outplace_special_modified_bessel_i0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1367220Z test_meta_outplace_special_modified_bessel_i0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1367340Z test_meta_outplace_special_modified_bessel_i0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1367540Z test_meta_outplace_special_modified_bessel_i0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1367650Z test_meta_outplace_special_modified_bessel_i0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1367760Z test_meta_outplace_special_modified_bessel_i0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1367870Z test_meta_outplace_special_modified_bessel_i0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1367980Z test_meta_outplace_special_modified_bessel_i1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1368090Z test_meta_outplace_special_modified_bessel_i1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1368200Z test_meta_outplace_special_modified_bessel_i1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1368310Z test_meta_outplace_special_modified_bessel_i1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1368420Z test_meta_outplace_special_modified_bessel_i1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1368560Z test_meta_outplace_special_modified_bessel_i1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1368670Z test_meta_outplace_special_modified_bessel_i1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1368780Z test_meta_outplace_special_modified_bessel_i1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1368890Z test_meta_outplace_special_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1369000Z test_meta_outplace_special_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1369110Z test_meta_outplace_special_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1369210Z test_meta_outplace_special_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1369330Z test_meta_outplace_special_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1369430Z test_meta_outplace_special_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1369540Z test_meta_outplace_special_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1369650Z test_meta_outplace_special_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1369750Z test_meta_outplace_special_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1369860Z test_meta_outplace_special_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1369970Z test_meta_outplace_special_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1370080Z test_meta_outplace_special_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1370190Z test_meta_outplace_special_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1370300Z test_meta_outplace_special_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1370400Z test_meta_outplace_special_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1370510Z test_meta_outplace_special_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1370620Z test_meta_outplace_special_ndtr_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1370720Z test_meta_outplace_special_ndtr_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1370820Z test_meta_outplace_special_ndtr_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1370920Z test_meta_outplace_special_ndtr_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1371030Z test_meta_outplace_special_ndtr_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1371150Z test_meta_outplace_special_ndtr_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1371250Z test_meta_outplace_special_ndtr_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1371350Z test_meta_outplace_special_ndtr_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1371450Z test_meta_outplace_special_ndtr_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1371560Z test_meta_outplace_special_ndtri_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1371660Z test_meta_outplace_special_ndtri_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1371760Z test_meta_outplace_special_ndtri_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1371870Z test_meta_outplace_special_ndtri_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1371970Z test_meta_outplace_special_ndtri_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1372070Z test_meta_outplace_special_ndtri_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1372200Z test_meta_outplace_special_ndtri_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1372300Z test_meta_outplace_special_ndtri_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1372430Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1372560Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1372690Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1372820Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1372940Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1373070Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1373190Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1373310Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1373430Z test_meta_outplace_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1373550Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1373670Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1373790Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1373910Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1374030Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1374140Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1374260Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1374380Z test_meta_outplace_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1374490Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1374610Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1374730Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1374880Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1375000Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1375110Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1375230Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1375340Z test_meta_outplace_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1375570Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1375810Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1376050Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1376300Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1376530Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1376750Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1376980Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1377210Z test_meta_outplace_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1377440Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1377660Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1377890Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1378120Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1378340Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1378560Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1378790Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1379020Z test_meta_outplace_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1379240Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1379480Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1379710Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1379940Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1380160Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1380380Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1380610Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1380860Z test_meta_outplace_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1381080Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1381310Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1381530Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1381760Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1381990Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1382210Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1382430Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1382660Z test_meta_outplace_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:20:48.1382770Z test_meta_outplace_special_spherical_bessel_j0_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1382890Z test_meta_outplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1383010Z test_meta_outplace_special_spherical_bessel_j0_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1383120Z test_meta_outplace_special_spherical_bessel_j0_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1383230Z test_meta_outplace_special_spherical_bessel_j0_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1383350Z test_meta_outplace_special_spherical_bessel_j0_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1383460Z test_meta_outplace_special_spherical_bessel_j0_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1383570Z test_meta_outplace_special_spherical_bessel_j0_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1383680Z test_meta_outplace_special_xlog1py_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1383840Z test_meta_outplace_special_xlog1py_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1383950Z test_meta_outplace_special_xlog1py_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1384050Z test_meta_outplace_special_xlog1py_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1384160Z test_meta_outplace_special_xlog1py_cpu_float64 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1384260Z test_meta_outplace_special_xlog1py_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1384360Z test_meta_outplace_special_xlog1py_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1384460Z test_meta_outplace_special_xlog1py_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1384560Z test_meta_outplace_special_xlog1py_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1384660Z test_meta_outplace_special_xlog1py_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1384770Z test_meta_outplace_special_zeta_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1384900Z test_meta_outplace_special_zeta_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1385000Z test_meta_outplace_special_zeta_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1385100Z test_meta_outplace_special_zeta_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1385200Z test_meta_outplace_special_zeta_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1385300Z test_meta_outplace_special_zeta_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1385400Z test_meta_outplace_special_zeta_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1385500Z test_meta_outplace_special_zeta_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1385600Z test_meta_outplace_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1385700Z test_meta_outplace_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1385800Z test_meta_outplace_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1385900Z test_meta_outplace_split_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386000Z test_meta_outplace_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386100Z test_meta_outplace_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386200Z test_meta_outplace_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386290Z test_meta_outplace_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386380Z test_meta_outplace_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386480Z test_meta_outplace_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386570Z test_meta_outplace_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386660Z test_meta_outplace_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386750Z test_meta_outplace_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386860Z test_meta_outplace_split_list_args_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1386970Z test_meta_outplace_split_list_args_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1387080Z test_meta_outplace_split_list_args_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1387180Z test_meta_outplace_split_list_args_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1387290Z test_meta_outplace_split_list_args_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1387390Z test_meta_outplace_split_list_args_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1387500Z test_meta_outplace_split_list_args_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1387620Z test_meta_outplace_split_list_args_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1387720Z test_meta_outplace_split_list_args_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1387820Z test_meta_outplace_split_list_args_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1387920Z test_meta_outplace_split_list_args_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1388020Z test_meta_outplace_split_list_args_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1388120Z test_meta_outplace_split_with_sizes_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1388230Z test_meta_outplace_split_with_sizes_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1388340Z test_meta_outplace_split_with_sizes_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1388440Z test_meta_outplace_split_with_sizes_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1388570Z test_meta_outplace_split_with_sizes_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1388680Z test_meta_outplace_split_with_sizes_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1388780Z test_meta_outplace_split_with_sizes_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1388890Z test_meta_outplace_split_with_sizes_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1388990Z test_meta_outplace_split_with_sizes_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1389090Z test_meta_outplace_split_with_sizes_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1389200Z test_meta_outplace_split_with_sizes_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1389300Z test_meta_outplace_split_with_sizes_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1389400Z test_meta_outplace_split_with_sizes_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1389500Z test_meta_outplace_sqrt_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1389590Z test_meta_outplace_sqrt_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1389690Z test_meta_outplace_sqrt_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1389790Z test_meta_outplace_sqrt_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1389890Z test_meta_outplace_sqrt_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1389980Z test_meta_outplace_sqrt_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1390080Z test_meta_outplace_sqrt_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1390170Z test_meta_outplace_sqrt_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1390260Z test_meta_outplace_sqrt_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1390360Z test_meta_outplace_sqrt_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1390450Z test_meta_outplace_sqrt_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1390550Z test_meta_outplace_square_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1390650Z test_meta_outplace_square_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1390750Z test_meta_outplace_square_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1390850Z test_meta_outplace_square_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1390950Z test_meta_outplace_square_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1391050Z test_meta_outplace_square_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1391140Z test_meta_outplace_square_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1391260Z test_meta_outplace_square_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1391360Z test_meta_outplace_square_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1391450Z test_meta_outplace_square_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1391540Z test_meta_outplace_square_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1391640Z test_meta_outplace_square_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1391740Z test_meta_outplace_squeeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1391830Z test_meta_outplace_squeeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1391940Z test_meta_outplace_squeeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1392040Z test_meta_outplace_squeeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1392140Z test_meta_outplace_squeeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1392240Z test_meta_outplace_squeeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1392360Z test_meta_outplace_squeeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1392450Z test_meta_outplace_squeeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1392550Z test_meta_outplace_squeeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1392650Z test_meta_outplace_squeeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1392740Z test_meta_outplace_squeeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1392830Z test_meta_outplace_squeeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1392930Z test_meta_outplace_squeeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1393030Z test_meta_outplace_stack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1393120Z test_meta_outplace_stack_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1393220Z test_meta_outplace_stack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1393320Z test_meta_outplace_stack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1393420Z test_meta_outplace_stack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1393510Z test_meta_outplace_stack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1393610Z test_meta_outplace_stack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1393700Z test_meta_outplace_stack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1393790Z test_meta_outplace_stack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1393880Z test_meta_outplace_stack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1393970Z test_meta_outplace_stack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1394070Z test_meta_outplace_stack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1394160Z test_meta_outplace_stack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1394260Z test_meta_outplace_std_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1394360Z test_meta_outplace_std_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1394450Z test_meta_outplace_std_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1394550Z test_meta_outplace_std_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1394640Z test_meta_outplace_std_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1398530Z test_meta_outplace_std_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1398640Z test_meta_outplace_std_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1398740Z test_meta_outplace_std_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1398910Z test_meta_outplace_std_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1399010Z test_meta_outplace_std_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1399110Z test_meta_outplace_std_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1399200Z test_meta_outplace_std_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1399300Z test_meta_outplace_stft_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1399400Z test_meta_outplace_stft_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1399500Z test_meta_outplace_stft_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1399590Z test_meta_outplace_stft_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1399690Z test_meta_outplace_sub_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1399790Z test_meta_outplace_sub_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1399900Z test_meta_outplace_sub_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1400000Z test_meta_outplace_sub_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1400090Z test_meta_outplace_sub_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1400180Z test_meta_outplace_sub_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1400270Z test_meta_outplace_sub_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1400360Z test_meta_outplace_sub_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1400460Z test_meta_outplace_sub_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1400550Z test_meta_outplace_sub_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1400640Z test_meta_outplace_sub_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1400730Z test_meta_outplace_sub_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1400830Z test_meta_outplace_sum_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1400920Z test_meta_outplace_sum_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401020Z test_meta_outplace_sum_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401120Z test_meta_outplace_sum_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401210Z test_meta_outplace_sum_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401300Z test_meta_outplace_sum_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401390Z test_meta_outplace_sum_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401480Z test_meta_outplace_sum_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401580Z test_meta_outplace_sum_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401670Z test_meta_outplace_sum_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401760Z test_meta_outplace_sum_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401850Z test_meta_outplace_sum_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1401960Z test_meta_outplace_sum_to_size_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1402060Z test_meta_outplace_sum_to_size_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1402160Z test_meta_outplace_sum_to_size_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1402270Z test_meta_outplace_sum_to_size_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1402370Z test_meta_outplace_sum_to_size_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1402470Z test_meta_outplace_sum_to_size_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1402620Z test_meta_outplace_sum_to_size_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1402720Z test_meta_outplace_sum_to_size_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1402820Z test_meta_outplace_sum_to_size_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1402920Z test_meta_outplace_sum_to_size_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1403020Z test_meta_outplace_sum_to_size_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1403110Z test_meta_outplace_sum_to_size_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1403210Z test_meta_outplace_svd_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1403310Z test_meta_outplace_svd_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.010s) 2022-11-23T01:20:48.1403400Z test_meta_outplace_svd_cpu_float32 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.1403500Z test_meta_outplace_svd_cpu_float64 (__main__.TestMetaCPU) ... ok (0.028s) 2022-11-23T01:20:48.1403630Z test_meta_outplace_svd_lowrank_cpu_float32 (__main__.TestMetaCPU) ... ok (0.506s) 2022-11-23T01:20:48.1403730Z test_meta_outplace_svd_lowrank_cpu_float64 (__main__.TestMetaCPU) ... ok (0.508s) 2022-11-23T01:20:48.1403830Z test_meta_outplace_symeig_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.020s) 2022-11-23T01:20:48.1403930Z test_meta_outplace_symeig_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.1404030Z test_meta_outplace_symeig_cpu_float32 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.1404130Z test_meta_outplace_symeig_cpu_float64 (__main__.TestMetaCPU) ... ok (0.019s) 2022-11-23T01:20:48.1404220Z test_meta_outplace_t_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1404310Z test_meta_outplace_t_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1404410Z test_meta_outplace_t_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1404500Z test_meta_outplace_t_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1404600Z test_meta_outplace_t_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1404690Z test_meta_outplace_t_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1404780Z test_meta_outplace_t_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1404870Z test_meta_outplace_t_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1404960Z test_meta_outplace_t_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1405050Z test_meta_outplace_t_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1405140Z test_meta_outplace_t_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1405230Z test_meta_outplace_t_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1405340Z test_meta_outplace_take_along_dim_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1405440Z test_meta_outplace_take_along_dim_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1405550Z test_meta_outplace_take_along_dim_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1405660Z test_meta_outplace_take_along_dim_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1405760Z test_meta_outplace_take_along_dim_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1405870Z test_meta_outplace_take_along_dim_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1405970Z test_meta_outplace_take_along_dim_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1406070Z test_meta_outplace_take_along_dim_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1406170Z test_meta_outplace_take_along_dim_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1406270Z test_meta_outplace_take_along_dim_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1406390Z test_meta_outplace_take_along_dim_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1406490Z test_meta_outplace_take_along_dim_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1406590Z test_meta_outplace_take_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1406680Z test_meta_outplace_take_cpu_bool (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1406780Z test_meta_outplace_take_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1406880Z test_meta_outplace_take_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1406980Z test_meta_outplace_take_cpu_float16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1407070Z test_meta_outplace_take_cpu_float32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1407170Z test_meta_outplace_take_cpu_float64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1407260Z test_meta_outplace_take_cpu_int16 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1407380Z test_meta_outplace_take_cpu_int32 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1407470Z test_meta_outplace_take_cpu_int64 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1407560Z test_meta_outplace_take_cpu_int8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1407660Z test_meta_outplace_take_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.044s) 2022-11-23T01:20:48.1407750Z test_meta_outplace_tan_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1407840Z test_meta_outplace_tan_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1407940Z test_meta_outplace_tan_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408040Z test_meta_outplace_tan_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408130Z test_meta_outplace_tan_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408230Z test_meta_outplace_tan_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408320Z test_meta_outplace_tan_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408410Z test_meta_outplace_tan_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408500Z test_meta_outplace_tan_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408590Z test_meta_outplace_tan_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408680Z test_meta_outplace_tan_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408780Z test_meta_outplace_tanh_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408870Z test_meta_outplace_tanh_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1408970Z test_meta_outplace_tanh_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1409070Z test_meta_outplace_tanh_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1409170Z test_meta_outplace_tanh_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1409260Z test_meta_outplace_tanh_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1409350Z test_meta_outplace_tanh_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1409440Z test_meta_outplace_tanh_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1409530Z test_meta_outplace_tanh_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1409620Z test_meta_outplace_tanh_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1409710Z test_meta_outplace_tanh_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1409820Z test_meta_outplace_tensor_split_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1409920Z test_meta_outplace_tensor_split_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1410040Z test_meta_outplace_tensor_split_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1410150Z test_meta_outplace_tensor_split_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1410260Z test_meta_outplace_tensor_split_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1410360Z test_meta_outplace_tensor_split_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1410460Z test_meta_outplace_tensor_split_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1410560Z test_meta_outplace_tensor_split_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1410660Z test_meta_outplace_tensor_split_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1410750Z test_meta_outplace_tensor_split_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1410850Z test_meta_outplace_tensor_split_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1410960Z test_meta_outplace_tensor_split_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1411080Z test_meta_outplace_tensordot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1411180Z test_meta_outplace_tensordot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1411280Z test_meta_outplace_tensordot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1411380Z test_meta_outplace_tensordot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1411480Z test_meta_outplace_tensordot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1411580Z test_meta_outplace_tensordot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1411680Z test_meta_outplace_tensordot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1411780Z test_meta_outplace_tensordot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1411880Z test_meta_outplace_tensordot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1411980Z test_meta_outplace_tensordot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1412080Z test_meta_outplace_tile_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1412170Z test_meta_outplace_tile_cpu_bool (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1412260Z test_meta_outplace_tile_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1412360Z test_meta_outplace_tile_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1412460Z test_meta_outplace_tile_cpu_float16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1412550Z test_meta_outplace_tile_cpu_float32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1412640Z test_meta_outplace_tile_cpu_float64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1412740Z test_meta_outplace_tile_cpu_int16 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1412830Z test_meta_outplace_tile_cpu_int32 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1412920Z test_meta_outplace_tile_cpu_int64 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1413020Z test_meta_outplace_tile_cpu_int8 (__main__.TestMetaCPU) ... ok (0.006s) 2022-11-23T01:20:48.1413110Z test_meta_outplace_tile_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1413220Z test_meta_outplace_to_cpu_bfloat16 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1413330Z test_meta_outplace_to_cpu_bool (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1413440Z test_meta_outplace_to_cpu_complex128 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1413540Z test_meta_outplace_to_cpu_complex64 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1413650Z test_meta_outplace_to_cpu_float16 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1413800Z test_meta_outplace_to_cpu_float32 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1413900Z test_meta_outplace_to_cpu_float64 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1414010Z test_meta_outplace_to_cpu_int16 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1414110Z test_meta_outplace_to_cpu_int32 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1414200Z test_meta_outplace_to_cpu_int64 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1414300Z test_meta_outplace_to_cpu_int8 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1414400Z test_meta_outplace_to_cpu_uint8 (__main__.TestMetaCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:20:48.1414500Z test_meta_outplace_to_sparse_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1414600Z test_meta_outplace_to_sparse_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1414710Z test_meta_outplace_to_sparse_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1414830Z test_meta_outplace_to_sparse_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1414930Z test_meta_outplace_to_sparse_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1415030Z test_meta_outplace_to_sparse_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1415120Z test_meta_outplace_to_sparse_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1415220Z test_meta_outplace_to_sparse_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1415320Z test_meta_outplace_to_sparse_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1415420Z test_meta_outplace_to_sparse_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1415520Z test_meta_outplace_to_sparse_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1415610Z test_meta_outplace_to_sparse_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1415710Z test_meta_outplace_topk_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1415810Z test_meta_outplace_topk_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1415910Z test_meta_outplace_topk_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1416000Z test_meta_outplace_topk_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1416090Z test_meta_outplace_topk_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1416180Z test_meta_outplace_topk_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1416280Z test_meta_outplace_topk_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1416370Z test_meta_outplace_topk_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1416470Z test_meta_outplace_trace_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1416570Z test_meta_outplace_trace_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1416670Z test_meta_outplace_trace_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1416770Z test_meta_outplace_trace_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1416860Z test_meta_outplace_trace_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1416950Z test_meta_outplace_trace_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1417040Z test_meta_outplace_trace_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1417130Z test_meta_outplace_trace_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1417230Z test_meta_outplace_trace_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1417330Z test_meta_outplace_transpose_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1417430Z test_meta_outplace_transpose_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1417570Z test_meta_outplace_transpose_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1417670Z test_meta_outplace_transpose_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1417770Z test_meta_outplace_transpose_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1417870Z test_meta_outplace_transpose_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1417970Z test_meta_outplace_transpose_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1418070Z test_meta_outplace_transpose_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1418170Z test_meta_outplace_transpose_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1418260Z test_meta_outplace_transpose_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1418360Z test_meta_outplace_transpose_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1418460Z test_meta_outplace_transpose_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1418590Z test_meta_outplace_transpose_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1418690Z test_meta_outplace_trapezoid_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1418790Z test_meta_outplace_trapezoid_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1418890Z test_meta_outplace_trapezoid_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1418990Z test_meta_outplace_trapezoid_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1419090Z test_meta_outplace_trapezoid_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1419190Z test_meta_outplace_trapezoid_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1419280Z test_meta_outplace_trapezoid_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1419380Z test_meta_outplace_trapezoid_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1419480Z test_meta_outplace_trapezoid_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1419580Z test_meta_outplace_trapezoid_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1419670Z test_meta_outplace_trapezoid_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1419770Z test_meta_outplace_trapz_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1419870Z test_meta_outplace_trapz_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1419970Z test_meta_outplace_trapz_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1420060Z test_meta_outplace_trapz_cpu_float16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1420160Z test_meta_outplace_trapz_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1420260Z test_meta_outplace_trapz_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1420350Z test_meta_outplace_trapz_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1420450Z test_meta_outplace_trapz_cpu_int32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1420540Z test_meta_outplace_trapz_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1420630Z test_meta_outplace_trapz_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1420720Z test_meta_outplace_trapz_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1420840Z test_meta_outplace_triangular_solve_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1420950Z test_meta_outplace_triangular_solve_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1421050Z test_meta_outplace_triangular_solve_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1421160Z test_meta_outplace_triangular_solve_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1421280Z test_meta_outplace_tril_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1421380Z test_meta_outplace_tril_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1421470Z test_meta_outplace_tril_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1421570Z test_meta_outplace_tril_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1421670Z test_meta_outplace_tril_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1421760Z test_meta_outplace_tril_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1421860Z test_meta_outplace_tril_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1421950Z test_meta_outplace_tril_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1422040Z test_meta_outplace_tril_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1422130Z test_meta_outplace_tril_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1425840Z test_meta_outplace_tril_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1425990Z test_meta_outplace_tril_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1426090Z test_meta_outplace_tril_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1426190Z test_meta_outplace_tril_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1426290Z test_meta_outplace_triu_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1426410Z test_meta_outplace_triu_cpu_bool (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1426510Z test_meta_outplace_triu_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1426600Z test_meta_outplace_triu_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1426700Z test_meta_outplace_triu_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1426790Z test_meta_outplace_triu_cpu_float32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1426880Z test_meta_outplace_triu_cpu_float64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1426980Z test_meta_outplace_triu_cpu_int16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1427070Z test_meta_outplace_triu_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1427150Z test_meta_outplace_triu_cpu_int64 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1427250Z test_meta_outplace_triu_cpu_int8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1427340Z test_meta_outplace_triu_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1427440Z test_meta_outplace_triu_indices_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1427540Z test_meta_outplace_triu_indices_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1427640Z test_meta_outplace_true_divide_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1427740Z test_meta_outplace_true_divide_cpu_bool (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1427850Z test_meta_outplace_true_divide_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1427960Z test_meta_outplace_true_divide_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1428060Z test_meta_outplace_true_divide_cpu_float16 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1428160Z test_meta_outplace_true_divide_cpu_float32 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1428260Z test_meta_outplace_true_divide_cpu_float64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1428350Z test_meta_outplace_true_divide_cpu_int16 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1428460Z test_meta_outplace_true_divide_cpu_int32 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1428550Z test_meta_outplace_true_divide_cpu_int64 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1428690Z test_meta_outplace_true_divide_cpu_int8 (__main__.TestMetaCPU) ... ok (0.004s) 2022-11-23T01:20:48.1428790Z test_meta_outplace_true_divide_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.005s) 2022-11-23T01:20:48.1428890Z test_meta_outplace_trunc_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1428990Z test_meta_outplace_trunc_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1429080Z test_meta_outplace_trunc_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1429180Z test_meta_outplace_trunc_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1429270Z test_meta_outplace_trunc_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1429360Z test_meta_outplace_trunc_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1429460Z test_meta_outplace_trunc_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1429550Z test_meta_outplace_trunc_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1429670Z test_meta_outplace_unbind_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1429770Z test_meta_outplace_unbind_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1429870Z test_meta_outplace_unbind_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1429970Z test_meta_outplace_unbind_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1430070Z test_meta_outplace_unbind_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1430160Z test_meta_outplace_unbind_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1430290Z test_meta_outplace_unbind_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1430380Z test_meta_outplace_unbind_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1430480Z test_meta_outplace_unbind_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1430580Z test_meta_outplace_unbind_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1430670Z test_meta_outplace_unbind_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1430760Z test_meta_outplace_unbind_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1430860Z test_meta_outplace_unbind_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1430960Z test_meta_outplace_unflatten_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1431060Z test_meta_outplace_unflatten_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1431160Z test_meta_outplace_unflatten_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1431260Z test_meta_outplace_unflatten_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1431360Z test_meta_outplace_unflatten_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1431460Z test_meta_outplace_unflatten_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1431560Z test_meta_outplace_unflatten_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1431660Z test_meta_outplace_unflatten_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1431760Z test_meta_outplace_unflatten_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1431860Z test_meta_outplace_unflatten_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1431950Z test_meta_outplace_unflatten_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1432050Z test_meta_outplace_unflatten_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1432140Z test_meta_outplace_unflatten_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1432250Z test_meta_outplace_unfold_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1432350Z test_meta_outplace_unfold_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1432470Z test_meta_outplace_unfold_copy_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1432580Z test_meta_outplace_unfold_copy_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1432680Z test_meta_outplace_unfold_copy_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1432780Z test_meta_outplace_unfold_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1432880Z test_meta_outplace_unfold_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1432980Z test_meta_outplace_unfold_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1433070Z test_meta_outplace_unfold_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1433170Z test_meta_outplace_unfold_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1433270Z test_meta_outplace_unfold_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1433370Z test_meta_outplace_unfold_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1433490Z test_meta_outplace_unfold_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1433580Z test_meta_outplace_unfold_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1433680Z test_meta_outplace_unfold_cpu_bool (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1433770Z test_meta_outplace_unfold_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1433870Z test_meta_outplace_unfold_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1433970Z test_meta_outplace_unfold_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1434070Z test_meta_outplace_unfold_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1434170Z test_meta_outplace_unfold_cpu_float32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1434260Z test_meta_outplace_unfold_cpu_float64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1434360Z test_meta_outplace_unfold_cpu_int16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1434460Z test_meta_outplace_unfold_cpu_int32 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1434550Z test_meta_outplace_unfold_cpu_int64 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1434640Z test_meta_outplace_unfold_cpu_int8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1434740Z test_meta_outplace_unfold_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1434840Z test_meta_outplace_uniform_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1434940Z test_meta_outplace_uniform_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1435040Z test_meta_outplace_uniform_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1435140Z test_meta_outplace_uniform_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1435240Z test_meta_outplace_uniform_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1435330Z test_meta_outplace_uniform_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1435440Z test_meta_outplace_unique_consecutive_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.520s) 2022-11-23T01:20:48.1435550Z test_meta_outplace_unique_consecutive_cpu_bool (__main__.TestMetaCPU) ... ok (0.520s) 2022-11-23T01:20:48.1435660Z test_meta_outplace_unique_consecutive_cpu_float32 (__main__.TestMetaCPU) ... ok (0.521s) 2022-11-23T01:20:48.1435770Z test_meta_outplace_unique_consecutive_cpu_float64 (__main__.TestMetaCPU) ... ok (0.520s) 2022-11-23T01:20:48.1435870Z test_meta_outplace_unique_consecutive_cpu_int16 (__main__.TestMetaCPU) ... ok (0.520s) 2022-11-23T01:20:48.1435980Z test_meta_outplace_unique_consecutive_cpu_int32 (__main__.TestMetaCPU) ... ok (0.520s) 2022-11-23T01:20:48.1436120Z test_meta_outplace_unique_consecutive_cpu_int64 (__main__.TestMetaCPU) ... ok (0.519s) 2022-11-23T01:20:48.1436230Z test_meta_outplace_unique_consecutive_cpu_int8 (__main__.TestMetaCPU) ... ok (0.520s) 2022-11-23T01:20:48.1436330Z test_meta_outplace_unique_consecutive_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.520s) 2022-11-23T01:20:48.1436430Z test_meta_outplace_unique_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (1.040s) 2022-11-23T01:20:48.1436520Z test_meta_outplace_unique_cpu_bool (__main__.TestMetaCPU) ... ok (1.039s) 2022-11-23T01:20:48.1436620Z test_meta_outplace_unique_cpu_float32 (__main__.TestMetaCPU) ... ok (1.040s) 2022-11-23T01:20:48.1436720Z test_meta_outplace_unique_cpu_float64 (__main__.TestMetaCPU) ... ok (1.040s) 2022-11-23T01:20:48.1436810Z test_meta_outplace_unique_cpu_int16 (__main__.TestMetaCPU) ... ok (1.039s) 2022-11-23T01:20:48.1436910Z test_meta_outplace_unique_cpu_int32 (__main__.TestMetaCPU) ... ok (1.040s) 2022-11-23T01:20:48.1437000Z test_meta_outplace_unique_cpu_int64 (__main__.TestMetaCPU) ... ok (1.040s) 2022-11-23T01:20:48.1437090Z test_meta_outplace_unique_cpu_int8 (__main__.TestMetaCPU) ... ok (1.038s) 2022-11-23T01:20:48.1437220Z test_meta_outplace_unique_cpu_uint8 (__main__.TestMetaCPU) ... ok (1.040s) 2022-11-23T01:20:48.1437320Z test_meta_outplace_unsqueeze_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1437420Z test_meta_outplace_unsqueeze_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1437530Z test_meta_outplace_unsqueeze_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1437630Z test_meta_outplace_unsqueeze_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1437730Z test_meta_outplace_unsqueeze_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1437830Z test_meta_outplace_unsqueeze_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1437930Z test_meta_outplace_unsqueeze_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1438030Z test_meta_outplace_unsqueeze_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1438120Z test_meta_outplace_unsqueeze_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1438220Z test_meta_outplace_unsqueeze_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1438320Z test_meta_outplace_unsqueeze_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1438410Z test_meta_outplace_unsqueeze_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1438510Z test_meta_outplace_unsqueeze_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1438600Z test_meta_outplace_var_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1438700Z test_meta_outplace_var_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1438800Z test_meta_outplace_var_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1438890Z test_meta_outplace_var_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1438980Z test_meta_outplace_var_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1439080Z test_meta_outplace_var_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1439180Z test_meta_outplace_var_mean_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1439280Z test_meta_outplace_var_mean_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1439380Z test_meta_outplace_var_mean_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1439480Z test_meta_outplace_var_mean_cpu_float16 (__main__.TestMetaCPU) ... ok (0.003s) 2022-11-23T01:20:48.1439580Z test_meta_outplace_var_mean_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1439670Z test_meta_outplace_var_mean_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1439770Z test_meta_outplace_vdot_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1439890Z test_meta_outplace_vdot_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1439990Z test_meta_outplace_vdot_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1440080Z test_meta_outplace_vdot_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1440180Z test_meta_outplace_vdot_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1440270Z test_meta_outplace_vdot_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1440360Z test_meta_outplace_vdot_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1440450Z test_meta_outplace_vdot_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1440550Z test_meta_outplace_vdot_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1440640Z test_meta_outplace_vdot_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1440750Z test_meta_outplace_view_as_complex_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1440880Z test_meta_outplace_view_as_complex_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1440980Z test_meta_outplace_view_as_complex_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1441080Z test_meta_outplace_view_as_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1441180Z test_meta_outplace_view_as_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1441280Z test_meta_outplace_view_as_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1441380Z test_meta_outplace_view_as_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1441480Z test_meta_outplace_view_as_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1441580Z test_meta_outplace_view_as_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1441670Z test_meta_outplace_view_as_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1441770Z test_meta_outplace_view_as_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1441870Z test_meta_outplace_view_as_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1441960Z test_meta_outplace_view_as_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1442050Z test_meta_outplace_view_as_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1442150Z test_meta_outplace_view_as_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1442240Z test_meta_outplace_view_as_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1442340Z test_meta_outplace_view_as_real_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1442450Z test_meta_outplace_view_as_real_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1442550Z test_meta_outplace_view_copy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1442650Z test_meta_outplace_view_copy_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1442750Z test_meta_outplace_view_copy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1442850Z test_meta_outplace_view_copy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1442940Z test_meta_outplace_view_copy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1443040Z test_meta_outplace_view_copy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1443140Z test_meta_outplace_view_copy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1443230Z test_meta_outplace_view_copy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1443330Z test_meta_outplace_view_copy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1443420Z test_meta_outplace_view_copy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1443540Z test_meta_outplace_view_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1443630Z test_meta_outplace_view_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1443730Z test_meta_outplace_view_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1443830Z test_meta_outplace_view_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1443920Z test_meta_outplace_view_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444020Z test_meta_outplace_view_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444110Z test_meta_outplace_view_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444210Z test_meta_outplace_view_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444300Z test_meta_outplace_view_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444400Z test_meta_outplace_view_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444490Z test_meta_outplace_view_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444600Z test_meta_outplace_view_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444700Z test_meta_outplace_view_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444790Z test_meta_outplace_vsplit_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444890Z test_meta_outplace_vsplit_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1444990Z test_meta_outplace_vsplit_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1445090Z test_meta_outplace_vsplit_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1445190Z test_meta_outplace_vsplit_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1445290Z test_meta_outplace_vsplit_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1445380Z test_meta_outplace_vsplit_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1445480Z test_meta_outplace_vsplit_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1445580Z test_meta_outplace_vsplit_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1445670Z test_meta_outplace_vsplit_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1445760Z test_meta_outplace_vsplit_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1445860Z test_meta_outplace_vsplit_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1445950Z test_meta_outplace_vsplit_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1446050Z test_meta_outplace_vstack_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1446150Z test_meta_outplace_vstack_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1446250Z test_meta_outplace_vstack_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1446350Z test_meta_outplace_vstack_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1446450Z test_meta_outplace_vstack_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1446540Z test_meta_outplace_vstack_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1446640Z test_meta_outplace_vstack_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1446730Z test_meta_outplace_vstack_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1446830Z test_meta_outplace_vstack_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1446930Z test_meta_outplace_vstack_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1447020Z test_meta_outplace_vstack_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1447110Z test_meta_outplace_vstack_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1447210Z test_meta_outplace_vstack_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1447320Z test_meta_outplace_where_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1447410Z test_meta_outplace_where_cpu_bool (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1447510Z test_meta_outplace_where_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1447610Z test_meta_outplace_where_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1447710Z test_meta_outplace_where_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1447800Z test_meta_outplace_where_cpu_float16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1447900Z test_meta_outplace_where_cpu_float32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1447990Z test_meta_outplace_where_cpu_float64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1448080Z test_meta_outplace_where_cpu_int16 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1448180Z test_meta_outplace_where_cpu_int32 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1448290Z test_meta_outplace_where_cpu_int64 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1448380Z test_meta_outplace_where_cpu_int8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1448470Z test_meta_outplace_where_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.002s) 2022-11-23T01:20:48.1448570Z test_meta_outplace_xlogy_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1448660Z test_meta_outplace_xlogy_cpu_bool (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1448760Z test_meta_outplace_xlogy_cpu_float16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1448850Z test_meta_outplace_xlogy_cpu_float32 (__main__.TestMetaCPU) ... ok (0.007s) 2022-11-23T01:20:48.1448950Z test_meta_outplace_xlogy_cpu_float64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1449040Z test_meta_outplace_xlogy_cpu_int16 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1449130Z test_meta_outplace_xlogy_cpu_int32 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1449220Z test_meta_outplace_xlogy_cpu_int64 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1449320Z test_meta_outplace_xlogy_cpu_int8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1449410Z test_meta_outplace_xlogy_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.008s) 2022-11-23T01:20:48.1453110Z test_meta_outplace_zero__cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1453210Z test_meta_outplace_zero__cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1453310Z test_meta_outplace_zero__cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1453400Z test_meta_outplace_zero__cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1453500Z test_meta_outplace_zero__cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1453590Z test_meta_outplace_zero__cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1453690Z test_meta_outplace_zero__cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1453780Z test_meta_outplace_zero__cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1453870Z test_meta_outplace_zero__cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1453960Z test_meta_outplace_zero__cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1454050Z test_meta_outplace_zero__cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1454140Z test_meta_outplace_zero__cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1454240Z test_meta_outplace_zeros_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1454330Z test_meta_outplace_zeros_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1454430Z test_meta_outplace_zeros_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1454610Z test_meta_outplace_zeros_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1454710Z test_meta_outplace_zeros_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1454810Z test_meta_outplace_zeros_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1454900Z test_meta_outplace_zeros_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1454990Z test_meta_outplace_zeros_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1455080Z test_meta_outplace_zeros_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1455170Z test_meta_outplace_zeros_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1455260Z test_meta_outplace_zeros_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1455360Z test_meta_outplace_zeros_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1455440Z test_meta_outplace_zeros_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1455550Z test_meta_outplace_zeros_like_cpu_bfloat16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1455710Z test_meta_outplace_zeros_like_cpu_bool (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1455810Z test_meta_outplace_zeros_like_cpu_complex128 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1455920Z test_meta_outplace_zeros_like_cpu_complex32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1456020Z test_meta_outplace_zeros_like_cpu_complex64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1456120Z test_meta_outplace_zeros_like_cpu_float16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1456220Z test_meta_outplace_zeros_like_cpu_float32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1456320Z test_meta_outplace_zeros_like_cpu_float64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1456420Z test_meta_outplace_zeros_like_cpu_int16 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1456520Z test_meta_outplace_zeros_like_cpu_int32 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1456620Z test_meta_outplace_zeros_like_cpu_int64 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1456720Z test_meta_outplace_zeros_like_cpu_int8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1456810Z test_meta_outplace_zeros_like_cpu_uint8 (__main__.TestMetaCPU) ... ok (0.001s) 2022-11-23T01:20:48.1456900Z test_channels_last (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1457000Z test_channels_last_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1457100Z test_channels_last_non_leaf (__main__.TestMetaConverter) ... ok (0.033s) 2022-11-23T01:20:48.1457200Z test_complex_noncontiguous_bug (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1457300Z test_empty_strided_non_dense_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1457380Z test_imag (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1457460Z test_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1457550Z test_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1458040Z test_non_leaf_torture (__main__.TestMetaConverter) ... /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:48.1458100Z warnings.warn(message, UserWarning) 2022-11-23T01:20:48.1458150Z ok (0.001s) 2022-11-23T01:20:48.1458250Z test_requires_grad_false (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1458350Z test_tensor_outlives_converter (__main__.TestMetaConverter) ... ok (0.000s) 2022-11-23T01:20:48.1458440Z test_view_as_complex (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1458550Z test_view_as_real (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1458640Z test_view_dtype (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1458730Z test_view_of_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1458820Z test_view_of_non_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1458920Z test_view_of_view_of_leaf (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1459000Z test_weakref (__main__.TestMetaConverter) ... ok (0.001s) 2022-11-23T01:20:48.1459010Z 2022-11-23T01:20:48.1459150Z ---------------------------------------------------------------------- 2022-11-23T01:20:48.1459210Z Ran 32738 tests in 341.596s 2022-11-23T01:20:48.1459210Z 2022-11-23T01:20:48.1459260Z OK (skipped=14101) 2022-11-23T01:20:48.1459260Z 2022-11-23T01:20:48.1459320Z Generating XML reports... 2022-11-23T01:20:48.1459500Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaCPU-20221123011503.xml 2022-11-23T01:20:48.1459700Z Generated XML report: test-reports/python-unittest/test_meta/TEST-TestMetaConverter-20221123011503.xml 2022-11-23T01:20:48.1459730Z 2022-11-23T01:20:48.1460050Z ##[endgroup] 2022-11-23T01:20:48.1460270Z FINISHED PRINTING LOG FILE of test_meta (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_meta_g6n_77j8) 2022-11-23T01:20:48.1460270Z 2022-11-23T01:20:48.8150100Z Running test_proxy_tensor ... [2022-11-23 01:20:48.814832] 2022-11-23T01:20:48.8151500Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:20:48.815022] 2022-11-23T01:20:48.8151580Z Ignoring disabled issues: [] 2022-11-23T01:22:40.0836360Z 2022-11-23T01:22:40.0836760Z Expand the folded group to see the log file of test_dataloader 2022-11-23T01:22:40.0837470Z ##[group]PRINTING LOG FILE of test_dataloader (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_dataloader_u3iv4ejx) 2022-11-23T01:22:40.0837670Z 2022-11-23T01:22:40.0837840Z Running tests... 2022-11-23T01:22:40.0838190Z ---------------------------------------------------------------------- 2022-11-23T01:22:40.0839350Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-11-23T01:22:40.0839610Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-11-23T01:22:40.0840680Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:22:40.0840970Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.139s) 2022-11-23T01:22:40.0841200Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-11-23T01:22:40.0841430Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-11-23T01:22:40.0841680Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.000s) 2022-11-23T01:22:40.0841930Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.000s) 2022-11-23T01:22:40.0842180Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.001s) 2022-11-23T01:22:40.0842660Z test_conv_after_fork (__main__.TestConvAfterFork) ... /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:22:40.0843050Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0843430Z /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:22:40.0843750Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0843930Z ok (0.909s) 2022-11-23T01:22:40.0844130Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:22:40.0852750Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:22:40.0853310Z test_batch_sampler (__main__.TestDataLoader) ... /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:22:40.0853680Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0854080Z /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:22:40.0854710Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0855090Z /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:22:40.0855400Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0855760Z /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:22:40.0873090Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0873510Z /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:22:40.0873810Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0874190Z /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:22:40.0874510Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0874880Z /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:22:40.0875170Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0875540Z /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:22:40.0875830Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0876210Z /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:22:40.0876490Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0876850Z /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:22:40.0877140Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0877520Z /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:22:40.0877800Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0878160Z /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:22:40.0878450Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0878810Z /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:22:40.0879090Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0879590Z /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:22:40.0879900Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0888420Z /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:22:40.0888700Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0889050Z /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:22:40.0889340Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0889510Z ok (2.138s) 2022-11-23T01:22:40.0890080Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:22:40.0890860Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... /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:22:40.0891190Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0891560Z /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:22:40.0891840Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0892200Z /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:22:40.0892480Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0892830Z /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:22:40.0893120Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0893480Z /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:22:40.0893760Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0894120Z /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:22:40.0894410Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0894770Z /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:22:40.0895050Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0895410Z /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:22:40.0895700Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0895860Z ok (20.943s) 2022-11-23T01:22:40.0896250Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... /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:22:40.0896580Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0897030Z /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:22:40.0897320Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0897690Z /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:22:40.0897970Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0898320Z /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:22:40.0898600Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0898770Z ok (11.456s) 2022-11-23T01:22:40.0898950Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:22:40.0899190Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0899500Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0899730Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0900650Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/_utils/collate.py:172: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /Users/runner/work/pytorch/pytorch/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-11-23T01:22:40.0901340Z return collate([torch.as_tensor(b) for b in batch], collate_fn_map=collate_fn_map) 2022-11-23T01:22:40.0901520Z ok (0.017s) 2022-11-23T01:22:40.0901710Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0901950Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0902190Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0902430Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0902670Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.000s) 2022-11-23T01:22:40.0902910Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0903150Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0903390Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0903600Z test_error (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0904010Z test_error_in_init (__main__.TestDataLoader) ... /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:22:40.0904330Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0904680Z /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:22:40.0904960Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0905320Z /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:22:40.0905610Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0906030Z /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:22:40.0906330Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0906690Z /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:22:40.0906970Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0907320Z /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:22:40.0907600Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0907950Z /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:22:40.0908290Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0908660Z /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:22:40.0908950Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0909110Z ok (1.666s) 2022-11-23T01:22:40.0909480Z test_error_workers (__main__.TestDataLoader) ... /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:22:40.0909780Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0910140Z /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:22:40.0910430Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0910790Z /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:22:40.0911070Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0911420Z /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:22:40.0911710Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0912060Z /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:22:40.0912340Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0912690Z /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:22:40.0912980Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0913340Z /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:22:40.0913610Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0913970Z /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:22:40.0914250Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0914410Z ok (1.006s) 2022-11-23T01:22:40.0914590Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.007s) 2022-11-23T01:22:40.0914870Z test_fd_limit_exceeded (__main__.TestDataLoader) ... ok (0.848s) 2022-11-23T01:22:40.0915300Z test_get_worker_info (__main__.TestDataLoader) ... /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:22:40.0915610Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0915970Z /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:22:40.0916260Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0916420Z ok (11.543s) 2022-11-23T01:22:40.0916580Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:22:40.0916800Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.0917030Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.003s) 2022-11-23T01:22:40.0917530Z test_iterable_style_dataset (__main__.TestDataLoader) ... /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:22:40.0917850Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0918210Z /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:22:40.0918490Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0918840Z /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:22:40.0919130Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0919490Z /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:22:40.0919780Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0920130Z /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:22:40.0920410Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0920760Z /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:22:40.0921050Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0921410Z /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:22:40.0921680Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0922030Z /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:22:40.0922310Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0922660Z /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:22:40.0922940Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0923290Z /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:22:40.0923590Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0924010Z /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:22:40.0924320Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0924700Z /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:22:40.0924990Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0925350Z /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:22:40.0925620Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0925980Z /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:22:40.0926310Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0932580Z /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:22:40.0932860Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0933230Z /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:22:40.0933520Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0933880Z /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:22:40.0934160Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0934520Z /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:22:40.0934800Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0935160Z /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:22:40.0935430Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0935780Z /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:22:40.0936060Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0936410Z /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:22:40.0936680Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0937040Z /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:22:40.0937320Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0937690Z /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:22:40.0937980Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0938330Z /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:22:40.0938800Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0939170Z /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:22:40.0939440Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0939790Z /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:22:40.0940080Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0940430Z /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:22:40.0940710Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0941060Z /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:22:40.0941410Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0941770Z /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:22:40.0942050Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0942400Z /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:22:40.0942690Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0943040Z /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:22:40.0943320Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0943680Z /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:22:40.0943960Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0944310Z /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:22:40.0944590Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0944940Z /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:22:40.0945230Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0945600Z /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:22:40.0945890Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0946250Z /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:22:40.0946530Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0946890Z /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:22:40.0947160Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0947510Z /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:22:40.0947840Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0948190Z /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:22:40.0948470Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0948830Z /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:22:40.0949110Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0949470Z /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:22:40.0949760Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0950120Z /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:22:40.0950470Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0950820Z /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:22:40.0951100Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0951450Z /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:22:40.0951740Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0952090Z /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:22:40.0952370Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0952720Z /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:22:40.0953010Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0953370Z /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:22:40.0953640Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0953990Z /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:22:40.0954280Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0954640Z /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:22:40.0954920Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0955270Z /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:22:40.0955540Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0955890Z /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:22:40.0956160Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0956560Z /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:22:40.0956850Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0957210Z /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:22:40.0957490Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0957850Z /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:22:40.0958140Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0958490Z /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:22:40.0958770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0959170Z /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:22:40.0959450Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0959790Z /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:22:40.0960070Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0960430Z /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:22:40.0960710Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0961080Z /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:22:40.0961370Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0961730Z /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:22:40.0962010Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0962360Z /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:22:40.0962640Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0962990Z /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:22:40.0963270Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0963610Z /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:22:40.0963890Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0964240Z /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:22:40.0964530Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0964890Z /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:22:40.0965180Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0965580Z /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:22:40.0965880Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0966240Z /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:22:40.0966510Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0966870Z /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:22:40.0967140Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0967500Z /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:22:40.0967780Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0968180Z /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:22:40.0968470Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0968820Z /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:22:40.0969100Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0969450Z /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:22:40.0969740Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0970100Z /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:22:40.0970370Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0970720Z /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:22:40.0971010Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0976740Z /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:22:40.0977030Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0977390Z /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:22:40.0977690Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0978060Z /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:22:40.0978340Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0978710Z /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:22:40.0978990Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0979350Z /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:22:40.0979630Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0980100Z /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:22:40.0980390Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0980740Z /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:22:40.0981010Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0981360Z /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:22:40.0981650Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0982010Z /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:22:40.0982380Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0982740Z /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:22:40.0983030Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0983390Z /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:22:40.0983670Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0984020Z /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:22:40.0984290Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0984640Z /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:22:40.0984920Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0985270Z /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:22:40.0985550Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0985920Z /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:22:40.0986200Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0986570Z /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:22:40.0986850Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0987020Z ok (146.772s) 2022-11-23T01:22:40.0987190Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:22:40.0987620Z test_large_sampler_indices (__main__.TestDataLoader) ... /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:22:40.0987950Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0988310Z /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:22:40.0988600Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0988760Z ok (1.518s) 2022-11-23T01:22:40.0988980Z test_len (__main__.TestDataLoader) ... ok (0.008s) 2022-11-23T01:22:40.0989420Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... /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:22:40.0989750Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0990100Z /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:22:40.0990370Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0990720Z /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:22:40.0991010Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0991370Z /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:22:40.0991720Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0992080Z /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:22:40.0992350Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0992690Z /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:22:40.0992970Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0993320Z /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:22:40.0993610Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0993970Z /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:22:40.0994250Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0994600Z /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:22:40.0994880Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0995230Z /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:22:40.0995510Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0995860Z /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:22:40.0996140Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0996510Z /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:22:40.0996790Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0996950Z ok (32.309s) 2022-11-23T01:22:40.0997330Z test_multiple_dataloaders (__main__.TestDataLoader) ... /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:22:40.0997660Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0998060Z /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:22:40.0998340Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0998690Z /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:22:40.0998960Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.0999320Z /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:22:40.0999610Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.0999970Z /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:22:40.1000320Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1000690Z /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:22:40.1000980Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1001340Z /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:22:40.1001620Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1001970Z /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:22:40.1002260Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1002620Z /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:22:40.1002890Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1003250Z /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:22:40.1003540Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1003900Z /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:22:40.1004180Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1004530Z /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:22:40.1004820Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1005160Z [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:22:40.1005590Z [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:22:40.1006040Z /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:22:40.1006330Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1006740Z /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:22:40.1007040Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1007410Z /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:22:40.1007690Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1008050Z /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:22:40.1008330Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1008690Z /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:22:40.1008970Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1009370Z /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:22:40.1009640Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1009990Z /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:22:40.1010280Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1010650Z /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:22:40.1010930Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1011100Z ok (3.705s) 2022-11-23T01:22:40.1011300Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: Not working on macos (0.001s) 2022-11-23T01:22:40.1011940Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:22:40.1012590Z test_no_segfault (__main__.TestDataLoader) ... /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:22:40.1012910Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1013270Z /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:22:40.1013560Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1013720Z ok (2.856s) 2022-11-23T01:22:40.1013880Z test_numpy (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:22:40.1014080Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:22:40.1014290Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.1014480Z test_partial_workers (__main__.TestDataLoader) 2022-11-23T01:22:40.1014910Z Check that workers exit even if the iterator is not exhausted. ... /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:22:40.1020790Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1021330Z /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:22:40.1021620Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1021990Z /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:22:40.1022270Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1022620Z /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:22:40.1022900Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1023260Z /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:22:40.1023540Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1023900Z /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:22:40.1024250Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1024610Z /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:22:40.1024890Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1025240Z /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:22:40.1025530Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1025700Z ok (1.108s) 2022-11-23T01:22:40.1025860Z test_proper_exit (__main__.TestDataLoader) 2022-11-23T01:22:40.1026520Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T01:22:40.1027010Z test_random_sampler (__main__.TestDataLoader) ... ok (0.002s) 2022-11-23T01:22:40.1027240Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.1027490Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.1027910Z test_sampler (__main__.TestDataLoader) ... /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:22:40.1028240Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1028590Z /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:22:40.1028890Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1029250Z /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:22:40.1029530Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1029880Z /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:22:40.1030160Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1030560Z /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:22:40.1030840Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1031190Z /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:22:40.1031480Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1031830Z /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:22:40.1032100Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1032450Z /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:22:40.1032790Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1033140Z /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:22:40.1033420Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1033760Z /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:22:40.1034050Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1034400Z /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:22:40.1034670Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1035020Z /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:22:40.1035300Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1035650Z /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:22:40.1035920Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1036270Z /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:22:40.1036550Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1036900Z /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:22:40.1037170Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1037520Z /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:22:40.1037800Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1037960Z ok (2.049s) 2022-11-23T01:22:40.1038140Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.010s) 2022-11-23T01:22:40.1038550Z test_segfault (__main__.TestDataLoader) ... /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:22:40.1038850Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1039260Z /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:22:40.1039560Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1039720Z ok (1.389s) 2022-11-23T01:22:40.1040100Z test_seqential_batch_workers (__main__.TestDataLoader) ... /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:22:40.1040410Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1040760Z /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:22:40.1041040Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1041390Z /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:22:40.1041730Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1042080Z /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:22:40.1042360Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1042710Z /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:22:40.1042980Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1043330Z /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:22:40.1043610Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1043960Z /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:22:40.1044240Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1044580Z /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:22:40.1044870Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1045030Z ok (1.175s) 2022-11-23T01:22:40.1045420Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... /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:22:40.1045750Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1046100Z /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:22:40.1046380Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1046740Z /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:22:40.1047010Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1047360Z /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:22:40.1047650Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1048060Z /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:22:40.1048340Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1048690Z /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:22:40.1048970Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1049320Z /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:22:40.1049590Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1049940Z /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:22:40.1050220Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1050430Z ok (1.022s) 2022-11-23T01:22:40.1050600Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.013s) 2022-11-23T01:22:40.1050810Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.007s) 2022-11-23T01:22:40.1051040Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:22:40.1051480Z test_sequential_workers (__main__.TestDataLoader) ... /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:22:40.1051790Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1052140Z /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:22:40.1052420Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1052780Z /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:22:40.1053050Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1053400Z /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:22:40.1053680Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1054030Z /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:22:40.1054300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1054650Z /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:22:40.1054940Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1055290Z /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:22:40.1055570Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1055910Z /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:22:40.1056200Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1056360Z ok (1.032s) 2022-11-23T01:22:40.1056510Z test_shuffle (__main__.TestDataLoader) ... ok (0.022s) 2022-11-23T01:22:40.1056710Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.019s) 2022-11-23T01:22:40.1056990Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.020s) 2022-11-23T01:22:40.1057590Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:22:40.1058250Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... /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:22:40.1058570Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1064600Z /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:22:40.1064900Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1065430Z /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:22:40.1065710Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1066050Z /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:22:40.1066340Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1066690Z /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:22:40.1066960Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1067310Z /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:22:40.1067600Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1067950Z /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:22:40.1068230Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1068580Z /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:22:40.1068850Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1069020Z ok (1.024s) 2022-11-23T01:22:40.1069210Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:22:40.1069660Z test_shuffle_reproducibility (__main__.TestDataLoader) ... /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:22:40.1069990Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1070340Z /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:22:40.1070620Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1070970Z /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:22:40.1071250Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1071670Z /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:22:40.1071960Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1072320Z /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:22:40.1072590Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1072970Z /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:22:40.1073250Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1073590Z /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:22:40.1073880Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1074310Z /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:22:40.1074590Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1074750Z ok (1.713s) 2022-11-23T01:22:40.1075280Z test_shuffle_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84032 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:22:40.1075920Z test_timeout (__main__.TestDataLoader) ... /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:22:40.1076220Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1076570Z /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:22:40.1076850Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1077010Z ok (1.769s) 2022-11-23T01:22:40.1077170Z test_typing (__main__.TestDataLoader) ... ok (0.001s) 2022-11-23T01:22:40.1077570Z test_worker_init_fn (__main__.TestDataLoader) ... /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:22:40.1077880Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1078230Z /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:22:40.1078510Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1078850Z /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:22:40.1079130Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1079480Z /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:22:40.1079760Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1079920Z ok (10.786s) 2022-11-23T01:22:40.1080280Z test_worker_seed (__main__.TestDataLoader) ... /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:22:40.1080650Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1081000Z /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:22:40.1081270Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1081620Z /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:22:40.1081890Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1082230Z /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:22:40.1082500Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1082850Z /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:22:40.1083190Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1083540Z /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:22:40.1083810Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1084160Z /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:22:40.1084440Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1084800Z /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:22:40.1085080Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1085440Z /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:22:40.1085720Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1086080Z /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:22:40.1086370Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1086720Z /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:22:40.1087000Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1087360Z /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:22:40.1087640Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1087800Z ok (31.530s) 2022-11-23T01:22:40.1088180Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... /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:22:40.1088510Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1088860Z /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:22:40.1089130Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1089530Z /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:22:40.1089820Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1090160Z /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:22:40.1090430Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1090780Z /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:22:40.1091070Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1091420Z /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:22:40.1091760Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1092120Z /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:22:40.1092390Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1092750Z /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:22:40.1093030Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1093380Z /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:22:40.1093650Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1094000Z /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:22:40.1094280Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1094630Z /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:22:40.1094900Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1095250Z /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:22:40.1095530Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1095880Z /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:22:40.1096160Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1096500Z /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:22:40.1096780Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1097120Z /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:22:40.1097390Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1097740Z /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:22:40.1098020Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1098480Z /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:22:40.1098770Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1099140Z /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:22:40.1099420Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1099770Z /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:22:40.1100040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1100390Z /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:22:40.1100770Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1101120Z /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:22:40.1101400Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1101740Z /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:22:40.1102020Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1102370Z /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:22:40.1102660Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1108720Z /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:22:40.1109010Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1109170Z ok (62.963s) 2022-11-23T01:22:40.1109730Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70756 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:22:40.1110600Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:22:40.1111290Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1111640Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1111990Z /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:22:40.1112270Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1112780Z /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:22:40.1113070Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1113420Z /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:22:40.1113700Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1114050Z /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:22:40.1114330Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1114680Z /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:22:40.1114970Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1115400Z /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:22:40.1115680Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1116030Z /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:22:40.1116310Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1116470Z ok (20.970s) 2022-11-23T01:22:40.1116880Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1117230Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1117570Z /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:22:40.1117870Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1118220Z /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:22:40.1118500Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1118850Z /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:22:40.1119130Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1119290Z ok (11.480s) 2022-11-23T01:22:40.1119690Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1120030Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1120380Z /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:22:40.1120660Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1121010Z /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:22:40.1121290Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1121710Z /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:22:40.1122000Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1122170Z ok (10.789s) 2022-11-23T01:22:40.1122370Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:22:40.1122660Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1122930Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1123210Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1123490Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.007s) 2022-11-23T01:22:40.1123770Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1124060Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.006s) 2022-11-23T01:22:40.1124390Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-11-23T01:22:40.1124670Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1124960Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:22:40.1125250Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-11-23T01:22:40.1125540Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1125820Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1126450Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74868 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:22:40.1126920Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1127380Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1127710Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1128060Z /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:22:40.1128340Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1128690Z /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:22:40.1128980Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1129340Z /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:22:40.1129630Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1129990Z /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:22:40.1130260Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1130600Z /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:22:40.1130950Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1131310Z /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:22:40.1131600Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1131950Z /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:22:40.1132230Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1132400Z ok (1.637s) 2022-11-23T01:22:40.1132790Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1133130Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1133530Z /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:22:40.1133820Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1134170Z /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:22:40.1134440Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1134790Z /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:22:40.1135070Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1135420Z /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:22:40.1135700Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1136040Z /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:22:40.1136320Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1136680Z /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:22:40.1136950Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1137300Z /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:22:40.1137580Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1137750Z ok (0.840s) 2022-11-23T01:22:40.1137950Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (20.031s) 2022-11-23T01:22:40.1138230Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... ok (1.633s) 2022-11-23T01:22:40.1138860Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74075 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:22:40.1139340Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1139610Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1140050Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:22:40.1140730Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62968 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T01:22:40.1141220Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1141690Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1142040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1142400Z /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:22:40.1142810Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1142970Z ok (1.478s) 2022-11-23T01:22:40.1143150Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.004s) 2022-11-23T01:22:40.1143630Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1143990Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1144340Z /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:22:40.1144610Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1144970Z /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:22:40.1145250Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1145610Z /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:22:40.1145890Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1146060Z ok (10.772s) 2022-11-23T01:22:40.1146610Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70947 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:22:40.1147110Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Not working on macos (0.001s) 2022-11-23T01:22:40.1147780Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:22:40.1148680Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70968 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:22:40.1149160Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1149400Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:22:40.1149660Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1155530Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T01:22:40.1156070Z Check that workers exit even if the iterator is not exhausted. ... /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:22:40.1156400Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1156750Z /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:22:40.1157040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1157540Z /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:22:40.1157820Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1158170Z /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:22:40.1158440Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1158790Z /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:22:40.1159070Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1159430Z /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:22:40.1159720Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1160080Z /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:22:40.1160360Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1160720Z /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:22:40.1161000Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1161160Z ok (1.235s) 2022-11-23T01:22:40.1161340Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-11-23T01:22:40.1162020Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T01:22:40.1162540Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.002s) 2022-11-23T01:22:40.1162820Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1163110Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1163670Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1164020Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1164380Z /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:22:40.1164660Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1165020Z /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:22:40.1165290Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1165640Z /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:22:40.1165920Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1166360Z /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:22:40.1166630Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1166980Z /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:22:40.1167260Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1167610Z /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:22:40.1167880Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1168230Z /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:22:40.1168510Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1168860Z /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:22:40.1169140Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1169480Z /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:22:40.1169760Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1170110Z /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:22:40.1170390Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1170730Z /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:22:40.1171010Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1171360Z /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:22:40.1171630Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1171970Z /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:22:40.1172250Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1172720Z /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:22:40.1173010Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1173380Z /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:22:40.1173660Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1173820Z ok (1.950s) 2022-11-23T01:22:40.1174020Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.009s) 2022-11-23T01:22:40.1174650Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81082 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:22:40.1175420Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1175760Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1176120Z /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:22:40.1176400Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1176760Z /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:22:40.1177030Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1177380Z /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:22:40.1177670Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1178020Z /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:22:40.1178290Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1178640Z /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:22:40.1178920Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1179270Z /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:22:40.1179550Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1179890Z /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:22:40.1180180Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1180340Z ok (0.990s) 2022-11-23T01:22:40.1180760Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1181120Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1181560Z /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:22:40.1181860Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1182220Z /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:22:40.1182490Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1182840Z /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:22:40.1183120Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1183470Z /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:22:40.1183740Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1184090Z /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:22:40.1184470Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1184830Z /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:22:40.1185100Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1185450Z /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:22:40.1185730Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1185890Z ok (0.991s) 2022-11-23T01:22:40.1186080Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.013s) 2022-11-23T01:22:40.1186350Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.007s) 2022-11-23T01:22:40.1186630Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:22:40.1187120Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1187460Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1187810Z /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:22:40.1188100Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1188450Z /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:22:40.1188730Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1189080Z /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:22:40.1189360Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1189710Z /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:22:40.1189990Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1190330Z /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:22:40.1190690Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1191060Z /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:22:40.1191330Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1191680Z /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:22:40.1191950Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1192120Z ok (1.018s) 2022-11-23T01:22:40.1192300Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.022s) 2022-11-23T01:22:40.1192550Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.019s) 2022-11-23T01:22:40.1192800Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.020s) 2022-11-23T01:22:40.1193510Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:22:40.1194390Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83659 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:22:40.1194900Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:22:40.1195400Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1195740Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1201780Z /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:22:40.1202120Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1202520Z /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:22:40.1202800Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1203180Z /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:22:40.1203470Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1203820Z /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:22:40.1204100Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1204440Z /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:22:40.1204710Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1205070Z /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:22:40.1205540Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1205940Z /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:22:40.1206220Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1206380Z ok (1.634s) 2022-11-23T01:22:40.1206950Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84032 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:22:40.1207780Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:22:40.1208370Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.001s) 2022-11-23T01:22:40.1208840Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... /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:22:40.1209180Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1209520Z /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:22:40.1209800Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1210150Z /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:22:40.1210430Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1210790Z /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:22:40.1211080Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1211240Z ok (10.766s) 2022-11-23T01:22:40.1211770Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62969 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:22:40.1212600Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62970 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:22:40.1213070Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-11-23T01:22:40.1213330Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.000s) 2022-11-23T01:22:40.1213570Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-11-23T01:22:40.1213820Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-11-23T01:22:40.1214060Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-11-23T01:22:40.1214300Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-11-23T01:22:40.1214600Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-11-23T01:22:40.1214840Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-11-23T01:22:40.1215040Z Indices generated by random_split ... ok (0.002s) 2022-11-23T01:22:40.1215250Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-11-23T01:22:40.1215500Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:22:40.1215750Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:22:40.1216010Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:22:40.1216460Z test_sequential_batch (__main__.TestDictDataLoader) ... /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:22:40.1216780Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:22:40.1217200Z /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:22:40.1217490Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:22:40.1217650Z ok (5.725s) 2022-11-23T01:22:40.1218210Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux, win. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:22:40.1218670Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.002s) 2022-11-23T01:22:40.1218950Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... skip: os.sched_setaffinity is not available (0.000s) 2022-11-23T01:22:40.1219220Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:22:40.1219450Z test_getitem (__main__.TestTensorDataset) ... ok (0.002s) 2022-11-23T01:22:40.1219650Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.002s) 2022-11-23T01:22:40.1219850Z test_len (__main__.TestTensorDataset) ... ok (0.001s) 2022-11-23T01:22:40.1220050Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.002s) 2022-11-23T01:22:40.1220260Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.001s) 2022-11-23T01:22:40.1220380Z 2022-11-23T01:22:40.1220530Z ---------------------------------------------------------------------- 2022-11-23T01:22:40.1220710Z Ran 164 tests in 459.664s 2022-11-23T01:22:40.1220800Z 2022-11-23T01:22:40.1220840Z OK (skipped=36) 2022-11-23T01:22:40.1220920Z 2022-11-23T01:22:40.1220980Z Generating XML reports... 2022-11-23T01:22:40.1221270Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221123011500.xml 2022-11-23T01:22:40.1221650Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221123011500.xml 2022-11-23T01:22:40.1222000Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221123011500.xml 2022-11-23T01:22:40.1222390Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221123011500.xml 2022-11-23T01:22:40.1222790Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221123011500.xml 2022-11-23T01:22:40.1223170Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221123011500.xml 2022-11-23T01:22:40.1223550Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221123011500.xml 2022-11-23T01:22:40.1224020Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221123011500.xml 2022-11-23T01:22:40.1224440Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221123011500.xml 2022-11-23T01:22:40.1224830Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221123011500.xml 2022-11-23T01:22:40.1225210Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221123011500.xml 2022-11-23T01:22:40.1225580Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221123011500.xml 2022-11-23T01:22:40.1225940Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221123011500.xml 2022-11-23T01:22:40.1226120Z 2022-11-23T01:22:40.1226400Z ##[endgroup] 2022-11-23T01:22:40.1226700Z FINISHED PRINTING LOG FILE of test_dataloader (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_dataloader_u3iv4ejx) 2022-11-23T01:22:40.1227000Z 2022-11-23T01:22:41.2669430Z Running test_jit_fuser_te ... [2022-11-23 01:22:41.266804] 2022-11-23T01:22:41.2671690Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:22:41.267000] 2022-11-23T01:22:41.2672080Z Ignoring disabled issues: [] 2022-11-23T01:24:49.7700200Z 2022-11-23T01:24:49.7700490Z Expand the folded group to see the log file of test_jit_fuser_te 2022-11-23T01:24:49.7701050Z ##[group]PRINTING LOG FILE of test_jit_fuser_te (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_fuser_te_3qwxemwr) 2022-11-23T01:24:49.7702840Z CUDA not available, skipping tests 2022-11-23T01:24:49.7703230Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:24:49.7703390Z 2022-11-23T01:24:49.7703440Z Running tests... 2022-11-23T01:24:49.7703680Z ---------------------------------------------------------------------- 2022-11-23T01:24:49.7703970Z Test results will be stored in test-reports/python-unittest/test_jit_fuser_te 2022-11-23T01:24:49.7704230Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.037s) 2022-11-23T01:24:49.7706130Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.7708210Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.7708530Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.7708830Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.7709150Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:24:49.7709490Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7709830Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7710160Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7710490Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7710820Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7711150Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7711730Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7712060Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7712380Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7712690Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7713010Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7713330Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7713760Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7714070Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7715640Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7716010Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7716350Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7716690Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7717010Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7717330Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7717650Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7717970Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7718280Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7718960Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7719280Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7719610Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7719940Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7720280Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7720630Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7722060Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7722420Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7722760Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7723100Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7723430Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7723770Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7724200Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7724520Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7734350Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7734730Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7735070Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7735410Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7735750Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7736080Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7736400Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7736720Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7737040Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7737360Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7737670Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7737990Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7738310Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7738630Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7738950Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7739360Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7739690Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7740000Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7740320Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7740640Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7740970Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7741350Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7741680Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7742010Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7742340Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7742660Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7742980Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7743300Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7743620Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7743940Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7744260Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7744580Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7744920Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7745260Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7745600Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7745930Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7746260Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7746670Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7746970Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7747270Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7747600Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7747920Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7748250Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7748570Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7748980Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7749300Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7749620Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7749950Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7750290Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7750620Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7750950Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7751280Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7751590Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7751910Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7752240Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7752560Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7752890Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7753230Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7753560Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7753910Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7754290Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7754630Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7754960Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7755310Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7755650Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7755990Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7756330Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7756710Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7757040Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7757370Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7757690Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7758010Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7758340Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7758670Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7758990Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7759340Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7759670Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7760000Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7760330Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7760670Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7760990Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7761320Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7761650Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7762020Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7762350Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7762680Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7763000Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7763330Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7763660Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7763990Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7764360Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7764710Z test_nnc_correctness__softmax_backward_data_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7765080Z test_nnc_correctness__softmax_backward_data_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7765440Z test_nnc_correctness__softmax_backward_data_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7765790Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7766120Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7766460Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7766790Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7767130Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7767460Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7767790Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7768120Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7768450Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7768780Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7769100Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7769430Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7769800Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7770150Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7770480Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7770820Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7771150Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7771480Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7771850Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7772180Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7772510Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7772840Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7773160Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7773490Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7773820Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7774150Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7774490Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7774830Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7775160Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7775490Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7775820Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7776150Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7776480Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7776810Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7777140Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7777540Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7777890Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7778220Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7778550Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7778890Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7779210Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7779530Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7779930Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7780260Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7780580Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7780900Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7781220Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7781560Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7781900Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7782240Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7782580Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7782920Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7783260Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7783590Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7783910Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7784240Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7784560Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7784890Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7785280Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7785630Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7785970Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7786310Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7786650Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7786980Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7787330Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7787720Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7788050Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7788380Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7788720Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7789050Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7789380Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7789830Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7790180Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7790530Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7790890Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7791250Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7791600Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7792040Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7792380Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7792730Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7793080Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7793500Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7793910Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7794280Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7794680Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7795050Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7795420Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7795850Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7796210Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7796570Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7796930Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7797290Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7797640Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7798000Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7798350Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7798710Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7799070Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7799420Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7799770Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7800110Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7800430Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7800840Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7801200Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7801600Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7801960Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7802310Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7802660Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7803000Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7803340Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7803680Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7819680Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7820020Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7820350Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7820680Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7821070Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7821450Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7821790Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7822140Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7822470Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7822810Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7823140Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7823460Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7823790Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7824120Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7824460Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7824790Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7825100Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7825600Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7825880Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7826160Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7826430Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7826700Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7827000Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7827340Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7827670Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7828100Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7828430Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7828770Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7829090Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7829430Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7829760Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7830080Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7830420Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7830750Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7831090Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7831420Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7831750Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7832080Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7832410Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7832740Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7833060Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7833380Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7833760Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7834100Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7834460Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7834800Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7835140Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7835480Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7835870Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7836210Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7836550Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7836880Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7837220Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7837570Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7837920Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7838250Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7838580Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7838910Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7839230Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7839560Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7839890Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7840230Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7840560Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7840890Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7841220Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7841600Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7841950Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7842270Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7842590Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7842920Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7843240Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7843610Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7843940Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7844260Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7844590Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7844920Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7845260Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7845590Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7845920Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7846250Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7846570Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7846900Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7847220Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7847550Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7847890Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7848220Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7848560Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7848900Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7849270Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7849610Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7849940Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7850270Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7850620Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7850960Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7851330Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7851660Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7852000Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7852330Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7852650Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7852980Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7853310Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7853650Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7853990Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7854330Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7854670Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7855010Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7855350Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7855690Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7856020Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7856350Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7856690Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7857100Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7857450Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7857800Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7858140Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7858490Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7858830Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7859240Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7859570Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7859910Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7860250Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7860580Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7860910Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7861250Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7861600Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7861940Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7862300Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7862640Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7862990Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7863330Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7863670Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7864010Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7864360Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7864740Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7865090Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7865420Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7865760Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7866120Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7866480Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7866850Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7867250Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7867600Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7867950Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7868290Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7868640Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7868980Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7869320Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7869660Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7870010Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7870340Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7870670Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7871000Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7871340Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7871670Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7871990Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7872310Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7872680Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7873010Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7873330Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7873650Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7873980Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7874310Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7874690Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7875020Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7875370Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7875700Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7876020Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7876350Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7876670Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7876990Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7877310Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7877640Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7877970Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7878300Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7878630Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7878950Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7879270Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7879590Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7879900Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7880280Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7880620Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7880950Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7881290Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7881630Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7881960Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7882330Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7882650Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7882980Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7883300Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7883620Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7883940Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7884270Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7884600Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7884930Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7885270Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7885600Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7885930Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7886250Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7886570Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7886890Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7887220Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7887550Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7887970Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7888320Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7888670Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7889020Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7889360Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7889710Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7890130Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7890480Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7890820Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7891150Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7891490Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7891820Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7892160Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7892490Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7892830Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7893170Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7893520Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7893860Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7894200Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7894530Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7894860Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7895190Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7895580Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7895930Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7896260Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7896590Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7896920Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7897250Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7897590Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7898000Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7898350Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7898690Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7899020Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7899350Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7899680Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7900020Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7900350Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7900680Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7901010Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7901340Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7901680Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7902010Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7902350Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7902680Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7903010Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7903400Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7903730Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7904050Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7904370Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7904710Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7905050Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7905450Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7905750Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7906010Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7906290Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7906560Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7906820Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7907090Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7907350Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7907610Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7907860Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7908120Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7908390Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7908640Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7908900Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7909200Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7909530Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7909850Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7910180Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7910510Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7910840Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7911220Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7911570Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7911900Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7912230Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7912560Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7912900Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7913260Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7913650Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7914000Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7914340Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7914680Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7915010Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7915350Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7915680Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7916010Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7916340Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7916670Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7917010Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7917340Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7917680Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7918010Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7918340Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7918690Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7919130Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7919500Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7919850Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7920200Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7920540Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7920880Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7921290Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7921630Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7921960Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7922290Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7922640Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7922980Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7923320Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7923670Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7924010Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7924360Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7924690Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7925030Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7925430Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7925780Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7926130Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7926480Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7926910Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7927270Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7927680Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7928050Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7928390Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7928730Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7929070Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7929490Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7929830Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7930170Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7930510Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7930870Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7931210Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7931550Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7931900Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7932240Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7932580Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7932940Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7933280Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7933610Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7933950Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7934310Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7934640Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7935050Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7935760Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7936120Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7936490Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7936860Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7937230Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7937670Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7938040Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7938410Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7938800Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7939150Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7939510Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7939860Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7940230Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7949030Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7949390Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7949730Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7950090Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7950430Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7950770Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7951120Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7951450Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7951960Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7952300Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7952630Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7952960Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7953290Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7953630Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7953970Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7954380Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7954710Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7955050Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7955370Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7955710Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7956030Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7956370Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7956690Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7957020Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7957350Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7957680Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7958000Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7958320Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7958630Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7958960Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7959280Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7959730Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7960070Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7960400Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7960750Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7961100Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7961450Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7961880Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7962220Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7962560Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7962890Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7963220Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7963550Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7963890Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7964230Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7964560Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7964880Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7965210Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7965540Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7965870Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7966190Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7966520Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7966840Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7967230Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7967560Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7967880Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7968200Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7968520Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7968840Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7969170Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7969520Z test_nnc_correctness_cdouble_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7969790Z test_nnc_correctness_cdouble_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7970060Z test_nnc_correctness_cdouble_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7970330Z test_nnc_correctness_cdouble_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7970600Z test_nnc_correctness_cdouble_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7970860Z test_nnc_correctness_cdouble_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7971120Z test_nnc_correctness_cdouble_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7971380Z test_nnc_correctness_cdouble_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7971630Z test_nnc_correctness_cdouble_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7971890Z test_nnc_correctness_cdouble_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7972150Z test_nnc_correctness_cdouble_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7972400Z test_nnc_correctness_cdouble_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7972660Z test_nnc_correctness_cdouble_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7972960Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7973300Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7973630Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7973950Z test_nnc_correctness_ceil_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7974270Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7974590Z test_nnc_correctness_ceil_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7974910Z test_nnc_correctness_ceil_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7975290Z test_nnc_correctness_ceil_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7975600Z test_nnc_correctness_cfloat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7975870Z test_nnc_correctness_cfloat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7976130Z test_nnc_correctness_cfloat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7976400Z test_nnc_correctness_cfloat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7976660Z test_nnc_correctness_cfloat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7976920Z test_nnc_correctness_cfloat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7977180Z test_nnc_correctness_cfloat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7977430Z test_nnc_correctness_cfloat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7977750Z test_nnc_correctness_cfloat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7978010Z test_nnc_correctness_cfloat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7978270Z test_nnc_correctness_cfloat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7978520Z test_nnc_correctness_cfloat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7978770Z test_nnc_correctness_cfloat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.7979060Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7979390Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7979720Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7980060Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7980390Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7980720Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7981050Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7981370Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7981700Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7982020Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7982340Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7982660Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7982980Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7983370Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7983700Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7984020Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7984360Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7984680Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7985000Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7985320Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7985690Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7986020Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7986340Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7986650Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7986980Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7995850Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7996200Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7996550Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7996890Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7997230Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7997580Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7997940Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7998290Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7998640Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7998990Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7999340Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.7999960Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8000310Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8000650Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8000980Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8001320Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8001650Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8002130Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8002460Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8002790Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8003110Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8003440Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8003770Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8004090Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8004410Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8004730Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8005060Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8005380Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8005720Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8006050Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8006370Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8006690Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8007010Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8007330Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8008020Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8008620Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8008980Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8009450Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8009930Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8010480Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8011140Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8011600Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8012090Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8017040Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8017390Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8017730Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8018080Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8018420Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8018750Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8019080Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8019410Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8019740Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8020070Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8020390Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8020720Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8021040Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8021590Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8021940Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8022270Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8022590Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8022930Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8048490Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8048910Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8049440Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8049760Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8050090Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8050420Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8050740Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8051080Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8051420Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8051770Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8052110Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8052440Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8052780Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8053110Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8053440Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8053780Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8054100Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8054430Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8054860Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8055210Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8055550Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8055900Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8056240Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8056580Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8056960Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8057300Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8057620Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8057960Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8058290Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8058620Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8058950Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8059280Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8059610Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8059940Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8060270Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8060600Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8060920Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8061250Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8061580Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8061900Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8062220Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8062630Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8062980Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8063300Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8063620Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8063940Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8064270Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8064670Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8065010Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8065350Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8065700Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8066050Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8066390Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8066730Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8067070Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8067400Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8067730Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8077580Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8077930Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8078280Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8078620Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8078960Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8079310Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8079850Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8080210Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8080550Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8080890Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8081230Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8081560Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8081990Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8082320Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8082660Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8082990Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8083320Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8083660Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8084000Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8084330Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8084660Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8084990Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8085320Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8085650Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8085980Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8086310Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8086630Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8086960Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8087340Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8087680Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8088010Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8088340Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8088660Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8088980Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8089310Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8089690Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8090020Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8090340Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8090660Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8091000Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8091340Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8091670Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8092000Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8092330Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8092650Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8092970Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8093300Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8093620Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8093950Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8094270Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8094590Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8094960Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8095290Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8095620Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8095940Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8096260Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8096570Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8096890Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8097250Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8097570Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8097890Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8098220Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8098550Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8098870Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8099200Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8099520Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8099840Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8100150Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8100470Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8100790Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8101120Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8101450Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8101790Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8102140Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8102570Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8102920Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8103250Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8103580Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8103910Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8104250Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8104660Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8104990Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8105320Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8105650Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8105970Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8106300Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8106620Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8106940Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8107260Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8107580Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8107900Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8108210Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8108540Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8108870Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8109200Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8109530Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8109850Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8110230Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8110560Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8110880Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8111190Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8111520Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8111840Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8112170Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8112550Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8112870Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8113190Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8113520Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8113830Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8114150Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8114470Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8114800Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8115120Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8115450Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8115770Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8116080Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8116400Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8116710Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8122360Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8122730Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8123200Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8123540Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8123880Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8124220Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8124550Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8124880Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8125210Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8125600Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8125920Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8126250Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8126580Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8126920Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8127270Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8127600Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8127930Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8128250Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8128570Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8128900Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8129230Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8129550Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8129900Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8130270Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8130630Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8131040Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8131400Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8131750Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8132100Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8132450Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8132790Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8133180Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8133530Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8133870Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8134200Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8134530Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8134870Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8135210Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8135540Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8135860Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8136180Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8136500Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8136820Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8137140Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8137480Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8137810Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8138140Z test_nnc_correctness_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8138520Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8138850Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8139160Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8139490Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8139800Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8140120Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8140440Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8140830Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8141160Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8141500Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8141840Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8142170Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8142510Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8142840Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8143000Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8143160Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8143310Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8143470Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8143630Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8143780Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8143940Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8144100Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8144260Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8144470Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8144630Z test_nnc_correctness_diagflat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8144790Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8144950Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8145100Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8145260Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8145460Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8145610Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8145770Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8145930Z test_nnc_correctness_diagonal_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8146080Z test_nnc_correctness_diagonal_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8146250Z test_nnc_correctness_diagonal_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8146420Z test_nnc_correctness_diagonal_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8146580Z test_nnc_correctness_diagonal_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8146750Z test_nnc_correctness_diagonal_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8146900Z test_nnc_correctness_diagonal_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8147060Z test_nnc_correctness_diagonal_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8147220Z test_nnc_correctness_diagonal_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8147380Z test_nnc_correctness_diagonal_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8147540Z test_nnc_correctness_diagonal_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8147690Z test_nnc_correctness_diagonal_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8147850Z test_nnc_correctness_diagonal_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8148050Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8148210Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8148390Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8148550Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8148710Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8148870Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8149020Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8149240Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8149390Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8149550Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8149700Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8149850Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8150010Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8150170Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8150340Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8150500Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8150660Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8150830Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8150990Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8151150Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8151310Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8151470Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8151660Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8151820Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8151980Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8152130Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8152290Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8152440Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8152590Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8152780Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8152930Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8153090Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8153240Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8153390Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8153540Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8153700Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8153860Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8154020Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8154170Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8154330Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8154480Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8154630Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8154780Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8154930Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8155080Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8155240Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8155470Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8155630Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8155780Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8155930Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8156100Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8156270Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8156490Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8156660Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8156820Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8156990Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8157150Z test_nnc_correctness_div_floor_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8157310Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8157470Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8157640Z test_nnc_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8157800Z test_nnc_correctness_div_no_rounding_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8157970Z test_nnc_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8158140Z test_nnc_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8158310Z test_nnc_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8158480Z test_nnc_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8158640Z test_nnc_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8158800Z test_nnc_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8159000Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8159170Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8159330Z test_nnc_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8159500Z test_nnc_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8159660Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8159820Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8160030Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8160190Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8160350Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8160520Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8160680Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8160840Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8161000Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8161160Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8161310Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8167920Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8168140Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8168310Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8168460Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8168620Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8168770Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8168920Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8169070Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8169360Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8169520Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8169680Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8169840Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8170000Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8170160Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8170380Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8170540Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8170690Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8170850Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8171000Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8171160Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8171310Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8171470Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8171620Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8171780Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8171940Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8172100Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8172260Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8172420Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8172570Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8172730Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8172920Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8173080Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8173240Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8173390Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8173550Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8173710Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8173870Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8174070Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8174230Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8174380Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8174530Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8174680Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8174840Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8174990Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8175140Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8175290Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8175440Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8175600Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8175760Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8175920Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8176070Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8176230Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8176380Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8176600Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8176760Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8176920Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8177070Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8177190Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8177310Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8177440Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8177560Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8177750Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8177870Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8177990Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8178110Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8178230Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8178340Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8178460Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8178580Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8178690Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8178820Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8178940Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8179070Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8179200Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8179320Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8179450Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8179570Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8179690Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8179810Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8179930Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8180050Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8180170Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8180530Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8180720Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8181170Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8181360Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8181710Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8181880Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8182040Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8182320Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8182700Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8182870Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8183030Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8183320Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8183480Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8183640Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8183930Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8184090Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8184380Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8188870Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8189050Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8189210Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8189370Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8189520Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8189680Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8189830Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8189980Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8190280Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8190440Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8190600Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8190750Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8190900Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8191060Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8191210Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8191440Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8191590Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8191740Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8191900Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8192050Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8192220Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8192370Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8192520Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8192680Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8192830Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8192980Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8193130Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8218560Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8218800Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8218960Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8219110Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8219460Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8219620Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8219770Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8219930Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8220080Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8220240Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8220390Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8220650Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8220800Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8220950Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8221090Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8221240Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8221390Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8221540Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8221690Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8221850Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8221990Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8222150Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8222310Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8222470Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8222620Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8222770Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8222920Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8223070Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8223310Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8223470Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8223630Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8223790Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8223950Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8224110Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8224340Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8224510Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8224660Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8224820Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8224980Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8225130Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8225290Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8225450Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8225600Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8225760Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8225920Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8226080Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8226230Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8226390Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8226540Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8226690Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8226890Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8227050Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8227200Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8227350Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8227510Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8227660Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8227810Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8228010Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8228170Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8228320Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8228470Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8228620Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8228780Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8228930Z test_nnc_correctness_eye_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8229090Z test_nnc_correctness_eye_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8229250Z test_nnc_correctness_eye_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8229400Z test_nnc_correctness_eye_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8229550Z test_nnc_correctness_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8229700Z test_nnc_correctness_eye_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8229850Z test_nnc_correctness_eye_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8230000Z test_nnc_correctness_eye_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8230150Z test_nnc_correctness_eye_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8230300Z test_nnc_correctness_eye_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8230450Z test_nnc_correctness_eye_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8230650Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8230810Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8230970Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8231140Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8231290Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8231450Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8231640Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8231790Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8231940Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8232090Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8232240Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8232400Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8232570Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8232730Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8232890Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8233050Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8233200Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8233350Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8233500Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8233650Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8233800Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8233960Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8234160Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8234320Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8243440Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8243640Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8243790Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8243940Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8244100Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8244400Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8244570Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8244730Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8244900Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8245060Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8245220Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8245380Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8245540Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8245700Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8245860Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8246020Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8246180Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8246340Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8246490Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8246650Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8246810Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8247090Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8247250Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8247420Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8247580Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8247730Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8247890Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8248100Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8248260Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8248420Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8248570Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8248730Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8248890Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8249040Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8249200Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8249350Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8249500Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8249650Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8249810Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8249960Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8250120Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8250280Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8250430Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8250590Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8250790Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8250950Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8251100Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8251260Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8251410Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8251560Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8251760Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8251920Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8252080Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8252240Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8252390Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8252550Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8252700Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8252850Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8253000Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8253160Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8253320Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8253480Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8253630Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8253790Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8253940Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8254100Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8254280Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8254440Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8254590Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8254740Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8254900Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8255060Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8255220Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8255420Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8255580Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8255740Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8255890Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8256040Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8256190Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8256360Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8256520Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8256680Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8256850Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8257010Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8257180Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8257340Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8257490Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8257650Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8257810Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8258010Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8258160Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8258330Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8258480Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8258640Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8258790Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8258990Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8259140Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8259300Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8259450Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8259610Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8259760Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8259920Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8260070Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8260230Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8260380Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8260540Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8260690Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8260850Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8261000Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8261160Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8261310Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8261530Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8261690Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8261850Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8262000Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8262150Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8262300Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8262470Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8262690Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8262850Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8263010Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8263160Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8263310Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8263460Z test_nnc_correctness_fft_irfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8263620Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8263770Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8263920Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8264080Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8264240Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8264400Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8264560Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8264720Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8264870Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8265030Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8265220Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8265390Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8265540Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8265700Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8265860Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8266010Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8266210Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8266370Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8266520Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8266680Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8266830Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8266980Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8267140Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8267290Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8267450Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8267600Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8267760Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8267910Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8268070Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8268220Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8268370Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8268520Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8268720Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8268870Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8269030Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8269180Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8269330Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8269480Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8269630Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8269830Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8270000Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8270150Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8270300Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8270450Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8270610Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8270760Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8270890Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8271000Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8271130Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8271250Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8271370Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8271490Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8271610Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8271730Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8271850Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8271960Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8272080Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8272190Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8272310Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.001s) 2022-11-23T01:24:49.8272510Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8272670Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8272830Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8272990Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8273150Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8273300Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8273500Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8273650Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8273810Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8273960Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8274120Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8274270Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8274420Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8274580Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8274730Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8274890Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8275040Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8275200Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8275350Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8275500Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8275650Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8275810Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8275950Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8276170Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8276320Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8276490Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8276640Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8276800Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8276960Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8277120Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8277330Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8277480Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8277630Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8277780Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8277930Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8278080Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8278230Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8278390Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8278550Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8278700Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8278860Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8279020Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8279170Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8279320Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8279480Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8279630Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8279820Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8279980Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8280130Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8285230Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8285390Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8285550Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8285710Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8285990Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8286150Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8286300Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8286450Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8286610Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8286760Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8286910Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8287060Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8287210Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8287370Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8287530Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8287700Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8287860Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8288020Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8288180Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8288340Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8288540Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8288700Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8288860Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8289010Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8289170Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8289330Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8289520Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8289680Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8289830Z test_nnc_correctness_floor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8289980Z test_nnc_correctness_floor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8290130Z test_nnc_correctness_floor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8290280Z test_nnc_correctness_floor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8290440Z test_nnc_correctness_floor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8290600Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8290760Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8290920Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8291080Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8291240Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8291400Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8291560Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8291720Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8291870Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8292070Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8292230Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8292390Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8292540Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8292690Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8292840Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8292990Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8293180Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8293340Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8293490Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8293650Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8293800Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8293950Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8294100Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8294250Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8294400Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8294550Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8294700Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8294850Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8295000Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8295150Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8295300Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8295450Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8295600Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8295820Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8295980Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8296130Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8296280Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8296430Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8296580Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8296800Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8296950Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8297100Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8297250Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8297410Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8297560Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8297720Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8297870Z test_nnc_correctness_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8298020Z test_nnc_correctness_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8298180Z test_nnc_correctness_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8298340Z test_nnc_correctness_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8298490Z test_nnc_correctness_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8298650Z test_nnc_correctness_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8298800Z test_nnc_correctness_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8298950Z test_nnc_correctness_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8299100Z test_nnc_correctness_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8299250Z test_nnc_correctness_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8299440Z test_nnc_correctness_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8299600Z test_nnc_correctness_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8299760Z test_nnc_correctness_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8299910Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8300070Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8300230Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8300440Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8300610Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8300760Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8300920Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8301070Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8301230Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8301380Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8301540Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8301700Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8301860Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8302010Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8302170Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8302340Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8302490Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8302640Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8302800Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8302950Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8303150Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8303310Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8303460Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8303610Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8303760Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8303920Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8304110Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8304270Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8304420Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8304580Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8304730Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8304890Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8305040Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8305190Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8305340Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8305490Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8305640Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8305790Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8305940Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8306100Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8306260Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8306410Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8306570Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8306740Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8306870Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8307000Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8307130Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8307250Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8307370Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8307490Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8307610Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8307730Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8307890Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8308060Z test_nnc_correctness_grid_sampler_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8308230Z test_nnc_correctness_grid_sampler_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8308390Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8308540Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8308700Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8308850Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8309000Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8309160Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8309310Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8309460Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8309610Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8309760Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8309920Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8310070Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8310230Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8310380Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8310610Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8310770Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8310920Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8311080Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8311230Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8311380Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8311530Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8311750Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8311910Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8312070Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8312230Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8312390Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8312550Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8312710Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8312870Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8313020Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8313180Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8313330Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8313490Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8313650Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8313800Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8313960Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8314120Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8314330Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8314500Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8314660Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8314820Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8314980Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8315140Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8315350Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8315510Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8315660Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8315810Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8315970Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8316120Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8316270Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8316430Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8316580Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8316750Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8316900Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8317060Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8317220Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8317380Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8317540Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8317690Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8317840Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8318040Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8318210Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8318400Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8318550Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8318700Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8318860Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8319090Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8319240Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8319400Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8319550Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8319700Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8319860Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8320010Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8320160Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8320310Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8320460Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8320620Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8320780Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8320940Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8321090Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8321240Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8321400Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8321560Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8321760Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8326900Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8327100Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8327260Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8327410Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8327570Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8327840Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8328010Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8328170Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8328330Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8328490Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8328650Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8328810Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8328960Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8329120Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8329270Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8329430Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8329580Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8329750Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8329910Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8330070Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8330230Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8330500Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8330660Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8330820Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8330980Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8331140Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8331290Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8331450Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8331670Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8331830Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8331990Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8332150Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8332310Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8332470Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8332630Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8332790Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8332940Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8333100Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8333260Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8333410Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8333560Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8333720Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8333880Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8334040Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8334250Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8334410Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8334570Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8334730Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8334890Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8335040Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8335240Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8335400Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8335560Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8335710Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8335880Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8336040Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8336200Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8336360Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8336520Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8336680Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8336830Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8336990Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8337150Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8337310Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8337470Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8337640Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8337850Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8338020Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8338180Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8338330Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8338490Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8338640Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8338800Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8339000Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8339160Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8339320Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8339480Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8339640Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8339800Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8339960Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8340120Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8340280Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8340430Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8340590Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8340740Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8340900Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8341050Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8341210Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8341360Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8341560Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8341720Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8341870Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8342020Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8342170Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8342320Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8342470Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8342660Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8342820Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8342980Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8343140Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8343290Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8343450Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8343610Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8343770Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8343930Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8344080Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8344240Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8344390Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8344550Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8344700Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8344860Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8345020Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8345250Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8345430Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8345590Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8345750Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8345910Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8346070Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8346220Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8346450Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8346600Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8346760Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8346910Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8347060Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8347210Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8347360Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8347520Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8347670Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8347830Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8347980Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8348140Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8348290Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8348450Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8348610Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8348760Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8348970Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8349130Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8349290Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8349440Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8349590Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8349740Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8349900Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8350100Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8350250Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8350400Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8350560Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8350720Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8350880Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8351030Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8351180Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8351330Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8351480Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8351630Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8351790Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8351940Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8352100Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8352260Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8352420Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8352620Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8352780Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8352940Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8353090Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8353240Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8353400Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8353550Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8353760Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8353920Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8354070Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8354230Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8354380Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8354540Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8354690Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8354840Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8355000Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8355150Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8355310Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8355470Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8355630Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8355790Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8355940Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8356100Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8356290Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8356450Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8356600Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8356760Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8356910Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8357060Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8357210Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8357410Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8357570Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8357720Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8357860Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8358020Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8358160Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8358310Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8358460Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8358600Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8358740Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8358880Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8359020Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8359160Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8359290Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8359450Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8359600Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8359760Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8359910Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8360130Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8360290Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8360430Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8360580Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8360720Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8360860Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8361000Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8361210Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8361350Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8361480Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8361620Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8361760Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8361900Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8362030Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8362160Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8362300Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8362430Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8362560Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8362690Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8362820Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8362970Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8363120Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8363260Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8363410Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8363560Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8363700Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8368710Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8368900Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8369050Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8369180Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8369330Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8369470Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8369600Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8369740Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8369930Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8370070Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8370200Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8370330Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8370470Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8370600Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8370730Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8370860Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8371000Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8371120Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:24:49.8371280Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8371440Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8371600Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8371760Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8371910Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8372070Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8372220Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8372370Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8372570Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8372730Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8372880Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8373030Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8373190Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8373350Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8373510Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8373710Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8373870Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8374020Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8374170Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8374330Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8374480Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8374640Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8374790Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8374940Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8375090Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8375240Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8375400Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8375560Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8375720Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8375870Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8376030Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8376220Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8376380Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8376530Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8376680Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8376830Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8376990Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8377140Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8377330Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8377480Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8377630Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8377790Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8377940Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8378090Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8378250Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8378400Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8378560Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8378710Z test_nnc_correctness_lerp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8378870Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8379030Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8379180Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8379340Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8379500Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8379660Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8379810Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8380040Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8380200Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8380350Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8380510Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8380660Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8380810Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8381050Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8381220Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8381390Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8381560Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8381730Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8381900Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8382070Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8382240Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8382400Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8382570Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8382730Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8382890Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8383050Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8383220Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8383380Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8383540Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8383750Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8383910Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8384070Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8384230Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8384390Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8384550Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8384750Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8384920Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8385070Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8385230Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8385400Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8385570Z test_nnc_correctness_linalg_det_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8385740Z test_nnc_correctness_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8385900Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8386060Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8386220Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8386380Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8386540Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8386700Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8386860Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8387020Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8387180Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8387390Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8387560Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8387730Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8387880Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8388050Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8388220Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8388420Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8388590Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8388770Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8388950Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8389120Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8389300Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8389460Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8389620Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8389780Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8389940Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8390100Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8390270Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8390430Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8390590Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8390760Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8390970Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8391140Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8391310Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8391480Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8391650Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8391820Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8391980Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8392190Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8392360Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8392520Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8392680Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8392850Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8393020Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8393180Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8393340Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8393510Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8393690Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8393860Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8394040Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8394200Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8394360Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8394520Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8394740Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8394910Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8395080Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8395240Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8395400Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8395570Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8395800Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8395960Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8396130Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8396290Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8396460Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8396630Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8396790Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8396960Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8397120Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8397290Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8397460Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8397620Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8397790Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8397950Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8398120Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8398330Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8398490Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8398660Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8398820Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8398980Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8399150Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8399370Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8399550Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8399720Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8399890Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8400050Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8400220Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8400390Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8400550Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8400710Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8400880Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8401040Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8401170Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8401330Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8401490Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8401650Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8401810Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8402010Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8402170Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8402330Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8402480Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8402660Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8402850Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8403070Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8403240Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8403420Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8403590Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8403760Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8403920Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8404080Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8404230Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8404400Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8404580Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8404750Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8404910Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8405080Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8405250Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8405420Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8405620Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8405780Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8405940Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8406100Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8406260Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8406430Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8406630Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8410470Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8410640Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8410800Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8410970Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8411130Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8411290Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8411450Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8411620Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8411780Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8411940Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8412120Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8412290Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8412470Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8412640Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8412800Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8413100Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8413270Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8413430Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8413600Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8413760Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8413930Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8414140Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8414310Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8414480Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8414640Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8414810Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8414980Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8415150Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8415320Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8415480Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8415650Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8415810Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8415980Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8416140Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8416290Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8416450Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8416650Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8416810Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8416970Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8417130Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8417300Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8417460Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8417630Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8417830Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8418000Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8418160Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8418360Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8418520Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8418690Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8418860Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8419020Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8419180Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8419340Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8419500Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8419660Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8419820Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8419970Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8420130Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8420330Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8420490Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8420640Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8420790Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8420950Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8421110Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8421270Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8421460Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8421620Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8421770Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8421920Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8422070Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8422220Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8422380Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8422530Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8422690Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8422840Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8422990Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8423150Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8423290Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8423440Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8423590Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8423740Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8423900Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8424090Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8424250Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8424410Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8424560Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8424710Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8424860Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8425050Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8425200Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8425350Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8425500Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8425660Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8425810Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8425970Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8426120Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8426270Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8426420Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8426570Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8426730Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8426880Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8427030Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8427180Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8427340Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8427500Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8427710Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8427880Z test_nnc_correctness_log_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8428050Z test_nnc_correctness_log_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8428230Z test_nnc_correctness_log_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8428400Z test_nnc_correctness_log_softmax_with_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8428570Z test_nnc_correctness_log_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8428800Z test_nnc_correctness_log_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8428960Z test_nnc_correctness_log_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8429120Z test_nnc_correctness_log_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8429290Z test_nnc_correctness_log_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8429450Z test_nnc_correctness_log_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8429610Z test_nnc_correctness_log_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8429770Z test_nnc_correctness_log_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8429930Z test_nnc_correctness_log_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8430090Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8430250Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8430420Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8430570Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8430740Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8430900Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8431060Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8431260Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8431420Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8431590Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8431750Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8431900Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8432060Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8432220Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8432420Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8432580Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8432740Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8432900Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8433060Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8433220Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8433370Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8433530Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8433690Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8433840Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8434000Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8434160Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8434310Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8434480Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8434640Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8434790Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8434990Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8435150Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8435300Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8435460Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8435610Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8435770Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8435970Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8436130Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8436290Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8436450Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8436610Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8436770Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8436930Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8437090Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8437240Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8437400Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8437550Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8437710Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8437870Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8438030Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8438180Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8438350Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8438540Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8438700Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8438860Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8439010Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8439170Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8439320Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8439480Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8439670Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8439830Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8439980Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8440130Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8440290Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8440450Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8440600Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8440750Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8440890Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8441050Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8441200Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8441370Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8441530Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8441690Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8441850Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8442010Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8442220Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8442380Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8442540Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8442690Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8442840Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8443000Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8443210Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8443370Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8443530Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8443680Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8443840Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8444000Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8444150Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8444310Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8444460Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8444620Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8444770Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8444930Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8445080Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8445240Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8445390Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8445540Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8445690Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8445880Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8446040Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8446190Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8446340Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8446500Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8446650Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8446800Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8447000Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8447150Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8447300Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8447450Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8447600Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8447760Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8452420Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8452630Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8452790Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8452940Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8453100Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8453260Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8453420Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8453580Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8453730Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8453900Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8454190Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8454350Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8454510Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8454670Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8454820Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8454980Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8455140Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8455340Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8455490Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8455640Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8455790Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8455940Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8456090Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8456240Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8456390Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8456540Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8456690Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8456840Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8457010Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8457160Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8457320Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8457470Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8457620Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8457810Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8457960Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8458110Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8458260Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8458410Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8458560Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8458720Z test_nnc_correctness_masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8458920Z test_nnc_correctness_masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8459080Z test_nnc_correctness_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8459240Z test_nnc_correctness_masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8459390Z test_nnc_correctness_masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8459550Z test_nnc_correctness_masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8459710Z test_nnc_correctness_masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8459870Z test_nnc_correctness_masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8460030Z test_nnc_correctness_masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8460190Z test_nnc_correctness_masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8460340Z test_nnc_correctness_masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8460500Z test_nnc_correctness_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8460660Z test_nnc_correctness_masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8460810Z test_nnc_correctness_masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8460970Z test_nnc_correctness_masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8461120Z test_nnc_correctness_masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8461280Z test_nnc_correctness_masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8461510Z test_nnc_correctness_masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8461680Z test_nnc_correctness_masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8461850Z test_nnc_correctness_masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8462010Z test_nnc_correctness_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8462160Z test_nnc_correctness_masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8462320Z test_nnc_correctness_masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8462530Z test_nnc_correctness_masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8462690Z test_nnc_correctness_masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8462850Z test_nnc_correctness_masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8463010Z test_nnc_correctness_masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8463170Z test_nnc_correctness_masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8463330Z test_nnc_correctness_masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8463490Z test_nnc_correctness_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8463650Z test_nnc_correctness_masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8463810Z test_nnc_correctness_masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8463960Z test_nnc_correctness_masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8464120Z test_nnc_correctness_masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8464280Z test_nnc_correctness_masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8464440Z test_nnc_correctness_masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8464610Z test_nnc_correctness_masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8464780Z test_nnc_correctness_masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8464940Z test_nnc_correctness_masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8465150Z test_nnc_correctness_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8465310Z test_nnc_correctness_masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8465480Z test_nnc_correctness_masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8465630Z test_nnc_correctness_masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8465790Z test_nnc_correctness_masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8465950Z test_nnc_correctness_masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8466150Z test_nnc_correctness_masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8466310Z test_nnc_correctness_masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8466480Z test_nnc_correctness_masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8466640Z test_nnc_correctness_masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8466800Z test_nnc_correctness_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8466960Z test_nnc_correctness_masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8467120Z test_nnc_correctness_masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8467280Z test_nnc_correctness_masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8467430Z test_nnc_correctness_masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8467590Z test_nnc_correctness_masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8467750Z test_nnc_correctness_masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8467910Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8468070Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8468230Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8468390Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8468550Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8468750Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8468910Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8469060Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8469220Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8469380Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8469530Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8469690Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8469890Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8470060Z test_nnc_correctness_masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8470220Z test_nnc_correctness_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8470390Z test_nnc_correctness_masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8470560Z test_nnc_correctness_masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8470720Z test_nnc_correctness_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8470890Z test_nnc_correctness_masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8471060Z test_nnc_correctness_masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8471220Z test_nnc_correctness_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8471380Z test_nnc_correctness_masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8471540Z test_nnc_correctness_masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8471700Z test_nnc_correctness_masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8471860Z test_nnc_correctness_masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8472020Z test_nnc_correctness_masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8472180Z test_nnc_correctness_masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8472370Z test_nnc_correctness_masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8472530Z test_nnc_correctness_masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8472700Z test_nnc_correctness_masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8472860Z test_nnc_correctness_masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8473010Z test_nnc_correctness_masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8473170Z test_nnc_correctness_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8473330Z test_nnc_correctness_masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8473520Z test_nnc_correctness_masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8473680Z test_nnc_correctness_masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8473840Z test_nnc_correctness_masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8474000Z test_nnc_correctness_masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8474160Z test_nnc_correctness_masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8474320Z test_nnc_correctness_masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8474480Z test_nnc_correctness_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8474640Z test_nnc_correctness_masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8474800Z test_nnc_correctness_masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8474950Z test_nnc_correctness_masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8475110Z test_nnc_correctness_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8475270Z test_nnc_correctness_masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8475430Z test_nnc_correctness_masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8475600Z test_nnc_correctness_masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8475770Z test_nnc_correctness_masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8476000Z test_nnc_correctness_masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8476170Z test_nnc_correctness_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8476330Z test_nnc_correctness_masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8476500Z test_nnc_correctness_masked_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8476650Z test_nnc_correctness_masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8476810Z test_nnc_correctness_masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8476970Z test_nnc_correctness_masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8477190Z test_nnc_correctness_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8477350Z test_nnc_correctness_masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8477500Z test_nnc_correctness_masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8477660Z test_nnc_correctness_masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8477820Z test_nnc_correctness_masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8477980Z test_nnc_correctness_masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8478130Z test_nnc_correctness_masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8478300Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8478460Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8478630Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8478800Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8478960Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8479120Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8479270Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8479430Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8479630Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8479790Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8479950Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8480110Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8480270Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8480430Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8480600Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8480810Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8480980Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8481140Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8481290Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8481450Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8481610Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8481760Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8481920Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8482080Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8482240Z test_nnc_correctness_masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8482410Z test_nnc_correctness_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8482570Z test_nnc_correctness_masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8482730Z test_nnc_correctness_masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8482890Z test_nnc_correctness_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8483050Z test_nnc_correctness_masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8483250Z test_nnc_correctness_masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8483420Z test_nnc_correctness_masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8483580Z test_nnc_correctness_masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8483730Z test_nnc_correctness_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8483890Z test_nnc_correctness_masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8484050Z test_nnc_correctness_masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8484210Z test_nnc_correctness_masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8484410Z test_nnc_correctness_masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8484570Z test_nnc_correctness_masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8484730Z test_nnc_correctness_masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8484890Z test_nnc_correctness_masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8485040Z test_nnc_correctness_masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8485210Z test_nnc_correctness_masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8485370Z test_nnc_correctness_masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8485520Z test_nnc_correctness_masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8485680Z test_nnc_correctness_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8485830Z test_nnc_correctness_masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8485990Z test_nnc_correctness_masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8486150Z test_nnc_correctness_masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8486300Z test_nnc_correctness_masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8486460Z test_nnc_correctness_masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8486610Z test_nnc_correctness_masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8486770Z test_nnc_correctness_masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8486970Z test_nnc_correctness_masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8487130Z test_nnc_correctness_masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8487290Z test_nnc_correctness_masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8487450Z test_nnc_correctness_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8487600Z test_nnc_correctness_masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8487760Z test_nnc_correctness_masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8487950Z test_nnc_correctness_masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8488100Z test_nnc_correctness_masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8488260Z test_nnc_correctness_masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8488420Z test_nnc_correctness_masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8488570Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8488730Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8488890Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8489050Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8489200Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8489350Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8489510Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8489630Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8489790Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8489940Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8494700Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8494900Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8495060Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8495330Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8495490Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8495650Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8495810Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8495960Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8496120Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8496340Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8496500Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8496650Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8496810Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8496960Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8497120Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8497300Z test_nnc_correctness_max_pool2d_with_indices_backward_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8497480Z test_nnc_correctness_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8497660Z test_nnc_correctness_max_pool2d_with_indices_backward_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8497830Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8498000Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8498170Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8498330Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8498490Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8498650Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8498860Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8499030Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8499190Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8499350Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8499520Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8499690Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8499860Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8500060Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8500230Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8500390Z test_nnc_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8500550Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8500710Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8500880Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8501040Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8501190Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8501350Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8501510Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8501670Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8501820Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8501980Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8502140Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8502290Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8502480Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8502640Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8502790Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8502950Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8503110Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8503260Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8503420Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8503610Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8503770Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8503930Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8504080Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8504230Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8504390Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8504540Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8504690Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8504850Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8505020Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8505190Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8505370Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8505540Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8505710Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8505880Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8506050Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8506250Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8506420Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8506590Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8506760Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8506920Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8507100Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8507300Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8507480Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8507650Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8507820Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8508000Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8508170Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8508340Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8508510Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8508680Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8508850Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8509010Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8509180Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8509330Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8509500Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8509660Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8509880Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8510040Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8510200Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8510350Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8510510Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8510660Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8510900Z test_nnc_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8511060Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8511230Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8511390Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8511550Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8511720Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8511880Z test_nnc_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8512040Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8512200Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8512360Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8512530Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8512700Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8512860Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8513030Z test_nnc_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8513190Z test_nnc_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8513400Z test_nnc_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8513560Z test_nnc_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8513720Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8513880Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8514050Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8514200Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8514360Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8514550Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8514710Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8514860Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8515020Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8515170Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8515320Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8515480Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8515630Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8515780Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8515930Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8516080Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8516240Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8516390Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8516540Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8516690Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8516840Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8517030Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8517180Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8517340Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8517490Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8517650Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8517790Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8517940Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8518130Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8518290Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8518470Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8518620Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8518770Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8518930Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8519090Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8519250Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8519410Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8519570Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8519720Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8519880Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8520040Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8520200Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8520350Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8520500Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8520690Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8520850Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8521010Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8521160Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8521310Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8521470Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8521620Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8521810Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8521960Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8522110Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8522260Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8522420Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8522570Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8522730Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8522880Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8523040Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8523190Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8523340Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8523490Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8523640Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8523790Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8523940Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8524090Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8524310Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8524470Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8524630Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8524790Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8524950Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8525110Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8525260Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8525470Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8525630Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8525780Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8525930Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8526080Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8526230Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8526390Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8526530Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8526710Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8526880Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8527050Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8527210Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8527380Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8527540Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8527700Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8527870Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8528070Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8528240Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8528410Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8528570Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8528730Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8528890Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8529090Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8529250Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8529420Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8529580Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8529750Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8529910Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8530070Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8530230Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8530390Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8530550Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8530710Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8530870Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8531030Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8531180Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8531340Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8531530Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8531690Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8531850Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8532010Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8532160Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8532310Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8532480Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8537250Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8537430Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8537600Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8537760Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8537910Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8538070Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8538230Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8538390Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8538550Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8538700Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8538860Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8539020Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8539180Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8539340Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8539490Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8539650Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8539890Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8540050Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8540210Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8540360Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8540510Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8540660Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8540820Z test_nnc_correctness_narrow_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8541020Z test_nnc_correctness_narrow_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8541180Z test_nnc_correctness_narrow_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8541350Z test_nnc_correctness_narrow_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8541510Z test_nnc_correctness_narrow_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8541670Z test_nnc_correctness_narrow_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8541820Z test_nnc_correctness_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8541980Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8542140Z test_nnc_correctness_narrow_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8542290Z test_nnc_correctness_narrow_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8542450Z test_nnc_correctness_narrow_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8542610Z test_nnc_correctness_narrow_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8542760Z test_nnc_correctness_narrow_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8542920Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8543080Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8543230Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8543390Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8543620Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8543780Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8543940Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8544090Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8544240Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8544390Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8544600Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8544760Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8544910Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8545070Z test_nnc_correctness_native_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8545230Z test_nnc_correctness_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8545400Z test_nnc_correctness_native_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8545580Z test_nnc_correctness_native_dropout_backward_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8545750Z test_nnc_correctness_native_dropout_backward_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8545920Z test_nnc_correctness_native_dropout_backward_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8546090Z test_nnc_correctness_native_dropout_backward_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8546260Z test_nnc_correctness_native_dropout_backward_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8546430Z test_nnc_correctness_native_dropout_backward_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8546600Z test_nnc_correctness_native_dropout_backward_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8546760Z test_nnc_correctness_native_dropout_backward_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8546930Z test_nnc_correctness_native_dropout_backward_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8547090Z test_nnc_correctness_native_dropout_backward_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8547300Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8547470Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8547630Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8547790Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8547940Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8548100Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8548300Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8548450Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8548600Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8548750Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8548900Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8549060Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8549210Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8549360Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8549510Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8549660Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8549820Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8549970Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8550130Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8550280Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8550430Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8550580Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8550740Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8550930Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8551080Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8551230Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8551380Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8551510Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8551630Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8551760Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8551930Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8552060Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8552190Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8552310Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8552420Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8552540Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8552660Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8552780Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8552900Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8553020Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8553180Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8553340Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8553500Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8553660Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8553820Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8553970Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8554130Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8554290Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8554440Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8554590Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8554780Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8554940Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8555090Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T01:24:49.8555250Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8555410Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8555570Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8555770Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8555930Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8556090Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8556240Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8556400Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8556550Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8556700Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8556850Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8557010Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8557160Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8557310Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8557470Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8557630Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8557780Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8557940Z test_nnc_correctness_new_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8558100Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8558300Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8558460Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8558620Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8558770Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8558920Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8559070Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8559220Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8559430Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8559590Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8559750Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8559910Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8560060Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8560220Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8560380Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8560540Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8560700Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8560850Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8561010Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8561160Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8561320Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8561480Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8561640Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8561800Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8562030Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8562220Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8562400Z test_nnc_correctness_nn_functional__scaled_dot_product_attention_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8562580Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8562760Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8562940Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8563160Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8563340Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8563510Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8563690Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8563860Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8564030Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8564210Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8564380Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8564550Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8564730Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8564900Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8565070Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8565250Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8565420Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8565630Z test_nnc_correctness_nn_functional_alpha_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8565810Z test_nnc_correctness_nn_functional_alpha_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8565980Z test_nnc_correctness_nn_functional_alpha_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8566150Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8566320Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8566490Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8566700Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8566880Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8567040Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8567210Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8567380Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8567550Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8567710Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8567880Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8568020Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8568190Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8568360Z test_nnc_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8568490Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8568660Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8568820Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8568990Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8569180Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8569350Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8569520Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8569680Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8569820Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8569960Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8570150Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8570380Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8570560Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8570730Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8570890Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8571060Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8571230Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8571390Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8571560Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8571730Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8571890Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8572050Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8572220Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8572390Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8572550Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8572770Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8572930Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8573100Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8573280Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8573450Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8573630Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8573940Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8574120Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8574290Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8574470Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8574640Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8574810Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8574980Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8579460Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8579660Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8579830Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8580000Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8580170Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8580350Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8580520Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8580800Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8580980Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8581160Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8581330Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8581510Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8581680Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8581890Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8582070Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8582250Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8582430Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8582600Z test_nnc_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8582770Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8582950Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8583120Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8583290Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8583460Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8583630Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8583810Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8583980Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8584150Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8584320Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8584530Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8584710Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8584880Z test_nnc_correctness_nn_functional_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8585040Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8585210Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8585380Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8585580Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8585750Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8585930Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8586100Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8586270Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8586440Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8586610Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8586800Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8586990Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8587180Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8587370Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8587560Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8587750Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8587940Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8588160Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8588360Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8588540Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8588730Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8588920Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8589130Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8589320Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8589500Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8589680Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8589860Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8590030Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8590210Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8590380Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8590560Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8590730Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8590900Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8591060Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8591230Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8591390Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8591610Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8591780Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8591950Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8592120Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8592290Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8592460Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8592630Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8592840Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8593010Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8593180Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8593350Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8593520Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8593700Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8593870Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8594040Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8594210Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8594370Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8594540Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8594710Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8594870Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8595040Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8595240Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8595410Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8595590Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8595760Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8595940Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8596110Z test_nnc_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8596310Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8596480Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8596640Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8596820Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8596990Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8597160Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8597340Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8597510Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8597680Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8597870Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8598060Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8598240Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8598410Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8598590Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8598810Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8598990Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8599160Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8599340Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8599520Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8599700Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8599900Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8600080Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8600250Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8600430Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8600600Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8600760Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8600930Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8601090Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8601260Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8601430Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8601600Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8601770Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8601930Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8602100Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8602270Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8602480Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8602650Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8602820Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8602990Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8603160Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8603330Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8603520Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8603680Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8603850Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8604010Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8604180Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8604340Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8604510Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8604670Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8604850Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8605030Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8605200Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8605380Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8605550Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8605720Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8605890Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8606120Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8606310Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8606490Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8606660Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8606840Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8607020Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8607240Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8607410Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8607560Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.001s) 2022-11-23T01:24:49.8607730Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8607900Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8608070Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8608240Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8608400Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8608570Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8608730Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8608900Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8609070Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8609250Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8609430Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8609630Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8609810Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8609990Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8610160Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8610320Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8610490Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8610690Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8610860Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8611030Z test_nnc_correctness_nn_functional_mish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8611200Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8611360Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8611540Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8611710Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8611870Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8612040Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8612220Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8612400Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8612590Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8612770Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8612960Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8613140Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8613350Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8613520Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8613680Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8613860Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8614040Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8614220Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8614420Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8614600Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8614780Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8614960Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8615130Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8615320Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8615500Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8615670Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8615850Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8616020Z test_nnc_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8616200Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8616370Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8616540Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8616710Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8616920Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8617100Z test_nnc_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8617260Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8617440Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8617610Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8617780Z test_nnc_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8617970Z test_nnc_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8618150Z test_nnc_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8618310Z test_nnc_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8618500Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8618670Z test_nnc_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8618840Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8619010Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8619180Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8619350Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8619520Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8619690Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8619870Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8624350Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8624560Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8624740Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8625030Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8625230Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8625420Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8625600Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8625780Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8625960Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8626170Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8626340Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8626510Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8626690Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8626860Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8627030Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8627200Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8627370Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8627540Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8627720Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8627900Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8628080Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8628250Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8628420Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8628630Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8628800Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8628980Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8629150Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8629320Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8629500Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8629700Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8629880Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8630060Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8630230Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8630410Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8630580Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8630750Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8630920Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8631090Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8631260Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8631430Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8631610Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8631780Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8631950Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8632120Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8632330Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8632510Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8632680Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8632840Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8633010Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8633180Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8633370Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8633540Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8633700Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8633860Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8634030Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8634200Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8634370Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8634530Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8634690Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8634860Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8635020Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8635190Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8635350Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8635510Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8635680Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8635880Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8636040Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8636210Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8636370Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8636540Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8636700Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8636880Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8637050Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8637230Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8637400Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8637560Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8637720Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8637880Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8638060Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8638230Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8638400Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8638570Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8638750Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8638920Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8639090Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8639260Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8639480Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8639660Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8639840Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8640020Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8640200Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8640380Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8640590Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8640770Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8640940Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8641110Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8641280Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8641460Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8641630Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8641800Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8641970Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8642140Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8642310Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8642490Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8642660Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8642830Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8643040Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8643220Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8643390Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8643550Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8643720Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8643880Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8644070Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8644240Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8644410Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8644570Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8644740Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8644920Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8645100Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8645270Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8645430Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8645600Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8645760Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8645930Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8646100Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8646260Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8646430Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8646640Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8646820Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8646990Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8647150Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8647320Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8647490Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8647680Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8647870Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8648050Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8648240Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8648410Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8648600Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8648770Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8648950Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8649130Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8649300Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8649480Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8649680Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8649880Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8650070Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8650290Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8650490Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8650680Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8650860Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8651040Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8651220Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8651430Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8651600Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8651770Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8651940Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8652110Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8652280Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8652440Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8652620Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8652800Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8652980Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8653160Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8653340Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8653510Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8653680Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8653900Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8654070Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8654230Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8654400Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8654560Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8654720Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8654890Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8655090Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8655250Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8655410Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8655560Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8655720Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8655870Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8656020Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8656180Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8656340Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8656500Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8656660Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8656810Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8656970Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8657140Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8657300Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8657460Z test_nnc_correctness_norm_fro_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8657660Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8657820Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8657990Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8658160Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8658320Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8658480Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8658630Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8658820Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8658980Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8659140Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8659300Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8659450Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8659610Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8659770Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8659930Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8660090Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8660260Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8660420Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8660600Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8660760Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8660920Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8661080Z test_nnc_correctness_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8661240Z test_nnc_correctness_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8661440Z test_nnc_correctness_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8661600Z test_nnc_correctness_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8661750Z test_nnc_correctness_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8661900Z test_nnc_correctness_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8662050Z test_nnc_correctness_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8662200Z test_nnc_correctness_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8662380Z test_nnc_correctness_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8662540Z test_nnc_correctness_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8662690Z test_nnc_correctness_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8662840Z test_nnc_correctness_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8663000Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8663160Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8663320Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8663480Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8663640Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8663810Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8663970Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8668860Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8669040Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8669200Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8669360Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8669510Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8669760Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8669930Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8670090Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8670240Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8670400Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8670560Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8670710Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8670900Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8671060Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8671220Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8671370Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8671520Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8671680Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8671830Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8671990Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8672140Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8672290Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8672450Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8672620Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8672780Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8672930Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8673100Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8673260Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8673630Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8673800Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8673960Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8674110Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8674270Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8674420Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8674580Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8674780Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8674930Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8675100Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8675260Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8675430Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8675580Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8675740Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8675900Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8676070Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8676240Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8676410Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8676580Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8676750Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8676910Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8677080Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8677270Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8677440Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8677610Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8677780Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8677950Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8678120Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8678290Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8678480Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8678650Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8678810Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8678980Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8679150Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8679330Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8679500Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8679670Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8679840Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8680000Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8680170Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8680330Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8680500Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8680670Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8680860Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8681030Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8681210Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8681380Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8681550Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8681710Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8681880Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8682070Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8682230Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8682400Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8682560Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8682740Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8682900Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8683060Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8683220Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8683390Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8683550Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8683710Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8683870Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8684030Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8684200Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8684360Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8684540Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8684700Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8684860Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8685010Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8685160Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8685320Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8685490Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8685650Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8685800Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8685960Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8686120Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8686270Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8686420Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8686570Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8686730Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8686880Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8687030Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8687180Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8687340Z test_nnc_correctness_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8687490Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8687650Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8687810Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8687960Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8688150Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8688310Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8688470Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8688620Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8688770Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8688920Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8689070Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8689260Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8689420Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8689580Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8689730Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8689880Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8690040Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8690190Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8690340Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8690490Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8690640Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8690790Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8690950Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8691100Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8691250Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8691400Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8691560Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8691740Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8691900Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8692060Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8692220Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8692380Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8692530Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8692690Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8692870Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8693030Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8693180Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8693330Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8693480Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8693650Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8693810Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8693970Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8694120Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8694280Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8694440Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8694600Z test_nnc_correctness_randint_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8694760Z test_nnc_correctness_randint_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8694910Z test_nnc_correctness_randint_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8695070Z test_nnc_correctness_randint_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8695220Z test_nnc_correctness_randint_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8695390Z test_nnc_correctness_randint_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8695550Z test_nnc_correctness_randint_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8695700Z test_nnc_correctness_randint_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8695850Z test_nnc_correctness_randint_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8696020Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8696170Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8696330Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8696510Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8696670Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8696830Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8696980Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8697140Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8697290Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8697450Z test_nnc_correctness_randn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8697610Z test_nnc_correctness_randn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8697760Z test_nnc_correctness_randn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8697920Z test_nnc_correctness_randn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8698080Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8698230Z test_nnc_correctness_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8698380Z test_nnc_correctness_randn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8698540Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8698700Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8698860Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8699030Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8699190Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8699350Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8699500Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8699660Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8699810Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8699990Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8700140Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8700300Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8700460Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8700610Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8700770Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8700920Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8701070Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8701220Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8701370Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8701530Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8701690Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8701840Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8702000Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8702160Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8702310Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8702500Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8702650Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8702800Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8702950Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8703100Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8703250Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8703410Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8703590Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8703760Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8703920Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8704090Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8704250Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8704400Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8704570Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8704720Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8704880Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8705040Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8705190Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8705350Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8705510Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8705640Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8705800Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8705960Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8706140Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8710780Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8710960Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8711120Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8711270Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8711430Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8711590Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8711850Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8712020Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8712170Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8712330Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8712480Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8712640Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8712800Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8712960Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8713110Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8713270Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8713420Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8713570Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8713730Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8713880Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8714030Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8714180Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8714360Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8714530Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8714700Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8714870Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8715040Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8715210Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8715380Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8715570Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8715740Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8715900Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8716060Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8716230Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8716390Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8716550Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8716710Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8716870Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8717040Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8717200Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8717360Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8717510Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8717670Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8717830Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8718010Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8718160Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8718320Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8718500Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8718660Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8718810Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8718970Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8719150Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8719310Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8719470Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8719630Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8719780Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8719940Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8720100Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8720250Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8720400Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8720550Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8720700Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8720860Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8721020Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8721180Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8721340Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8721490Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8721690Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8721850Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8722010Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8722160Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8722310Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8722460Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8722610Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8722810Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8722970Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8723130Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8723290Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8723450Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8723610Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8723760Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8723920Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8724080Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8724230Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8724390Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8724540Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8724700Z test_nnc_correctness_resolve_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8724860Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8725020Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8725190Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8725370Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8725530Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8725690Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8725840Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8726000Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8726160Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8726340Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8726490Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8726650Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8726810Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8726970Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8727140Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8727300Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8727460Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8727610Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8727770Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8727920Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8728080Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8728230Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8728390Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8728540Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8728700Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8728880Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8729040Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8729200Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8729350Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8729500Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8729650Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8729800Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8729980Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8730130Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8730280Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8730440Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8730590Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8730740Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8730890Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8731050Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8731210Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8731360Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8731510Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8731670Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8731820Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8731970Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8732120Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8732270Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8732440Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8732560Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8732720Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8732870Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8733020Z test_nnc_correctness_round_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8733170Z test_nnc_correctness_round_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8733320Z test_nnc_correctness_round_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8733490Z test_nnc_correctness_round_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8733640Z test_nnc_correctness_round_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8733810Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8733970Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8734140Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8734310Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8734470Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8734630Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8734800Z test_nnc_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8734960Z test_nnc_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8735130Z test_nnc_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8735280Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8735440Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8735600Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8735750Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8735910Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8736100Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8736260Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8736410Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8736560Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8736700Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8736860Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8737060Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8737220Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8737380Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8737540Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8737690Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8737840Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8737990Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8738140Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8738290Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8738440Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8738590Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8738760Z test_nnc_correctness_scalar_tensor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8738920Z test_nnc_correctness_scalar_tensor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8739090Z test_nnc_correctness_scalar_tensor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8739260Z test_nnc_correctness_scalar_tensor_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8739420Z test_nnc_correctness_scalar_tensor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8739590Z test_nnc_correctness_scalar_tensor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8739780Z test_nnc_correctness_scalar_tensor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8739940Z test_nnc_correctness_scalar_tensor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8740110Z test_nnc_correctness_scalar_tensor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8740260Z test_nnc_correctness_scalar_tensor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8740420Z test_nnc_correctness_scalar_tensor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8740580Z test_nnc_correctness_scalar_tensor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8740770Z test_nnc_correctness_scalar_tensor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8740930Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8741090Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8741260Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8741420Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8741580Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8741740Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8741900Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8742060Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8742220Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8742380Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8742540Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8742700Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8742850Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8743010Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8743170Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8743350Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8743520Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8743680Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8743840Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8743990Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8744150Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8744300Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8744490Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8744650Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8744820Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8744980Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8745150Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8745320Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8745490Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8745650Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8745820Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8745980Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8746150Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8746310Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8746480Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8746640Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8746810Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8747000Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8747160Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8747330Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8747490Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8747650Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8747810Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8752690Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8752860Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8753030Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8753190Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8753350Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8753520Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8753680Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8753840Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8754010Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8754170Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8754340Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8754500Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8754670Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8754840Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8755000Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8755270Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8755440Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8755600Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8755760Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8755930Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8756090Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8756250Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8756470Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8756640Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8756800Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8756960Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8757130Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8757290Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8757450Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8757610Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8757780Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8757940Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8758100Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8758260Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8758420Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8758580Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8758740Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8758930Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8759100Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8759270Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8759440Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8759610Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8759770Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8759970Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8760140Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8760310Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8760470Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8760630Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8760780Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8760940Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8761110Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8761260Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8761420Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8761570Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8761730Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8761890Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8762040Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8762190Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8762340Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8762520Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8762690Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8762860Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8763020Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8763180Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8763340Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8763500Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8763690Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8763840Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8764000Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8764160Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8764310Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8764470Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8764630Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8764790Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8764950Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8765100Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8765250Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8765410Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8765560Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8765710Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8765860Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8766010Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8766200Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8766360Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8766510Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8766670Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8766830Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8766990Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8767140Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8767320Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8767470Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8767620Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8767770Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8767920Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8768080Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8768240Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8768400Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8768560Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8768720Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8768880Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8769040Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8769190Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8769340Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8769490Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8769650Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8769840Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8770000Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8770150Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8770310Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8770460Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8770610Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8770770Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8770970Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8771120Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8771270Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8771420Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8771590Z test_nnc_correctness_signal_windows_cosine_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8771760Z test_nnc_correctness_signal_windows_cosine_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8771920Z test_nnc_correctness_signal_windows_cosine_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8772090Z test_nnc_correctness_signal_windows_cosine_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8772260Z test_nnc_correctness_signal_windows_exponential_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8772430Z test_nnc_correctness_signal_windows_exponential_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8772610Z test_nnc_correctness_signal_windows_exponential_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8772780Z test_nnc_correctness_signal_windows_exponential_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8772950Z test_nnc_correctness_signal_windows_gaussian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8773130Z test_nnc_correctness_signal_windows_gaussian_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8773300Z test_nnc_correctness_signal_windows_gaussian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8773500Z test_nnc_correctness_signal_windows_gaussian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8773670Z test_nnc_correctness_signal_windows_kaiser_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8773840Z test_nnc_correctness_signal_windows_kaiser_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8774010Z test_nnc_correctness_signal_windows_kaiser_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8774170Z test_nnc_correctness_signal_windows_kaiser_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8774330Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8774510Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8774670Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8774830Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8774990Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8775140Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8775300Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8775450Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8775600Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8775760Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8775910Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8776060Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8776220Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8776370Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8776530Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8776680Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8776830Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8776980Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8777160Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8777320Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8777470Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8777630Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8777780Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8777930Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8778130Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8778280Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8778430Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8778580Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8778730Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8778880Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8779030Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8779180Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8779330Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8779480Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8779640Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8779800Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8779950Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8780100Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8780250Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8780400Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8780550Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8780730Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8780880Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8781040Z test_nnc_correctness_slice_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8781190Z test_nnc_correctness_slice_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8781350Z test_nnc_correctness_slice_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8781510Z test_nnc_correctness_slice_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8781670Z test_nnc_correctness_slice_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8781850Z test_nnc_correctness_slice_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8782000Z test_nnc_correctness_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8782150Z test_nnc_correctness_slice_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8782300Z test_nnc_correctness_slice_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8782460Z test_nnc_correctness_slice_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8782620Z test_nnc_correctness_slice_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8782770Z test_nnc_correctness_slice_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8782930Z test_nnc_correctness_slice_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8783090Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8783250Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8783420Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8783580Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8783740Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8783910Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8784060Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8784220Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8784420Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8784590Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8784750Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8784910Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8785070Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8785230Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8785450Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8785620Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8785790Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8785950Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8786120Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8786280Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8786450Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8786610Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8786770Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8786940Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8787100Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8787250Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8787410Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8787560Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8787710Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8787870Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8788050Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8788200Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8788350Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8788510Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8788660Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8788820Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:24:49.8788980Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:24:49.8789170Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:24:49.8789320Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:24:49.8789490Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8789660Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8789820Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8789980Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8793990Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8794140Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8794300Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8794460Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8794630Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8794800Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8794960Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8795120Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8795280Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8795540Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8795710Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8795870Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8796030Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8796190Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8796350Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8796510Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8796700Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8796870Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8797030Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8797180Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8797350Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8797510Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8797670Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8797830Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8797990Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8798150Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8798310Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8798470Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8798630Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8798790Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8798950Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8799140Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8799300Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8799460Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8799620Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8799780Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8799920Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8800070Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8800230Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8800380Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8800520Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8800650Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8800790Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8800920Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8801060Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8801200Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8801340Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8801480Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8801610Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8801740Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8801880Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8802020Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8802160Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8802300Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8802430Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8802570Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8802700Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8802880Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8803020Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8803150Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8803290Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8803430Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8803560Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8803700Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8803830Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8804010Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8804140Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8804270Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8804440Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8804600Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8804760Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8804930Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8805090Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8805240Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8805400Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8805560Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8805720Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8805880Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8806040Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8806200Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8806360Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8806520Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8806710Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8806870Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8807030Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8807180Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8807320Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8807460Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8807590Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8807760Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8807890Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8808030Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8808160Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8808290Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8808430Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8808570Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8808710Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8808850Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8808980Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8809110Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8809250Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8809410Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8809570Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8809730Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8809890Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8810050Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8810210Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8810390Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8810560Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8810710Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8810870Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8811030Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8811190Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8811350Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8811530Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8811680Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8811840Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8811990Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8812150Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8812310Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8812460Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8812620Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8812780Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8812930Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8813090Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8813240Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8813380Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8813520Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8813660Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8813800Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8813940Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8814100Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8814230Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8814370Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8814510Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8814650Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8814790Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8814930Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8815090Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8815220Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8815360Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8815490Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8815660Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8815820Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8815990Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8816150Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8816310Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8816470Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8816630Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8816790Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8816960Z test_nnc_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8817130Z test_nnc_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8817300Z test_nnc_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8817470Z test_nnc_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8817680Z test_nnc_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8817860Z test_nnc_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8818020Z test_nnc_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8818190Z test_nnc_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8818380Z test_nnc_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8818550Z test_nnc_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8818720Z test_nnc_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8818940Z test_nnc_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8819100Z test_nnc_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8819270Z test_nnc_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8819430Z test_nnc_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8819600Z test_nnc_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8819770Z test_nnc_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8819930Z test_nnc_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8820100Z test_nnc_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8820260Z test_nnc_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8820430Z test_nnc_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8820590Z test_nnc_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8820760Z test_nnc_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8820920Z test_nnc_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8821090Z test_nnc_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8821280Z test_nnc_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8821450Z test_nnc_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8821620Z test_nnc_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8821780Z test_nnc_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8821940Z test_nnc_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8822110Z test_nnc_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8822310Z test_nnc_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8822470Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8822630Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8822800Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8822960Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8823120Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8823280Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8823430Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8823590Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8823740Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8823900Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8824070Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8824230Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8824390Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8824540Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8824700Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8824880Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8825050Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8825240Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8825420Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8825610Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8825790Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8825990Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8826170Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8826350Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8826520Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8826700Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8826880Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8827050Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8827230Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8827410Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8827580Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8827760Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8827930Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8828100Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8828270Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8828470Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8828650Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8828820Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8828990Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8829170Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8829340Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8829530Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8829680Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8829830Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8829980Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8830120Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8830270Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8830410Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8830560Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8835240Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8835420Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8835560Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8835710Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8835860Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8836000Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8836140Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8836280Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8836420Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8836560Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8836800Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8836950Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8837090Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8837230Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8837370Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8837510Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8837650Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8837830Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8837970Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8838110Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8838250Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8838390Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8838530Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8838670Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8838810Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8838990Z test_nnc_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8839170Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8839340Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8839510Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8839690Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8839860Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8840030Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8840190Z test_nnc_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8840360Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8840550Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8840720Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8840880Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8841040Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8841200Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8841360Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8841550Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8841710Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8841870Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8842030Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8842190Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8842350Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8842500Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8842660Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8842820Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8842980Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8843130Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8843290Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8843440Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8843600Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8843760Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8843920Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8844100Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8844260Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8844410Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8844570Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8844720Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8844870Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8845020Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8845200Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8845370Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8845530Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8845690Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8845860Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8846020Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8846190Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8846350Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8846510Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8846660Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8846820Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8846980Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8847140Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8847300Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8847460Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8847650Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8847830Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8847990Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8848160Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8848320Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8848480Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8848640Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8848820Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8848970Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8849130Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8849290Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8849450Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8849600Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8849760Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8849920Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8850070Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8850220Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8850370Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8850520Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8850680Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8850830Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8850980Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8851140Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8851330Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8851500Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8851660Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8851820Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8851970Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8852120Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8852310Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8852460Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8852610Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8852770Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8852920Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8853070Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8853230Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8853390Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8853550Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8853710Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8853870Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8854030Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8854180Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8854340Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8854490Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8854640Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8854790Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8854970Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8855130Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8855280Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8855440Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8855600Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8855750Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8855930Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8856090Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8856240Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8856390Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8856550Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8856700Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8856850Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8857010Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8857160Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8857310Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8857470Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8857620Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8857780Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8857930Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8858090Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8858250Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8858410Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8858590Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8858750Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8858900Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8859060Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8859210Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8859370Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8859550Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8859700Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8859850Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8860010Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8860160Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8860310Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8860460Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8860610Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8860760Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8860910Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8861070Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8861220Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8861380Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8861530Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8861680Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8861840Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8861990Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8862160Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8862310Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8862460Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8862610Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8862770Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8862910Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8863060Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8863230Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8863390Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8863550Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8863710Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8863880Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8864040Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8864190Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8864350Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8864500Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8864660Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8864820Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8864970Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8865130Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8865280Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8865440Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8865600Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8865790Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8865960Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8866120Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8866280Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8866440Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8866600Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8866790Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8866950Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8867100Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8867250Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8867410Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8867560Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8867710Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8867860Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8868010Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8868160Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8868310Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8868460Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8868610Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8868780Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8868940Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8869110Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8869280Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8869460Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8869630Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8869780Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8869940Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8870100Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8870250Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8870430Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8870590Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8870750Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8870900Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8871060Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8871220Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8871370Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8871520Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8871670Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8876320Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8876510Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8876670Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8876820Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8876970Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8877120Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8877280Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8877430Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8877680Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8877830Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8877990Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8878140Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8878290Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8878440Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8878610Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8878770Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8878920Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8879070Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8879230Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8879390Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8879540Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8879690Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8879840Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8879990Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8880140Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8880290Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8880440Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8880610Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8880760Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8880930Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8881090Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8881280Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8881430Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8881590Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8881750Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8881910Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8882070Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8882250Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8882400Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8882560Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8882720Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8882880Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8883040Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8883200Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8883350Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8883510Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8883670Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8883820Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8883980Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8884130Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8884290Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8884440Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8884600Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8884790Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8884950Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8885100Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8885250Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8885400Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8885550Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8885700Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8885890Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8886040Z test_nnc_correctness_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8886200Z test_nnc_correctness_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8886350Z test_nnc_correctness_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8886500Z test_nnc_correctness_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8886650Z test_nnc_correctness_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8886810Z test_nnc_correctness_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8886960Z test_nnc_correctness_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8887110Z test_nnc_correctness_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8887260Z test_nnc_correctness_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8887410Z test_nnc_correctness_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8887560Z test_nnc_correctness_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8887710Z test_nnc_correctness_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8887870Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8888030Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8888190Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8888380Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8888540Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8888700Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8888860Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8889010Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8889170Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8889330Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8889510Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8889660Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8889820Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8889980Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8890130Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8890270Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8890430Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8890570Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8890730Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8890880Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8891040Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8891200Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8891350Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8891500Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8891660Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8891820Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8891990Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8892150Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8892300Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8892460Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8892620Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8892780Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8892940Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8893130Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8893290Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8893440Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8893600Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8893760Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8893920Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8894080Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8894230Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8894390Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8894550Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8894710Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8894870Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8895030Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8895190Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8895340Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8895500Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8895680Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8895830Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8895990Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8896140Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8896300Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8896460Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8896620Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8896790Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8896950Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8897100Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8897250Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8897410Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8897560Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8897710Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8897860Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8898030Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8898200Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8898370Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8898540Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8898700Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8898850Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8899000Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8899160Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8899350Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8899510Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8899660Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8899810Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8899960Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8900110Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8900300Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8900450Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8900600Z test_nnc_correctness_tril_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8900760Z test_nnc_correctness_tril_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8900920Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8901070Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8901230Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8901380Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8901540Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8901690Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8901840Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8901990Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8902130Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8902280Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8902440Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8902580Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8902740Z test_nnc_correctness_triu_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8902930Z test_nnc_correctness_triu_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8903100Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8903260Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8903420Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8903580Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8903740Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8903930Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8904080Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8904240Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8904400Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8904550Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8904710Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8904870Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8905030Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8905180Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8905330Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8905490Z test_nnc_correctness_trunc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8905640Z test_nnc_correctness_trunc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8905790Z test_nnc_correctness_trunc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8905940Z test_nnc_correctness_trunc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8906100Z test_nnc_correctness_trunc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8906250Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8906410Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8906600Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8906760Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8906930Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8907080Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8907230Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8907390Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8907560Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8907720Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8907870Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8908020Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8908170Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8908330Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8908490Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8908650Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8908810Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8908960Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8909120Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8909280Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8909440Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8909600Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8909750Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8909910Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8910090Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8910240Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8910410Z test_nnc_correctness_unfold_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8910560Z test_nnc_correctness_unfold_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8910730Z test_nnc_correctness_unfold_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8910890Z test_nnc_correctness_unfold_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8911050Z test_nnc_correctness_unfold_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8911230Z test_nnc_correctness_unfold_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8911390Z test_nnc_correctness_unfold_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8911540Z test_nnc_correctness_unfold_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8911700Z test_nnc_correctness_unfold_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8911850Z test_nnc_correctness_unfold_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8912010Z test_nnc_correctness_unfold_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8912160Z test_nnc_correctness_unfold_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8912320Z test_nnc_correctness_unfold_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8912470Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8912630Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8912790Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8917260Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8917440Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8917600Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8917760Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8917900Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8918150Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8918300Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8918470Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8918630Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8918780Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8918930Z test_nnc_correctness_uniform_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8919130Z test_nnc_correctness_uniform_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8919290Z test_nnc_correctness_uniform_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8919450Z test_nnc_correctness_uniform_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8919610Z test_nnc_correctness_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8919760Z test_nnc_correctness_uniform_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8919940Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8920100Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8920270Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8920440Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8920600Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8920770Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8920930Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8921100Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8921260Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8921410Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8921570Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8921750Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8921910Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8922060Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8922210Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8922360Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8922510Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8922660Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8922850Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8923010Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8923170Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8923330Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8923490Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8923650Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8923810Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8923960Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8924120Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8924280Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8924430Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8924590Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8924740Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8924900Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8925050Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8925200Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8925380Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8925530Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8925690Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8925850Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8926010Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8926170Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8926330Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8926510Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8926670Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8926830Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8926980Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8927140Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8927290Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8927440Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8927590Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8927740Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8927890Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8928050Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8928200Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8928330Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:24:49.8928490Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8928660Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8928810Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8928990Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8929150Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8929310Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8929470Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8929620Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8929780Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8929930Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8930100Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8930260Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8930410Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8930560Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8930720Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8930880Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8931050Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8931200Z test_nnc_correctness_view_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8931360Z test_nnc_correctness_view_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8931510Z test_nnc_correctness_view_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8931670Z test_nnc_correctness_view_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8931830Z test_nnc_correctness_view_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8931980Z test_nnc_correctness_view_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8932140Z test_nnc_correctness_view_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8932290Z test_nnc_correctness_view_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8932440Z test_nnc_correctness_view_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8932630Z test_nnc_correctness_view_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8932790Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8932940Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8933100Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8933250Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8933410Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8933590Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8933740Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8933890Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8934040Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8934190Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8934340Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8934490Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8934640Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8934800Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8934950Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8935110Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8935270Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8935430Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8935590Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8935740Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8935890Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8936040Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8936220Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8936370Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8936530Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8936680Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8936830Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8936980Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8937170Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8937330Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8937480Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8937640Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8937790Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8937940Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8938090Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8938240Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8938390Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8938540Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8938690Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8938850Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8939000Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8939160Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8939320Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8939470Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8939630Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8939810Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8939960Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8940120Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8940270Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8940420Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8940570Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8940750Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8940910Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8941060Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8941210Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8941370Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8941520Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8941670Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8941820Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8941970Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8942120Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8942270Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8942430Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8942580Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8942740Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8942890Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8943050Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8943200Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8943370Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8943520Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8943680Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8943820Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8943970Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8944130Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8944280Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8944450Z test_nnc_correctness_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8944610Z test_nnc_correctness_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8944770Z test_nnc_correctness_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8944930Z test_nnc_correctness_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8945090Z test_nnc_correctness_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8945250Z test_nnc_correctness_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8945400Z test_nnc_correctness_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8945550Z test_nnc_correctness_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8945710Z test_nnc_correctness_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8945860Z test_nnc_correctness_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8946010Z test_nnc_correctness_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8946160Z test_nnc_correctness_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8946320Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8946480Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8946640Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8946810Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8947000Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8947170Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8947330Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8947480Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8947640Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8947800Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8948010Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8948170Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8948320Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.8948460Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8948600Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8948740Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8948880Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8949020Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8949170Z test_unsupported__softmax_backward_data_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8949310Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8949440Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8949580Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8949720Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8949860Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8949990Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8950130Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8950270Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8950400Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8950540Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8950670Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8950840Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8950980Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8951120Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8951250Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8951380Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8951520Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8951660Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8951800Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8951980Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8952110Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8952250Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8952380Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8952520Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8952660Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8952800Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8952940Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8953080Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8953210Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8957410Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8957590Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8957740Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8957880Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8958020Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8958170Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8958310Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8958440Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8958580Z test_unsupported_cdouble_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8958720Z test_unsupported_cfloat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8958930Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8959070Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8959220Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8959360Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8959500Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8959640Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8959770Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8959940Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8960080Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8960230Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8960360Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8960500Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8960640Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8960780Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8960920Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8961060Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8961200Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8961340Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8961470Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8961600Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8961740Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8961880Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8962010Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8962160Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8962300Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8962430Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8962570Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8962730Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8962880Z test_unsupported_diagonal_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8963020Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8963160Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8963290Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8963430Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8963560Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8963700Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8963860Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8963990Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8964120Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8964250Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8964390Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8964530Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8964670Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8964800Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8964940Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8965070Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8965210Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8965340Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8965480Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8965620Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8965760Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8965890Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8966030Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8966160Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8966300Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8966440Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8966630Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8966770Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8966910Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8967050Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8967190Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8967320Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8967460Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8967590Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8967770Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8967890Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-11-23T01:24:49.8968030Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8968170Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8968300Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8968430Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8968580Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8968720Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8968860Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8968990Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8969130Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8969260Z test_unsupported_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8969400Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8969540Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8969680Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8969820Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8969960Z test_unsupported_grid_sampler_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8970100Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8970240Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8970380Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8970550Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8970700Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8970830Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8970970Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8971100Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8971230Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8971370Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8971510Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8971680Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8971810Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8971950Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8972100Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8972240Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8972380Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8972520Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8972660Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8972790Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8972920Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8973060Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8973200Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8973330Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8973490Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8973650Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8973800Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8973950Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8974100Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8974230Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8974370Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8974540Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8974690Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8974840Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8974980Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8975120Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8975260Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8975420Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8975580Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8975730Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8975870Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8976020Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8976170Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8976310Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8976450Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8976600Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8976750Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8976900Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8977040Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8977190Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8977330Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8977470Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8977620Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8977760Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8977910Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8978060Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8978200Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8978380Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8978530Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8978670Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8978830Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8978970Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8979120Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8979270Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8979410Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8979570Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8979710Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8979860Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8980010Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8980150Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8980290Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8980440Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8980580Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8980720Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8980860Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8981010Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8981150Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8981290Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8981440Z test_unsupported_log_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8981580Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8981720Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8981860Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8982000Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8982150Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8982330Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8982480Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8982620Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8982750Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8982890Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8983030Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8983170Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8983310Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8983490Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8983620Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8983760Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8983890Z test_unsupported_masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8984040Z test_unsupported_masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8984180Z test_unsupported_masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8984320Z test_unsupported_masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8984470Z test_unsupported_masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8984610Z test_unsupported_masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8984750Z test_unsupported_masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8984900Z test_unsupported_masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8985040Z test_unsupported_masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8985180Z test_unsupported_masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8985320Z test_unsupported_masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8985460Z test_unsupported_masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8985600Z test_unsupported_masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8985740Z test_unsupported_masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8985880Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8986020Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8986190Z test_unsupported_masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8986340Z test_unsupported_masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8986480Z test_unsupported_masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8986610Z test_unsupported_masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8986750Z test_unsupported_masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8986890Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8987050Z test_unsupported_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8987190Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8987370Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8987510Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8987640Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8987800Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8987950Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8988090Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8988240Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8988380Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8988520Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8988660Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8988790Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8988930Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8989060Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8989210Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8989360Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8989500Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8989640Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8989780Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8989920Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8990080Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8990220Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8990360Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8990500Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8990640Z test_unsupported_native_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8990800Z test_unsupported_native_dropout_backward_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8995280Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8995450Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8995680Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8995820Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8995950Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8996090Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8996230Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8996400Z test_unsupported_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8996560Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8996720Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8996870Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8997030Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8997180Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8997340Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8997490Z test_unsupported_nn_functional_alpha_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8997640Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8997790Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8997930Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8998080Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8998230Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8998410Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8998580Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8998730Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8998880Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8999020Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8999180Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8999330Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8999500Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8999660Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8999820Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.8999970Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9000120Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9000270Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9000420Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9000570Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9000710Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9000870Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9001020Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9001190Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9001360Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9001520Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9001680Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9001830Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9001980Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9002160Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9002320Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9002470Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9002630Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9002780Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9002930Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9003090Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9003280Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9003440Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9003600Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9003760Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9003920Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9004070Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9004220Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9004360Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9004510Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9004670Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9004820Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9004980Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9005130Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9005280Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9005420Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9005570Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9005730Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9005890Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9006070Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9006220Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9006380Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9006520Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9006670Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9006820Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9006990Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9007180Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9007320Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9007480Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9007630Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9007780Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9007940Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9008090Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9008250Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9008400Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9008550Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9008710Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9008860Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9009010Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9009160Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9009310Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9009450Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9009600Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9009760Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9009930Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9010080Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9010240Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9010390Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9010560Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9010710Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9010870Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9011050Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9011190Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9011330Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9011470Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9011600Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9011740Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9011870Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9012020Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9012150Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9012300Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9012430Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9012570Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9012710Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9012850Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9012980Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9013130Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9013280Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9013430Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9013580Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9013740Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9013880Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9014020Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9014150Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9014290Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9014420Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9014560Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9014700Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9014860Z test_unsupported_randint_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9015010Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9015140Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9015290Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9015420Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9015560Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9015700Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9015830Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9015980Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9016120Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9016260Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9016400Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9016540Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9016680Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9016820Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9016960Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9017100Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9017250Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9017390Z test_unsupported_scalar_tensor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9017530Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9017710Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9017870Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9018020Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9018160Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9018310Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9018480Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9018630Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9018840Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9018990Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9019130Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9019270Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9019410Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9019560Z test_unsupported_signal_windows_cosine_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9019720Z test_unsupported_signal_windows_exponential_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9019870Z test_unsupported_signal_windows_gaussian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9020020Z test_unsupported_signal_windows_kaiser_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9020150Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9020290Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9020430Z test_unsupported_slice_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9020570Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9020710Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9020860Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9020990Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9021140Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9021290Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9021440Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9021620Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9021760Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9021910Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9022050Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9022180Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9022320Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9022460Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9022600Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9022770Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9022920Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9023060Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9023200Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9023340Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9023480Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9023620Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9023760Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9023910Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9024060Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9024220Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9024360Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9024520Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9024670Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9024810Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9024980Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9025140Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9025300Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9025440Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9025620Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9025760Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9025900Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:49.9026060Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9026210Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9026350Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9026490Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9026660Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9026810Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9026950Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9027080Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9027220Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9027350Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9027490Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9027630Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9027780Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9027910Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9028050Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9028190Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9028330Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9028470Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9028610Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9028750Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9028890Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9029020Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9029160Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9029290Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9029460Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9029600Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9029740Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9029890Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9030020Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9030160Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9034930Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9035110Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9035340Z test_unsupported_unfold_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9035480Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9035620Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9035770Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9035900Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9036030Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9036180Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9036320Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9036460Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9036600Z test_unsupported_view_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9036730Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9036870Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9037000Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9037140Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9037270Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9037410Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9037540Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9037670Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9037800Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9037940Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9038130Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9038270Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9038400Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9038540Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9038680Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9038820Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9038950Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9039080Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9039250Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9039390Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9039510Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9039640Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9039780Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9039910Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9040040Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9040180Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9040330Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9040470Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9040610Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9040750Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9040880Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9041010Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9041150Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9041270Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9041410Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9041540Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9041680Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9041810Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9041940Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9042090Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9042230Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9042360Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9042480Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9042610Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9042740Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9042870Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9042990Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9043150Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9043290Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9043420Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9043540Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9043670Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9043800Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9043930Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9044070Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9044200Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9044330Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9044460Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9044590Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9044720Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9044850Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9044970Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9045120Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9045280Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9045420Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9045570Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9045720Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9045860Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9046030Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9046180Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9046330Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9046480Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9046620Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9046760Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9046890Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9047060Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9047200Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9047330Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9047470Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9047600Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9047730Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9047860Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9047990Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9048130Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9048260Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9048380Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9048510Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9048640Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9048770Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9048890Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9049030Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9049150Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9049290Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9049420Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9049560Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9049700Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9049860Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9050000Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9050130Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9050260Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-11-23T01:24:49.9050350Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.102s) 2022-11-23T01:24:49.9050450Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-11-23T01:24:49.9050540Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.020s) 2022-11-23T01:24:49.9050630Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.028s) 2022-11-23T01:24:49.9050770Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-11-23T01:24:49.9051100Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-11-23T01:24:49.9051320Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-11-23T01:24:49.9051410Z test_batch_norm (__main__.TestTEFuserDynamic) ... ok (29.919s) 2022-11-23T01:24:49.9051510Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (0.184s) 2022-11-23T01:24:49.9051610Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (0.454s) 2022-11-23T01:24:49.9051700Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.035s) 2022-11-23T01:24:49.9051800Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.042s) 2022-11-23T01:24:49.9051960Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.9052050Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (0.108s) 2022-11-23T01:24:49.9052150Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-11-23T01:24:49.9052240Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.206s) 2022-11-23T01:24:49.9052330Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.014s) 2022-11-23T01:24:49.9052460Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:24:49.9052570Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.021s) 2022-11-23T01:24:49.9052680Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-11-23T01:24:49.9052810Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-11-23T01:24:49.9052940Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-11-23T01:24:49.9053080Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-11-23T01:24:49.9053200Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-11-23T01:24:49.9053320Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-11-23T01:24:49.9053410Z test_clamp (__main__.TestTEFuserDynamic) ... ok (0.143s) 2022-11-23T01:24:49.9053510Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-11-23T01:24:49.9053600Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.005s) 2022-11-23T01:24:49.9053700Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.021s) 2022-11-23T01:24:49.9053800Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.022s) 2022-11-23T01:24:49.9053890Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.021s) 2022-11-23T01:24:49.9053980Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.011s) 2022-11-23T01:24:49.9054070Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.018s) 2022-11-23T01:24:49.9054260Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.001s) 2022-11-23T01:24:49.9054450Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-11-23T01:24:49.9054590Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.000s) 2022-11-23T01:24:49.9054700Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:24:49.9054780Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.025s) 2022-11-23T01:24:49.9054880Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.003s) 2022-11-23T01:24:49.9054960Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-11-23T01:24:49.9055050Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.005s) 2022-11-23T01:24:49.9055150Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (14.327s) 2022-11-23T01:24:49.9055250Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.011s) 2022-11-23T01:24:49.9055340Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-11-23T01:24:49.9055500Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.003s) 2022-11-23T01:24:49.9055590Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-11-23T01:24:49.9055720Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:24:49.9055800Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-11-23T01:24:49.9055910Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.013s) 2022-11-23T01:24:49.9056010Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.017s) 2022-11-23T01:24:49.9056110Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-11-23T01:24:49.9056200Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.035s) 2022-11-23T01:24:49.9056330Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:24:49.9056420Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-11-23T01:24:49.9056640Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-11-23T01:24:49.9056730Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.057s) 2022-11-23T01:24:49.9056820Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.044s) 2022-11-23T01:24:49.9056920Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (0.439s) 2022-11-23T01:24:49.9057010Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.044s) 2022-11-23T01:24:49.9057130Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.001s) 2022-11-23T01:24:49.9057290Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.002s) 2022-11-23T01:24:49.9057460Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.001s) 2022-11-23T01:24:49.9057550Z test_minmax (__main__.TestTEFuserDynamic) ... ok (0.037s) 2022-11-23T01:24:49.9057650Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.052s) 2022-11-23T01:24:49.9057740Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-11-23T01:24:49.9057830Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-11-23T01:24:49.9057990Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.000s) 2022-11-23T01:24:49.9058080Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-11-23T01:24:49.9058320Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-11-23 01:23:34 53108:57012249 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:24:49.9058510Z STAGE:2022-11-23 01:23:34 53108:57012249 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:24:49.9058690Z STAGE:2022-11-23 01:23:34 53108:57012249 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:24:49.9058780Z ok (0.004s) 2022-11-23T01:24:49.9058910Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:24:49.9059030Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:24:49.9059140Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:24:49.9059220Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-11-23T01:24:49.9059320Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-11-23T01:24:49.9059430Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-11-23T01:24:49.9059510Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.005s) 2022-11-23T01:24:49.9059610Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.015s) 2022-11-23T01:24:49.9059710Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.004s) 2022-11-23T01:24:49.9059810Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.004s) 2022-11-23T01:24:49.9059930Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.014s) 2022-11-23T01:24:49.9060020Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-11-23T01:24:49.9060110Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-11-23T01:24:49.9060210Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.007s) 2022-11-23T01:24:49.9060300Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-11-23T01:24:49.9060390Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-11-23T01:24:49.9060490Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.014s) 2022-11-23T01:24:49.9060590Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (13.605s) 2022-11-23T01:24:49.9060690Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-11-23T01:24:49.9060780Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-11-23T01:24:49.9060870Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.005s) 2022-11-23T01:24:49.9061000Z test_to_dtype (__main__.TestTEFuserDynamic) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:24:49.9061090Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (0.087s) 2022-11-23T01:24:49.9061180Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (0.348s) 2022-11-23T01:24:49.9061270Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.008s) 2022-11-23T01:24:49.9061420Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.9061510Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-11-23T01:24:49.9061620Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.048s) 2022-11-23T01:24:49.9061710Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.039s) 2022-11-23T01:24:49.9062140Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_jit_fuser_te.py:1187: 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:24:49.9062200Z return v.to(dtype) 2022-11-23T01:24:49.9062250Z ok (0.018s) 2022-11-23T01:24:49.9062350Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.012s) 2022-11-23T01:24:49.9062440Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (0.086s) 2022-11-23T01:24:49.9062740Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-11-23T01:24:49.9062820Z warnings.warn("Only works in script mode") 2022-11-23T01:24:49.9062860Z ok (0.019s) 2022-11-23T01:24:49.9062960Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.006s) 2022-11-23T01:24:49.9063080Z test_abs (__main__.TestTEFuserStatic) ... ok (0.004s) 2022-11-23T01:24:49.9063180Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.008s) 2022-11-23T01:24:49.9063270Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.015s) 2022-11-23T01:24:49.9063360Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-11-23T01:24:49.9063470Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.005s) 2022-11-23T01:24:49.9063650Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-11-23T01:24:49.9063840Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-11-23T01:24:49.9063930Z test_batch_norm (__main__.TestTEFuserStatic) ... ok (25.268s) 2022-11-23T01:24:49.9064020Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (0.180s) 2022-11-23T01:24:49.9064110Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (0.388s) 2022-11-23T01:24:49.9064210Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-11-23T01:24:49.9064330Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-11-23T01:24:49.9064490Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.9064580Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.085s) 2022-11-23T01:24:49.9064670Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.005s) 2022-11-23T01:24:49.9069330Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.203s) 2022-11-23T01:24:49.9069460Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-11-23T01:24:49.9069590Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:24:49.9069690Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-11-23T01:24:49.9069770Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-11-23T01:24:49.9069880Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (0.258s) 2022-11-23T01:24:49.9069970Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-11-23T01:24:49.9070090Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-11-23T01:24:49.9070180Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (4.589s) 2022-11-23T01:24:49.9070270Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.021s) 2022-11-23T01:24:49.9070360Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.119s) 2022-11-23T01:24:49.9070450Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.006s) 2022-11-23T01:24:49.9070540Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.004s) 2022-11-23T01:24:49.9070640Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-11-23T01:24:49.9070730Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.017s) 2022-11-23T01:24:49.9070820Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-11-23T01:24:49.9070910Z test_concat (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-11-23T01:24:49.9071000Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.012s) 2022-11-23T01:24:49.9071580Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_jit_fuser_te.py:2444: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-11-23T01:24:49.9071630Z r = torch.tensor(4) 2022-11-23T01:24:49.9071680Z ok (0.023s) 2022-11-23T01:24:49.9071770Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-11-23T01:24:49.9071900Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.001s) 2022-11-23T01:24:49.9072090Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:24:49.9072180Z test_dims (__main__.TestTEFuserStatic) ... ok (0.022s) 2022-11-23T01:24:49.9072270Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-11-23T01:24:49.9072350Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.006s) 2022-11-23T01:24:49.9072440Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.004s) 2022-11-23T01:24:49.9072540Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (15.148s) 2022-11-23T01:24:49.9072640Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-11-23T01:24:49.9072720Z test_erf (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-11-23T01:24:49.9072830Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-11-23T01:24:49.9072910Z test_exp (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-11-23T01:24:49.9073030Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:24:49.9073140Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-11-23T01:24:49.9073240Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.010s) 2022-11-23T01:24:49.9073340Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-11-23T01:24:49.9073440Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-11-23T01:24:49.9073520Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.033s) 2022-11-23T01:24:49.9073640Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:24:49.9073730Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-11-23T01:24:49.9073950Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.001s) 2022-11-23T01:24:49.9074040Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.056s) 2022-11-23T01:24:49.9074130Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.040s) 2022-11-23T01:24:49.9074230Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (0.308s) 2022-11-23T01:24:49.9074320Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.040s) 2022-11-23T01:24:49.9074430Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.001s) 2022-11-23T01:24:49.9074520Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.186s) 2022-11-23T01:24:49.9074610Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.229s) 2022-11-23T01:24:49.9074690Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.024s) 2022-11-23T01:24:49.9074780Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.037s) 2022-11-23T01:24:49.9074870Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.006s) 2022-11-23T01:24:49.9074960Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-11-23T01:24:49.9075130Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.000s) 2022-11-23T01:24:49.9075210Z test_nop (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-11-23T01:24:49.9075450Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-11-23 01:24:36 53108:57012249 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:24:49.9075630Z STAGE:2022-11-23 01:24:36 53108:57012249 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:24:49.9075810Z STAGE:2022-11-23 01:24:36 53108:57012249 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:24:49.9075860Z ok (0.004s) 2022-11-23T01:24:49.9075980Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:24:49.9076090Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.001s) 2022-11-23T01:24:49.9076200Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-11-23T01:24:49.9076340Z test_relu (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-11-23T01:24:49.9076440Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.007s) 2022-11-23T01:24:49.9076550Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.005s) 2022-11-23T01:24:49.9076640Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.004s) 2022-11-23T01:24:49.9076730Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-11-23T01:24:49.9076820Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.003s) 2022-11-23T01:24:49.9076920Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.004s) 2022-11-23T01:24:49.9077020Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.013s) 2022-11-23T01:24:49.9077110Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.008s) 2022-11-23T01:24:49.9077190Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.009s) 2022-11-23T01:24:49.9077290Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.005s) 2022-11-23T01:24:49.9077380Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.005s) 2022-11-23T01:24:49.9077520Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-11-23T01:24:49.9077620Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.011s) 2022-11-23T01:24:49.9077720Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (11.447s) 2022-11-23T01:24:49.9077810Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-11-23T01:24:49.9077900Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.006s) 2022-11-23T01:24:49.9077990Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.005s) 2022-11-23T01:24:49.9078120Z test_to_dtype (__main__.TestTEFuserStatic) ... skip: Compiles with TensorExprKernel (0.001s) 2022-11-23T01:24:49.9078210Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-11-23T01:24:49.9078300Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (0.235s) 2022-11-23T01:24:49.9078390Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.006s) 2022-11-23T01:24:49.9078530Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:49.9078630Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.005s) 2022-11-23T01:24:49.9078730Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-11-23T01:24:49.9078830Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.052s) 2022-11-23T01:24:49.9078930Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.018s) 2022-11-23T01:24:49.9079030Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.008s) 2022-11-23T01:24:49.9079120Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.072s) 2022-11-23T01:24:49.9079420Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/__init__.py:216: UserWarning: Only works in script mode 2022-11-23T01:24:49.9079500Z warnings.warn("Only works in script mode") 2022-11-23T01:24:49.9079540Z ok (0.017s) 2022-11-23T01:24:49.9079640Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.005s) 2022-11-23T01:24:49.9079650Z 2022-11-23T01:24:49.9079800Z ---------------------------------------------------------------------- 2022-11-23T01:24:49.9079860Z Ran 6067 tests in 125.091s 2022-11-23T01:24:49.9079860Z 2022-11-23T01:24:49.9079910Z OK (skipped=5903) 2022-11-23T01:24:49.9079910Z 2022-11-23T01:24:49.9079970Z Generating XML reports... 2022-11-23T01:24:49.9080200Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-jit.test_fuser_common.TestFuserCommon-20221123012243.xml 2022-11-23T01:24:49.9080410Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserDynamic-20221123012243.xml 2022-11-23T01:24:49.9080620Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestTEFuserStatic-20221123012243.xml 2022-11-23T01:24:49.9080870Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestLoopnestRandomizationCPU-20221123012243.xml 2022-11-23T01:24:49.9081080Z Generated XML report: test-reports/python-unittest/test_jit_fuser_te/TEST-TestNNCOpInfoCPU-20221123012243.xml 2022-11-23T01:24:49.9081090Z 2022-11-23T01:24:49.9081410Z ##[endgroup] 2022-11-23T01:24:49.9081630Z FINISHED PRINTING LOG FILE of test_jit_fuser_te (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_fuser_te_3qwxemwr) 2022-11-23T01:24:49.9081640Z 2022-11-23T01:24:50.8863110Z Running test_unary_ufuncs ... [2022-11-23 01:24:50.886065] 2022-11-23T01:24:50.8865330Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:24:50.886332] 2022-11-23T01:24:50.8865730Z Ignoring disabled issues: [] 2022-11-23T01:24:54.0956180Z 2022-11-23T01:24:54.0956550Z Expand the folded group to see the log file of test_proxy_tensor 2022-11-23T01:24:54.0957170Z ##[group]PRINTING LOG FILE of test_proxy_tensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_proxy_tensor_epcyz0rk) 2022-11-23T01:24:54.0957980Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:125: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T01:24:54.0959180Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:24:54.0959670Z 2022-11-23T01:24:54.0959750Z Running tests... 2022-11-23T01:24:54.0960050Z ---------------------------------------------------------------------- 2022-11-23T01:24:54.0960340Z Test results will be stored in test-reports/python-unittest/test_proxy_tensor 2022-11-23T01:24:54.0960580Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.006s) 2022-11-23T01:24:54.0960800Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.003s) 2022-11-23T01:24:54.0961010Z test_meta (__main__.TestFakeProxyTensor) ... ok (0.003s) 2022-11-23T01:24:54.0961230Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.003s) 2022-11-23T01:24:54.0961460Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0961750Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.000s) 2022-11-23T01:24:54.0962010Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0962270Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-11-23T01:24:54.0963680Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0963930Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0964180Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0964450Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-11-23T01:24:54.0964710Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0964950Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0965210Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.021s) 2022-11-23T01:24:54.0965470Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.049s) 2022-11-23T01:24:54.0965720Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.023s) 2022-11-23T01:24:54.0965980Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.012s) 2022-11-23T01:24:54.0966230Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0966490Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-11-23T01:24:54.0966840Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0967100Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0967350Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.006s) 2022-11-23T01:24:54.0967590Z test_pr_86917 (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-11-23T01:24:54.0967830Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.009s) 2022-11-23T01:24:54.0968110Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0979420Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.000s) 2022-11-23T01:24:54.0979790Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0980030Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.004s) 2022-11-23T01:24:54.0980280Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0980730Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.003s) 2022-11-23T01:24:54.0980980Z test_val_metadata_mutation (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0981230Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.002s) 2022-11-23T01:24:54.0981470Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.001s) 2022-11-23T01:24:54.0981940Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.000s) 2022-11-23T01:24:54.0982200Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0982450Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0982700Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.001s) 2022-11-23T01:24:54.0982940Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0983180Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0983440Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-11-23T01:24:54.0983680Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0983930Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0984180Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.020s) 2022-11-23T01:24:54.0984440Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-11-23T01:24:54.0984690Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-11-23T01:24:54.0984950Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.011s) 2022-11-23T01:24:54.0985210Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0986230Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0986490Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.001s) 2022-11-23T01:24:54.0986740Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0987000Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.006s) 2022-11-23T01:24:54.0987220Z test_pr_86917 (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0987450Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.009s) 2022-11-23T01:24:54.0987720Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0988030Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.000s) 2022-11-23T01:24:54.0988300Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0988630Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.004s) 2022-11-23T01:24:54.0988870Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0989120Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.003s) 2022-11-23T01:24:54.0989370Z test_val_metadata_mutation (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0989610Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.002s) 2022-11-23T01:24:54.0989840Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... ok (0.035s) 2022-11-23T01:24:54.0990180Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: CUDA-only test (0.000s) 2022-11-23T01:24:54.0990450Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-11-23T01:24:54.0990710Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... ok (0.003s) 2022-11-23T01:24:54.0990980Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... ok (0.002s) 2022-11-23T01:24:54.0991280Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... ok (0.002s) 2022-11-23T01:24:54.0991540Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... ok (0.002s) 2022-11-23T01:24:54.0991820Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... ok (0.013s) 2022-11-23T01:24:54.0992070Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.002s) 2022-11-23T01:24:54.0992320Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-11-23T01:24:54.0992580Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... ok (0.020s) 2022-11-23T01:24:54.0992840Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-11-23T01:24:54.0993110Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... ok (0.066s) 2022-11-23T01:24:54.0993380Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... ok (0.056s) 2022-11-23T01:24:54.0993660Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.006s) 2022-11-23T01:24:54.0993930Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-11-23T01:24:54.0994190Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... ok (0.004s) 2022-11-23T01:24:54.0994460Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-11-23T01:24:54.0994720Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... ok (0.006s) 2022-11-23T01:24:54.0994960Z test_pr_86917 (__main__.TestGenericProxyTensorSymbolic) ... ok (0.010s) 2022-11-23T01:24:54.0995200Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... ok (0.028s) 2022-11-23T01:24:54.0995490Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... ok (0.002s) 2022-11-23T01:24:54.0995810Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: test requires torchvision (0.000s) 2022-11-23T01:24:54.0996100Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-11-23T01:24:54.0996360Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... ok (0.005s) 2022-11-23T01:24:54.0996630Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... ok (0.002s) 2022-11-23T01:24:54.0996920Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... expected failure (0.007s) 2022-11-23T01:24:54.0997210Z test_val_metadata_mutation (__main__.TestGenericProxyTensorSymbolic) ... ok (0.010s) 2022-11-23T01:24:54.0997470Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... ok (0.007s) 2022-11-23T01:24:54.0997750Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.0998010Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.0998370Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T01:24:54.0998680Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.0998970Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.0999270Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T01:24:54.0999560Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.0999840Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1000580Z test_make_fx_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1001250Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1001440Z ok (0.024s) 2022-11-23T01:24:54.1001660Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1001970Z test_make_fx_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1002270Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1002550Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1002840Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1003110Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1003380Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1003650Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T01:24:54.1003920Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1004190Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1004460Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1004740Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1005010Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1005280Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1005590Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:24:54.1005880Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1006160Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1007280Z test_make_fx_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: 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:24:54.1007930Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1008390Z [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:24:54.1009130Z [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:24:54.1009550Z ok (0.011s) 2022-11-23T01:24:54.1009770Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1010130Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1010410Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T01:24:54.1010690Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1010970Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1011240Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T01:24:54.1011510Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1011790Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1012070Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1012350Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1012610Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1012880Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1013140Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1013400Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1013660Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1013950Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1014250Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1014540Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1014830Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1015110Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1015420Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1015700Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1015960Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1016240Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1016600Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1016910Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1017190Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1017460Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1017740Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1018010Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1018270Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.178s) 2022-11-23T01:24:54.1018540Z test_make_fx_exhaustive_cdouble_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1018820Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1019130Z test_make_fx_exhaustive_cfloat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1019880Z test_make_fx_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1020370Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T01:24:54.1020530Z ok (0.007s) 2022-11-23T01:24:54.1020730Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1021270Z test_make_fx_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-11-23T01:24:54.1021620Z L = torch.cholesky(A) 2022-11-23T01:24:54.1021770Z should be replaced with 2022-11-23T01:24:54.1021930Z L = torch.linalg.cholesky(A) 2022-11-23T01:24:54.1022070Z and 2022-11-23T01:24:54.1022200Z U = torch.cholesky(A, upper=True) 2022-11-23T01:24:54.1022360Z should be replaced with 2022-11-23T01:24:54.1022510Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T01:24:54.1022850Z 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:24:54.1023140Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1023270Z ok (0.035s) 2022-11-23T01:24:54.1023480Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1023760Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1024030Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1024300Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1024560Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1024840Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1025100Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1025380Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1025720Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-11-23T01:24:54.1026000Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1026260Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1026530Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.001s) 2022-11-23T01:24:54.1026810Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-11-23T01:24:54.1027100Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1027370Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1027660Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1027940Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1028250Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1028520Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T01:24:54.1028800Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1029080Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1029350Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1029620Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1029880Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1030150Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1030430Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T01:24:54.1030710Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1030970Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1031240Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1031510Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1031790Z test_make_fx_exhaustive_diagonal_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1032060Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1032340Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1032610Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.244s) 2022-11-23T01:24:54.1032880Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1033140Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-11-23T01:24:54.1033410Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1033700Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1033990Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1034260Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1034630Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1034910Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1035180Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1035440Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1035710Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1036000Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1036280Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1036560Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:24:54.1036890Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1037150Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1037420Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1037680Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1037930Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1038200Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1038470Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1038730Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1038990Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-11-23T01:24:54.1039250Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1039510Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1039770Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1040040Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1040310Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1040580Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1040840Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1041100Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1041360Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1041630Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1041900Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1042170Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1042440Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1042710Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1042980Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1043270Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1043570Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1043840Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1044110Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1044370Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1044630Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1044890Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1045160Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1045450Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1045720Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1045980Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1046250Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1046510Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1046780Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1047050Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1047310Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1047570Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1047830Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1048090Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1048350Z test_make_fx_exhaustive_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1048600Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1048860Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1049120Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1049380Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T01:24:54.1049650Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.187s) 2022-11-23T01:24:54.1049930Z test_make_fx_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T01:24:54.1050200Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1050460Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1050720Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1050980Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-11-23T01:24:54.1051250Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.186s) 2022-11-23T01:24:54.1051520Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.290s) 2022-11-23T01:24:54.1051820Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1052090Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1052350Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1052610Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1052870Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1053130Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1053400Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1053670Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1053940Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1054240Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1054920Z test_make_fx_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: 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:24:54.1055340Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1055470Z ok (0.060s) 2022-11-23T01:24:54.1055670Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1055940Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1056200Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1056470Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-11-23T01:24:54.1056730Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1057000Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1057260Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1057510Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1057780Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1058050Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1058310Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1058620Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1058960Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1059280Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1059600Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1059920Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1060210Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1060540Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1060800Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1061070Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1061330Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1061590Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1061860Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-11-23T01:24:54.1062140Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1062420Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1062700Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1063000Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1063280Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T01:24:54.1063560Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1063840Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1064110Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1064390Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1064680Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1064970Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1065240Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1074930Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1075230Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1075520Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1075810Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1076120Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1076420Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1076700Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1076990Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1077270Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-11-23T01:24:54.1077550Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-11-23T01:24:54.1077840Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-11-23T01:24:54.1078130Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.267s) 2022-11-23T01:24:54.1078660Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T01:24:54.1078960Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1079270Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.268s) 2022-11-23T01:24:54.1079570Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.204s) 2022-11-23T01:24:54.1079860Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-11-23T01:24:54.1080150Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1080490Z test_make_fx_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:54.1080820Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-11-23T01:24:54.1081180Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T01:24:54.1081460Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-11-23T01:24:54.1081730Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.092s) 2022-11-23T01:24:54.1082020Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.240s) 2022-11-23T01:24:54.1082300Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.198s) 2022-11-23T01:24:54.1082570Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-11-23T01:24:54.1082860Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1083140Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1083430Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T01:24:54.1083710Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-11-23T01:24:54.1083990Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-11-23T01:24:54.1084270Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-11-23T01:24:54.1084540Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1084820Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1085080Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1085350Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1085630Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1085910Z test_make_fx_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1086200Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1086470Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1086750Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1087020Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T01:24:54.1087290Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1087630Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1087910Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1088180Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1088440Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1088720Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.196s) 2022-11-23T01:24:54.1089020Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T01:24:54.1089310Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1089590Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1090420Z test_make_fx_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1090830Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T01:24:54.1091000Z should be replaced with 2022-11-23T01:24:54.1091180Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T01:24:54.1091350Z and 2022-11-23T01:24:54.1091520Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T01:24:54.1091700Z should be replaced with 2022-11-23T01:24:54.1091990Z 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:24:54.1092320Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T01:24:54.1092500Z ok (0.059s) 2022-11-23T01:24:54.1092980Z test_make_fx_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-11-23T01:24:54.1093380Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T01:24:54.1093570Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T01:24:54.1093720Z should be replaced with 2022-11-23T01:24:54.1093990Z 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:24:54.1094240Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1094370Z ok (0.048s) 2022-11-23T01:24:54.1094580Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T01:24:54.1094850Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1095120Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1095390Z test_make_fx_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.213s) 2022-11-23T01:24:54.1095690Z test_make_fx_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.214s) 2022-11-23T01:24:54.1095970Z test_make_fx_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-11-23T01:24:54.1096250Z test_make_fx_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-11-23T01:24:54.1096530Z test_make_fx_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1096820Z test_make_fx_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1097200Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1097490Z test_make_fx_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T01:24:54.1097780Z test_make_fx_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1098060Z test_make_fx_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.218s) 2022-11-23T01:24:54.1098340Z test_make_fx_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.354s) 2022-11-23T01:24:54.1098610Z test_make_fx_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T01:24:54.1098890Z test_make_fx_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.240s) 2022-11-23T01:24:54.1099170Z test_make_fx_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-11-23T01:24:54.1099490Z test_make_fx_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.233s) 2022-11-23T01:24:54.1099770Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1100040Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1100320Z test_make_fx_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1100590Z test_make_fx_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T01:24:54.1100860Z test_make_fx_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.608s) 2022-11-23T01:24:54.1101130Z test_make_fx_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.278s) 2022-11-23T01:24:54.1101400Z test_make_fx_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.575s) 2022-11-23T01:24:54.1101670Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1101940Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1102210Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1102500Z test_make_fx_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.290s) 2022-11-23T01:24:54.1102800Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1103090Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1103370Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1103640Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1103900Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1104190Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1104480Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1104760Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1105040Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1105320Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1105630Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1105900Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1106160Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1106430Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1106700Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1106960Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1107230Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1107490Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1107770Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1108120Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1108430Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1108730Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1109030Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-11-23T01:24:54.1109310Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1109620Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1109910Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T01:24:54.1110190Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1110500Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1110820Z test_make_fx_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1111130Z test_make_fx_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1111440Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T01:24:54.1111720Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1111990Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1112310Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1112650Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:24:54.1112970Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1113270Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1113560Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1113840Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1114160Z test_make_fx_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-11-23T01:24:54.1114650Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1115000Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1115300Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1115610Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T01:24:54.1115910Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T01:24:54.1116220Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1116540Z test_make_fx_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T01:24:54.1116860Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1117290Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1117600Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1117930Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-11-23T01:24:54.1118240Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T01:24:54.1118550Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1118880Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-11-23T01:24:54.1119200Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1119510Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1120310Z test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: 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:24:54.1120790Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1120920Z ok (0.074s) 2022-11-23T01:24:54.1121150Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1121470Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1121780Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1122090Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T01:24:54.1122400Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T01:24:54.1122700Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T01:24:54.1123530Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84019 for platform(s) 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:24:54.1124790Z test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1125540Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1125740Z ok (0.023s) 2022-11-23T01:24:54.1125970Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T01:24:54.1126270Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1126630Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1126930Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-11-23T01:24:54.1127220Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1127540Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1127880Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1128210Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-11-23T01:24:54.1128530Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-11-23T01:24:54.1128850Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:24:54.1129160Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1129440Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-11-23T01:24:54.1129730Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T01:24:54.1130030Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T01:24:54.1130320Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1130620Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1130910Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1131200Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1131510Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T01:24:54.1131810Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1132110Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T01:24:54.1132420Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1132800Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1133120Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1133460Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1133760Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1134070Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1134870Z test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1135410Z warnings.warn( 2022-11-23T01:24:54.1135540Z ok (0.038s) 2022-11-23T01:24:54.1135740Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1136030Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1136320Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1136610Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T01:24:54.1136950Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T01:24:54.1137250Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1137540Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-11-23T01:24:54.1137840Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.283s) 2022-11-23T01:24:54.1138130Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.204s) 2022-11-23T01:24:54.1138420Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.210s) 2022-11-23T01:24:54.1138720Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1139030Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T01:24:54.1139350Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1139660Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-11-23T01:24:54.1139960Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1140260Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T01:24:54.1140550Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1140840Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1141190Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1141510Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1141830Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1142140Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-11-23T01:24:54.1142430Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1142730Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T01:24:54.1143030Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-11-23T01:24:54.1143320Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1143650Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1143950Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1144250Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1144550Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1144840Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1145140Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.278s) 2022-11-23T01:24:54.1145440Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T01:24:54.1145720Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1146010Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1146290Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1146590Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1146870Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1147170Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1147470Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1147770Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1148080Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1148380Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1148670Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1148970Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1149270Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1149650Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1149970Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T01:24:54.1150280Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1150590Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.165s) 2022-11-23T01:24:54.1151210Z test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1151690Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1151900Z ok (0.007s) 2022-11-23T01:24:54.1152530Z test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1153000Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1153210Z ok (0.020s) 2022-11-23T01:24:54.1153410Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T01:24:54.1153680Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T01:24:54.1153950Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1154220Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1154490Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1154750Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1155030Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1155300Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1155570Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1155840Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.183s) 2022-11-23T01:24:54.1156110Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1162780Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.827s) 2022-11-23T01:24:54.1163110Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1163380Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1163640Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1163920Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1164210Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1164500Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1164790Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1165160Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1165450Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.001s) 2022-11-23T01:24:54.1165710Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1165970Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T01:24:54.1166230Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T01:24:54.1166780Z test_make_fx_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T01:24:54.1167220Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T01:24:54.1167460Z Q, R = torch.qr(A, some) 2022-11-23T01:24:54.1167600Z should be replaced with 2022-11-23T01:24:54.1167980Z 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:24:54.1168250Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1168380Z ok (0.061s) 2022-11-23T01:24:54.1168590Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1168870Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1169140Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1169400Z test_make_fx_exhaustive_randint_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1169680Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1169950Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1170210Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1170470Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1170730Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1171000Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1171270Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1171540Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1171810Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T01:24:54.1172090Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1172370Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1172640Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1172910Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1173170Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1173450Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1173720Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1174050Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1174320Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T01:24:54.1174580Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1174850Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1175130Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1175400Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1175680Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1175940Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1176210Z test_make_fx_exhaustive_scalar_tensor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1176520Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1176800Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T01:24:54.1177430Z test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: 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:24:54.1177830Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1177960Z ok (0.039s) 2022-11-23T01:24:54.1178170Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T01:24:54.1178460Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T01:24:54.1178740Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T01:24:54.1179020Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1179960Z test_make_fx_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: 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:24:54.1180540Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1181220Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: 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:24:54.1181710Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1181840Z ok (0.168s) 2022-11-23T01:24:54.1182050Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-11-23T01:24:54.1182340Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-11-23T01:24:54.1182620Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1182960Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1183240Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1183510Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1183770Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1184030Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1184310Z test_make_fx_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1184600Z test_make_fx_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1184890Z test_make_fx_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1185180Z test_make_fx_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T01:24:54.1185510Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1185770Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1186030Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1186290Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1186550Z test_make_fx_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1186820Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1187090Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1187370Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1187630Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-11-23T01:24:54.1187950Z test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:24:54.1188270Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1188550Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1188820Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1189100Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1189370Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1189660Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1189960Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1190410Z test_make_fx_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1190880Z test_make_fx_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1191210Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1191620Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1191930Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1192240Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1192530Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1192800Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1193070Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1193350Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1193820Z test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1194230Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1194520Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1194810Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1195110Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1195390Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1195670Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1195950Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1196250Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1196560Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1196860Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1197300Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1197770Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1198240Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1198710Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1199050Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1199340Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1199620Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1206430Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1206800Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1207310Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1207590Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1207870Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1208150Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1208420Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1208680Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1208950Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1209680Z test_make_fx_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1210350Z 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:24:54.1210740Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T01:24:54.1210930Z ok (0.031s) 2022-11-23T01:24:54.1211110Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1211370Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1211640Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1211900Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.226s) 2022-11-23T01:24:54.1212150Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.296s) 2022-11-23T01:24:54.1212660Z test_make_fx_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T01:24:54.1213090Z 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:24:54.1213320Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:24:54.1213460Z should be replaced with 2022-11-23T01:24:54.1213660Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:24:54.1213820Z and 2022-11-23T01:24:54.1213950Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:24:54.1214100Z should be replaced with 2022-11-23T01:24:54.1214420Z 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:24:54.1214680Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1214800Z ok (0.016s) 2022-11-23T01:24:54.1214990Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1215250Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1215500Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1215750Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1216000Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1216350Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:24:54.1216630Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1217090Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-11-23T01:24:54.1217350Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1217620Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1217900Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1218150Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1218420Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1218730Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1218980Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T01:24:54.1219520Z test_make_fx_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T01:24:54.1219960Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T01:24:54.1220170Z X = torch.triangular_solve(B, A).solution 2022-11-23T01:24:54.1220320Z should be replaced with 2022-11-23T01:24:54.1220570Z 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:24:54.1220820Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1220940Z ok (0.023s) 2022-11-23T01:24:54.1221130Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1221380Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1221630Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1221880Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1222130Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1222390Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1222640Z test_make_fx_exhaustive_unfold_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1222900Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T01:24:54.1223150Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1223420Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-11-23T01:24:54.1223670Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.191s) 2022-11-23T01:24:54.1223990Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1224260Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1224520Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1224780Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1225090Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1225370Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1225620Z test_make_fx_exhaustive_view_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1225870Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1226120Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1226370Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1226620Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1226870Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1227120Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1227390Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1227640Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1227900Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1228150Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1228440Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.033s) 2022-11-23T01:24:54.1228730Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1229000Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1229260Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T01:24:54.1229520Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1229780Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1230420Z test_make_fx_fake_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1230870Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1231370Z /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:24:54.1231750Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1232240Z /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:24:54.1232620Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1233180Z /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:24:54.1233620Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1234140Z /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:24:54.1234510Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1235070Z /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:24:54.1235450Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1236020Z /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:24:54.1236390Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1236870Z /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:24:54.1237240Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1237720Z /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:24:54.1238090Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1238240Z ok (0.026s) 2022-11-23T01:24:54.1238430Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1238710Z test_make_fx_fake_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1238980Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1239240Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1239500Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1239760Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1240020Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1240280Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1240550Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1240810Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1241080Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1241350Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1241670Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1241930Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1242200Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:24:54.1242470Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1242720Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1249860Z test_make_fx_fake_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:1394: 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:24:54.1250540Z return fn(*args, **kwargs) 2022-11-23T01:24:54.1250980Z [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:24:54.1251660Z [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:24:54.1252040Z ok (0.011s) 2022-11-23T01:24:54.1252230Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1252490Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1252750Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1253010Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1253270Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1253530Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T01:24:54.1253830Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.002s) 2022-11-23T01:24:54.1254130Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1254400Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1254670Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1254920Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1255180Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1255430Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1255890Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1256170Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1256450Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1256720Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1256990Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1257270Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1257550Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1257830Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1258120Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1258420Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1258700Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1259000Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1259290Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1259560Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-11-23T01:24:54.1259820Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1260090Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1260350Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1260620Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.202s) 2022-11-23T01:24:54.1260880Z test_make_fx_fake_exhaustive_cdouble_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1261140Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1261400Z test_make_fx_fake_exhaustive_cfloat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-11-23T01:24:54.1261660Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1261910Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1262180Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:24:54.1262480Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.044s) 2022-11-23T01:24:54.1262760Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-11-23T01:24:54.1263020Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1263280Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1263540Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1263810Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1264070Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1264410Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1264730Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.003s) 2022-11-23T01:24:54.1265020Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1265280Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1265550Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.001s) 2022-11-23T01:24:54.1265820Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-11-23T01:24:54.1266100Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1266360Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1266690Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:24:54.1266950Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1267210Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1267470Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-11-23T01:24:54.1267750Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:24:54.1268020Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1268280Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1268530Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1268790Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1269050Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1269320Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T01:24:54.1269590Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1269850Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T01:24:54.1270120Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1270380Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1270650Z test_make_fx_fake_exhaustive_diagonal_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1270910Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1271180Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1271450Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.264s) 2022-11-23T01:24:54.1271700Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1271960Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-11-23T01:24:54.1272220Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1272610Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1272910Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1273270Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1273540Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1273810Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1274070Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1274340Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T01:24:54.1274620Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1274980Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1275270Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1275550Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:24:54.1275820Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1276090Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1276350Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1276620Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1276880Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1277150Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1277430Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1277700Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1277960Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-11-23T01:24:54.1278230Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1278530Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1278790Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1279050Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1279370Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1279630Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1279890Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1280140Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1280400Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1280660Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1280930Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1281260Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1281520Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1281780Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1282040Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1282300Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1282560Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1282820Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1283080Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1283380Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1283640Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1290270Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1290540Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1290800Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1291050Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1291310Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1291580Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1291910Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1292180Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1292450Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1292720Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1292980Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1293240Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1293500Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1293760Z test_make_fx_fake_exhaustive_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1294030Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1294300Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1294570Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1294830Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.246s) 2022-11-23T01:24:54.1295100Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-11-23T01:24:54.1295380Z test_make_fx_fake_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.741s) 2022-11-23T01:24:54.1295650Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1296060Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1296340Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1296620Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.521s) 2022-11-23T01:24:54.1296890Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.571s) 2022-11-23T01:24:54.1297170Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.016s) 2022-11-23T01:24:54.1297440Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1297710Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1297970Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1298290Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1298550Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1298820Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1299100Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1299370Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1299650Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1299920Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1300200Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T01:24:54.1300480Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1300750Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1301020Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1301290Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-11-23T01:24:54.1301560Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1301830Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1302090Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1302350Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1302620Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1302890Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1303160Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1303460Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1303800Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1304130Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1304510Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1304850Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1305140Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1305410Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-11-23T01:24:54.1305680Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1305940Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1306200Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1306470Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1306800Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T01:24:54.1307090Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1307370Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1307650Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1307930Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1308210Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T01:24:54.1308500Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T01:24:54.1308780Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1309060Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T01:24:54.1309340Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1309490Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T01:24:54.1309610Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1309750Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1309890Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1310030Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1310160Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1310310Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1310470Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1310600Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T01:24:54.1310740Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1310890Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1311120Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-11-23T01:24:54.1311290Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-11-23T01:24:54.1311440Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-11-23T01:24:54.1311570Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.261s) 2022-11-23T01:24:54.1311710Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1311850Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1312010Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.191s) 2022-11-23T01:24:54.1312180Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-11-23T01:24:54.1312390Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-11-23T01:24:54.1312530Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1312730Z test_make_fx_fake_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:54.1312860Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-11-23T01:24:54.1312990Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1313130Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T01:24:54.1313270Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T01:24:54.1313410Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.636s) 2022-11-23T01:24:54.1313540Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.189s) 2022-11-23T01:24:54.1313680Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-11-23T01:24:54.1313810Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1313950Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1314090Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1314220Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-11-23T01:24:54.1314360Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-11-23T01:24:54.1314490Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-11-23T01:24:54.1314620Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1314750Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1314870Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1314990Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1315130Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1315340Z test_make_fx_fake_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1315470Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1315600Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1315740Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T01:24:54.1315860Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1316000Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1316130Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1316260Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1316470Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1316600Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1316730Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-11-23T01:24:54.1316850Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-11-23T01:24:54.1316980Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1317110Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1317230Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T01:24:54.1317360Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T01:24:54.1317490Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T01:24:54.1317610Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1317740Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1317870Z test_make_fx_fake_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.226s) 2022-11-23T01:24:54.1318000Z test_make_fx_fake_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.225s) 2022-11-23T01:24:54.1318140Z test_make_fx_fake_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-11-23T01:24:54.1318270Z test_make_fx_fake_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.157s) 2022-11-23T01:24:54.1318400Z test_make_fx_fake_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T01:24:54.1318540Z test_make_fx_fake_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1318670Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1318810Z test_make_fx_fake_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T01:24:54.1318940Z test_make_fx_fake_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T01:24:54.1319080Z test_make_fx_fake_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.332s) 2022-11-23T01:24:54.1319210Z test_make_fx_fake_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.390s) 2022-11-23T01:24:54.1319380Z test_make_fx_fake_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T01:24:54.1319510Z test_make_fx_fake_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.269s) 2022-11-23T01:24:54.1319650Z test_make_fx_fake_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T01:24:54.1319780Z test_make_fx_fake_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.241s) 2022-11-23T01:24:54.1319910Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1320080Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.002s) 2022-11-23T01:24:54.1320210Z test_make_fx_fake_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T01:24:54.1320340Z test_make_fx_fake_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T01:24:54.1320510Z test_make_fx_fake_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.736s) 2022-11-23T01:24:54.1320640Z test_make_fx_fake_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.225s) 2022-11-23T01:24:54.1320780Z test_make_fx_fake_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.751s) 2022-11-23T01:24:54.1320910Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1321040Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1321180Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1321330Z test_make_fx_fake_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.377s) 2022-11-23T01:24:54.1321480Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1321620Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1321750Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1321880Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T01:24:54.1322000Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.084s) 2022-11-23T01:24:54.1322140Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1322290Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1322420Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1322560Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1322700Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1322820Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1322950Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1323070Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T01:24:54.1323200Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1323330Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1323500Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1330900Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1331100Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1331250Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1331380Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1331570Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1331700Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1331840Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-11-23T01:24:54.1332140Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1332280Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1332410Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T01:24:54.1332550Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1332690Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1332830Z test_make_fx_fake_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T01:24:54.1332990Z test_make_fx_fake_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T01:24:54.1333120Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T01:24:54.1333250Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1333380Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1333520Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1333700Z test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:24:54.1333830Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1333960Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1334100Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1334230Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1334390Z test_make_fx_fake_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-11-23T01:24:54.1334550Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1334700Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1334850Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1335120Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1335280Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T01:24:54.1335430Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T01:24:54.1335580Z test_make_fx_fake_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T01:24:54.1335720Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1335860Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1336000Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1336140Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T01:24:54.1336350Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T01:24:54.1336510Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1336670Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-11-23T01:24:54.1336800Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1336940Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1337080Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-11-23T01:24:54.1337220Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1337370Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1337510Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1337660Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T01:24:54.1337810Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-11-23T01:24:54.1337950Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-11-23T01:24:54.1338120Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.003s) 2022-11-23T01:24:54.1338990Z test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1339170Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1339890Z /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:24:54.1340080Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1340690Z /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:24:54.1340920Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1341520Z /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:24:54.1341680Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1342280Z /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:24:54.1342440Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1343040Z /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:24:54.1343200Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1343250Z ok (0.024s) 2022-11-23T01:24:54.1343390Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T01:24:54.1343540Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-11-23T01:24:54.1343670Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1343820Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.154s) 2022-11-23T01:24:54.1343970Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1344190Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1344370Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1344530Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-11-23T01:24:54.1344690Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-11-23T01:24:54.1344860Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:24:54.1345010Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1345160Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-11-23T01:24:54.1345350Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.823s) 2022-11-23T01:24:54.1345510Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T01:24:54.1345660Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1345810Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1345960Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1346100Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1346260Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-11-23T01:24:54.1346400Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1346540Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.082s) 2022-11-23T01:24:54.1346690Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T01:24:54.1346840Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.493s) 2022-11-23T01:24:54.1347000Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-11-23T01:24:54.1347160Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1347320Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1347490Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1348150Z test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1348210Z warnings.warn( 2022-11-23T01:24:54.1348770Z /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:24:54.1348840Z warnings.warn( 2022-11-23T01:24:54.1349330Z /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:24:54.1349380Z warnings.warn( 2022-11-23T01:24:54.1349870Z /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:24:54.1349950Z warnings.warn( 2022-11-23T01:24:54.1350010Z ok (0.043s) 2022-11-23T01:24:54.1350160Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1350310Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1350460Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1350600Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T01:24:54.1350770Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T01:24:54.1350920Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1351070Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-11-23T01:24:54.1351220Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.272s) 2022-11-23T01:24:54.1351370Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-11-23T01:24:54.1351520Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.703s) 2022-11-23T01:24:54.1351680Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1351830Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-11-23T01:24:54.1351980Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1352130Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-11-23T01:24:54.1352270Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1352420Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-11-23T01:24:54.1352560Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1352690Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1352930Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T01:24:54.1353080Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T01:24:54.1353250Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1353400Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1353540Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1353680Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T01:24:54.1353820Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-11-23T01:24:54.1353970Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1354170Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1354320Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1354460Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T01:24:54.1354600Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1354750Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1354900Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.292s) 2022-11-23T01:24:54.1355050Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-11-23T01:24:54.1355200Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1355350Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1355490Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1355640Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1355780Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1355930Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1356100Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1356250Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1356410Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1356560Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1356720Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1356860Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1357060Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1357220Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1357390Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1357560Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T01:24:54.1357700Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.389s) 2022-11-23T01:24:54.1358180Z test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1358400Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1358750Z /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:24:54.1358910Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1359230Z /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:24:54.1359380Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1359690Z /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:24:54.1359850Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1359900Z ok (0.031s) 2022-11-23T01:24:54.1360350Z test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1360510Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1360810Z /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:24:54.1360960Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1361250Z /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:24:54.1361400Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1361700Z /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:24:54.1361840Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1362190Z /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:24:54.1362340Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1362670Z /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:24:54.1362810Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1363110Z /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:24:54.1363250Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1363620Z /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:24:54.1363780Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1364100Z /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:24:54.1364250Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1364570Z /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:24:54.1364730Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1365020Z /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:24:54.1365160Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1365450Z /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:24:54.1365590Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1365640Z ok (0.020s) 2022-11-23T01:24:54.1365800Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.002s) 2022-11-23T01:24:54.1365940Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T01:24:54.1366060Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1366190Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1366320Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1366450Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1366590Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1366710Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1366890Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1367030Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.605s) 2022-11-23T01:24:54.1367170Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1367310Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.661s) 2022-11-23T01:24:54.1367440Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1367570Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1367690Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.069s) 2022-11-23T01:24:54.1367830Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1368030Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1368170Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1368310Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1368450Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1368580Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1368710Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1368840Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-11-23T01:24:54.1368970Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T01:24:54.1369100Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-11-23T01:24:54.1369250Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:24:54.1369390Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1369520Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1369660Z test_make_fx_fake_exhaustive_randint_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T01:24:54.1369790Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T01:24:54.1369920Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1370060Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1370180Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1370330Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1370460Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1370590Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1370720Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1370850Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T01:24:54.1371080Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.004s) 2022-11-23T01:24:54.1371230Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1371360Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1371490Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1371620Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1371750Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1371880Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1372010Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T01:24:54.1372190Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-11-23T01:24:54.1372320Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1372450Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1372590Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1372730Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1377550Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1377740Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1377880Z test_make_fx_fake_exhaustive_scalar_tensor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1378010Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1378140Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T01:24:54.1378280Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T01:24:54.1378420Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T01:24:54.1378550Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.045s) 2022-11-23T01:24:54.1378690Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T01:24:54.1378820Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T01:24:54.1378960Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.808s) 2022-11-23T01:24:54.1379120Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1379260Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.683s) 2022-11-23T01:24:54.1379420Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1379560Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1379690Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1379970Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1380100Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1380230Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1380370Z test_make_fx_fake_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1380510Z test_make_fx_fake_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1380650Z test_make_fx_fake_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T01:24:54.1380790Z test_make_fx_fake_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T01:24:54.1380920Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1381050Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1381210Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1381330Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1381460Z test_make_fx_fake_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1381590Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1381720Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1381860Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1381980Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-11-23T01:24:54.1382160Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:24:54.1382300Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1382440Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1382580Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1382710Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1382840Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1382990Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1383140Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1383470Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1383730Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1383860Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1384000Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1384200Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1384350Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1384490Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1384620Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1384750Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1384900Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1385170Z test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1385310Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1385480Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1385630Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1385770Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1385910Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1386050Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1386180Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1386340Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1386490Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1386650Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1386950Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1387230Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1387500Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1387760Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1387920Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1388050Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1388180Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1388310Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1388450Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1388610Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1388740Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1388870Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1389000Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1389130Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1389250Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1389380Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1389510Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T01:24:54.1389630Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1389780Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1389910Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1390030Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.216s) 2022-11-23T01:24:54.1390160Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.102s) 2022-11-23T01:24:54.1390280Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T01:24:54.1390410Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.004s) 2022-11-23T01:24:54.1390540Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1390670Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.058s) 2022-11-23T01:24:54.1390790Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1390910Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1391060Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:24:54.1391190Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1391310Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.077s) 2022-11-23T01:24:54.1391430Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T01:24:54.1391580Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1391700Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1391830Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1391960Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1392090Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T01:24:54.1392220Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T01:24:54.1392350Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1392480Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1392660Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1392800Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1392930Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1393050Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1393180Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-11-23T01:24:54.1393310Z test_make_fx_fake_exhaustive_unfold_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1393440Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T01:24:54.1393560Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1393790Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.002s) 2022-11-23T01:24:54.1393950Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.002s) 2022-11-23T01:24:54.1394080Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1394200Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1394330Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1394460Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1394600Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.002s) 2022-11-23T01:24:54.1394730Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-11-23T01:24:54.1394860Z test_make_fx_fake_exhaustive_view_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1394980Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1395100Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1395230Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1395350Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1395480Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1395610Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-11-23T01:24:54.1395730Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-11-23T01:24:54.1395860Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1395990Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1396120Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1396290Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.173s) 2022-11-23T01:24:54.1396420Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-11-23T01:24:54.1396550Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.087s) 2022-11-23T01:24:54.1396720Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.404s) 2022-11-23T01:24:54.1396850Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-11-23T01:24:54.1396980Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-11-23T01:24:54.1397510Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1397620Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1398030Z /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:24:54.1398190Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1398580Z /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:24:54.1398680Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1399070Z /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:24:54.1399180Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1399560Z /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:24:54.1399660Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1400030Z /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:24:54.1400130Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1400510Z /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:24:54.1400610Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1400980Z /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:24:54.1401080Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1401520Z /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:24:54.1401620Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:24:54.1401670Z ok (0.282s) 2022-11-23T01:24:54.1401800Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.134s) 2022-11-23T01:24:54.1401950Z test_make_fx_symbolic_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-11-23T01:24:54.1402080Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1402210Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1402340Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1402500Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-11-23T01:24:54.1402630Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-11-23T01:24:54.1402760Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.229s) 2022-11-23T01:24:54.1402890Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.230s) 2022-11-23T01:24:54.1403020Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T01:24:54.1403160Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-11-23T01:24:54.1403310Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:24:54.1403450Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-11-23T01:24:54.1403580Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-11-23T01:24:54.1403720Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:24:54.1403850Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.184s) 2022-11-23T01:24:54.1403980Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.182s) 2022-11-23T01:24:54.1404130Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1404260Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1404390Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-11-23T01:24:54.1404520Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-11-23T01:24:54.1404650Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.191s) 2022-11-23T01:24:54.1404780Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.107s) 2022-11-23T01:24:54.1404910Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.462s) 2022-11-23T01:24:54.1405080Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.004s) 2022-11-23T01:24:54.1405210Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T01:24:54.1405390Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-11-23T01:24:54.1405520Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1405660Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1405780Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-11-23T01:24:54.1405910Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1406040Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1406180Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.066s) 2022-11-23T01:24:54.1406310Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T01:24:54.1406440Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.076s) 2022-11-23T01:24:54.1406610Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-11-23T01:24:54.1406740Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T01:24:54.1406880Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T01:24:54.1407020Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1407150Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1407270Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T01:24:54.1407410Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1407560Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1407690Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-11-23T01:24:54.1407840Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:24:54.1407970Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T01:24:54.1408120Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1408250Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-11-23T01:24:54.1408390Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-11-23T01:24:54.1408530Z test_make_fx_symbolic_exhaustive_cdouble_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T01:24:54.1408650Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1408780Z test_make_fx_symbolic_exhaustive_cfloat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-11-23T01:24:54.1408910Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T01:24:54.1409040Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T01:24:54.1409180Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:24:54.1409390Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1409550Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:24:54.1409680Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.411s) 2022-11-23T01:24:54.1409810Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.331s) 2022-11-23T01:24:54.1409940Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.235s) 2022-11-23T01:24:54.1410080Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.232s) 2022-11-23T01:24:54.1410200Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1410350Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-11-23T01:24:54.1410490Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:24:54.1410700Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-11-23T01:24:54.1410830Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.009s) 2022-11-23T01:24:54.1410970Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1411110Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.875s) 2022-11-23T01:24:54.1411240Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1411370Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.231s) 2022-11-23T01:24:54.1411520Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1411650Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1411770Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1411920Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:24:54.1412060Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1412200Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-11-23T01:24:54.1412350Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1412490Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1412640Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1412770Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-11-23T01:24:54.1412930Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.148s) 2022-11-23T01:24:54.1413060Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1419080Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.353s) 2022-11-23T01:24:54.1419260Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.469s) 2022-11-23T01:24:54.1419550Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T01:24:54.1419690Z test_make_fx_symbolic_exhaustive_diagonal_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.255s) 2022-11-23T01:24:54.1419830Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.166s) 2022-11-23T01:24:54.1419970Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.313s) 2022-11-23T01:24:54.1420110Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:24:54.1420240Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1420370Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.772s) 2022-11-23T01:24:54.1420510Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.608s) 2022-11-23T01:24:54.1420690Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-11-23T01:24:54.1420830Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-11-23T01:24:54.1420960Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1421090Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T01:24:54.1421230Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.068s) 2022-11-23T01:24:54.1421360Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T01:24:54.1421490Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.440s) 2022-11-23T01:24:54.1421630Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1421780Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1421910Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-11-23T01:24:54.1422050Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.002s) 2022-11-23T01:24:54.1422180Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1422300Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1422430Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1422560Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1422690Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1422820Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1422950Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.189s) 2022-11-23T01:24:54.1423080Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1423210Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-11-23T01:24:54.1423350Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:24:54.1423550Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1423690Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1423840Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1423990Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1424130Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:24:54.1424270Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1424410Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1424550Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1424720Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1424870Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1425010Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1425150Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1425300Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1425440Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1425580Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1425720Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1425860Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1426000Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1426140Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1426270Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1426400Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-11-23T01:24:54.1426530Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.123s) 2022-11-23T01:24:54.1426660Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1426790Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1426920Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T01:24:54.1427060Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.192s) 2022-11-23T01:24:54.1427190Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1427320Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.603s) 2022-11-23T01:24:54.1427510Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-11-23T01:24:54.1427640Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-11-23T01:24:54.1427770Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-11-23T01:24:54.1427890Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1428040Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:24:54.1428160Z test_make_fx_symbolic_exhaustive_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.007s) 2022-11-23T01:24:54.1428290Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.040s) 2022-11-23T01:24:54.1428420Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-11-23T01:24:54.1428550Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-11-23T01:24:54.1428720Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:24:54.1428860Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:24:54.1429000Z test_make_fx_symbolic_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (17.933s) 2022-11-23T01:24:54.1429130Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.221s) 2022-11-23T01:24:54.1429250Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-11-23T01:24:54.1429390Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.366s) 2022-11-23T01:24:54.1429530Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1429670Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1429820Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1429970Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1430100Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T01:24:54.1430230Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.204s) 2022-11-23T01:24:54.1430360Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1430490Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.220s) 2022-11-23T01:24:54.1430620Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.215s) 2022-11-23T01:24:54.1430760Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-11-23T01:24:54.1430890Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T01:24:54.1431020Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.250s) 2022-11-23T01:24:54.1431160Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-11-23T01:24:54.1431300Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1431440Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1431630Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-11-23T01:24:54.1431800Z test_make_fx_symbolic_exhaustive_inplace_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1431970Z test_make_fx_symbolic_exhaustive_inplace_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1432140Z test_make_fx_symbolic_exhaustive_inplace___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1432300Z test_make_fx_symbolic_exhaustive_inplace___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1432470Z test_make_fx_symbolic_exhaustive_inplace___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1432690Z test_make_fx_symbolic_exhaustive_inplace___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1432850Z test_make_fx_symbolic_exhaustive_inplace___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1433010Z test_make_fx_symbolic_exhaustive_inplace___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1433170Z test_make_fx_symbolic_exhaustive_inplace___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1433330Z test_make_fx_symbolic_exhaustive_inplace___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1433500Z test_make_fx_symbolic_exhaustive_inplace__softmax_backward_data_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1433640Z test_make_fx_symbolic_exhaustive_inplace_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1433780Z test_make_fx_symbolic_exhaustive_inplace_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T01:24:54.1433910Z test_make_fx_symbolic_exhaustive_inplace_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T01:24:54.1434050Z test_make_fx_symbolic_exhaustive_inplace_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.156s) 2022-11-23T01:24:54.1434190Z test_make_fx_symbolic_exhaustive_inplace_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T01:24:54.1434330Z test_make_fx_symbolic_exhaustive_inplace_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.141s) 2022-11-23T01:24:54.1434470Z test_make_fx_symbolic_exhaustive_inplace_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-11-23T01:24:54.1434620Z test_make_fx_symbolic_exhaustive_inplace_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-11-23T01:24:54.1434780Z test_make_fx_symbolic_exhaustive_inplace_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-11-23T01:24:54.1434920Z test_make_fx_symbolic_exhaustive_inplace_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-11-23T01:24:54.1435070Z test_make_fx_symbolic_exhaustive_inplace_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.026s) 2022-11-23T01:24:54.1435230Z test_make_fx_symbolic_exhaustive_inplace_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1435390Z test_make_fx_symbolic_exhaustive_inplace_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1435580Z test_make_fx_symbolic_exhaustive_inplace_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1435750Z test_make_fx_symbolic_exhaustive_inplace_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1435910Z test_make_fx_symbolic_exhaustive_inplace_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1436070Z test_make_fx_symbolic_exhaustive_inplace_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1436230Z test_make_fx_symbolic_exhaustive_inplace_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1436400Z test_make_fx_symbolic_exhaustive_inplace_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1436580Z test_make_fx_symbolic_exhaustive_inplace_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1436740Z test_make_fx_symbolic_exhaustive_inplace_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1436900Z test_make_fx_symbolic_exhaustive_inplace_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1437070Z test_make_fx_symbolic_exhaustive_inplace_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1437210Z test_make_fx_symbolic_exhaustive_inplace_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T01:24:54.1437380Z test_make_fx_symbolic_exhaustive_inplace_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1437520Z test_make_fx_symbolic_exhaustive_inplace_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1437660Z test_make_fx_symbolic_exhaustive_inplace_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1437800Z test_make_fx_symbolic_exhaustive_inplace_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-11-23T01:24:54.1437930Z test_make_fx_symbolic_exhaustive_inplace_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1438060Z test_make_fx_symbolic_exhaustive_inplace_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1438230Z test_make_fx_symbolic_exhaustive_inplace_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1438400Z test_make_fx_symbolic_exhaustive_inplace_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1438560Z test_make_fx_symbolic_exhaustive_inplace_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1438710Z test_make_fx_symbolic_exhaustive_inplace_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.038s) 2022-11-23T01:24:54.1438880Z test_make_fx_symbolic_exhaustive_inplace_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1439040Z test_make_fx_symbolic_exhaustive_inplace_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1439190Z test_make_fx_symbolic_exhaustive_inplace_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1439400Z test_make_fx_symbolic_exhaustive_inplace_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1439560Z test_make_fx_symbolic_exhaustive_inplace_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1439740Z test_make_fx_symbolic_exhaustive_inplace_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1439910Z test_make_fx_symbolic_exhaustive_inplace_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1440080Z test_make_fx_symbolic_exhaustive_inplace_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1440250Z test_make_fx_symbolic_exhaustive_inplace_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1440460Z test_make_fx_symbolic_exhaustive_inplace_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1440630Z test_make_fx_symbolic_exhaustive_inplace_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1440790Z test_make_fx_symbolic_exhaustive_inplace_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1440950Z test_make_fx_symbolic_exhaustive_inplace_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1441110Z test_make_fx_symbolic_exhaustive_inplace_cdouble_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1441250Z test_make_fx_symbolic_exhaustive_inplace_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1441410Z test_make_fx_symbolic_exhaustive_inplace_cfloat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1441570Z test_make_fx_symbolic_exhaustive_inplace_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1441730Z test_make_fx_symbolic_exhaustive_inplace_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1441890Z test_make_fx_symbolic_exhaustive_inplace_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1442060Z test_make_fx_symbolic_exhaustive_inplace_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1442230Z test_make_fx_symbolic_exhaustive_inplace_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1442390Z test_make_fx_symbolic_exhaustive_inplace_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1442530Z test_make_fx_symbolic_exhaustive_inplace_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.324s) 2022-11-23T01:24:54.1442670Z test_make_fx_symbolic_exhaustive_inplace_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-11-23T01:24:54.1442810Z test_make_fx_symbolic_exhaustive_inplace_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-11-23T01:24:54.1442970Z test_make_fx_symbolic_exhaustive_inplace_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1443150Z test_make_fx_symbolic_exhaustive_inplace_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1443320Z test_make_fx_symbolic_exhaustive_inplace_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1443480Z test_make_fx_symbolic_exhaustive_inplace_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1443640Z test_make_fx_symbolic_exhaustive_inplace_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1443790Z test_make_fx_symbolic_exhaustive_inplace_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1443960Z test_make_fx_symbolic_exhaustive_inplace_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1444130Z test_make_fx_symbolic_exhaustive_inplace_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1444290Z test_make_fx_symbolic_exhaustive_inplace_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.146s) 2022-11-23T01:24:54.1444450Z test_make_fx_symbolic_exhaustive_inplace_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1444590Z test_make_fx_symbolic_exhaustive_inplace_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1444730Z test_make_fx_symbolic_exhaustive_inplace_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1444900Z test_make_fx_symbolic_exhaustive_inplace_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1445060Z test_make_fx_symbolic_exhaustive_inplace_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1445220Z test_make_fx_symbolic_exhaustive_inplace_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1445380Z test_make_fx_symbolic_exhaustive_inplace_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1445540Z test_make_fx_symbolic_exhaustive_inplace_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1445690Z test_make_fx_symbolic_exhaustive_inplace_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-11-23T01:24:54.1445830Z test_make_fx_symbolic_exhaustive_inplace_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-11-23T01:24:54.1446000Z test_make_fx_symbolic_exhaustive_inplace_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1446150Z test_make_fx_symbolic_exhaustive_inplace_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1446300Z test_make_fx_symbolic_exhaustive_inplace_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1446470Z test_make_fx_symbolic_exhaustive_inplace_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1446630Z test_make_fx_symbolic_exhaustive_inplace_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1446800Z test_make_fx_symbolic_exhaustive_inplace_diagonal_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1447010Z test_make_fx_symbolic_exhaustive_inplace_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1447180Z test_make_fx_symbolic_exhaustive_inplace_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1447340Z test_make_fx_symbolic_exhaustive_inplace_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1447480Z test_make_fx_symbolic_exhaustive_inplace_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1447640Z test_make_fx_symbolic_exhaustive_inplace_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1447790Z test_make_fx_symbolic_exhaustive_inplace_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.355s) 2022-11-23T01:24:54.1447930Z test_make_fx_symbolic_exhaustive_inplace_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.085s) 2022-11-23T01:24:54.1448120Z test_make_fx_symbolic_exhaustive_inplace_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-11-23T01:24:54.1448290Z test_make_fx_symbolic_exhaustive_inplace_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1448450Z test_make_fx_symbolic_exhaustive_inplace_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1448610Z test_make_fx_symbolic_exhaustive_inplace_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1448770Z test_make_fx_symbolic_exhaustive_inplace_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1448920Z test_make_fx_symbolic_exhaustive_inplace_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1449070Z test_make_fx_symbolic_exhaustive_inplace_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1449220Z test_make_fx_symbolic_exhaustive_inplace_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1449360Z test_make_fx_symbolic_exhaustive_inplace_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-11-23T01:24:54.1449520Z test_make_fx_symbolic_exhaustive_inplace_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1449660Z test_make_fx_symbolic_exhaustive_inplace_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1449790Z test_make_fx_symbolic_exhaustive_inplace_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1449930Z test_make_fx_symbolic_exhaustive_inplace_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1450070Z test_make_fx_symbolic_exhaustive_inplace_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1450200Z test_make_fx_symbolic_exhaustive_inplace_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-11-23T01:24:54.1450370Z test_make_fx_symbolic_exhaustive_inplace_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1450530Z test_make_fx_symbolic_exhaustive_inplace_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1450660Z test_make_fx_symbolic_exhaustive_inplace_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1450820Z test_make_fx_symbolic_exhaustive_inplace_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1451010Z test_make_fx_symbolic_exhaustive_inplace_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1451180Z test_make_fx_symbolic_exhaustive_inplace_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1451340Z test_make_fx_symbolic_exhaustive_inplace_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1451510Z test_make_fx_symbolic_exhaustive_inplace_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1451670Z test_make_fx_symbolic_exhaustive_inplace_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1451830Z test_make_fx_symbolic_exhaustive_inplace_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1452020Z test_make_fx_symbolic_exhaustive_inplace_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1452180Z test_make_fx_symbolic_exhaustive_inplace_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1452340Z test_make_fx_symbolic_exhaustive_inplace_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1452500Z test_make_fx_symbolic_exhaustive_inplace_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1452670Z test_make_fx_symbolic_exhaustive_inplace_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1452830Z test_make_fx_symbolic_exhaustive_inplace_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1452990Z test_make_fx_symbolic_exhaustive_inplace_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1453160Z test_make_fx_symbolic_exhaustive_inplace_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1453320Z test_make_fx_symbolic_exhaustive_inplace_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1453480Z test_make_fx_symbolic_exhaustive_inplace_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1453640Z test_make_fx_symbolic_exhaustive_inplace_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1453800Z test_make_fx_symbolic_exhaustive_inplace_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1453960Z test_make_fx_symbolic_exhaustive_inplace_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1454130Z test_make_fx_symbolic_exhaustive_inplace_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1454260Z test_make_fx_symbolic_exhaustive_inplace_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T01:24:54.1454430Z test_make_fx_symbolic_exhaustive_inplace_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1463760Z test_make_fx_symbolic_exhaustive_inplace_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1463990Z test_make_fx_symbolic_exhaustive_inplace_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1464160Z test_make_fx_symbolic_exhaustive_inplace_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1464330Z test_make_fx_symbolic_exhaustive_inplace_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1464490Z test_make_fx_symbolic_exhaustive_inplace_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:24:54.1464630Z test_make_fx_symbolic_exhaustive_inplace_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1464770Z test_make_fx_symbolic_exhaustive_inplace_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.335s) 2022-11-23T01:24:54.1464940Z test_make_fx_symbolic_exhaustive_inplace_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1465140Z test_make_fx_symbolic_exhaustive_inplace_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1465270Z test_make_fx_symbolic_exhaustive_inplace_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-11-23T01:24:54.1465410Z test_make_fx_symbolic_exhaustive_inplace_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1465580Z test_make_fx_symbolic_exhaustive_inplace_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1465740Z test_make_fx_symbolic_exhaustive_inplace_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1465910Z test_make_fx_symbolic_exhaustive_inplace_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1466080Z test_make_fx_symbolic_exhaustive_inplace_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1466210Z test_make_fx_symbolic_exhaustive_inplace_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-11-23T01:24:54.1466380Z test_make_fx_symbolic_exhaustive_inplace_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1466550Z test_make_fx_symbolic_exhaustive_inplace_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1466720Z test_make_fx_symbolic_exhaustive_inplace_grid_sampler_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1466860Z test_make_fx_symbolic_exhaustive_inplace_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-11-23T01:24:54.1467020Z test_make_fx_symbolic_exhaustive_inplace_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1467170Z test_make_fx_symbolic_exhaustive_inplace_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-11-23T01:24:54.1467330Z test_make_fx_symbolic_exhaustive_inplace_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1467500Z test_make_fx_symbolic_exhaustive_inplace_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1467670Z test_make_fx_symbolic_exhaustive_inplace_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1467880Z test_make_fx_symbolic_exhaustive_inplace_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1468050Z test_make_fx_symbolic_exhaustive_inplace_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1468190Z test_make_fx_symbolic_exhaustive_inplace_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-11-23T01:24:54.1468340Z test_make_fx_symbolic_exhaustive_inplace_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1468480Z test_make_fx_symbolic_exhaustive_inplace_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-11-23T01:24:54.1468620Z test_make_fx_symbolic_exhaustive_inplace_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-11-23T01:24:54.1468760Z test_make_fx_symbolic_exhaustive_inplace_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-11-23T01:24:54.1468920Z test_make_fx_symbolic_exhaustive_inplace_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1469060Z test_make_fx_symbolic_exhaustive_inplace_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T01:24:54.1469200Z test_make_fx_symbolic_exhaustive_inplace_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.072s) 2022-11-23T01:24:54.1469350Z test_make_fx_symbolic_exhaustive_inplace_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:24:54.1469520Z test_make_fx_symbolic_exhaustive_inplace_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1469680Z test_make_fx_symbolic_exhaustive_inplace_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1469840Z test_make_fx_symbolic_exhaustive_inplace_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1470010Z test_make_fx_symbolic_exhaustive_inplace_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1470170Z test_make_fx_symbolic_exhaustive_inplace_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1470330Z test_make_fx_symbolic_exhaustive_inplace_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1470490Z test_make_fx_symbolic_exhaustive_inplace_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1470640Z test_make_fx_symbolic_exhaustive_inplace_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1470810Z test_make_fx_symbolic_exhaustive_inplace_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1470970Z test_make_fx_symbolic_exhaustive_inplace_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1471130Z test_make_fx_symbolic_exhaustive_inplace_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1471300Z test_make_fx_symbolic_exhaustive_inplace_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1471480Z test_make_fx_symbolic_exhaustive_inplace_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1471690Z test_make_fx_symbolic_exhaustive_inplace_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1471860Z test_make_fx_symbolic_exhaustive_inplace_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1472020Z test_make_fx_symbolic_exhaustive_inplace_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1472180Z test_make_fx_symbolic_exhaustive_inplace_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1472350Z test_make_fx_symbolic_exhaustive_inplace_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1472490Z test_make_fx_symbolic_exhaustive_inplace_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.099s) 2022-11-23T01:24:54.1472620Z test_make_fx_symbolic_exhaustive_inplace_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-11-23T01:24:54.1472810Z test_make_fx_symbolic_exhaustive_inplace_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.195s) 2022-11-23T01:24:54.1472950Z test_make_fx_symbolic_exhaustive_inplace_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1473120Z test_make_fx_symbolic_exhaustive_inplace_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1473290Z test_make_fx_symbolic_exhaustive_inplace_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1473460Z test_make_fx_symbolic_exhaustive_inplace_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1473620Z test_make_fx_symbolic_exhaustive_inplace_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1473790Z test_make_fx_symbolic_exhaustive_inplace_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1473960Z test_make_fx_symbolic_exhaustive_inplace_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1474120Z test_make_fx_symbolic_exhaustive_inplace_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1474290Z test_make_fx_symbolic_exhaustive_inplace_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1474460Z test_make_fx_symbolic_exhaustive_inplace_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1474630Z test_make_fx_symbolic_exhaustive_inplace_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1474810Z test_make_fx_symbolic_exhaustive_inplace_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1474970Z test_make_fx_symbolic_exhaustive_inplace_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1475140Z test_make_fx_symbolic_exhaustive_inplace_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1475310Z test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1475540Z test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1475720Z test_make_fx_symbolic_exhaustive_inplace_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1475870Z test_make_fx_symbolic_exhaustive_inplace_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1476030Z test_make_fx_symbolic_exhaustive_inplace_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1476200Z test_make_fx_symbolic_exhaustive_inplace_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1476370Z test_make_fx_symbolic_exhaustive_inplace_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1476540Z test_make_fx_symbolic_exhaustive_inplace_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1476730Z test_make_fx_symbolic_exhaustive_inplace_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1476900Z test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1477080Z test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1477250Z test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1477420Z test_make_fx_symbolic_exhaustive_inplace_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1477590Z test_make_fx_symbolic_exhaustive_inplace_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1477760Z test_make_fx_symbolic_exhaustive_inplace_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1477940Z test_make_fx_symbolic_exhaustive_inplace_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1478100Z test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1478280Z test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1478480Z test_make_fx_symbolic_exhaustive_inplace_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:24:54.1478650Z test_make_fx_symbolic_exhaustive_inplace_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1478820Z test_make_fx_symbolic_exhaustive_inplace_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1478980Z test_make_fx_symbolic_exhaustive_inplace_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1479150Z test_make_fx_symbolic_exhaustive_inplace_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1479420Z test_make_fx_symbolic_exhaustive_inplace_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1479590Z test_make_fx_symbolic_exhaustive_inplace_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1479760Z test_make_fx_symbolic_exhaustive_inplace_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1479930Z test_make_fx_symbolic_exhaustive_inplace_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1480100Z test_make_fx_symbolic_exhaustive_inplace_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1480270Z test_make_fx_symbolic_exhaustive_inplace_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1480430Z test_make_fx_symbolic_exhaustive_inplace_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1480630Z test_make_fx_symbolic_exhaustive_inplace_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1480790Z test_make_fx_symbolic_exhaustive_inplace_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1480930Z test_make_fx_symbolic_exhaustive_inplace_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1481070Z test_make_fx_symbolic_exhaustive_inplace_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1481200Z test_make_fx_symbolic_exhaustive_inplace_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1481340Z test_make_fx_symbolic_exhaustive_inplace_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1481500Z test_make_fx_symbolic_exhaustive_inplace_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1481680Z test_make_fx_symbolic_exhaustive_inplace_log_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1481840Z test_make_fx_symbolic_exhaustive_inplace_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1482010Z test_make_fx_symbolic_exhaustive_inplace_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1482170Z test_make_fx_symbolic_exhaustive_inplace_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1482330Z test_make_fx_symbolic_exhaustive_inplace_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1482480Z test_make_fx_symbolic_exhaustive_inplace_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-11-23T01:24:54.1482620Z test_make_fx_symbolic_exhaustive_inplace_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1482760Z test_make_fx_symbolic_exhaustive_inplace_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-11-23T01:24:54.1482900Z test_make_fx_symbolic_exhaustive_inplace_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-11-23T01:24:54.1483030Z test_make_fx_symbolic_exhaustive_inplace_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T01:24:54.1483220Z test_make_fx_symbolic_exhaustive_inplace_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1483390Z test_make_fx_symbolic_exhaustive_inplace_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1483550Z test_make_fx_symbolic_exhaustive_inplace_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1483680Z test_make_fx_symbolic_exhaustive_inplace_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-11-23T01:24:54.1483840Z test_make_fx_symbolic_exhaustive_inplace_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1484000Z test_make_fx_symbolic_exhaustive_inplace_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1484170Z test_make_fx_symbolic_exhaustive_inplace_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1484360Z test_make_fx_symbolic_exhaustive_inplace_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1484510Z test_make_fx_symbolic_exhaustive_inplace_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1484680Z test_make_fx_symbolic_exhaustive_inplace_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1484840Z test_make_fx_symbolic_exhaustive_inplace_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1485010Z test_make_fx_symbolic_exhaustive_inplace_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1485170Z test_make_fx_symbolic_exhaustive_inplace_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1485340Z test_make_fx_symbolic_exhaustive_inplace_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1485510Z test_make_fx_symbolic_exhaustive_inplace_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1485650Z test_make_fx_symbolic_exhaustive_inplace_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-11-23T01:24:54.1485820Z test_make_fx_symbolic_exhaustive_inplace_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1485990Z test_make_fx_symbolic_exhaustive_inplace_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1486150Z test_make_fx_symbolic_exhaustive_inplace_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1486310Z test_make_fx_symbolic_exhaustive_inplace_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1486470Z test_make_fx_symbolic_exhaustive_inplace_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1486640Z test_make_fx_symbolic_exhaustive_inplace_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1486810Z test_make_fx_symbolic_exhaustive_inplace_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1487020Z test_make_fx_symbolic_exhaustive_inplace_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1487180Z test_make_fx_symbolic_exhaustive_inplace_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T01:24:54.1487340Z test_make_fx_symbolic_exhaustive_inplace_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1487510Z test_make_fx_symbolic_exhaustive_inplace_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1487670Z test_make_fx_symbolic_exhaustive_inplace_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1487840Z test_make_fx_symbolic_exhaustive_inplace_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1488000Z test_make_fx_symbolic_exhaustive_inplace_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1488210Z test_make_fx_symbolic_exhaustive_inplace_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1488370Z test_make_fx_symbolic_exhaustive_inplace_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1488530Z test_make_fx_symbolic_exhaustive_inplace_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1488690Z test_make_fx_symbolic_exhaustive_inplace_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1488880Z test_make_fx_symbolic_exhaustive_inplace_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1489050Z test_make_fx_symbolic_exhaustive_inplace_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1489220Z test_make_fx_symbolic_exhaustive_inplace_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1489380Z test_make_fx_symbolic_exhaustive_inplace_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1489550Z test_make_fx_symbolic_exhaustive_inplace_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1489710Z test_make_fx_symbolic_exhaustive_inplace_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1489880Z test_make_fx_symbolic_exhaustive_inplace_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1490070Z test_make_fx_symbolic_exhaustive_inplace_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1490230Z test_make_fx_symbolic_exhaustive_inplace_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1490400Z test_make_fx_symbolic_exhaustive_inplace_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1490580Z test_make_fx_symbolic_exhaustive_inplace_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1490770Z test_make_fx_symbolic_exhaustive_inplace_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1490930Z test_make_fx_symbolic_exhaustive_inplace_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1491100Z test_make_fx_symbolic_exhaustive_inplace_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1491260Z test_make_fx_symbolic_exhaustive_inplace_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1491420Z test_make_fx_symbolic_exhaustive_inplace_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1491550Z test_make_fx_symbolic_exhaustive_inplace_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.074s) 2022-11-23T01:24:54.1491720Z test_make_fx_symbolic_exhaustive_inplace_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1491900Z test_make_fx_symbolic_exhaustive_inplace_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1492050Z test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.133s) 2022-11-23T01:24:54.1492200Z test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-11-23T01:24:54.1492350Z test_make_fx_symbolic_exhaustive_inplace_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.125s) 2022-11-23T01:24:54.1492490Z test_make_fx_symbolic_exhaustive_inplace_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T01:24:54.1492650Z test_make_fx_symbolic_exhaustive_inplace_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1492820Z test_make_fx_symbolic_exhaustive_inplace_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1492980Z test_make_fx_symbolic_exhaustive_inplace_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1493150Z test_make_fx_symbolic_exhaustive_inplace_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1493310Z test_make_fx_symbolic_exhaustive_inplace_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1493470Z test_make_fx_symbolic_exhaustive_inplace_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1493640Z test_make_fx_symbolic_exhaustive_inplace_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1493820Z test_make_fx_symbolic_exhaustive_inplace_native_dropout_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1493990Z test_make_fx_symbolic_exhaustive_inplace_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1494130Z test_make_fx_symbolic_exhaustive_inplace_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-11-23T01:24:54.1494260Z test_make_fx_symbolic_exhaustive_inplace_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1494410Z test_make_fx_symbolic_exhaustive_inplace_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1494600Z test_make_fx_symbolic_exhaustive_inplace_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1494770Z test_make_fx_symbolic_exhaustive_inplace_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1494940Z test_make_fx_symbolic_exhaustive_inplace_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1495100Z test_make_fx_symbolic_exhaustive_inplace_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1495250Z test_make_fx_symbolic_exhaustive_inplace_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.252s) 2022-11-23T01:24:54.1495450Z test_make_fx_symbolic_exhaustive_inplace_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1495640Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1495850Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1496040Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1496220Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1496400Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1496580Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1496740Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_alpha_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-11-23T01:24:54.1496910Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1497090Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1497260Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1497430Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1497600Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1497790Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1497980Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1498130Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T01:24:54.1498300Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1498510Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1498690Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1498880Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1499050Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1499230Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1499410Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1499610Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1499790Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1500720Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1500920Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1501600Z /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:24:54.1501780Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1502430Z /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:24:54.1502600Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1503330Z /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:24:54.1503530Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1504180Z /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:24:54.1504350Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1505010Z /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:24:54.1505260Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1505320Z ok (0.259s) 2022-11-23T01:24:54.1505470Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.378s) 2022-11-23T01:24:54.1511280Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.131s) 2022-11-23T01:24:54.1511470Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T01:24:54.1511650Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1511840Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1512010Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-11-23T01:24:54.1512180Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T01:24:54.1512360Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1512550Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1512730Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1512900Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1513070Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1513390Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1513570Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1513750Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1513920Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1514090Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1514260Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1514450Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1514660Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1514850Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1515050Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1515240Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1515440Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1515640Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1515840Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1516040Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1516220Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1516400Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1516590Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1516750Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.161s) 2022-11-23T01:24:54.1516920Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1517110Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1517310Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1517500Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1517680Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1517870Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1518050Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1518230Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1518470Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1518650Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1518850Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1519020Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1519220Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1519370Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1519560Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1519750Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1519940Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1520130Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1520300Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1520490Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1520690Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1520880Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1521060Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1521300Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1521510Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1521710Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1521900Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1522090Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1522270Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1522470Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1522660Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1522830Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1522980Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1523130Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-11-23T01:24:54.1523280Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.028s) 2022-11-23T01:24:54.1523460Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1523640Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1523810Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1523990Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1524170Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1524350Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1524520Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1524700Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1524870Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T01:24:54.1525070Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1525360Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1525580Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1525770Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1525970Z test_make_fx_symbolic_exhaustive_inplace_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1526150Z test_make_fx_symbolic_exhaustive_inplace_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1526330Z test_make_fx_symbolic_exhaustive_inplace_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1526600Z test_make_fx_symbolic_exhaustive_inplace_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1526790Z test_make_fx_symbolic_exhaustive_inplace_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1526970Z test_make_fx_symbolic_exhaustive_inplace_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1527140Z test_make_fx_symbolic_exhaustive_inplace_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1527340Z test_make_fx_symbolic_exhaustive_inplace_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1527510Z test_make_fx_symbolic_exhaustive_inplace_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1527680Z test_make_fx_symbolic_exhaustive_inplace_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1527850Z test_make_fx_symbolic_exhaustive_inplace_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1528010Z test_make_fx_symbolic_exhaustive_inplace_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1528180Z test_make_fx_symbolic_exhaustive_inplace_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1528350Z test_make_fx_symbolic_exhaustive_inplace_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1528520Z test_make_fx_symbolic_exhaustive_inplace_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1528680Z test_make_fx_symbolic_exhaustive_inplace_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1528850Z test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1529030Z test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1529210Z test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1529390Z test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1529620Z test_make_fx_symbolic_exhaustive_inplace_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1529800Z test_make_fx_symbolic_exhaustive_inplace_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1529960Z test_make_fx_symbolic_exhaustive_inplace_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-11-23T01:24:54.1530140Z test_make_fx_symbolic_exhaustive_inplace_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1530290Z test_make_fx_symbolic_exhaustive_inplace_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.151s) 2022-11-23T01:24:54.1530460Z test_make_fx_symbolic_exhaustive_inplace_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1530630Z test_make_fx_symbolic_exhaustive_inplace_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1530820Z test_make_fx_symbolic_exhaustive_inplace_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1530980Z test_make_fx_symbolic_exhaustive_inplace_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1531150Z test_make_fx_symbolic_exhaustive_inplace_randint_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1531310Z test_make_fx_symbolic_exhaustive_inplace_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1531480Z test_make_fx_symbolic_exhaustive_inplace_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1531650Z test_make_fx_symbolic_exhaustive_inplace_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1531820Z test_make_fx_symbolic_exhaustive_inplace_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1531980Z test_make_fx_symbolic_exhaustive_inplace_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1532130Z test_make_fx_symbolic_exhaustive_inplace_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1532270Z test_make_fx_symbolic_exhaustive_inplace_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-11-23T01:24:54.1532420Z test_make_fx_symbolic_exhaustive_inplace_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:24:54.1532590Z test_make_fx_symbolic_exhaustive_inplace_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1532760Z test_make_fx_symbolic_exhaustive_inplace_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1532930Z test_make_fx_symbolic_exhaustive_inplace_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1533090Z test_make_fx_symbolic_exhaustive_inplace_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1533250Z test_make_fx_symbolic_exhaustive_inplace_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:24:54.1533410Z test_make_fx_symbolic_exhaustive_inplace_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-11-23T01:24:54.1533610Z test_make_fx_symbolic_exhaustive_inplace_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1533780Z test_make_fx_symbolic_exhaustive_inplace_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1533950Z test_make_fx_symbolic_exhaustive_inplace_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1534130Z test_make_fx_symbolic_exhaustive_inplace_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1534290Z test_make_fx_symbolic_exhaustive_inplace_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1534470Z test_make_fx_symbolic_exhaustive_inplace_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1534680Z test_make_fx_symbolic_exhaustive_inplace_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1534870Z test_make_fx_symbolic_exhaustive_inplace_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1535030Z test_make_fx_symbolic_exhaustive_inplace_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.019s) 2022-11-23T01:24:54.1535200Z test_make_fx_symbolic_exhaustive_inplace_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1535380Z test_make_fx_symbolic_exhaustive_inplace_scalar_tensor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1535520Z test_make_fx_symbolic_exhaustive_inplace_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.132s) 2022-11-23T01:24:54.1535670Z test_make_fx_symbolic_exhaustive_inplace_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.401s) 2022-11-23T01:24:54.1535820Z test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.394s) 2022-11-23T01:24:54.1535970Z test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.395s) 2022-11-23T01:24:54.1536110Z test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.394s) 2022-11-23T01:24:54.1536260Z test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.395s) 2022-11-23T01:24:54.1536410Z test_make_fx_symbolic_exhaustive_inplace_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.586s) 2022-11-23T01:24:54.1536580Z test_make_fx_symbolic_exhaustive_inplace_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1536760Z test_make_fx_symbolic_exhaustive_inplace_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1536940Z test_make_fx_symbolic_exhaustive_inplace_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1537100Z test_make_fx_symbolic_exhaustive_inplace_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1537270Z test_make_fx_symbolic_exhaustive_inplace_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1537410Z test_make_fx_symbolic_exhaustive_inplace_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1537610Z test_make_fx_symbolic_exhaustive_inplace_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1537750Z test_make_fx_symbolic_exhaustive_inplace_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1537890Z test_make_fx_symbolic_exhaustive_inplace_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1538070Z test_make_fx_symbolic_exhaustive_inplace_signal_windows_cosine_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1538250Z test_make_fx_symbolic_exhaustive_inplace_signal_windows_exponential_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1538440Z test_make_fx_symbolic_exhaustive_inplace_signal_windows_gaussian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1538620Z test_make_fx_symbolic_exhaustive_inplace_signal_windows_kaiser_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1538810Z test_make_fx_symbolic_exhaustive_inplace_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1538950Z test_make_fx_symbolic_exhaustive_inplace_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1539090Z test_make_fx_symbolic_exhaustive_inplace_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T01:24:54.1539220Z test_make_fx_symbolic_exhaustive_inplace_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1539390Z test_make_fx_symbolic_exhaustive_inplace_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1539550Z test_make_fx_symbolic_exhaustive_inplace_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1539720Z test_make_fx_symbolic_exhaustive_inplace_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1539890Z test_make_fx_symbolic_exhaustive_inplace_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1540050Z test_make_fx_symbolic_exhaustive_inplace_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1540250Z test_make_fx_symbolic_exhaustive_inplace_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:24:54.1540430Z test_make_fx_symbolic_exhaustive_inplace_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1540620Z test_make_fx_symbolic_exhaustive_inplace_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1540800Z test_make_fx_symbolic_exhaustive_inplace_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1540970Z test_make_fx_symbolic_exhaustive_inplace_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1541140Z test_make_fx_symbolic_exhaustive_inplace_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1541340Z test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1541630Z test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1542050Z test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1542330Z test_make_fx_symbolic_exhaustive_inplace_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1542500Z test_make_fx_symbolic_exhaustive_inplace_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1542670Z test_make_fx_symbolic_exhaustive_inplace_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1542850Z test_make_fx_symbolic_exhaustive_inplace_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1543120Z test_make_fx_symbolic_exhaustive_inplace_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1543290Z test_make_fx_symbolic_exhaustive_inplace_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1543460Z test_make_fx_symbolic_exhaustive_inplace_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1543620Z test_make_fx_symbolic_exhaustive_inplace_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1543810Z test_make_fx_symbolic_exhaustive_inplace_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1544090Z test_make_fx_symbolic_exhaustive_inplace_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1544260Z test_make_fx_symbolic_exhaustive_inplace_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1544440Z test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1544620Z test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1544800Z test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1544980Z test_make_fx_symbolic_exhaustive_inplace_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1545140Z test_make_fx_symbolic_exhaustive_inplace_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1545310Z test_make_fx_symbolic_exhaustive_inplace_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1545490Z test_make_fx_symbolic_exhaustive_inplace_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1545680Z test_make_fx_symbolic_exhaustive_inplace_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1545920Z test_make_fx_symbolic_exhaustive_inplace_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1546210Z test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1546500Z test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1546780Z test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1547070Z test_make_fx_symbolic_exhaustive_inplace_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1547300Z test_make_fx_symbolic_exhaustive_inplace_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1547470Z test_make_fx_symbolic_exhaustive_inplace_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1547640Z test_make_fx_symbolic_exhaustive_inplace_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1547800Z test_make_fx_symbolic_exhaustive_inplace_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1547970Z test_make_fx_symbolic_exhaustive_inplace_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1548140Z test_make_fx_symbolic_exhaustive_inplace_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1548280Z test_make_fx_symbolic_exhaustive_inplace_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1548420Z test_make_fx_symbolic_exhaustive_inplace_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1548560Z test_make_fx_symbolic_exhaustive_inplace_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.116s) 2022-11-23T01:24:54.1548720Z test_make_fx_symbolic_exhaustive_inplace_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1548880Z test_make_fx_symbolic_exhaustive_inplace_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1549050Z test_make_fx_symbolic_exhaustive_inplace_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1549210Z test_make_fx_symbolic_exhaustive_inplace_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1549350Z test_make_fx_symbolic_exhaustive_inplace_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-11-23T01:24:54.1549510Z test_make_fx_symbolic_exhaustive_inplace_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1549670Z test_make_fx_symbolic_exhaustive_inplace_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1549830Z test_make_fx_symbolic_exhaustive_inplace_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1550040Z test_make_fx_symbolic_exhaustive_inplace_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1550210Z test_make_fx_symbolic_exhaustive_inplace_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1550360Z test_make_fx_symbolic_exhaustive_inplace_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1550520Z test_make_fx_symbolic_exhaustive_inplace_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1550680Z test_make_fx_symbolic_exhaustive_inplace_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1550820Z test_make_fx_symbolic_exhaustive_inplace_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1550950Z test_make_fx_symbolic_exhaustive_inplace_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1551150Z test_make_fx_symbolic_exhaustive_inplace_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1551320Z test_make_fx_symbolic_exhaustive_inplace_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1551480Z test_make_fx_symbolic_exhaustive_inplace_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1551640Z test_make_fx_symbolic_exhaustive_inplace_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1551790Z test_make_fx_symbolic_exhaustive_inplace_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1551950Z test_make_fx_symbolic_exhaustive_inplace_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1552110Z test_make_fx_symbolic_exhaustive_inplace_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1552260Z test_make_fx_symbolic_exhaustive_inplace_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:24:54.1552430Z test_make_fx_symbolic_exhaustive_inplace_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1552590Z test_make_fx_symbolic_exhaustive_inplace_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1552760Z test_make_fx_symbolic_exhaustive_inplace_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1552910Z test_make_fx_symbolic_exhaustive_inplace_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.242s) 2022-11-23T01:24:54.1558210Z test_make_fx_symbolic_exhaustive_inplace_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.238s) 2022-11-23T01:24:54.1558380Z test_make_fx_symbolic_exhaustive_inplace_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.075s) 2022-11-23T01:24:54.1558520Z test_make_fx_symbolic_exhaustive_inplace_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1558680Z test_make_fx_symbolic_exhaustive_inplace_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1558850Z test_make_fx_symbolic_exhaustive_inplace_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1559070Z test_make_fx_symbolic_exhaustive_inplace_unfold_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1559240Z test_make_fx_symbolic_exhaustive_inplace_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1559390Z test_make_fx_symbolic_exhaustive_inplace_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1559560Z test_make_fx_symbolic_exhaustive_inplace_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1559730Z test_make_fx_symbolic_exhaustive_inplace_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1559860Z test_make_fx_symbolic_exhaustive_inplace_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-11-23T01:24:54.1560030Z test_make_fx_symbolic_exhaustive_inplace_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1560220Z test_make_fx_symbolic_exhaustive_inplace_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1560390Z test_make_fx_symbolic_exhaustive_inplace_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1560560Z test_make_fx_symbolic_exhaustive_inplace_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1560720Z test_make_fx_symbolic_exhaustive_inplace_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1560880Z test_make_fx_symbolic_exhaustive_inplace_view_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1561040Z test_make_fx_symbolic_exhaustive_inplace_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1561200Z test_make_fx_symbolic_exhaustive_inplace_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1561360Z test_make_fx_symbolic_exhaustive_inplace_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1561520Z test_make_fx_symbolic_exhaustive_inplace_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1561660Z test_make_fx_symbolic_exhaustive_inplace_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-11-23T01:24:54.1561790Z test_make_fx_symbolic_exhaustive_inplace_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1561950Z test_make_fx_symbolic_exhaustive_inplace_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.001s) 2022-11-23T01:24:54.1562120Z test_make_fx_symbolic_exhaustive_inplace_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: No inplace variable for this op (0.000s) 2022-11-23T01:24:54.1562250Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T01:24:54.1562390Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.033s) 2022-11-23T01:24:54.1562530Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-11-23T01:24:54.1562670Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1562800Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1563000Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1563140Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1563270Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1563400Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1563570Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1563740Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1563900Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1564100Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1564260Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:24:54.1564410Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1564550Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1564680Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.172s) 2022-11-23T01:24:54.1564810Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.149s) 2022-11-23T01:24:54.1564950Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.443s) 2022-11-23T01:24:54.1565080Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1565230Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.208s) 2022-11-23T01:24:54.1565360Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.201s) 2022-11-23T01:24:54.1565510Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1565660Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.019s) 2022-11-23T01:24:54.1565810Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:24:54.1565960Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1566110Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:24:54.1566260Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1566410Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:24:54.1566560Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1566730Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1566870Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1567040Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1567200Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1567360Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1567510Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-11-23T01:24:54.1567660Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1567820Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1567960Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1568360Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1568530Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1568840Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-11-23T01:24:54.1568990Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.056s) 2022-11-23T01:24:54.1569150Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:24:54.1569290Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1569460Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1569600Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1569750Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.282s) 2022-11-23T01:24:54.1569910Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.239s) 2022-11-23T01:24:54.1570060Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1570210Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1570410Z test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:24:54.1570550Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1570700Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:24:54.1570850Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1571000Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:24:54.1571150Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1571370Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:24:54.1571530Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1571680Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-11-23T01:24:54.1571830Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-11-23T01:24:54.1571980Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:24:54.1572120Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.411s) 2022-11-23T01:24:54.1572260Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.694s) 2022-11-23T01:24:54.1572390Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.103s) 2022-11-23T01:24:54.1572580Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1572720Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1572850Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1572970Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1573110Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-11-23T01:24:54.1573260Z test_make_fx_symbolic_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-11-23T01:24:54.1573400Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-11-23T01:24:54.1573550Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-11-23T01:24:54.1573700Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1573850Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:24:54.1573980Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.189s) 2022-11-23T01:24:54.1574120Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1574250Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-11-23T01:24:54.1574380Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.188s) 2022-11-23T01:24:54.1574510Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-11-23T01:24:54.1574650Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.235s) 2022-11-23T01:24:54.1574780Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.481s) 2022-11-23T01:24:54.1574910Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-11-23T01:24:54.1575040Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.153s) 2022-11-23T01:24:54.1575180Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1575320Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-11-23T01:24:54.1575510Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:24:54.1575640Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-11-23T01:24:54.1575770Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-11-23T01:24:54.1575910Z test_make_fx_symbolic_exhaustive_masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.760s) 2022-11-23T01:24:54.1576040Z test_make_fx_symbolic_exhaustive_masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.687s) 2022-11-23T01:24:54.1576180Z test_make_fx_symbolic_exhaustive_masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.652s) 2022-11-23T01:24:54.1576320Z test_make_fx_symbolic_exhaustive_masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.944s) 2022-11-23T01:24:54.1576470Z test_make_fx_symbolic_exhaustive_masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:24:54.1576630Z test_make_fx_symbolic_exhaustive_masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.507s) 2022-11-23T01:24:54.1576780Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.034s) 2022-11-23T01:24:54.1576920Z test_make_fx_symbolic_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.613s) 2022-11-23T01:24:54.1577070Z test_make_fx_symbolic_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1577220Z test_make_fx_symbolic_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1577350Z test_make_fx_symbolic_exhaustive_masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.988s) 2022-11-23T01:24:54.1577490Z test_make_fx_symbolic_exhaustive_masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.406s) 2022-11-23T01:24:54.1577630Z test_make_fx_symbolic_exhaustive_masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.137s) 2022-11-23T01:24:54.1577770Z test_make_fx_symbolic_exhaustive_masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.594s) 2022-11-23T01:24:54.1577900Z test_make_fx_symbolic_exhaustive_masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.152s) 2022-11-23T01:24:54.1578050Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-11-23T01:24:54.1578220Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.013s) 2022-11-23T01:24:54.1578370Z test_make_fx_symbolic_exhaustive_masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.594s) 2022-11-23T01:24:54.1578510Z test_make_fx_symbolic_exhaustive_masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.653s) 2022-11-23T01:24:54.1578640Z test_make_fx_symbolic_exhaustive_masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (6.688s) 2022-11-23T01:24:54.1578770Z test_make_fx_symbolic_exhaustive_masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.632s) 2022-11-23T01:24:54.1578900Z test_make_fx_symbolic_exhaustive_masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (6.943s) 2022-11-23T01:24:54.1579030Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.513s) 2022-11-23T01:24:54.1579180Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1579310Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.162s) 2022-11-23T01:24:54.1579650Z test_make_fx_symbolic_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.465s) 2022-11-23T01:24:54.1579820Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1579960Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-11-23T01:24:54.1580100Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.169s) 2022-11-23T01:24:54.1580230Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.246s) 2022-11-23T01:24:54.1580370Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.003s) 2022-11-23T01:24:54.1580530Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:24:54.1580780Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:24:54.1580910Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.168s) 2022-11-23T01:24:54.1581060Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1581220Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1581350Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.165s) 2022-11-23T01:24:54.1581470Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1581610Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1581750Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-11-23T01:24:54.1581880Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1582010Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-11-23T01:24:54.1582150Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:24:54.1582280Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.018s) 2022-11-23T01:24:54.1582420Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.135s) 2022-11-23T01:24:54.1582570Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-11-23T01:24:54.1582710Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-11-23T01:24:54.1582850Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-11-23T01:24:54.1582980Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.002s) 2022-11-23T01:24:54.1583110Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-11-23T01:24:54.1583260Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:24:54.1583390Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.322s) 2022-11-23T01:24:54.1583530Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-11-23T01:24:54.1583740Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.041s) 2022-11-23T01:24:54.1583880Z test_make_fx_symbolic_exhaustive_native_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.506s) 2022-11-23T01:24:54.1584030Z test_make_fx_symbolic_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.206s) 2022-11-23T01:24:54.1584180Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.403s) 2022-11-23T01:24:54.1584300Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-11-23T01:24:54.1584430Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1584570Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1584760Z test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T01:24:54.1584920Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.043s) 2022-11-23T01:24:54.1585050Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T01:24:54.1585180Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T01:24:54.1585320Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.164s) 2022-11-23T01:24:54.1585490Z test_make_fx_symbolic_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1585640Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.113s) 2022-11-23T01:24:54.1585800Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.180s) 2022-11-23T01:24:54.1585950Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.283s) 2022-11-23T01:24:54.1586110Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-11-23T01:24:54.1586270Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-11-23T01:24:54.1586420Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.027s) 2022-11-23T01:24:54.1586570Z test_make_fx_symbolic_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-11-23T01:24:54.1586720Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.477s) 2022-11-23T01:24:54.1586860Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.516s) 2022-11-23T01:24:54.1587020Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.032s) 2022-11-23T01:24:54.1587170Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1587320Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.024s) 2022-11-23T01:24:54.1587490Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.237s) 2022-11-23T01:24:54.1587690Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.775s) 2022-11-23T01:24:54.1587840Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.027s) 2022-11-23T01:24:54.1587980Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.422s) 2022-11-23T01:24:54.1588120Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.808s) 2022-11-23T01:24:54.1588270Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.322s) 2022-11-23T01:24:54.1588420Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.922s) 2022-11-23T01:24:54.1588570Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.644s) 2022-11-23T01:24:54.1588760Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.347s) 2022-11-23T01:24:54.1588920Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-11-23T01:24:54.1589080Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.065s) 2022-11-23T01:24:54.1589260Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.022s) 2022-11-23T01:24:54.1590160Z test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1590340Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1590980Z /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:24:54.1591150Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1591790Z /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:24:54.1591960Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1592610Z /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:24:54.1592790Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1593400Z /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:24:54.1593640Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1594240Z /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:24:54.1594400Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:24:54.1594450Z ok (0.255s) 2022-11-23T01:24:54.1594600Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.386s) 2022-11-23T01:24:54.1594740Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.137s) 2022-11-23T01:24:54.1594880Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T01:24:54.1595040Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.201s) 2022-11-23T01:24:54.1595200Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.080s) 2022-11-23T01:24:54.1595360Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.210s) 2022-11-23T01:24:54.1595540Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-11-23T01:24:54.1595700Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-11-23T01:24:54.1595870Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-11-23T01:24:54.1596020Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-11-23T01:24:54.1596160Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.200s) 2022-11-23T01:24:54.1596300Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.346s) 2022-11-23T01:24:54.1596460Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (14.268s) 2022-11-23T01:24:54.1596680Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.830s) 2022-11-23T01:24:54.1596830Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.090s) 2022-11-23T01:24:54.1602060Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-11-23T01:24:54.1602240Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.141s) 2022-11-23T01:24:54.1602390Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-11-23T01:24:54.1602540Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.491s) 2022-11-23T01:24:54.1602680Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.299s) 2022-11-23T01:24:54.1602830Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.883s) 2022-11-23T01:24:54.1603150Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.056s) 2022-11-23T01:24:54.1603320Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-11-23T01:24:54.1603470Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.410s) 2022-11-23T01:24:54.1603630Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:24:54.1603800Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:24:54.1603970Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.025s) 2022-11-23T01:24:54.1604640Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1604690Z warnings.warn( 2022-11-23T01:24:54.1605150Z /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:24:54.1605210Z warnings.warn( 2022-11-23T01:24:54.1605670Z /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:24:54.1605720Z warnings.warn( 2022-11-23T01:24:54.1606220Z /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:24:54.1606270Z warnings.warn( 2022-11-23T01:24:54.1606320Z ok (0.409s) 2022-11-23T01:24:54.1606460Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.102s) 2022-11-23T01:24:54.1606610Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-11-23T01:24:54.1606750Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-11-23T01:24:54.1606890Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.399s) 2022-11-23T01:24:54.1607040Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.577s) 2022-11-23T01:24:54.1607190Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-11-23T01:24:54.1607370Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.833s) 2022-11-23T01:24:54.1607530Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.117s) 2022-11-23T01:24:54.1607660Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (9.723s) 2022-11-23T01:24:54.1607820Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.029s) 2022-11-23T01:24:54.1607980Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1608140Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.035s) 2022-11-23T01:24:54.1608320Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1608480Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.048s) 2022-11-23T01:24:54.1608630Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1608790Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.052s) 2022-11-23T01:24:54.1608930Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T01:24:54.1609070Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-11-23T01:24:54.1609230Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:24:54.1609400Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.004s) 2022-11-23T01:24:54.1609550Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.248s) 2022-11-23T01:24:54.1609700Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1609850Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.402s) 2022-11-23T01:24:54.1609990Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.793s) 2022-11-23T01:24:54.1610160Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.514s) 2022-11-23T01:24:54.1610330Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1610490Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1610640Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.147s) 2022-11-23T01:24:54.1610790Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:24:54.1610950Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-11-23T01:24:54.1611110Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-11-23T01:24:54.1611280Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.196s) 2022-11-23T01:24:54.1611420Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.385s) 2022-11-23T01:24:54.1611560Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-11-23T01:24:54.1611700Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T01:24:54.1611850Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1611990Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T01:24:54.1612120Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-11-23T01:24:54.1612280Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1612430Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.101s) 2022-11-23T01:24:54.1612570Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-11-23T01:24:54.1612720Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.165s) 2022-11-23T01:24:54.1612860Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.035s) 2022-11-23T01:24:54.1613010Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-11-23T01:24:54.1613150Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1613290Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.025s) 2022-11-23T01:24:54.1613430Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-11-23T01:24:54.1613590Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.420s) 2022-11-23T01:24:54.1613750Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.422s) 2022-11-23T01:24:54.1613890Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.759s) 2022-11-23T01:24:54.1614440Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1614600Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1614910Z /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:24:54.1615060Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1615360Z /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:24:54.1615530Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1615840Z /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:24:54.1615980Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1616020Z ok (1.011s) 2022-11-23T01:24:54.1616470Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... /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:24:54.1616610Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:24:54.1616670Z expected failure (0.018s) 2022-11-23T01:24:54.1616840Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.004s) 2022-11-23T01:24:54.1616970Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.615s) 2022-11-23T01:24:54.1617110Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.038s) 2022-11-23T01:24:54.1617240Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.050s) 2022-11-23T01:24:54.1617380Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-11-23T01:24:54.1617530Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1617680Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:24:54.1617820Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1617950Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T01:24:54.1618090Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.021s) 2022-11-23T01:24:54.1618240Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1618390Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:24:54.1618520Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-11-23T01:24:54.1618720Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1618860Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.005s) 2022-11-23T01:24:54.1619020Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:24:54.1619180Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1619330Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:24:54.1619480Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1619630Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:24:54.1619810Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-11-23T01:24:54.1619950Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.165s) 2022-11-23T01:24:54.1620090Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.388s) 2022-11-23T01:24:54.1620220Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.178s) 2022-11-23T01:24:54.1620380Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1620530Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.008s) 2022-11-23T01:24:54.1620680Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1620820Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T01:24:54.1620960Z test_make_fx_symbolic_exhaustive_randint_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.117s) 2022-11-23T01:24:54.1621110Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-11-23T01:24:54.1621250Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.008s) 2022-11-23T01:24:54.1621400Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-11-23T01:24:54.1621530Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-11-23T01:24:54.1621670Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.015s) 2022-11-23T01:24:54.1621800Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1621940Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-11-23T01:24:54.1622080Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-11-23T01:24:54.1622220Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.273s) 2022-11-23T01:24:54.1622420Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-11-23T01:24:54.1622580Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.020s) 2022-11-23T01:24:54.1622720Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.330s) 2022-11-23T01:24:54.1622920Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-11-23T01:24:54.1623080Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.028s) 2022-11-23T01:24:54.1623230Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1623380Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1623540Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.134s) 2022-11-23T01:24:54.1623680Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.645s) 2022-11-23T01:24:54.1623810Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1623950Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1624160Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1624310Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1624440Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-11-23T01:24:54.1624570Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.216s) 2022-11-23T01:24:54.1624720Z test_make_fx_symbolic_exhaustive_scalar_tensor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.011s) 2022-11-23T01:24:54.1624860Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-11-23T01:24:54.1624990Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.467s) 2022-11-23T01:24:54.1625130Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.439s) 2022-11-23T01:24:54.1625280Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.425s) 2022-11-23T01:24:54.1625440Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.409s) 2022-11-23T01:24:54.1625590Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.411s) 2022-11-23T01:24:54.1625730Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.058s) 2022-11-23T01:24:54.1625890Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.006s) 2022-11-23T01:24:54.1626040Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1626200Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1626340Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.100s) 2022-11-23T01:24:54.1626480Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-11-23T01:24:54.1626610Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1626740Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.081s) 2022-11-23T01:24:54.1626870Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.029s) 2022-11-23T01:24:54.1626990Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1627200Z test_make_fx_symbolic_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.053s) 2022-11-23T01:24:54.1627360Z test_make_fx_symbolic_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.059s) 2022-11-23T01:24:54.1627510Z test_make_fx_symbolic_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.061s) 2022-11-23T01:24:54.1627650Z test_make_fx_symbolic_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.071s) 2022-11-23T01:24:54.1627780Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-11-23T01:24:54.1627910Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1628040Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T01:24:54.1628170Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1628340Z test_make_fx_symbolic_exhaustive_slice_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.138s) 2022-11-23T01:24:54.1628480Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.221s) 2022-11-23T01:24:54.1628610Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-11-23T01:24:54.1628750Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-11-23T01:24:54.1628880Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.193s) 2022-11-23T01:24:54.1629060Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-11-23T01:24:54.1629210Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1629350Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1629490Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1629640Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1629790Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1629950Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1630120Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1630430Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1630710Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1630840Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-11-23T01:24:54.1630980Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1631140Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1632010Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1632160Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1632300Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1632430Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1632590Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.009s) 2022-11-23T01:24:54.1632890Z test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1633030Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.054s) 2022-11-23T01:24:54.1633230Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1633390Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1633540Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.011s) 2022-11-23T01:24:54.1633690Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1633820Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-11-23T01:24:54.1633960Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1634130Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:24:54.1634290Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1634450Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.012s) 2022-11-23T01:24:54.1634730Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1635010Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1635280Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1635550Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:24:54.1635700Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-11-23T01:24:54.1635840Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.282s) 2022-11-23T01:24:54.1635980Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.173s) 2022-11-23T01:24:54.1636110Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.091s) 2022-11-23T01:24:54.1636310Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.240s) 2022-11-23T01:24:54.1636450Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.203s) 2022-11-23T01:24:54.1636580Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.014s) 2022-11-23T01:24:54.1636720Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.024s) 2022-11-23T01:24:54.1636850Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-11-23T01:24:54.1636980Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.278s) 2022-11-23T01:24:54.1637110Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.128s) 2022-11-23T01:24:54.1637240Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-11-23T01:24:54.1637430Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:24:54.1637550Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.218s) 2022-11-23T01:24:54.1637690Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.250s) 2022-11-23T01:24:54.1637840Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.007s) 2022-11-23T01:24:54.1638000Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1638160Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-11-23T01:24:54.1638320Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.014s) 2022-11-23T01:24:54.1638460Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.023s) 2022-11-23T01:24:54.1638630Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-11-23T01:24:54.1638780Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.013s) 2022-11-23T01:24:54.1638920Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1639060Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1639220Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-11-23T01:24:54.1639360Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-11-23T01:24:54.1639490Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.391s) 2022-11-23T01:24:54.1639640Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1639800Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:24:54.1639930Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-11-23T01:24:54.1640070Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.012s) 2022-11-23T01:24:54.1640220Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.097s) 2022-11-23T01:24:54.1640380Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-11-23T01:24:54.1640570Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-11-23T01:24:54.1640740Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-11-23T01:24:54.1647080Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.243s) 2022-11-23T01:24:54.1647350Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.235s) 2022-11-23T01:24:54.1647510Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.176s) 2022-11-23T01:24:54.1647640Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1647790Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.646s) 2022-11-23T01:24:54.1647960Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.010s) 2022-11-23T01:24:54.1648340Z test_make_fx_symbolic_exhaustive_unfold_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.214s) 2022-11-23T01:24:54.1648480Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.743s) 2022-11-23T01:24:54.1648630Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.015s) 2022-11-23T01:24:54.1648830Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-11-23T01:24:54.1649000Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.006s) 2022-11-23T01:24:54.1649140Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-11-23T01:24:54.1649280Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-11-23T01:24:54.1649420Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-11-23T01:24:54.1649550Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1649690Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-11-23T01:24:54.1649830Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.023s) 2022-11-23T01:24:54.1649960Z test_make_fx_symbolic_exhaustive_view_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.291s) 2022-11-23T01:24:54.1650090Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.270s) 2022-11-23T01:24:54.1650240Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.018s) 2022-11-23T01:24:54.1650370Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.060s) 2022-11-23T01:24:54.1650510Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.163s) 2022-11-23T01:24:54.1650650Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.335s) 2022-11-23T01:24:54.1650790Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.055s) 2022-11-23T01:24:54.1650930Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.013s) 2022-11-23T01:24:54.1651080Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-11-23T01:24:54.1651190Z test_binary_broadcast (__main__.TestSymbolicTracing) ... ok (0.030s) 2022-11-23T01:24:54.1651390Z test_cat (__main__.TestSymbolicTracing) ... ok (0.067s) 2022-11-23T01:24:54.1651520Z test_elementwise_meta_with_sym_numbers (__main__.TestSymbolicTracing) ... ok (0.038s) 2022-11-23T01:24:54.1651630Z test_expand (__main__.TestSymbolicTracing) ... ok (0.030s) 2022-11-23T01:24:54.1651750Z test_guards_equal (__main__.TestSymbolicTracing) ... ok (0.260s) 2022-11-23T01:24:54.1651860Z test_mega_guard (__main__.TestSymbolicTracing) ... ok (0.021s) 2022-11-23T01:24:54.1651970Z test_metadata (__main__.TestSymbolicTracing) ... ok (0.017s) 2022-11-23T01:24:54.1652080Z test_metadata_fresh (__main__.TestSymbolicTracing) ... ok (0.013s) 2022-11-23T01:24:54.1652180Z test_multiply_shape (__main__.TestSymbolicTracing) ... ok (0.011s) 2022-11-23T01:24:54.1652280Z test_neg_shape (__main__.TestSymbolicTracing) ... ok (0.022s) 2022-11-23T01:24:54.1652380Z test_new_empty (__main__.TestSymbolicTracing) ... ok (0.022s) 2022-11-23T01:24:54.1652490Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... ok (0.043s) 2022-11-23T01:24:54.1652640Z test_return_symint (__main__.TestSymbolicTracing) ... ok (0.022s) 2022-11-23T01:24:54.1652740Z test_rmethod (__main__.TestSymbolicTracing) ... ok (0.012s) 2022-11-23T01:24:54.1652830Z test_size_with_tensor (__main__.TestSymbolicTracing) ... ok (0.050s) 2022-11-23T01:24:54.1652930Z test_sqrt_size (__main__.TestSymbolicTracing) ... ok (0.013s) 2022-11-23T01:24:54.1653030Z test_sym_storage_offset (__main__.TestSymbolicTracing) ... ok (0.026s) 2022-11-23T01:24:54.1653130Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... ok (0.028s) 2022-11-23T01:24:54.1653220Z test_unary (__main__.TestSymbolicTracing) ... ok (0.045s) 2022-11-23T01:24:54.1653230Z 2022-11-23T01:24:54.1653440Z ---------------------------------------------------------------------- 2022-11-23T01:24:54.1653500Z Ran 2582 tests in 240.776s 2022-11-23T01:24:54.1653510Z 2022-11-23T01:24:54.1653570Z OK (skipped=579, expected failures=253) 2022-11-23T01:24:54.1653580Z 2022-11-23T01:24:54.1653640Z Generating XML reports... 2022-11-23T01:24:54.1653870Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestFakeProxyTensor-20221123012050.xml 2022-11-23T01:24:54.1654110Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorFake-20221123012050.xml 2022-11-23T01:24:54.1654340Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorReal-20221123012050.xml 2022-11-23T01:24:54.1654570Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestGenericProxyTensorSymbolic-20221123012050.xml 2022-11-23T01:24:54.1654780Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestProxyTensorOpInfoCPU-20221123012050.xml 2022-11-23T01:24:54.1654980Z Generated XML report: test-reports/python-unittest/test_proxy_tensor/TEST-TestSymbolicTracing-20221123012050.xml 2022-11-23T01:24:54.1654990Z 2022-11-23T01:24:54.1655320Z ##[endgroup] 2022-11-23T01:24:54.1655560Z FINISHED PRINTING LOG FILE of test_proxy_tensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_proxy_tensor_epcyz0rk) 2022-11-23T01:24:54.1655570Z 2022-11-23T01:24:55.3251740Z Running test_foreach ... [2022-11-23 01:24:55.324962] 2022-11-23T01:24:55.3252660Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:24:55.325192] 2022-11-23T01:24:55.3253340Z Ignoring disabled issues: [] 2022-11-23T01:26:06.7834150Z 2022-11-23T01:26:06.7834710Z Expand the folded group to see the log file of test_unary_ufuncs 2022-11-23T01:26:06.7835270Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_unary_ufuncs_3bi5m4l6) 2022-11-23T01:26:06.7837340Z 2022-11-23T01:26:06.7837560Z Running tests... 2022-11-23T01:26:06.7838000Z ---------------------------------------------------------------------- 2022-11-23T01:26:06.7838690Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-11-23T01:26:06.7845270Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:26:06.7845940Z torch_fn(t, out=float_out) 2022-11-23T01:26:06.7846100Z ok (0.008s) 2022-11-23T01:26:06.7846320Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7846580Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.7846980Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.7847220Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.7847470Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.7847720Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.7847980Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7848230Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7848900Z test_batch_vs_slicing_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... /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:26:06.7849360Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T01:26:06.7849520Z ok (0.022s) 2022-11-23T01:26:06.7849710Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7849950Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7850500Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7850770Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7851010Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7851250Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7851490Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7851730Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7851970Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7852250Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7852500Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7852740Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.7852980Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.7853230Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7853460Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.7853840Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7854100Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7854350Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7854590Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7854830Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7855070Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7855310Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7855550Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T01:26:06.7855810Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.7856060Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7856400Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7856640Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7856880Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7857110Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.7857350Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7857590Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7857830Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7858070Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7858320Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.7858570Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.7858820Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7859070Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7859310Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7859540Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7859770Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7860000Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7860240Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7860480Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7860710Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7860950Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7861190Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-11-23T01:26:06.7861440Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.7861680Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7861920Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7862150Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7862390Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7862690Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7862930Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7863160Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7863400Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.7863640Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7863880Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T01:26:06.7872540Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:26:06.7872790Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7873040Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7873410Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7873660Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7873900Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.7874130Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7874370Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7874610Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7874840Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7877280Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:26:06.7879270Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.7879510Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7879750Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7879990Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7880220Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7880450Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7880680Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7880910Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7881150Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7881390Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7881630Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T01:26:06.7881870Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:26:06.7882110Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7882350Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7882580Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7882820Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7883050Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7883290Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7883620Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7883870Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7884120Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7884800Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:14221: 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:26:06.7885320Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-11-23T01:26:06.7885470Z ok (0.023s) 2022-11-23T01:26:06.7885660Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.7885920Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7886230Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7886480Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7886720Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7886970Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7887210Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7887450Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7887680Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7887930Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7888170Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7888410Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7888650Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7888890Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7889140Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7889400Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7889640Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7889880Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7890120Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7890360Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7890600Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.7893020Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7893270Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7893500Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7893740Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7893980Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7894210Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7894530Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7894770Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7895000Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7895250Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7895490Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7895730Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.7895970Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7896210Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7896450Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7896680Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7896980Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7897210Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7897450Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7897690Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7897930Z test_batch_vs_slicing_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7898170Z test_batch_vs_slicing_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7898420Z test_batch_vs_slicing_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7898680Z test_batch_vs_slicing_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7899010Z test_batch_vs_slicing_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7899260Z test_batch_vs_slicing_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7899500Z test_batch_vs_slicing_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7899740Z test_batch_vs_slicing_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-11-23T01:26:06.7899980Z test_batch_vs_slicing_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T01:26:06.7900220Z test_batch_vs_slicing_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.7900450Z test_batch_vs_slicing_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.7900690Z test_batch_vs_slicing_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.7900930Z test_batch_vs_slicing_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.7901160Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7901400Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7901630Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7901870Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7902100Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7902330Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7902570Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7902800Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7903170Z test_batch_vs_slicing_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7903430Z test_batch_vs_slicing_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7903670Z test_batch_vs_slicing_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7903910Z test_batch_vs_slicing_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7904140Z test_batch_vs_slicing_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7904370Z test_batch_vs_slicing_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7904610Z test_batch_vs_slicing_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7904850Z test_batch_vs_slicing_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7905090Z test_batch_vs_slicing_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7905340Z test_batch_vs_slicing_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7905660Z test_batch_vs_slicing_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7905900Z test_batch_vs_slicing_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7906130Z test_batch_vs_slicing_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7906370Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7906610Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7906860Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.7907100Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7907350Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7907590Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7907840Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7908080Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7908330Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7908570Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7908810Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7909050Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7909290Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7909530Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7909770Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7910010Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7910260Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7910510Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.7910760Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7911000Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7911240Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7911480Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7911760Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7912000Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7912240Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7912480Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7912720Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7912960Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7913200Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7913440Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7913690Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7913930Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7914220Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7914460Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7914700Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7914940Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7915180Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7915410Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7915650Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7915890Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7916160Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7916420Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.7916690Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-11-23T01:26:06.7916960Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.7917220Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-11-23T01:26:06.7917470Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7917730Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7917980Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7918240Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7918490Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7918740Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7918990Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.7919240Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.7919480Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7919730Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.7920000Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.7920240Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7920530Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7920770Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7921010Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7921240Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7921480Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7921730Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7941680Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7941970Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7942230Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.7942750Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.7943000Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7943250Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7943500Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7943740Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7943970Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7944200Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7944440Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7944690Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7944940Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7945190Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7945440Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7945690Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7945940Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7946190Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7946440Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7946680Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7946930Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7947170Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.7947420Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7947660Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.7947910Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.7948150Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7948390Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7948630Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7948880Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.7949210Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7949460Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7949710Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7949960Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7950210Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7950460Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7950710Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7950960Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7951200Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7951490Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7951740Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7951980Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7952230Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7952470Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7952710Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.7952950Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7953190Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7953440Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7953680Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7953920Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7954160Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.7954390Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7954630Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7954870Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7955110Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.7955350Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.7955590Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.7955830Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.7956070Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7956310Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.7956550Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.7956780Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7957030Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.7957270Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7957520Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:26:06.7957840Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.7958100Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7958340Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.7958570Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7958820Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.7959050Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.7959290Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7959530Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7959770Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7960010Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7960350Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7960590Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7960830Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7961070Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7961300Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7961540Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7961780Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7962020Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7962260Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.7962510Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.7962750Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7963000Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7963230Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7963470Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7963700Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7963930Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7964160Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7964400Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7964650Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7964890Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7965140Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.7965370Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7965610Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7965840Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7966070Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7966310Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7966600Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7966840Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7967080Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.7967330Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.7967580Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.7967820Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7968060Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7968300Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7968530Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7968770Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7969060Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7969290Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7969530Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7969770Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7970010Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7970250Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7970500Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.7970750Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7971000Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7971240Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7971480Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7979060Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7979300Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T01:26:06.7979540Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7979780Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7980010Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7980250Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7980500Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7980740Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7980970Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7981210Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7981440Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7981680Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7981920Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7982150Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7982540Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7982790Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7983030Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7983300Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.7983570Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.7983830Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.7984090Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.7984340Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7984580Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7984890Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7985140Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7985390Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7985630Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.7985870Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7986100Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7986340Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7986570Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7986810Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7987040Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7987270Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.7987510Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.7987750Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.7987970Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.7988200Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.7988440Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.7988670Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.7988900Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.7989130Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.7989370Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7989620Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.7989870Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.7990110Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7990350Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7990590Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.7990830Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.7991120Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7991360Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7991590Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.7991820Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7992060Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7992300Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7992530Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7992760Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7993000Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7993250Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7993540Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7993800Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:26:06.7994050Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7994310Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.7994560Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7994800Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.7995040Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7995290Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7995530Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.7995780Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7996020Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7996260Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7996500Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7996750Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7997000Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.7997250Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.7997500Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.7997740Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7997990Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.7998230Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7998470Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7998710Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7998950Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7999180Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7999420Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.7999750Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8000020Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8000270Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8000510Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8000750Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8000990Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8001230Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8001470Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8001710Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8001940Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8002340Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8002580Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8002830Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8003070Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8003330Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8003570Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8003810Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8004060Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8004310Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8004550Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8004800Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8005040Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8005290Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8005540Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8005790Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8006030Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8006280Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8006520Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8006770Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8007010Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8007260Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8007500Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8007750Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8008000Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8008260Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8008590Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8008850Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8024810Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8025200Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8025440Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8025680Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8025930Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8026170Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8026410Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8026680Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8027250Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8027550Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8027850Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8028140Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8028440Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8028720Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8029010Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8029300Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8029570Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8029850Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8030140Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8030400Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8030650Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8030890Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8031140Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8031380Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8031620Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8031860Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8032100Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8032330Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8032570Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8032810Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8033230Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.8033490Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8033730Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8033970Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8034210Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8034450Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8034680Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8034910Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8035140Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8035380Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8035730Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8035980Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8036220Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8036460Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8036690Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8036930Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8037160Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8037400Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8037630Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8037880Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8038120Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.8038370Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8038620Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8038860Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8039110Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8039340Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8039570Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8039810Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8040040Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8040280Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8040520Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8040770Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.8041010Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8041260Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8041490Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8041820Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8042070Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8042300Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8042540Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8042770Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8043010Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8043270Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8043530Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8043790Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8044040Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8044370Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8044610Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8044860Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8045100Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8045340Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8045580Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8045830Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8046070Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8046320Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8046560Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8046810Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8047040Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8047280Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8047520Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8047750Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8047990Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8048230Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8048470Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8048720Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8048960Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8049210Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8049450Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8049690Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8049930Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8050170Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8050580Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8050840Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8051070Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8051300Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8051560Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8051840Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8052110Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8052380Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.8052650Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.8053060Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.8053320Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.8053580Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.8053840Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:26:06.8054110Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.8054370Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.8054640Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.8054900Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.8055170Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.8055430Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.8055690Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.8055950Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-11-23T01:26:06.8062050Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:26:06.8062390Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:26:06.8062660Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:26:06.8062930Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:26:06.8063190Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:26:06.8063450Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:26:06.8063720Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:26:06.8063980Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8064220Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8064480Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8064720Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8065170Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8065440Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8065680Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8065930Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8066180Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8066420Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8066660Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8066900Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8067150Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8067400Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8067770Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8068010Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8068240Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8068480Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8068710Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8068930Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8069170Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8069400Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8069650Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8069910Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8070180Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8070440Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8070690Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8070950Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8071220Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8071490Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8071770Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8072050Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8072330Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8072600Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8072870Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8073190Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8073460Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8073870Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8074160Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8074430Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8074700Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8074990Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.8075270Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8075540Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.8075820Z test_batch_vs_slicing_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8076080Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8076510Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8076770Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8077040Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8077300Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8077560Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8077820Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8078080Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8078350Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8078600Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8078860Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8079120Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8079380Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8079640Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8079910Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8080180Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8080440Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8080690Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8080950Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8081200Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8081470Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8081740Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.8082040Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.8082430Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.8082720Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8082990Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8083240Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8083510Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8083800Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8084070Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8084330Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8084590Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8084930Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8085210Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8085480Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8085760Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8086040Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8086310Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8086580Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8086860Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8087130Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.8087400Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8087670Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8087930Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8088200Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8088470Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8088740Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8089000Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8089270Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8089540Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8089820Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.8090100Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.8090370Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8090760Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8091060Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8091330Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8091600Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8091900Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8092160Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8092430Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8092700Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8092980Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8093430Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8093710Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8093970Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8094240Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8094500Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8094780Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8095060Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8101210Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.8101500Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8101770Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8102030Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8102300Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8102560Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8102830Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8103100Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8103370Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8103640Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8103910Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8104180Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8104440Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8104710Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8104970Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8105460Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8105770Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-11-23T01:26:06.8106040Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:26:06.8106310Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-11-23T01:26:06.8106580Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-11-23T01:26:06.8106840Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:26:06.8107110Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:26:06.8107360Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T01:26:06.8107630Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:26:06.8108040Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-11-23T01:26:06.8108300Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-11-23T01:26:06.8108570Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:26:06.8108840Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-11-23T01:26:06.8109110Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-11-23T01:26:06.8109370Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:26:06.8109630Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:26:06.8109900Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T01:26:06.8110160Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-11-23T01:26:06.8110420Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-11-23T01:26:06.8110690Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-11-23T01:26:06.8110950Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:26:06.8111220Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-11-23T01:26:06.8111480Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-11-23T01:26:06.8111740Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:26:06.8112000Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T01:26:06.8112260Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-11-23T01:26:06.8112520Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:26:06.8112780Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-11-23T01:26:06.8113040Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8113290Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8113550Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8113930Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8114230Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8114480Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8114750Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8114990Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8115240Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8115490Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8115730Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8115970Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8116210Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8116600Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8116850Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8117090Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8117340Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8117590Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8117840Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8118080Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8118320Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8118550Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8118790Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8119030Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8119280Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8119530Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8119770Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8120020Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8120250Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8120500Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8120740Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8120980Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8121210Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8121450Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8121680Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8121930Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8122180Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8122440Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8122820Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8123090Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8123340Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8123580Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8123890Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8124140Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8124380Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8124630Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8124880Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8125200Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8125440Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8125690Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8125930Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8126170Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8126400Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8126630Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8126860Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8127110Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8127370Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8127630Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8127890Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8128140Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8128400Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8128660Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8128940Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8129210Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8129470Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8129720Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8129970Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8130220Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8130470Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8130710Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8130950Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8131190Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8131540Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8131790Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8132030Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8132260Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8132510Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8132770Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8141570Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8141850Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8142090Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8142580Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8142820Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8143060Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8143300Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8143530Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8143790Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8144030Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8144270Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8144520Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8144790Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8145050Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8145290Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8145540Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8145780Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8146020Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8146260Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8146490Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8146730Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8146970Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8147210Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8147460Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8147710Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8147970Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8148220Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8148470Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8148710Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8149140Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8149410Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8149650Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8149890Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8150130Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8150370Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8150610Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8150850Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8151090Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8151330Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8151710Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8151940Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8152180Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8152410Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8152650Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8152910Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8153160Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8153410Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8153650Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8153900Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8154150Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8154380Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8154620Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8154860Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8155090Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8155810Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8156210Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.8156480Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8156850Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8157100Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8157380Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8157620Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8157990Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8158350Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8158600Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8159150Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8159550Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8191140Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.8191430Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.8191680Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8191920Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8192160Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8192390Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8192620Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8192870Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8193510Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8193750Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8193990Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8194240Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.8194490Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8194730Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8194970Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8195210Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8195450Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8195680Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8195910Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8196140Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8196390Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8196650Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:26:06.8196920Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T01:26:06.8197170Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:26:06.8197430Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:26:06.8197700Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:26:06.8197950Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:26:06.8198200Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T01:26:06.8198460Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8198720Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8198980Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8199240Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8199500Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8199920Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8200200Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8200450Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8200700Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8200950Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8201210Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8201490Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8201740Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8202000Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8202350Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8202610Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8202860Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8203120Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8203370Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8203620Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8203880Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8204120Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8204380Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8204630Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8204880Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8205140Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8212600Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8212860Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8213110Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8213370Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8213620Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8213870Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8214120Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8214370Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8214670Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8214920Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8215180Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8215780Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8216090Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8216330Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8216580Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8216830Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8217090Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.8217350Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8217600Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8217850Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.8218420Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8218660Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.8218900Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8219150Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-11-23T01:26:06.8219410Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8219660Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8219900Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8220150Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8220400Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.8220630Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8220870Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8221120Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8221360Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8221600Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8221840Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.8222090Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8222330Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8222570Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8222800Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8223040Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8223290Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8223530Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8223780Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.8224020Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8224260Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8224600Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8224860Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8225090Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8225340Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8225600Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.8225860Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.8225980Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.8226100Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.8226220Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.8226410Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.8226520Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8226660Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8226790Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8226910Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.8227040Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8227160Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8227280Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8227420Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8227550Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8227670Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8227800Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8227920Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.8228040Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8228160Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8228290Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8228410Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8228540Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8228660Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.8228790Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8228910Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.8229030Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8229240Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8229390Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8229520Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8229640Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8229760Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8229890Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8230010Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.8230140Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8230330Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8230450Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8230570Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8230690Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8230810Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8230930Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.8231050Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8231160Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.8231280Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8231390Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8231500Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.8231610Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8231720Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.8231830Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8231950Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8232070Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8232180Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8232300Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8232410Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8232520Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8232630Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8232770Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8232910Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8233130Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8233270Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8233420Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8233550Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8233690Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8233820Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8233960Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8234090Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8234260Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8234390Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8234520Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8234650Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8234780Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8234910Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8235040Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8235170Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8235300Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8235430Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8235560Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8235690Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8235810Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8235940Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8236070Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8236200Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8236330Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8236450Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8236580Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8236700Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8236830Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8237020Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8237200Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8237310Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8237420Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8237530Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8237650Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8237760Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8237870Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-11-23T01:26:06.8237980Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8238190Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8238300Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8238410Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8238510Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8238630Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8238740Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8238850Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8238960Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8239070Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8239190Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8239300Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8239410Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8239520Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8239630Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8239740Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8239850Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8239960Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8240070Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8240180Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8240290Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.8240400Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8240500Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8240610Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8240720Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8240820Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8240930Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8241110Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8241230Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8241340Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8241450Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.8241560Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8241660Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8241770Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8241880Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8241980Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8242080Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8242250Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8242350Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8242470Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8242580Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8242690Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8242800Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8248680Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8248820Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8248940Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8249050Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8249160Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8249270Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8249380Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8249480Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8249590Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8249690Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8249800Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8249910Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8250010Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8250120Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8250220Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8250320Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8250420Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8250530Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8250630Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8250740Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8251030Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8251140Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8251250Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8251350Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8251460Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8251570Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8251670Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8251770Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8251880Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8251980Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8252160Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8252270Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8252370Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8252480Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8252580Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8252680Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8252790Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8252890Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8252990Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8253100Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8253210Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8253320Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8253430Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8253530Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8253640Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8253740Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8253840Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8253940Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8254050Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8254150Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8254260Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8254360Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8254470Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8254570Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8254690Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8254790Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8254890Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8255080Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8255190Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8255290Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8255400Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8255500Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8255600Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8255710Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8255830Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8255940Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8256040Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8256200Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8256310Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8256410Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8256510Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8256610Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8256710Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8256820Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8256920Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8257030Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8257140Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8257240Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8257350Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8257450Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8257550Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8257660Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8257760Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8257860Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8257970Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8258070Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8258180Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8258290Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8258390Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8258500Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8258600Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8258710Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8258810Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8259020Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8259130Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8259250Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8259350Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8259470Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8259580Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8259690Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8259800Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8259900Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8260010Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8260170Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8260280Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8260380Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8260490Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8260590Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8260700Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8260810Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8260920Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8261030Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8261130Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8261240Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8261340Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8261450Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8261560Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8261660Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8261770Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8261880Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8261980Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8262090Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8262200Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8262300Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8262400Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8262510Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8262610Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8262720Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8262820Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8263000Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8263110Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8263220Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8263330Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8263440Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8263540Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8263640Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8263740Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8263840Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8263950Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8264090Z test_contig_size1_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8264190Z test_contig_size1_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8264310Z test_contig_size1_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8264420Z test_contig_size1_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8264540Z test_contig_size1_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8264650Z test_contig_size1_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8264750Z test_contig_size1_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8264860Z test_contig_size1_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8264970Z test_contig_size1_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8265070Z test_contig_size1_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8265180Z test_contig_size1_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8265290Z test_contig_size1_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8265400Z test_contig_size1_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8265500Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8265610Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8265710Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8265810Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8265920Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8266030Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8266130Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8266230Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8266340Z test_contig_size1_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8266450Z test_contig_size1_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8266560Z test_contig_size1_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8266670Z test_contig_size1_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8266780Z test_contig_size1_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8266960Z test_contig_size1_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8267080Z test_contig_size1_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8267180Z test_contig_size1_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8267290Z test_contig_size1_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8267390Z test_contig_size1_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8267500Z test_contig_size1_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8267610Z test_contig_size1_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8267710Z test_contig_size1_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8267830Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8267930Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8268080Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8268190Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8268300Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8268410Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8268520Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8268620Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8268730Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8268830Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8268940Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8269050Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8269150Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8269260Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8269360Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8269470Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8269580Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8269690Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8269800Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8269900Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8270000Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8270110Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8270210Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8270320Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8270420Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8270520Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8270630Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8270730Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8270840Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8270980Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8271100Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8271210Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8271310Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8271420Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8271520Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8271620Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8271720Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8271830Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8271940Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8272080Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8272200Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8272320Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8272440Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8272560Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8272670Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8272780Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8272890Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8273010Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8273130Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8273230Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8273350Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8273460Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8273560Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8273670Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8273780Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8273890Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8273990Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8274100Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8274200Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8274300Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8274400Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8274510Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8274610Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8274720Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8274830Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8274990Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8279820Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8279950Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8280060Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8280160Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8280270Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8280370Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8280470Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8280570Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8280690Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8280900Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8281010Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8281120Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8281220Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8281330Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8281440Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8281540Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8281650Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8281750Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8281860Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8281970Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8282080Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8282190Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8282300Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8282400Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8282500Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8282610Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8282710Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8282820Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8282930Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8283040Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8283150Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8283260Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8283370Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8283480Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8283580Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8283770Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8283880Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8283980Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8284090Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8284190Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8284300Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8284400Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8284510Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8284610Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8284710Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8284840Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8284950Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8285050Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8285150Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8285260Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8285360Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8285460Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8285560Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8285670Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8285780Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8285880Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8285980Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8286080Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8286190Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8286300Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8286400Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8286510Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8286610Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8286720Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8286820Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8286920Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8287020Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8287130Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8287230Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8287330Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8287430Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8287530Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8287680Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8287790Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8287890Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8287990Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8288100Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8288200Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8288300Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8288410Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8288520Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8288620Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8288760Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8288860Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8288960Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8289060Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8289160Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8289270Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8289380Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8289490Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8289600Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8289710Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8289810Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8289920Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8290020Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8290120Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8290220Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8290320Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8290430Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8290550Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8290660Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8290770Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8290880Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8290980Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8291080Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8291190Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8291290Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8291390Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8291490Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8291640Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8291750Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8291860Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8291970Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8292070Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8292180Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8292290Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8292390Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8292490Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8292590Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8292720Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8292820Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8292930Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8293030Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8293140Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8293240Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8293350Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8293450Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8293550Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8293650Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8293750Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8293860Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8293960Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8294070Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8294170Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8294270Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8294380Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8294490Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8294590Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8294690Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8294790Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8294890Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8295000Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8295110Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8295210Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8295320Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8295470Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8295580Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8295690Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8295790Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8295890Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8295990Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8296100Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8296200Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8296300Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8296400Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8296540Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8296650Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8296750Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8296850Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8296950Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8297060Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8297160Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8297270Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8297380Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8297480Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8297590Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8297700Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8297800Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8297900Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8298000Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8298110Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8298210Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8298310Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8298410Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8298510Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8298630Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8298740Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8298860Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8298970Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8299090Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8299200Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8299310Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8299460Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8299570Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8299680Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8299780Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8299890Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8299990Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8300100Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8300200Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8300310Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8300420Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8300550Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8300660Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8300760Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8300860Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8300970Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8301070Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8301170Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8301280Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8301380Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8301490Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8301590Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8301700Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8301810Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8301920Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8302020Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8302120Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8302220Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8302330Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8302430Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8302530Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8302630Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8302740Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8302850Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8302960Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8303070Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8303170Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8303320Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8303430Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8303530Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8303640Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8303740Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8303850Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8303950Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8304060Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8304170Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8304270Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8304400Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8304510Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8304610Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8304720Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8304820Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8304930Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8305030Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8305140Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8305250Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8305360Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8310470Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8310650Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8310750Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8310860Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8310970Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8311070Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8311170Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8311280Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8311430Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8311560Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8311700Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8311840Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8311970Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8312100Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8312320Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8312450Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8312590Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8312720Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8312840Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8312970Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8313090Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8313200Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8313320Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8313460Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8313570Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8313680Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8313790Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8313900Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8314010Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8314120Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8314240Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8314350Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8314460Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8314570Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8314690Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8314800Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8314920Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8315030Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8315140Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8315260Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8315370Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8315480Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8315590Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8315710Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8315820Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8315940Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8316060Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8316260Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8316380Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8316490Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8316600Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8316710Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8316820Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8316930Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8317040Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8317150Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8317320Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8317450Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8317560Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8317670Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8317780Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8317890Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8318000Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8318110Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8318220Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8318340Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8318450Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8318560Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8318670Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8318790Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8318900Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8319010Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8319120Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8319230Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8319340Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8319450Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8319660Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8319780Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8319890Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8320000Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8320130Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8320310Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8320430Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8320550Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8320660Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8320760Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8320870Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8320980Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8321090Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8321200Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8321360Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8321480Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8321590Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8321700Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8321810Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8321920Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8322020Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8322140Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8322250Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8322360Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8322470Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8322590Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8322710Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8322820Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8322930Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8323040Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8323150Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8323260Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8323370Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8323480Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8323600Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8323720Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8323840Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8323960Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8324150Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8324270Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8324400Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8324510Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8324640Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8324750Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8324870Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8324980Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8325100Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8325250Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8325370Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8325490Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8325600Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8325720Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8325830Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8325950Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8326060Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8326180Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8326300Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8326410Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8326530Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8326640Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8326750Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8326860Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8326970Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8327070Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8327180Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8327290Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8327410Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8327520Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8327640Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8327750Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8327860Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8328010Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8328130Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8328240Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8328350Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8328450Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8328560Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8328670Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8328790Z test_contig_size1_large_dim_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8328900Z test_contig_size1_large_dim_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8329030Z test_contig_size1_large_dim_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8329170Z test_contig_size1_large_dim_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8329290Z test_contig_size1_large_dim_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8329410Z test_contig_size1_large_dim_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8329530Z test_contig_size1_large_dim_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8329650Z test_contig_size1_large_dim_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8329760Z test_contig_size1_large_dim_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8329870Z test_contig_size1_large_dim_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8329980Z test_contig_size1_large_dim_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8330100Z test_contig_size1_large_dim_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8330210Z test_contig_size1_large_dim_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8330320Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8330430Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8330540Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8330650Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8330760Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8330870Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8330980Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8331090Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8331210Z test_contig_size1_large_dim_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8331320Z test_contig_size1_large_dim_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8331440Z test_contig_size1_large_dim_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8331560Z test_contig_size1_large_dim_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8331680Z test_contig_size1_large_dim_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8331800Z test_contig_size1_large_dim_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8332130Z test_contig_size1_large_dim_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8332260Z test_contig_size1_large_dim_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8332380Z test_contig_size1_large_dim_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8332490Z test_contig_size1_large_dim_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8332600Z test_contig_size1_large_dim_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8332710Z test_contig_size1_large_dim_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8332820Z test_contig_size1_large_dim_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8332930Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8333040Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8333240Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8333360Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8333480Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8333600Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8333710Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8333820Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8333930Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8334040Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8334150Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8334260Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8334370Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8334480Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8334590Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8334710Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8334820Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8334940Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8335050Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8335170Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8335280Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8335400Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8335510Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8335610Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8335730Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8335840Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8335980Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8336100Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8336220Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8336330Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8336450Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8336560Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8336670Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8336780Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8336890Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8337030Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8337140Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8337250Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8337360Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8337490Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8337610Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8337740Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8337870Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8338000Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8338120Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8338240Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8338360Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8338480Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8338600Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8343560Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8343710Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8343850Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8343960Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8344070Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8344190Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8344310Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8344420Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8344530Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8344640Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8344870Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8344990Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8345100Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8345210Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8345320Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8345430Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8345550Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8345660Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8345780Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8345940Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8346050Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8346160Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8346260Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8346370Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8346480Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8346600Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8346720Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8346840Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8346960Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8347070Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8347190Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8347300Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8347410Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8347520Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8347630Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8347750Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8347860Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8347980Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8348090Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8348210Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8348320Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8348430Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8348540Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8348650Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8348830Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8348950Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8349070Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8349200Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8349310Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8349430Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8349540Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8349650Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8349770Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8349910Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8350020Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8350130Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8350240Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8350350Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8350460Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8350580Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8350690Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8350800Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8350910Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8351020Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8351130Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8351230Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8351350Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8351460Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8351570Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8351680Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8351790Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8351900Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8352010Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8352110Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8352230Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8352340Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8352450Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8352670Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8352790Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8352910Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8353020Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8353130Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8353240Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8353350Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8353460Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8353570Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8353770Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8353880Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8353990Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8354100Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8354210Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8354320Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8354430Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8354540Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8354650Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8354770Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8354880Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8355000Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8355110Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8355220Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8355320Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8355430Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8355540Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8355650Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8355760Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8355880Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8355990Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8356100Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8356210Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8356320Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8356430Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8356590Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8356710Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8356820Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8356930Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8357040Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8357160Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8357270Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8357390Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8357500Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8357650Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8357760Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8357870Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8357980Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8358090Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8358190Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8358300Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8358410Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8358520Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8358640Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8358760Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8358870Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8358990Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8359110Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8359220Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8359330Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8359440Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8359550Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8359660Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8359770Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8359880Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8359990Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8360100Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8360220Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8360320Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8360480Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8360600Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8360710Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8360830Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8360940Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8361050Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8361150Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8361270Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8361380Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8361580Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8361690Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8361800Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8361920Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8362030Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8362150Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8362260Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8362380Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8362490Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8362600Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8362710Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8362820Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8362930Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8363040Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8363150Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8363260Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8363370Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8363480Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8363590Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8363700Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8363810Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8363920Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8364020Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8364140Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8364290Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8364410Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8364530Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8364640Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8364750Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8364870Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8364980Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8365090Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8365190Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8365300Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8365440Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8365550Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8365660Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8365770Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8365900Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8366010Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8366130Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8366250Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8366370Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8366500Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8366620Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8366730Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8366840Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8366960Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8367070Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8367180Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8367290Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8367400Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8367520Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8367630Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8367750Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8367870Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8367980Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8368090Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8368300Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8368420Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8368530Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8368640Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8368750Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8368850Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8368970Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8369080Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8369200Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8369440Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8369560Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8369670Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8369780Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8369890Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8370000Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8370110Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8370220Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8370330Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8370450Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8370570Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8370680Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8370800Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8370920Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8371040Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8371160Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8377080Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8377300Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8377410Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8377530Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8377640Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8377760Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8377870Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8377990Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8378270Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8378390Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8378510Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8378620Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8378730Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8378840Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8378960Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8379080Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8379190Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8379360Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8379470Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8379580Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8379700Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8379810Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8379920Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8380030Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8380140Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8380250Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8380400Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8380540Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8380690Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8380830Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8380970Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8381120Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8381250Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8381390Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8381530Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8381660Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8381800Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8381940Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8382090Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8382200Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8382320Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8382440Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8382550Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8382660Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8382770Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8382880Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8382990Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8383170Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8383280Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8383400Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8383520Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8383630Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8383740Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8383850Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8383960Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8384070Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8384180Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8384290Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8384400Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8384510Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8384630Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8384740Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8384850Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8384960Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8385060Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8385170Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8385280Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8385390Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8385500Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8385620Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8385730Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8385850Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8385990Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8386100Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8386210Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8386320Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8386430Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8386540Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8386650Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8386760Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8386880Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8387010Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8387130Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8387240Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8387350Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8387460Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8387570Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8387670Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8387780Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8387910Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8388030Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8388160Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8388280Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8388400Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8388520Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8388640Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8388750Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8388870Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8388990Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8389110Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8389220Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8389340Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8389450Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8389560Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8389680Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8389890Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8390000Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8390120Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8390230Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8390330Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8390440Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8390550Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8390670Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8390790Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8390960Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8391070Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8391180Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8391290Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8391400Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8391510Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8391620Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8391730Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8391850Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8391990Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8392120Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8392240Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8392370Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8392500Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8392620Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8392750Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8392870Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8393000Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8393140Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8393260Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8393390Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8393510Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8393630Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8393800Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8393930Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8394060Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8394190Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8394320Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8394440Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8394560Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8394680Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8394840Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8394970Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8395090Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8395200Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8395320Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8395440Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8395560Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8395670Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8395790Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8395910Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8396020Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8396130Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8396250Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8396360Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8396480Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8396590Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8396700Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8396810Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8396920Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8397030Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8397140Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8397250Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8397360Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8397470Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8397660Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8397790Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8397920Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8398040Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8398170Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8398290Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8398430Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8398560Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8398730Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8398870Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8399000Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8399130Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8399260Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8399390Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8399520Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8399650Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8399780Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8399900Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8400030Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8400160Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8400290Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8400430Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8400560Z test_contig_size1_large_dim_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8400680Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8400810Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8400940Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8401060Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8401180Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8401310Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8401460Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8401590Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8401710Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8401840Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8401960Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8402090Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8402210Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8402330Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8402460Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8402630Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8402760Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8402890Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8403010Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8403140Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8403260Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8403380Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8403510Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8403640Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8403760Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8403880Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8404010Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8404140Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8404280Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8404400Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8404530Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8404650Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8404780Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8404910Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8405050Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8405180Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8405370Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8405510Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8405640Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8405770Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8405900Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8406030Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8406160Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8406280Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8406520Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8411880Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8412020Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8412150Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8412280Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8412410Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8412550Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8412690Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8412820Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8412950Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8413080Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8413210Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8413340Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8413470Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8413600Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8413730Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8413860Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8413990Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8414110Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8414240Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8414360Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8414590Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8414720Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8414860Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8414990Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8415120Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8415240Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8415370Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8415500Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8415660Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8415790Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8415910Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8416040Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8416160Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8416290Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8416420Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8416540Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8416670Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8416790Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8416910Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8417040Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8417170Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8417290Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8417420Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8417560Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8417680Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8417800Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8417920Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8418050Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8418170Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8418300Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8418470Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8418600Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8418730Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8418860Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8418980Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8419100Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8419230Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8419350Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8419520Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8419680Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8419810Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8419940Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8420070Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8420190Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8420310Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8420440Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8420560Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8420680Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8420800Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8420930Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8421050Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8421160Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8421280Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8421400Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8421520Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8421640Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8421750Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8421870Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8421980Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8422100Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8422280Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8422410Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8422530Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8422640Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8422750Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8422860Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8422970Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8423090Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8423200Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8423340Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8423450Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8423570Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8423690Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8423800Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8423910Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8424020Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8424130Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8424250Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8424360Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8424470Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8424580Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8424690Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8424820Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8424930Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8425060Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8425180Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8425310Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8425430Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8425550Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8425670Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8425780Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8425900Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8426020Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8426220Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8426340Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8426460Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8426570Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8426680Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8426790Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8426900Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8427010Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8427120Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8427250Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8427470Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8427600Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8427730Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8427850Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8427970Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8428100Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8428230Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8428360Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8428480Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8428590Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8428710Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8428830Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8428940Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8429060Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8429170Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8429280Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8429390Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8429500Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8429610Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8429730Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8429840Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8429960Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8430070Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8430230Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8430350Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8430460Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8430570Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8430680Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8430790Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8430900Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8431010Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8431120Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8431300Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8431420Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8431540Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8431660Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8431770Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8431880Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8431990Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8432100Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8432210Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8432320Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8432430Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8432540Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8432660Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8432770Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8432900Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8433020Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8433130Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8433250Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8433370Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8433480Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8433590Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8433700Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8433810Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8433920Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8434110Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8434230Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8434340Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8434450Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8434560Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8434670Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8434780Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8434890Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8435000Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8435120Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8435340Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8435460Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8435580Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8435690Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8435800Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8435920Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8436020Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8436140Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8436250Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8436360Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8436470Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8436580Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8436690Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8436800Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8436920Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8437020Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8437140Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8437250Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8437370Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8437480Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8437590Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8437700Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8437820Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8437930Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8438120Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8438240Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8438350Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8438460Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8438570Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8438680Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8438790Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8438910Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8439020Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8439170Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8439290Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8439400Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8439510Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8439620Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8439720Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8439830Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8439940Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8440050Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8440180Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8440300Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8440430Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8440550Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8440670Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8446060Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8446240Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8446370Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8446500Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8446630Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8446750Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8446870Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8447000Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8447120Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8447490Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8447640Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8447760Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8447890Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8448010Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8448130Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8448260Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8448380Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8448500Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8448750Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8448870Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8448990Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8449120Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8449240Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8449360Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8449480Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8449600Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8449720Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8449840Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8449960Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8450090Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8450210Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8450330Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8450450Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8450570Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8450690Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8450810Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8450930Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8451060Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8451180Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8451300Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8451510Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8451630Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8451750Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8451880Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8452000Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8452120Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8452240Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8452360Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8452490Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8452680Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8452800Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8452920Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8453040Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8453160Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8453280Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8453400Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8453520Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8453640Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8453750Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8453870Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8453980Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8454100Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8454220Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8454340Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8454460Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8454570Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8454690Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8454810Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8454920Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8455040Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8455160Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8455270Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8455440Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8455560Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8455680Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8455790Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8455910Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8456030Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8456160Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8456280Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8456410Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8456590Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8456720Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8456840Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8456960Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8457090Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8457230Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8457360Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8457490Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8457630Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8457760Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8457900Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8458030Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8458150Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8458280Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8458410Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8458540Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8458670Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8458800Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8458920Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8459050Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8459170Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8459380Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8459520Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8459640Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8459770Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8459890Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8460020Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8460140Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8460270Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8460430Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8460560Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8460690Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8460810Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8460940Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8461070Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8461190Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8461320Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8461440Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8461570Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8461690Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8461810Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8461920Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8462040Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8462160Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8462280Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8462400Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8462530Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8462650Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8462770Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8462880Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8463000Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8463120Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8463310Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8463460Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8463610Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8463760Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8463910Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8464050Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8464190Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8464420Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8464570Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8464710Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8464850Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8464990Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8465130Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8465270Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8465400Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8465540Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8465670Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8465810Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8465940Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8466070Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8466210Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8466350Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8466480Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8466610Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8466740Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8466880Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8467010Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8467200Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8467340Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8467480Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8467610Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8467740Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8467870Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8467990Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8468110Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8468300Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8468420Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8468540Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8468660Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8468770Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8468880Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8468990Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8469100Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8469220Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8469330Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8469440Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8469560Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8469680Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8469790Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8469910Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8470030Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8470140Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8470260Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8470370Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8470480Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8470590Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8470700Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8470810Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8470920Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8471070Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8471190Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8471300Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8471410Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8471530Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8471640Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8471740Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8471850Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8471960Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8472080Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8472220Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8472340Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8472450Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8472560Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8472670Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8472790Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8472900Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8473020Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8473120Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8473230Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8473350Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8473460Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8473570Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8473680Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8473790Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8473900Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8474010Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8474120Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8474230Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8474340Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8474450Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8474560Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8474670Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8474780Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8474880Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8475030Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8475130Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8475250Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8475360Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8475470Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8475580Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8475690Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8475790Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8475900Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8481690Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8481860Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8481970Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8482070Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8482180Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8482290Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8482400Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8482500Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8482600Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8482710Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8482810Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8482910Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8483010Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8483120Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8483220Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8483330Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8483440Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8483550Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8483650Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8483750Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8483860Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8483960Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8484060Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8484160Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8484270Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8484370Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8484480Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8484770Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8484880Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8484980Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8485090Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8485190Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8485290Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8485390Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8485500Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8485610Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8485720Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8485950Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8486060Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8486180Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8486290Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8486400Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8486510Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8486620Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8486730Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8486840Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8486940Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8487050Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8487160Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8487260Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8487370Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8487470Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8487580Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8487680Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8487780Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8487890Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8488000Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8488100Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8488210Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8488320Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8488420Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8488530Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8488640Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8488800Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8488950Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8489060Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8489160Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8489260Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8489370Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8489500Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8489620Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8489740Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8489860Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8490030Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8490140Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8490260Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8490380Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8490500Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8490620Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8490740Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8490860Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8490970Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8491090Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8491200Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8491320Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8491440Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8491560Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8491680Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8491800Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8491910Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8492030Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8492150Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8492260Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8492380Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8492480Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8492600Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8492790Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8492930Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8493040Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8493150Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8493260Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8493370Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8493480Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8493590Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8493700Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8493800Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8494010Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8494120Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8494230Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8494330Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8494440Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8494540Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8494640Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8494750Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8494850Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8494970Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8495090Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8495210Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8495320Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8495440Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8495560Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8495690Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8495820Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8495950Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8496080Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8496210Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8496330Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8496460Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8496580Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8496700Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8496880Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8497010Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8497130Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8497240Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8497370Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8497490Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8497620Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8497730Z test_contig_size1_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8497850Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8498010Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8498130Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8498250Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8498370Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8498490Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8498600Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8498720Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8498840Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8498960Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8499070Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8499190Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8499300Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8499420Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8499530Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8499650Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8499770Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8499880Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8500000Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8500110Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8500220Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8500340Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8500460Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8500580Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8500700Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8500930Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8501060Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8501190Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8501320Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8501440Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8501550Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8501670Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8501790Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8502010Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8502130Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8502260Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8502390Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8502510Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8502630Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8502760Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8502880Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8503000Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8503120Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8503240Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8503360Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8503470Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8503590Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8503710Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8503830Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8503960Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8504090Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8504220Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8504340Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8504460Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8504590Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8504710Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8504920Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8505050Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8505170Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8505290Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8505410Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8505530Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8505660Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8505770Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8505890Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8506060Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8506170Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8506300Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8506420Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8506540Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8506660Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8506780Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8506900Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8507020Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8507140Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8507260Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8507380Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8507500Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8507620Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8507740Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8507860Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8507970Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8508090Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8508210Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8508320Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8508440Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8508560Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8508680Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8508880Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8509000Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8509120Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8509230Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8509350Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8509470Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8509590Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8509700Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8509880Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8510000Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8510120Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8510240Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8515670Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8515800Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8515920Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8516050Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8516180Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8516300Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8516420Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8516530Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8516650Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8516760Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8516880Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8517000Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8517110Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8517230Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8517340Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8517450Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8517560Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8517670Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8517780Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8517890Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8518110Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8518220Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8518330Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8518440Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8518550Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8518660Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8518770Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8518890Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8519000Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8519110Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8519270Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8519380Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8519490Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8519640Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8519740Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8519850Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8519960Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8520070Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8520170Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8520290Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8520390Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8520500Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8520600Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8520710Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8520810Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8520920Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8521020Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8521130Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8521240Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8521370Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8521490Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8521600Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8521710Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8521820Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8521930Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8522040Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8522260Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8522380Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8522500Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8522610Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8522710Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8522820Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8522920Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8523030Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8523140Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8523240Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8523400Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8523520Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8523640Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8523750Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8523870Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8523980Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8524100Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8524220Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8524340Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8524460Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8524570Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8524680Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8524790Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8524900Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8525020Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8525120Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8525230Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8525330Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8525430Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8525540Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8525640Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8525740Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8525850Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8525960Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8526070Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8526270Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8526390Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8526490Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8526600Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8526700Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8526800Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8526900Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8527000Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8527100Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8527210Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8527320Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8527500Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8527610Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8527720Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8527820Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8527930Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8528030Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8528130Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8528230Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8528340Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8528440Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8528550Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8528660Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8528770Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8528880Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8528990Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8529090Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8529200Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8529300Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8529410Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8529510Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8529620Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8529720Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8529820Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8529930Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8530030Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8530140Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8530300Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8530420Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8530520Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8530630Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8530730Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8530840Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8530950Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8531050Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8531160Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8531260Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8531430Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8531530Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8531630Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8531740Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8531840Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8531940Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8532050Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8532160Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8532260Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8532370Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8532470Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8532570Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8532670Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8532770Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8532880Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8532980Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8533080Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8533180Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8533290Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8533400Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8533510Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8533610Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8533720Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8533820Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8533920Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8534030Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8534130Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8534270Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8534420Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8534530Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8534640Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8534740Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8534850Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8534950Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8535050Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8535150Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8535250Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8535380Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8535490Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8535610Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8535730Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8535840Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8535950Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8536060Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8536170Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8536280Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8536390Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8536510Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8536630Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8536740Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8536850Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8536960Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8537070Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8537180Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8537290Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8537400Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8537510Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8537620Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8537730Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8537830Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8537940Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8538110Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8538250Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8538370Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8538480Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8538590Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8538690Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8538800Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8538910Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8539010Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8539220Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8539340Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8539450Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8539560Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8539670Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8539770Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8539880Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8539990Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8540100Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8540210Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8540330Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8540440Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8540550Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8540660Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8540770Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8540880Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8540990Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8541110Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8541220Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8541330Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8541440Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8541550Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8541660Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8541770Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8541880Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8542070Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8542180Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8542290Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8542400Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8547680Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8547830Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8547940Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8548050Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8548150Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8548260Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8548470Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8548580Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8548680Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8548790Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8548890Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8549000Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8549110Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8549220Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8549330Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8549440Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8549540Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8549650Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8549760Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8549860Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8549960Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8550080Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8550200Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8550320Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8550430Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8550540Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8550650Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8550760Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8550870Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8551000Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8551200Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8551340Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8551460Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8551590Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8551710Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8551830Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8551950Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8552070Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8552200Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8552360Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8552480Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8552600Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8552720Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8552840Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8552960Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8553070Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8553200Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8553320Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8553440Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8553560Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8553680Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8553800Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8553910Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8554030Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8554160Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8554280Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8554400Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8554510Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8554630Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8554750Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8554870Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8555060Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8555180Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8555290Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8555400Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8555510Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8555630Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8555730Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8555840Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8555950Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8556060Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8556230Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8556340Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8556450Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8556560Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8556670Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8556780Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8556890Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8557030Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8557170Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8557310Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8557440Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8557580Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8557710Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8557840Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8557980Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8558110Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8558240Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8558370Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8558500Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8558640Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8558760Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8558890Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8559100Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8559230Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8559350Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8559480Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8559610Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8559740Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8559860Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8559980Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8560160Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8560280Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8560400Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8560530Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8560660Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8560780Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8560910Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8561030Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8561160Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8561280Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8561390Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8561490Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8561600Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8561710Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8561820Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8561930Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8562030Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8562140Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8562240Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8562340Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8562440Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8562560Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8562660Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8562780Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8562970Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8563090Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8563200Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8563300Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8563410Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8563520Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8563620Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8563720Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8563830Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8563930Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8564100Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8564210Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8564320Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8564420Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8564520Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8564630Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8564730Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8564830Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8564930Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8565030Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8565140Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8565250Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8565350Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8565460Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8565570Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8565670Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8565770Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8565880Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8565980Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8566080Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8566180Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8566290Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8566400Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8566500Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8566610Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8566710Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8566820Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8566990Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8567100Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8567220Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8567330Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8567450Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8567560Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8567670Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8567780Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8567890Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8568010Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8568180Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8568290Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8568400Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8568510Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8568620Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8568730Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8568850Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8568970Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8569080Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8569190Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8569300Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8569410Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8569520Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8569630Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8569740Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8569850Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8569960Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8570080Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8570200Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8570310Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8570430Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8570540Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8570650Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8570760Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8570890Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8571000Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8571120Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8571230Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8571350Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8571460Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8571570Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8571680Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8571790Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8571910Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8572060Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8572170Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8572280Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8572390Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8572500Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8572610Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8572730Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8572850Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8572960Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8573070Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8573180Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8573290Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8573390Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8573500Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8573610Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8573720Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8573830Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8573950Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8574070Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8574180Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8574290Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8574400Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8574510Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8574610Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8574770Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8574880Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8574990Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8575100Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8575220Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8575330Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8575440Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8575580Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8580490Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8580640Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8580890Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8581000Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8581110Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8581230Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8581340Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8581450Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8581570Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8581680Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8581790Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8581910Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8582010Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8582120Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8582230Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8582340Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8582460Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8582570Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8582700Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8582820Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8582940Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8583060Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8583170Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8583290Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8583400Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8583510Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8583670Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8583790Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8583900Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8584010Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8584130Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8584250Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8584360Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8584470Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8584590Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8584730Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8584840Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8584960Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8585080Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8585190Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8585300Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8585410Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8585520Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8585630Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8585740Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8585850Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8585960Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8586060Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8586180Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8586290Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8586410Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8586530Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8586640Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8586750Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8586860Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8586970Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8587070Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8587180Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8587290Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8587440Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8587570Z test_contig_vs_every_other_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8587680Z test_contig_vs_every_other_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8587800Z test_contig_vs_every_other_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8587920Z test_contig_vs_every_other_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8588040Z test_contig_vs_every_other_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8588160Z test_contig_vs_every_other_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8588270Z test_contig_vs_every_other_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8588380Z test_contig_vs_every_other_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8588500Z test_contig_vs_every_other_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8588640Z test_contig_vs_every_other_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8588750Z test_contig_vs_every_other_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8588870Z test_contig_vs_every_other_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8588970Z test_contig_vs_every_other_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8589090Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8589200Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8589300Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8589410Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8589530Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8589630Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8589740Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8589850Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8589960Z test_contig_vs_every_other_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8590080Z test_contig_vs_every_other_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8590200Z test_contig_vs_every_other_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8590320Z test_contig_vs_every_other_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8590440Z test_contig_vs_every_other_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8590550Z test_contig_vs_every_other_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8590660Z test_contig_vs_every_other_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8590770Z test_contig_vs_every_other_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8590890Z test_contig_vs_every_other_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8591000Z test_contig_vs_every_other_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8591110Z test_contig_vs_every_other_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8591230Z test_contig_vs_every_other_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8591390Z test_contig_vs_every_other_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8591510Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8591620Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8591740Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8591860Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8591970Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8592080Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8592190Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8592300Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8592440Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8592550Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8592660Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8592770Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8592880Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8593000Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8593110Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8593220Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8593340Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8593460Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8593570Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8593680Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8593790Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8593900Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8594010Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8594110Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8594230Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8594340Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8594450Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8594560Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8594670Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8594790Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8594900Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8595010Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8595110Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8595310Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8595430Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8595540Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8595650Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8595760Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8595860Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8595990Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8596110Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8596240Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8596440Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8596570Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8596690Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8596810Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8596940Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8597060Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8597180Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8597300Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8597420Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8597540Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8597650Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8597760Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8597880Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8597990Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8598110Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8598220Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8598330Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8598440Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8598550Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8598660Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8598760Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8598880Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8598990Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8599100Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8599250Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8599370Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8599480Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8599590Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8599690Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8599800Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8599910Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8600010Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8600130Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8600270Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8600390Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8600510Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8600620Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8600730Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8600850Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8600950Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8601070Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8601180Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8601300Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8601410Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8601520Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8601630Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8601750Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8601860Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8601960Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8602070Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8602180Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8602300Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8602410Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8602530Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8602650Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8602760Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8602880Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8603020Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8603130Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8603240Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8603350Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8603460Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8603570Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8603680Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8603780Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8603890Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8604000Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8604150Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8604260Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8604370Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8604470Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8604580Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8604690Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8604800Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8604910Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8605030Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8605140Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8605250Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8605360Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8605460Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8605580Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8605680Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8605800Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8605910Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8606030Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8606140Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8606250Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8606360Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8606460Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8606570Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8606680Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8607030Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8607200Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8607320Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8607430Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8607540Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8607650Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8607760Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8607860Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8607970Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8608080Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8612890Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8613020Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8613140Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8613250Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8613370Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8613480Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8613590Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8613700Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8613810Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8613920Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8614020Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8614140Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8614250Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8614360Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8614470Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8614580Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8614690Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8614800Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8614910Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8615020Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8615130Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8615240Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8615360Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8615470Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8615580Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8615780Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8615890Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8616000Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8616110Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8616220Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8616330Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8616440Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8616550Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8616660Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8616840Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8616970Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8617090Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8617200Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8617320Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8617430Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8617530Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8617640Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8617750Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8617860Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8617970Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8618080Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8618200Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8618310Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8618420Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8618530Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8618640Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8618750Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8618860Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8618970Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8619080Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8619190Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8619300Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8619410Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8619570Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.8619700Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.8619830Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.8619960Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.8620070Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8620180Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8620300Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8620420Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8620530Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8620670Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8620780Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8620890Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8621000Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8621110Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8621210Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8621320Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8621430Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8621540Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8621650Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8621760Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8621870Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8621980Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8622080Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8622190Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8622300Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8622420Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8622530Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8622650Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8622760Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8622870Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8622980Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8623090Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8623210Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8623320Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8623450Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8623570Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8623690Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8623800Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8623910Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8624020Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8624140Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8624250Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8624370Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8624500Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8624650Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8624770Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8624880Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8625000Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8625110Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8625230Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8625340Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8625450Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8625570Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8625670Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8625780Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8625900Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8626010Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8626130Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8626240Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8626350Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8626470Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8626580Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8626690Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8626800Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8626910Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8627020Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8627130Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8627240Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8627390Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8627500Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8627620Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8627730Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8627830Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8627950Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8628060Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8628160Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8628270Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8628400Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8628530Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8628640Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8628750Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8628870Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8628980Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8629090Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8629200Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8629320Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8629430Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8629540Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8629660Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8629770Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8629880Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8630000Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8630110Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8630220Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8630330Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8630440Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8630550Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8630660Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8630770Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8630890Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8631010Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8631160Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8631280Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8631390Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8631500Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8631610Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8631720Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8631830Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8631940Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8632050Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8632250Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8632400Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8632540Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8632690Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8632830Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8632970Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8633100Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8633240Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8633380Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8633520Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8633650Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8633790Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8633920Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8634040Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8634160Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8634280Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8634390Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8634500Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8634610Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8634720Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8634830Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8634940Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8635080Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8635190Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8635310Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8635430Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8635540Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8635650Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8635760Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8635870Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8635980Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8636120Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8636230Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8636350Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8636460Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8636570Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8636690Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8636800Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8636900Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8637010Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8637130Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8637230Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8637350Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8637460Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8637570Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8637690Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8637800Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8637910Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8638020Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8638130Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8638230Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8638340Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8638450Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8638560Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8638670Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8638780Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8638950Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8639070Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8639180Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8639290Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8639400Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8639510Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8639620Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8639720Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8639850Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8639990Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8640120Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8640240Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8640360Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8645330Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8645520Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8645640Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8645770Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8645890Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8646000Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8646120Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8646230Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8646340Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8646460Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8646570Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8646680Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8646790Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8646900Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8647010Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8647120Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8647230Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8647340Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8647460Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8647570Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8647800Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8647920Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8648030Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8648140Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8648250Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8648360Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8648460Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8648570Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8648680Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8648870Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8649000Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8649130Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8649260Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8649380Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8649500Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8649630Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8649760Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8649890Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8650010Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8650140Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8650260Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8650380Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8650510Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8650630Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8650760Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8650880Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8651010Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8651130Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8651250Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8651370Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8651490Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8651710Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8651830Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8651960Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8652070Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8652190Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8652310Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8652430Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8652540Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8652660Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8652820Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8652940Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8653050Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8653160Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8653280Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8653390Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8653500Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8653620Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8653730Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8653840Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8653950Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8654060Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8654170Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8654280Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8654390Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8654520Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8654640Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8654770Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8654890Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8655020Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8655140Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8655280Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8655410Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8655570Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8655710Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8655840Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8655970Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8656110Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8656240Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8656370Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8656500Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8656660Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8656790Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8656920Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8657050Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8657180Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8657310Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8657440Z test_contig_vs_every_other_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8657560Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8657690Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8657820Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8657940Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8658060Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8658190Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8658310Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8658430Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8658550Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8658680Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8658810Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8658940Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8659060Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8659180Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8659310Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8659460Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8659590Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8659720Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8659840Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8659960Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8660080Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8660240Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.8660380Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.8660550Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.8660680Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8660800Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8660920Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8661060Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8661190Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8661320Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8661440Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8661570Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8661700Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8661830Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8661960Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8662090Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8662220Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8662350Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8662480Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8662610Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8662740Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8662860Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8662990Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8663110Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8663260Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8663380Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8663510Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8663640Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8663760Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8663890Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8664030Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8664160Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8664290Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8664440Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8664570Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8664700Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8664820Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8664950Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8665070Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8665200Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8665330Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8665460Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8665590Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8665720Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8665840Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8665970Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8666100Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8666230Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8666360Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8666490Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8666610Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8666740Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8666860Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8666990Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8667150Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8667280Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8667410Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8667540Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8667660Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8667790Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8667910Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8668040Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8668220Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8668350Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8668470Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8668600Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8668730Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8668850Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8668980Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8669100Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8669220Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8669340Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8669470Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8669590Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8669720Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8669840Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8669970Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8670100Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8670230Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8670350Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8670470Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8670590Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8670710Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8670870Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8671000Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8671130Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8671250Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8671380Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8671500Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8671620Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8671750Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8671870Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8672020Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8672140Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8672260Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8672380Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8672500Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8672620Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8672730Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8672850Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8672970Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8673080Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8673190Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8673300Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8673420Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8673530Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8673650Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8673770Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8673880Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8674000Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8674110Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8674220Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8674330Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8674440Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8674550Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8674660Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8674800Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8674910Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8679390Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8679530Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8679640Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8679750Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8679860Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8679970Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8680090Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8680320Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8680430Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8680550Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8680670Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8680790Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8680920Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8681040Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8681160Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8681280Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8681390Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8681510Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8681620Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8681740Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8681860Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8681970Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8682080Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8682190Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8682310Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8682420Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8682520Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8682640Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8682750Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8682880Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8683000Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8683170Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8683300Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8683420Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8683540Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8683670Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8683790Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8683920Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8684030Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8684190Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8684300Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8684420Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8684530Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8684640Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8684750Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8684860Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8684970Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8685080Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8685190Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8685300Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8685410Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8685530Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8685640Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8685750Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8685860Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8685970Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8686080Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8686190Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8686300Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8686410Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8686520Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8686620Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8686740Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8686850Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8687050Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8687170Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8687280Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8687390Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8687510Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8687620Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8687720Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8687830Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8687940Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8688140Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8688260Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8688370Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8688490Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8688610Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8688730Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8688840Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8688950Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8689060Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8689170Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8689280Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8689390Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8689500Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8689610Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8689720Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8689830Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8689940Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8690050Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8690160Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8690270Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8690380Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8690480Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8690600Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8690710Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8690830Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8691010Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8691120Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8691230Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8691340Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8691450Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8691560Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8691660Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8691770Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8691880Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8692060Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8692170Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8692290Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8692400Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8692500Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8692610Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8692720Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8692830Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8692940Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8693050Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8693160Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8693270Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8693390Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8693500Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8693600Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8693710Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8693820Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8693930Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8694040Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8694150Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8694260Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8694370Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8694480Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8694600Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8694710Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8694880Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8695000Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8695100Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8695210Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8695320Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8695420Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8695550Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8695670Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8695800Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8695980Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8696100Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8696210Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8696330Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8696450Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8696570Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8696700Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8696820Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8696950Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8697070Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8697190Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8697310Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8697430Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8697550Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8697670Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8697800Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8697920Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8698040Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8698160Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8698280Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8698400Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8698520Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8698700Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8698830Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8698950Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8699060Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8699180Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8699300Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8699420Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8699540Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8699660Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8699840Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8699960Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8700080Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8700190Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8700310Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8700430Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8700550Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8700670Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8700800Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8700920Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8701040Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8701160Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8701280Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8701400Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8701510Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8701630Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8701760Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8701880Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8702000Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8702110Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8702230Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8702350Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8702470Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8702630Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8702750Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8702870Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8702990Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8703100Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8703220Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8703330Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8703450Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8703560Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8703780Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8703900Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8704010Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8704130Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8704240Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8704350Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8704470Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8704580Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8704690Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8704810Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8704920Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8705040Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8705150Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8705260Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8705380Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8705490Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8705610Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8705740Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8705860Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8705980Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8706100Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8706220Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8706340Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8706530Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8706660Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8706800Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8707000Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8707130Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8707260Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8707380Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8707510Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8707710Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8707840Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8712720Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8712880Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8713000Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8713130Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8713260Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8713390Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8713520Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8713640Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8713770Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8713900Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8714030Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8714150Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8714270Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8714400Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8714520Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8714650Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8714780Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8714910Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8715030Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8715280Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8715400Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8715530Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8715650Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8715770Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8715890Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8716020Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8716140Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8716270Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8716430Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8716550Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8716670Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8716790Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8716910Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8717030Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8717150Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8717280Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8717400Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8717510Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8717630Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8717750Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8717900Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8718050Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8718200Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8718350Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8718490Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8718630Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8718770Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8718910Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8719050Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8719230Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8719370Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8719510Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8719650Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8719790Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8719920Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8720060Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8720190Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8720350Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8720490Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8720620Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8720760Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8720890Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8721030Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8721160Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8721290Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8721420Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8721560Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8721690Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8721830Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8721960Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8722090Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8722220Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8722350Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8722470Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8722580Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8722700Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8722820Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8722930Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8723100Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8723220Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8723340Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8723440Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8723550Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8723660Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8723780Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8723900Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8724020Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8724190Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8724310Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8724420Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8724530Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8724650Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8724760Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8724870Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8724980Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8725090Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8725190Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8725310Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8725420Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8725540Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8725650Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8725760Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8725870Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8725990Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8726100Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8726210Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8726320Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8726430Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8726540Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8726660Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8726770Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8726880Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8727030Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8727140Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8727260Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8727370Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8727470Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8727580Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8727700Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8727810Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8727920Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8728070Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8728180Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8728290Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8728400Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8728510Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8728620Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8728740Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8728850Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8728960Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8729070Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8729180Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8729290Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8729410Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8729520Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8729630Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8729740Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8729850Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8729960Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8730070Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8730180Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8730300Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8730410Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8730520Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8730630Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8730740Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8730920Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8731040Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8731150Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8731260Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8731370Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8731490Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8731610Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8731720Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8731830Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8732000Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8732110Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8732220Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8732330Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8732440Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8732550Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8732660Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8732790Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8732910Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8733020Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8733130Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8733240Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8733350Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8733460Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8733570Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8733690Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8733800Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8733920Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8734030Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8734150Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.8734260Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8734370Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8734480Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8734590Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8734700Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8734870Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8734980Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8735100Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8735210Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8735320Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8735440Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.8735550Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8735670Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8735780Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8735940Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8736050Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8736160Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8736270Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8736380Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8736490Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8736600Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8736720Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8736830Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8736950Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8737060Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8737170Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8737280Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8737390Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8737490Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8737600Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8737710Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8737830Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8737950Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8738060Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8738180Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8738290Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8738400Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8738510Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8738620Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8738790Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8738910Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8739030Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8739140Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8739260Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8739380Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8739500Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8739620Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8739740Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8739930Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8740040Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8740160Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8740270Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8740380Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8740490Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8740610Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8740730Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8740850Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8740960Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8741080Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8741190Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8741300Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8741420Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8746490Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8746630Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8746760Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8746870Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8746990Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8747090Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8747210Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8747320Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8747430Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8747530Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8747640Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8747850Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8747960Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8748080Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8748200Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8748310Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8748420Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8748530Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8748640Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8748750Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8748890Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8749010Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8749120Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8749240Z test_contig_vs_transposed_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8749350Z test_contig_vs_transposed_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8749470Z test_contig_vs_transposed_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8749590Z test_contig_vs_transposed_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8749710Z test_contig_vs_transposed_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8749830Z test_contig_vs_transposed_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8749950Z test_contig_vs_transposed_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8750070Z test_contig_vs_transposed_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8750180Z test_contig_vs_transposed_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8750300Z test_contig_vs_transposed_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8750410Z test_contig_vs_transposed_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8750530Z test_contig_vs_transposed_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8750640Z test_contig_vs_transposed_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8750750Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8750860Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8750970Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8751080Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8751200Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8751300Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8751410Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8751520Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8751640Z test_contig_vs_transposed_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8751790Z test_contig_vs_transposed_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8751920Z test_contig_vs_transposed_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8752040Z test_contig_vs_transposed_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8752160Z test_contig_vs_transposed_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8752280Z test_contig_vs_transposed_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8752390Z test_contig_vs_transposed_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8752510Z test_contig_vs_transposed_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8752630Z test_contig_vs_transposed_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8752740Z test_contig_vs_transposed_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8752910Z test_contig_vs_transposed_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8753030Z test_contig_vs_transposed_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8753140Z test_contig_vs_transposed_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8753260Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8753370Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8753490Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8753610Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8753730Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8753840Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8753960Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8754070Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8754180Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8754300Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8754410Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8754520Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8754630Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8754750Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8754860Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8754980Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8755090Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8755210Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8755320Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8755430Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8755530Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8755640Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8755810Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8755920Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8756030Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8756140Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8756250Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8756360Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8756470Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8756590Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8756700Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8756830Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8756940Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8757050Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8757160Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8757270Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8757380Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8757490Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8757590Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8757720Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8757840Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8757970Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8758100Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8758220Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8758340Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8758460Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8758580Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8758700Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8758820Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8758940Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8759060Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8759180Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8759290Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8759400Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8759520Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8759700Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8759820Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8759940Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8760050Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8760160Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8760270Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8760370Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8760480Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8760600Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8760710Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8760890Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8761010Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8761130Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8761240Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8761360Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8761470Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8761580Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8761700Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8761810Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8761930Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8762050Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8762170Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8762280Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8762400Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8762510Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8762620Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8762730Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8762840Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8762950Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8763070Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8763190Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8763310Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8763420Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8763540Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8763720Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8763840Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8763960Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8764070Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8764180Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8764300Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8764420Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8764540Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8764650Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8764810Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8764930Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8765040Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8765150Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8765260Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8765370Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8765480Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8765600Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8765710Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8765830Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8765940Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8766050Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8766160Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8766270Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8766380Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8766490Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8766600Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8766710Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8766830Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8766940Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8767050Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8767160Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8767280Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8767380Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8767500Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8767640Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8767760Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8767880Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8768000Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8768110Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8768220Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8768330Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8768440Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8768550Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8768660Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8768810Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8768930Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8769040Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8769150Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8769260Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8769370Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8769480Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8769590Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8769700Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8769810Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8769920Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8770030Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8770150Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8770260Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8770370Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8770490Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8770600Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8770710Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8770820Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8770930Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8771040Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8771160Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8771280Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8771390Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8771500Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8771670Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8771780Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8771900Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8772010Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8772120Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8772230Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8772340Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8772460Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8772570Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8772710Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8772830Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8772940Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8773050Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8773150Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8773260Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8773370Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8773480Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8773590Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8773700Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8773810Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8773930Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8774040Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8778880Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8779040Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8779150Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8779270Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8779380Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8779500Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8779610Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8779720Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8779830Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8779950Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8780060Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8780170Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8780400Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8780510Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8780620Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8780730Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8780840Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8780950Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8781070Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8781180Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8781290Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8781500Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.8781630Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.8781760Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.8781880Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.8782000Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8782110Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8782230Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8782340Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8782460Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8782570Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8782680Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8782790Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8782900Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8783010Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8783120Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8783230Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8783340Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8783450Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8783560Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8783670Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8783780Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8783890Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8784010Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8784120Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8784230Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8784370Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8784490Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8784610Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8784720Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8784840Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8784950Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8785070Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8785180Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8785290Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8785430Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8785550Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8785660Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8785770Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8785880Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8785990Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8786110Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8786230Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8786350Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8786480Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8786600Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8786720Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8786840Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8786950Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8787070Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8787180Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8787300Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8787410Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8787530Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8787640Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8787750Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8787870Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8787980Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8788100Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8788210Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8788360Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8788480Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8788590Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8788710Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8788820Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8788930Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8789040Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8789160Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8789270Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8789420Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8789540Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8789660Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8789770Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8789880Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8789990Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8790100Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8790210Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8790320Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8790430Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8790550Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8790670Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8790790Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8790900Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8791020Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8791140Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8791260Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8791370Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8791480Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8791590Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8791710Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8791830Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8791950Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8792070Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8792210Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8792330Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8792450Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8792560Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8792670Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8792780Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8792900Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8793010Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8793130Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8793250Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8793400Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8793510Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8793630Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8793740Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8793860Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8793970Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8794090Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8794200Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8794310Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8794460Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8794600Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8794750Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8794900Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8795040Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8795180Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8795320Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8795460Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8795600Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8795730Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8795870Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8796010Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.8796210Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8796330Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8796450Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8796560Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8796680Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8796790Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8796900Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8797010Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8797120Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8797230Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8797420Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8797540Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8797660Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8797770Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8797880Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8797990Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8798100Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8798210Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8798320Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8798430Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8798540Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8798650Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8798760Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8798870Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8798980Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8799090Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8799200Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8799310Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8799420Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8799540Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8799650Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8799770Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8799880Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8800000Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8800160Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8800280Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8800390Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8800500Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8800610Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8800720Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8800840Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8800950Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8801070Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8801180Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8801350Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8801460Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8801580Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8801690Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8801800Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8801910Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8802020Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8802150Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8802270Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8802400Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8802520Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8802640Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8802760Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8802880Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8803000Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8803120Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8803240Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8803350Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8803470Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8803580Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8803700Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8803820Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8803930Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8804040Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8804220Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8804340Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8804450Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8804560Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8804680Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8804790Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8804900Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8805020Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8805130Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8805280Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8805400Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8805510Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8805620Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8805730Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8805840Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8805950Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8806050Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8806190Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8806320Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8806440Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8806570Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8806700Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8806830Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8806950Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8807140Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8812190Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8812420Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8812550Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8812680Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8812800Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8812930Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8813060Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8813300Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8813440Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8813570Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8813690Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8813820Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8813940Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8814060Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8814180Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8814310Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8814450Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8814570Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8814700Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8814820Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8814940Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8815060Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8815170Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8815290Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8815410Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8815520Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8815640Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8815750Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8815870Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8815980Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8816090Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8816210Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8816320Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8816440Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8816550Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8816660Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8816770Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8816880Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8817010Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8817140Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8817330Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8817470Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8817600Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8817720Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8817850Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8817990Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8818120Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8818260Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8818430Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8818570Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8818700Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8818830Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8818960Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8819080Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8819210Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8819330Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8819460Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8819590Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8819730Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8819860Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8819980Z test_contig_vs_transposed_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8820110Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8820230Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8820360Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8820490Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8820610Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8820740Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8820860Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8820980Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8821110Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8821300Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8821430Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8821560Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8821680Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8821800Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8821930Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8822050Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8822180Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8822390Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8822520Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8822640Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8822760Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8822910Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.8823050Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.8823190Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.8823320Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8823450Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8823570Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8823710Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8823840Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8823970Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8824100Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8824230Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8824360Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8824490Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8824620Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8824750Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8824880Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8825010Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8825180Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8825310Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8825450Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8825580Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8825710Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8825830Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8825960Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8826080Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8826200Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8826390Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8826520Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8826650Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8826790Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8826920Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8827050Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8827180Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8827310Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8827440Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8827560Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8827690Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8827810Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8827950Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8828080Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8828200Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8828330Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8828460Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8828590Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8828710Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8828840Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8828970Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8829150Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8829290Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8829420Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8829550Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8829670Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8829800Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8829930Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8830050Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8830220Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8830350Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8830480Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8830610Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8830730Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8830850Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8830970Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8831100Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8831220Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8831350Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.8831480Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8831610Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:26:06.8831730Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.8831860Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8831980Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8832100Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8832230Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8832350Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8832480Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8832600Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8832730Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.8832850Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.8833050Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8833190Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.8833310Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8833430Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8833560Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.8833680Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.8833810Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8833940Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.8834140Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.8834260Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8834390Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8834510Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.8834630Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8834750Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.8834870Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8834990Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8835120Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8835240Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8835360Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8835470Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8835590Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8835700Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8835820Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8835930Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8836050Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8836160Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8836270Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8836390Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8836510Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8836620Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8836730Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8836910Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8837020Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8837140Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8837250Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8837360Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8837470Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8837590Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8837700Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8837820Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8837930Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8838100Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8838220Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8838330Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8838440Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8838550Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8838660Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8838770Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8838880Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8839010Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8839130Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8839250Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8839380Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8839500Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8839620Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8839740Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8839850Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8839970Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8840090Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8840200Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8840320Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8840430Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8840540Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8840650Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8840770Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8840940Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8841050Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8841170Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8841270Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8841400Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8841530Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8841650Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8841780Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8841900Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8842050Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8842180Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8842310Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8847430Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8847620Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8847740Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8847860Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8847980Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8848100Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8848210Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8848320Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8848430Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8848540Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8848660Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8848770Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8848890Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8849000Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8849120Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8849240Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8849350Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8849460Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8849570Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8849670Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8849790Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8850000Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8850110Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8850230Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8850340Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8850450Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8850560Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8850680Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8850800Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8850910Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8851020Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8851180Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8851290Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8851400Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8851510Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8851620Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8851730Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8851850Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8851960Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8852090Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8852200Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8852320Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8852430Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8852550Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8852660Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8852770Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8852880Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8852990Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8853100Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8853210Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8853330Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8853440Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8853550Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8853660Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8853770Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8853960Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8854080Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8854190Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8854300Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8854410Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8854530Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8854640Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8854760Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8854870Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8854980Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8855160Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8855280Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8855380Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8855490Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8855600Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8855720Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8855830Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8855940Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8856050Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8856160Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8856270Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8856380Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8856490Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8856590Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8856700Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8856810Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8856930Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8857040Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8857160Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8857270Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8857380Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8857490Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8857600Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8857700Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8857810Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8857990Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8858110Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8858220Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8858340Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8858450Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8858560Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8858670Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8858780Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8858890Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8859050Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8859160Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8859280Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8859410Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8859530Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.8859650Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8859770Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.8859890Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8860010Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.8860120Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.8860250Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8860370Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8860500Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8860620Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8860740Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8860860Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8860980Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8861100Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8861220Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8861340Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8861460Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8861580Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8861690Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8861870Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8862000Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8862120Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8862240Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8862360Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8862480Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8862590Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8862710Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8862830Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8863000Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8863120Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8863240Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8863360Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8863480Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8863600Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8863710Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8863830Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8863950Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8864060Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8864180Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8864300Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8864430Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8864540Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8864660Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8864790Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8864900Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8865020Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8865140Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8865260Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8865380Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8865500Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8865620Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8865760Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8865880Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8866000Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8866120Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8866240Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:26:06.8866360Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8866480Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8866590Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8866740Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8866850Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8866970Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8867080Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8867200Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8867310Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8867430Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8867540Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8867660Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8867780Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8867890Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8868000Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8868120Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8868230Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8868350Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8868460Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8868580Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8868700Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8868810Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8868920Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8869030Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8869160Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8869290Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8869420Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8869600Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8869730Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8869850Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8869970Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8870090Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8870220Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8870350Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8870490Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8870620Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8870810Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8870940Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8871070Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8871200Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8871330Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8871460Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8871590Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8871720Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8871840Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8871970Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8872100Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8872220Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8872350Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8872480Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8872620Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8872740Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8872870Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8872990Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8873120Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8873240Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8873370Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8873540Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8873670Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8873800Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8873920Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8874050Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8874180Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8874300Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8874420Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8874580Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8874710Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8874830Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8874950Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8875060Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8875180Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8875300Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8875410Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8875530Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8875660Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8875770Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8875900Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8876060Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8881550Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8881720Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8881840Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8882000Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8882140Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8882290Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8882430Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.8882570Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8882710Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8883010Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8883150Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8883290Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8883430Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8883560Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8883700Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8883840Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8883970Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8884210Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8884340Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8884470Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8884600Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8884740Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8884880Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8885010Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8885140Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8885270Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8885400Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8885530Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.8885670Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8885810Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8885950Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8886090Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8886230Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8886360Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8886480Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8886610Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8886730Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8886920Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8887050Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8887170Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8887290Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8887410Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8887520Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8887630Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8887740Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8887860Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8887970Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8888130Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8888240Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8888370Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8888490Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.8888600Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.8888720Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8888830Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8888940Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8889060Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8889170Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8889280Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8889400Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8889510Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8889620Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8889730Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8889850Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8889960Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8890070Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8890190Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8890300Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8890410Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8890520Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8890620Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.8890740Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8890920Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8891050Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8891170Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.8891280Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8891390Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8891500Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8891610Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8891720Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8891830Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8891940Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8892130Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8892250Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.8892360Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.8892480Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8892590Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8892700Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8892810Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8892920Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.8893030Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8893130Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8893250Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8893360Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8893460Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8893960Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:2492: RuntimeWarning: invalid value encountered in exp 2022-11-23T01:26:06.8894020Z np_result = np_fn(a) 2022-11-23T01:26:06.8894060Z ok (0.002s) 2022-11-23T01:26:06.8894160Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8894260Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8894360Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8894500Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.000s) 2022-11-23T01:26:06.8894610Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8894730Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8894840Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8894950Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8895060Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8895170Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8895350Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8895460Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8895570Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8895680Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8895780Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8895890Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8896000Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8896110Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8896220Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8896320Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8896500Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8896620Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8896720Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8896830Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8896930Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8897040Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8897150Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8897250Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8897350Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8897460Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8897570Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8897680Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8897780Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8897890Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8898030Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:26:06.8898170Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:26:06.8898310Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:26:06.8898450Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:26:06.8898580Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:26:06.8898710Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:26:06.8898840Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:26:06.8898960Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:26:06.8899090Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:26:06.8899200Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8899390Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8899510Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8899630Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8899740Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8899850Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8899950Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8900060Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8900170Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-11-23T01:26:06.8900260Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8900450Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8900540Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8900650Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8900750Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8900850Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8900970Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8901080Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8901200Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8901350Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8901460Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8901570Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8901680Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8901780Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8901890Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8901990Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8902100Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8902200Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8902300Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8902400Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8902490Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8902590Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8902690Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8902780Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8902870Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8902980Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8903080Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8903170Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8903280Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8903450Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8903560Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.8903670Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.8903780Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8903890Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8904000Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8904100Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8904210Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-11-23T01:26:06.8904320Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-11-23T01:26:06.8904420Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-11-23T01:26:06.8904600Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-11-23T01:26:06.8904710Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8904820Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8904920Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8905030Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8905150Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.8905290Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8905410Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8905540Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8905660Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8905780Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8905900Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8906020Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8906140Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8906260Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8906380Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.8906710Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-11-23T01:26:06.8906820Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-11-23T01:26:06.8906860Z ok (0.001s) 2022-11-23T01:26:06.8906960Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8907120Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.8907220Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8907330Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8907430Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8907520Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.8907620Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8907850Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8907990Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8908080Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8908180Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8908290Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8908400Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8908500Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8908610Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8908720Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8908820Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8909010Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8909120Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8909220Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8909310Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8909420Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8909510Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8909620Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8909730Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8909830Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8909940Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8910050Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8910160Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8910260Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8910370Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8915730Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8915850Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8915950Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8916060Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8916170Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8916280Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8916390Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8916500Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8916600Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8916710Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8916810Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8916910Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8917010Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8917330Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8917440Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8917550Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8917660Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8917770Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8917870Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8917980Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8918080Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8918180Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8918290Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8918460Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8918570Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8918670Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8918780Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8918880Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8918990Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8919100Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8919210Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8919310Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8919410Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8919510Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8919610Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8919710Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8919810Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8919920Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8920020Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8920130Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8920240Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8920350Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8920460Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8920560Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8920660Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8920760Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8920860Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8920960Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8921070Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8921180Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8921330Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8921450Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8921560Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8921660Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8921760Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8921860Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8921970Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8922070Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8922170Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8922270Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8922370Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8922560Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8922680Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8922780Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8922880Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8922980Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8923090Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8923190Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8923290Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8923390Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8923500Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8923610Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8923720Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8923840Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8923950Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8924060Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8924160Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8924260Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8924370Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8924470Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8924580Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8924680Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8924790Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8924900Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8925010Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8925120Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8925230Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8925370Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8925480Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8925590Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8925700Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8925810Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8925910Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8926020Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8926120Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8926230Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8926330Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8926470Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8926580Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8926680Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8926780Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8926880Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8926980Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8927090Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8927200Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8927300Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8927410Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8927510Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8927610Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8927720Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8927820Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8927920Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8928020Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8928120Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8928230Z test_non_contig_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8928330Z test_non_contig_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8928450Z test_non_contig_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8928560Z test_non_contig_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8928660Z test_non_contig_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8928770Z test_non_contig_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8928880Z test_non_contig_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8928980Z test_non_contig_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8929090Z test_non_contig_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8929200Z test_non_contig_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8929390Z test_non_contig_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8929510Z test_non_contig_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8929620Z test_non_contig_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8929720Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8929820Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8929920Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8930030Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8930130Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8930230Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8930330Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8930550Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8930660Z test_non_contig_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8930760Z test_non_contig_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8930870Z test_non_contig_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8930990Z test_non_contig_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8931090Z test_non_contig_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8931200Z test_non_contig_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8931300Z test_non_contig_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8931400Z test_non_contig_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8931510Z test_non_contig_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8931610Z test_non_contig_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8931720Z test_non_contig_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8931820Z test_non_contig_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8931920Z test_non_contig_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8932030Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8932130Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8932240Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8932360Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8932460Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8932570Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8932670Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8932780Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8932880Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8932980Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8933090Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8933190Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8933290Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8933480Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8933600Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8933710Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8933820Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8933920Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8934030Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8934130Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8934230Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8934340Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8934440Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8934590Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8934690Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8934800Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8934900Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8935000Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8935110Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8935210Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8935320Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8935420Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8935530Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8935630Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8935730Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8935840Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8935940Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8936040Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8936140Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8936260Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8936380Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8936490Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8936620Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8936920Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8937170Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8937420Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8937670Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8937920Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8938170Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8938410Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8938730Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8938980Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8939240Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8939470Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8939710Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8939950Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8946400Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8946700Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8946930Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8947170Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8947510Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8947750Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8947980Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8948220Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8948450Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8948690Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8948930Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8949170Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8949400Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8949640Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8949870Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8950100Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8950320Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8950540Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8950780Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8951020Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8951280Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8951520Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8951750Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8951990Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8952220Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8952450Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8952680Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8952920Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8953160Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8953400Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8953650Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8953950Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8954190Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8954420Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8954640Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8954870Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8955100Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8955330Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8955570Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8955800Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8956050Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8956310Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8956540Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8956770Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8957000Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8957230Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8957450Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8957690Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8957920Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8958160Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8958390Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8958620Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8958860Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8959080Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8959310Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8959560Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8959790Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8960010Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8960240Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8960480Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8960720Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8960940Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8961170Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8961400Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8961630Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8961860Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8962080Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8962310Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8962590Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8962830Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8963060Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8963300Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8963530Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8963760Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8963990Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8964210Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8964440Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8964670Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8964950Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8965180Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8965410Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8965630Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8965860Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8966100Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8966340Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8966620Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8966850Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8967080Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8967310Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8967540Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8967770Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8968000Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8968230Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8968460Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8968690Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8968910Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8969130Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8969360Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8969590Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8969840Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8970100Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8970350Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8970600Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8977120Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8977370Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8977690Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8977930Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8978160Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8978410Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8978650Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8978900Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8979140Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8979400Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8979660Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8979900Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8980190Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8980440Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8980680Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8980940Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8981180Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8981420Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8981660Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8981920Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8982170Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8982430Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8982680Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8982920Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8983170Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8983410Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8983650Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8983980Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8984270Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8984530Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8984770Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8985020Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8985270Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8985520Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8985770Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8986020Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8986260Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8986600Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8986850Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8987090Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8987330Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8987570Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8987810Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8988050Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8988300Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8988550Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8988790Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8989090Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8989330Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8989570Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8989800Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8990030Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8990270Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8990510Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8990760Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8991010Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8991250Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8991500Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8991740Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8991980Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8992220Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8992450Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8992690Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8992930Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8993170Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8993410Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8993660Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8993900Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8994140Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8994380Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8994620Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8994850Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8995150Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8995390Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8995620Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8995860Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8996110Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8996350Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8996600Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8996840Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8997080Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8997320Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8997620Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8997850Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8998090Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8998330Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8998580Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8998830Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8999080Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8999330Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8999580Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.8999830Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9000070Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9000310Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9000550Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9000800Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9001040Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9001280Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9001530Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9001780Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9002030Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9002270Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9002520Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9002760Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9003000Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9003240Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9003500Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9003820Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9004080Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9004330Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9004570Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9012080Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9012340Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9012580Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9012810Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9013050Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9013450Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9013690Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9013930Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9014180Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9014420Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9014670Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9014900Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9015150Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9015390Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9015620Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9015850Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9016090Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9016320Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9016560Z test_non_contig_expand_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9016810Z test_non_contig_expand_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9017090Z test_non_contig_expand_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9017350Z test_non_contig_expand_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9017600Z test_non_contig_expand_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9017850Z test_non_contig_expand_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9018090Z test_non_contig_expand_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9018330Z test_non_contig_expand_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9018570Z test_non_contig_expand_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9018820Z test_non_contig_expand_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9019070Z test_non_contig_expand_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9019300Z test_non_contig_expand_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9019550Z test_non_contig_expand_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9019850Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9020100Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9020340Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9020580Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9020820Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9021050Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9021280Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9021520Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9021760Z test_non_contig_expand_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9022060Z test_non_contig_expand_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9022310Z test_non_contig_expand_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9022560Z test_non_contig_expand_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9022800Z test_non_contig_expand_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9023050Z test_non_contig_expand_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9023290Z test_non_contig_expand_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9023530Z test_non_contig_expand_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9023770Z test_non_contig_expand_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9024010Z test_non_contig_expand_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9024250Z test_non_contig_expand_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9024500Z test_non_contig_expand_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9024730Z test_non_contig_expand_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9024980Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9025220Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9025460Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9025710Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9026290Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9026560Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9026810Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9027060Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9027300Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9027540Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9027780Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9028010Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9028250Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9028570Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9028820Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9029060Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9029310Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9029550Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9029800Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9030040Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9030280Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9030520Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9030750Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9031020Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9031260Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9031490Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9031740Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9031980Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9032220Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9032470Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9032710Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9032950Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9033190Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9033470Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9033700Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9033930Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9034170Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9034400Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9034630Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9034880Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9035140Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9035410Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9035680Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9035950Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9036210Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9036470Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9036730Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9036980Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9037290Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9037550Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9037810Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9038060Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9038310Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9038550Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9038790Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9039040Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9039280Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9039640Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9039880Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9040120Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9040350Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9040580Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9040810Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9041050Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9041290Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9041540Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9041790Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9042030Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9049050Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9049310Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9049550Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9049790Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9050020Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9050260Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9050510Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9050760Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9051020Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9051270Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9051510Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9051750Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9052000Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9052250Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9052490Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9052880Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9053140Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9053380Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9053630Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9053870Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9054120Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9054360Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9054600Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9054840Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9055180Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9055430Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9055670Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9055920Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9056170Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9056420Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9056660Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9056910Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9057150Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9057390Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9057640Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9057880Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9058110Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9058350Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9058590Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9058830Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9059070Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9059330Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9059570Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9059800Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9060030Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9060270Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9060500Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9060740Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9060990Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9061230Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9061560Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9061810Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9062050Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9062280Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9062510Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9062750Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9062990Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9063240Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9063490Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9063780Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9064020Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9064260Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9064490Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9064730Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9064970Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9065210Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9065450Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9065680Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9065920Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9066150Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9066390Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9066620Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9066850Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9067080Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9067310Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9067550Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9067790Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9068050Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9068300Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9068540Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9068780Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9069020Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9069250Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9069480Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9069710Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9070030Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9070310Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9070550Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9070790Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9071030Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9071270Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9071510Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9071740Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9071980Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9072220Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9072500Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9072740Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9072980Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9073230Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9073470Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9073710Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9073950Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9074190Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9074430Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9074660Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9074890Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9075120Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9075350Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9075580Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9075830Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9076060Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9076310Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9076560Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9076810Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9077050Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9077290Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9077520Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9077760Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9078000Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9078240Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9078530Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9085600Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9085850Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9086090Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9086330Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9086570Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9086810Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9087040Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9087310Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9087550Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9087930Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9088180Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9088410Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9088680Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9088950Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9089210Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9089480Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9089730Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9089980Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9090220Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9090470Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9090710Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9090950Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9091190Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9091430Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9091660Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9091900Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9092130Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9092360Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9092600Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9092840Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9093070Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9093310Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9093540Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9093650Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9093870Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9093990Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9094090Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9094210Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9094320Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9094440Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9094550Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9094660Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9094770Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9094960Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9095070Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9095180Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9095290Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9095400Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9095510Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9095610Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9095720Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9095820Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9095940Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9096050Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9096170Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9096290Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9096410Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9096520Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9096630Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9096740Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9096860Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9096970Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9097080Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9097190Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9097300Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9097410Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9097520Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9097630Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9097740Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9097900Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9098020Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9098130Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9098240Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9098350Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9098460Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9098560Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9098670Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9098780Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9098910Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9099020Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9099130Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9099240Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9099350Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9099460Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9099570Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9099680Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9099790Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9099890Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9100000Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9100100Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9100220Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9100330Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9100450Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9100560Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9100660Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9100780Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9100890Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9101000Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9101110Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9101220Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9101330Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9101440Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9101550Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9101720Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9101830Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9101940Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9102050Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9102160Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9102270Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9102370Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9102490Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9102600Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9102720Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9102910Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9103020Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9103130Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9103240Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9103340Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9103450Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9103560Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9103670Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9103790Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9103890Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9104040Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9104180Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9104320Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9104460Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9104600Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9104740Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9104870Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9105000Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9105130Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9105260Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9105390Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9105520Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9105700Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9105820Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9105940Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9106050Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9106160Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9106260Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9106370Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9106480Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9106590Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9106740Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9106850Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9106960Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9107080Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9107190Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9107300Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9107410Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9107520Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9107630Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9107740Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9107850Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9107960Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9108070Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9108180Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9108290Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9108390Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9108500Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9108610Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9108720Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9108820Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9108930Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9109040Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9109160Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9109260Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9109370Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9109480Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9109660Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9109770Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9109880Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9109990Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9110100Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9110210Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9110310Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9110420Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9110530Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9110700Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9110810Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9110920Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9111020Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9111130Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9111230Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9111340Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9111460Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9111580Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9111700Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9111820Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9111940Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9112050Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9112170Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9112280Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9112400Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9112510Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9112620Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9112730Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9112840Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9112950Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9113070Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9113180Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9113290Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9113400Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9113560Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9121500Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9121720Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9121840Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9121960Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9122080Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9122200Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9122310Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9122430Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9122550Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9122920Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9123030Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9123140Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9123240Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9123350Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9123460Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9123590Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9123720Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9123850Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9123980Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9124110Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9124230Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9124360Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9124480Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9124610Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9124730Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9124860Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9124980Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9125100Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9125220Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9125340Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9125460Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9125590Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9125790Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9125920Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9126040Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9126160Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9126280Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9126410Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9126520Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9126640Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9126760Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9126920Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9127030Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9127140Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9127260Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9127370Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9127470Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9127590Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9127690Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9127810Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9127920Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9128030Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9128150Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9128260Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9128370Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9128480Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9128590Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9128690Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9128800Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9128910Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9129010Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9129140Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9129260Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9129380Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9129500Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9129670Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9129800Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9129930Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9130070Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9130200Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9130330Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9130460Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9130590Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9130720Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9130870Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9131010Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9131130Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9131260Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9131380Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9131500Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9131630Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9131760Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9131890Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9132020Z test_non_contig_expand_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9132140Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9132260Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9132380Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9132500Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9132620Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9132750Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9132870Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9132990Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9133110Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9133230Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9133350Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9133470Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9133650Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9133780Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9133910Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9134030Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9134150Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9134260Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9134380Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9134500Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9134620Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9134820Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.9134970Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.9135110Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.000s) 2022-11-23T01:26:06.9135230Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9135350Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9135470Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9135600Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9135740Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9135860Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9135980Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9136100Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9136230Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9136350Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9136480Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9136610Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9136740Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9136860Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9136990Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9137120Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9137240Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9137370Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9137530Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9137660Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9137780Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9137910Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9138030Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9138150Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9138270Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9138400Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9138530Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9138730Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9138860Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9138980Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9139110Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9139230Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9139350Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9139480Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9139600Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9139730Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9139860Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9139980Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9140110Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9140230Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9140360Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9140480Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9140600Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9140740Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9140860Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9140990Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9141110Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9141240Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9141360Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9141550Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9141680Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9141800Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9141930Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9142050Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9142180Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9142300Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9142420Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9142600Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9142730Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9142850Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9142970Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9143090Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9143210Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9143340Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9143460Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9143590Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9143710Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9143830Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9143950Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9144070Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9144190Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9144310Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9144440Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9144560Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9144680Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9144810Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9144930Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9145050Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9145170Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9145340Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9145470Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9145600Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9145720Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9145840Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9145970Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9146090Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9146200Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9146360Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9146480Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9146600Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9146720Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9146840Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9146950Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9147060Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9147170Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9147290Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9147400Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9147510Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9147630Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9147730Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9147850Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9147960Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9148080Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9148190Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9148300Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9148420Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9148530Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9148640Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9148750Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9148860Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9148960Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9149080Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9149250Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9149370Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9149480Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9149590Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9149700Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9149810Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9149920Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9158090Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9158310Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9158450Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9158880Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9159010Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9159130Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9159250Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9159380Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9159500Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9159620Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9159740Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9159860Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9159980Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9160090Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9160210Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9160320Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9160430Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9160550Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9160660Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9160780Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9160900Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9161010Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9161130Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9161240Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9161360Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9161490Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9161610Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9161810Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9161940Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9162060Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9162190Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9162320Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9162450Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9162560Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9162670Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9162790Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9162940Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9163060Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9163170Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9163280Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9163390Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9163500Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9163600Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9163710Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9163830Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9163940Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9164050Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9164160Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9164270Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9164380Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9164490Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9164600Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9164710Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9164820Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9164930Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9165030Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9165130Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9165250Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9165360Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9165470Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9165590Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9165700Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9165870Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9165980Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9166090Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9166200Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9166300Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9166410Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9166510Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9166630Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9166740Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9166890Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9167010Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9167130Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9167240Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9167350Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9167470Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9167570Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9167680Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9167790Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9167900Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9168010Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9168120Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9168230Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9168330Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9168440Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9168560Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9168660Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9168780Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9168890Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9169000Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9169110Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9169220Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9169330Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9169440Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9169550Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9169660Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9169800Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9169900Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9170020Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9170130Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9170240Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9170350Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9170460Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9170570Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9170700Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9170840Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9170950Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9171050Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9171160Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9171270Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9171370Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9171480Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9171600Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9171710Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9171820Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9171930Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9172040Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9172150Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9172260Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9172370Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9172490Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9172600Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9172720Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9172830Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9172940Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9173050Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9173160Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9173270Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9173370Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9173470Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9173580Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9173740Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9173870Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9174000Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9174120Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9174240Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9174370Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9174490Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9174610Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9174730Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9174950Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9175070Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9175190Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9175310Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9175430Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9175540Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9175660Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9175780Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9175900Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9176030Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9176140Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9176260Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9176380Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9176490Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9176610Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9176730Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9176840Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9176960Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9177080Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9177190Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9177310Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9177420Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9177540Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9177690Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9177810Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9177940Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9178050Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9178170Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9178290Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9178410Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9178520Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9178640Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9178810Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9178930Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9179050Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9179170Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9179280Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9179400Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9179510Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9179620Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9179740Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9179850Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9179970Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9180090Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9180210Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9180320Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9180440Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9180560Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9180670Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9180790Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9180910Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9181020Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9181130Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9181250Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9181360Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9181470Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9181610Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9181730Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9181840Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9181960Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9182070Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9182180Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9182290Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9182400Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9182510Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9182650Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9182760Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9182880Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9182990Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9183100Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9183210Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9183320Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9183430Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9183540Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9183660Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9183780Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9183900Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9184020Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9184140Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9184260Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9184380Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9184490Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9184630Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9190910Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9191100Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9191230Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9191360Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9191480Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9191700Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9191830Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9191960Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9192090Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9192210Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9192340Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9192460Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9192590Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9192710Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9192860Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9192990Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9193120Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9193250Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9193370Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9193490Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9193610Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9193740Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9193860Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9193980Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9194110Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9194240Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9194360Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9194480Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9194610Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9194730Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9194850Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9194970Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9195090Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9195210Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9195330Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9195450Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9195620Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9195730Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9195850Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9195960Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9196070Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9196190Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9196310Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9196420Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9196540Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9196700Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9196820Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9196930Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9197080Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9197220Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9197370Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9197510Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9197650Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9197790Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9197930Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9198060Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9198200Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9198330Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9198470Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9198600Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9198740Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9198870Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9199000Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9199130Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9199260Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9199460Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9199590Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9199720Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9199850Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9199990Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9200110Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9200240Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9200370Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9200530Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9200660Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9200790Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9200920Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9201050Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9201170Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9201290Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9201420Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9201540Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9201650Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9201760Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9201880Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9201990Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9202100Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9202210Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9202320Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9202420Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9202530Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9202640Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9202750Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9202860Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9202980Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9203100Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9203210Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9203360Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9203470Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9203580Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9203690Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9203800Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9203910Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9204010Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9204120Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9204230Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9204340Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9204480Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9204590Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9204700Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9204810Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9204910Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9205020Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9205120Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9205230Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9205340Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9205450Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9205560Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9205670Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9205780Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9205890Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9206000Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9206110Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9206210Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9206320Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9206420Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9206530Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9206640Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9206750Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9206860Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9206970Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9207080Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9207230Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9207350Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9207460Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9207570Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9207670Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9207780Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9207880Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9207990Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9208090Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9208190Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9208340Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9208450Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9208560Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9208660Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9208770Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9208880Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9208980Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9209090Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9209190Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9209300Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9209400Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9209500Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9209600Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9209700Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9209810Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9209910Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9210020Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9210130Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9210230Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9210340Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9210450Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9210550Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9210650Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9210760Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9210860Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9210960Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9211060Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9211250Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9211360Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9211460Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9211570Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9211670Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9211770Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9211870Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9211970Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9212070Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9212180Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9212290Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9212430Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9212540Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9212640Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9212750Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9212850Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9212950Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9213050Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9213160Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9213270Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9213380Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9213480Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9213580Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9213690Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9213790Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9213890Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9213990Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9214090Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9214190Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9214300Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9214400Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9214530Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9214630Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9214730Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9214830Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9214930Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9215030Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9215130Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9215290Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9215400Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9215510Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9215630Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9215740Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9215850Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9215960Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9216060Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9216170Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9216270Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9216400Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9216510Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9216610Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9216710Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9216820Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9216930Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9217050Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9217160Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9217270Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9217380Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9217490Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9217600Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9217700Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9217810Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9217910Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9218020Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9218130Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9218250Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9218360Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9218470Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9218580Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9218690Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9218790Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9218900Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9219000Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9219110Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9219270Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9219380Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9219490Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9219610Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9219710Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9219820Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9219930Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9220040Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9220160Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9220300Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9220400Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9220510Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9220620Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9220720Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9220840Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9220950Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9221060Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9221170Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9221280Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9221390Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9221490Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9221600Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9221700Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9221810Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9221910Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9222030Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9222140Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9222250Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9222360Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9222470Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9222570Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9222870Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9223030Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9223140Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9223250Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9223510Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9223630Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9223750Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9223860Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9223970Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9224080Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9224190Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9224290Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9224400Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9224500Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9224650Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9224760Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9224880Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9224990Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9225100Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9225220Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9225330Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9225430Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9225540Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9225650Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9225750Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9225870Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9225980Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9226100Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9226210Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9226320Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9226440Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9226550Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9226660Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9226770Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9226880Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9226990Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9227100Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9227210Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9227320Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9227510Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9227620Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9227730Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9227840Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9227950Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9228060Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9228170Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9228280Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9228390Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9228550Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9228660Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9228770Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9228880Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9228990Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9229090Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9229200Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9229300Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9229410Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9229520Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9229630Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9229740Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9229850Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9229960Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9230070Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9230170Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9230280Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9230380Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9230490Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9230590Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9230690Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9230810Z test_non_contig_index_cdouble_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9230920Z test_non_contig_index_cdouble_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9231030Z test_non_contig_index_cdouble_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9231150Z test_non_contig_index_cdouble_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9231260Z test_non_contig_index_cdouble_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9231430Z test_non_contig_index_cdouble_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9231550Z test_non_contig_index_cdouble_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9231660Z test_non_contig_index_cdouble_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9231770Z test_non_contig_index_cdouble_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9231880Z test_non_contig_index_cdouble_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9231980Z test_non_contig_index_cdouble_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9232090Z test_non_contig_index_cdouble_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9232200Z test_non_contig_index_cdouble_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9232300Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9232470Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9232580Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9232690Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9232790Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9232900Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9233000Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9233100Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9233220Z test_non_contig_index_cfloat_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9233330Z test_non_contig_index_cfloat_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9233450Z test_non_contig_index_cfloat_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9233560Z test_non_contig_index_cfloat_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9233670Z test_non_contig_index_cfloat_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9233790Z test_non_contig_index_cfloat_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9233900Z test_non_contig_index_cfloat_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9234010Z test_non_contig_index_cfloat_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9234120Z test_non_contig_index_cfloat_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9234230Z test_non_contig_index_cfloat_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9234340Z test_non_contig_index_cfloat_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9234450Z test_non_contig_index_cfloat_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9240990Z test_non_contig_index_cfloat_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9241100Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9241210Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9241320Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9241440Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9241570Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9241680Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9241890Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9242010Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9242110Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9242220Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9242330Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9242440Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9242540Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9242650Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9242790Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9242900Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9243050Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9243160Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9243270Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9243390Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9243500Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9243600Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9243710Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9243820Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9243930Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9244040Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9244150Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9244260Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9244370Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9244480Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9244590Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9244700Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9244810Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9244920Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9245020Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9245130Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9245230Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9245340Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9245440Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9245570Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9245690Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9245870Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9246000Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9246130Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9246250Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9246370Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9246480Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9246600Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9246710Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9246830Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9246970Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9247090Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9247200Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9247310Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9247420Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9247540Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9247650Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9247760Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9247870Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9247970Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9248070Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9248180Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9248290Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9248400Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9248500Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9248610Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9248730Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9248840Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9248950Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9249060Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9249160Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9249260Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9249370Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9249470Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9249590Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9249700Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9249880Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9250010Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9250120Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9250230Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9250340Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9250440Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9250550Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9250650Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9250770Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9251020Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9251140Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9251250Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9251350Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9251460Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9251560Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9251670Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9251770Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9251880Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9251990Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9252110Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9252220Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9252330Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9252450Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9252550Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9252660Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9252770Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9252880Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9252990Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9253100Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9253200Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9253310Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9253420Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9253520Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9253630Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9253740Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9253890Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9254000Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9254110Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9254210Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9254320Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9254430Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9254540Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9254640Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9254750Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9254860Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9255030Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9255140Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9255240Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9255360Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9255470Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9255580Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9255690Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9255790Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9255900Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9256010Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9256120Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9256220Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9256330Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9256440Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9256540Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9256650Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9256750Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9256860Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9256960Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9257070Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9257170Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9257270Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9257380Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9257490Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9257600Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9257760Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9257870Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9257980Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9258090Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9258190Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9258290Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9258400Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9258500Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9258610Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9258710Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9258920Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9259030Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9259140Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9259240Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9259340Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9259450Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9259550Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9259660Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9259760Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9259870Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9259980Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9260090Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9260200Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9260310Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9260410Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9260520Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9260630Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9260730Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9260840Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9260950Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9261060Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9261160Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9261280Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9261390Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9261500Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9261610Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9261760Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9261880Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9261990Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9262090Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9262200Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9262300Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9262410Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9262520Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9262620Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9262730Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9262860Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9262970Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9263070Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9263180Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9263280Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9263390Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9263500Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9263610Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9263720Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9263830Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9263940Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9264040Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9264150Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9264250Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9264360Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9264470Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9264590Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9264700Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9264800Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9264910Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9265010Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9265110Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9265220Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9265320Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9265420Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9265590Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9265700Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9265810Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9265920Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9266030Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9266130Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9266230Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9266340Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9266450Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9266560Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9266780Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9266890Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9267000Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9267100Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9267210Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9267330Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9267430Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9267540Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9267640Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9275180Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9275390Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9275490Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9275630Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9275730Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9275850Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9275960Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9276070Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9276200Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9276310Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9276420Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9276540Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9276650Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9276760Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9276870Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9276980Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9277090Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9277340Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9277450Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9277550Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9277670Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9277780Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9277890Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9278000Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9278110Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9278220Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9278390Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9278500Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9278600Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9278710Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9278810Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9278920Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9279020Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9279140Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9279250Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9279360Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9279460Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9279570Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9279680Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9279780Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9279880Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9279990Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9280090Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9280210Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9280320Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9280430Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9280540Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9280650Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9280760Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9280870Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9280980Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9281090Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9281220Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9281340Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9281450Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9281560Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9281660Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9281770Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9281880Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9281990Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9282090Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9282230Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9282340Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9282450Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9282560Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9282670Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9282780Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9282890Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9283000Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9283110Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9283210Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9283320Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9283430Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9283540Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9283650Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9283760Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9283900Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9284050Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9284190Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9284330Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9284470Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9284610Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9284740Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9284880Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9285050Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9285190Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9285320Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9285450Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9285570Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9285680Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9285790Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9285910Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9286020Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9286160Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9286260Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9286370Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9286480Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9286590Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9286700Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9286810Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9286920Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9287030Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9287140Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9287250Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9287350Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9287460Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9287560Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9287670Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9287780Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9287880Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9287990Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9288100Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9288210Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9288310Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9288420Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9288520Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9288620Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9288730Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9288840Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9289040Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9289160Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9289270Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9289380Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9289480Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9289590Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9289700Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9289800Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9289910Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9290100Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9290210Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9290320Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9290430Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9290530Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9290630Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9290740Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9290840Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9290950Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9291050Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9291160Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9291270Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9291390Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9291510Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9291630Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9291740Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9291860Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9291970Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9292080Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9292200Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9292310Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9292420Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9292530Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9292640Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9292750Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9292920Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9293040Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9293150Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9293250Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9293350Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9293460Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9293560Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9293670Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9293770Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9293880Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9294030Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9294150Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9294260Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9294370Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9294470Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9294580Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9294680Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9294790Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9294890Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9295000Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9295130Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9295250Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9295380Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9295500Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9295620Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9295740Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9295860Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9295980Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9296110Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9296230Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9296350Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9296470Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9296590Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9296710Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9296860Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9296990Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9297110Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9297230Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9297360Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9297480Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9297590Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9297710Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9297850Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9297970Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9298090Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9298200Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9298310Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9298420Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9298530Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9298640Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9298760Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9298870Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9298980Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9299090Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9299200Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9299310Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9299420Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9299530Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9299640Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9299750Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9299850Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9299960Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9300060Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9300170Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9300270Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9300380Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9300500Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9300640Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9300770Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9300890Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9301010Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9301130Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9301270Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9301400Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9301520Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9301660Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9301810Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9301940Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9302060Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9302190Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9302310Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9302440Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9302570Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9302690Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9302810Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9307840Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9308000Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9308130Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9308260Z test_non_contig_index_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9308380Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9308510Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9308640Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9308760Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9308880Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9309000Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9309120Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9309240Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9309360Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9309620Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9309750Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9309870Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9309990Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9310110Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9310230Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9310350Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9310470Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9310590Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9310760Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9310880Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9311000Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9311130Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9311250Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9311370Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9311490Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9311610Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9311730Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9311860Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9312000Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9312130Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9312250Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9312370Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9312490Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9312630Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9312760Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9312890Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9313020Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9313140Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9313270Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9313400Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9313570Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9313700Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9313830Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9313950Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9314070Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9314200Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9314320Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9314450Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9314570Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9314740Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9314870Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9315010Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9315140Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9315260Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9315390Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9315510Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9315640Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9315770Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9315890Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9316020Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9316150Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9316270Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9316400Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9316530Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9316650Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9316780Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9316900Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9317030Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9317150Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9317280Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9317410Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9317570Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9317700Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9317830Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9317950Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9318070Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9318200Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9318320Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9318450Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9318600Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9318730Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9318860Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9318980Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9319100Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9319220Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9319350Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9319480Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9319610Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9319730Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9319850Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9319980Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9320100Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9320220Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9320340Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9320470Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9320590Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9320720Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9320840Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9320960Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9321090Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9321210Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9321360Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9321490Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9321620Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9321740Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9321870Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9321990Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9322110Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9322240Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9322360Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9322500Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9322630Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9322790Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9322910Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9323030Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9323150Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9323260Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9323380Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9323500Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9323610Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9323720Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9323830Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9323950Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9324060Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9324170Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9324290Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9324400Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9324520Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9324630Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9324750Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9324860Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9324970Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9325080Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9325190Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9325300Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9325480Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9325600Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9325710Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9325830Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9325940Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9326050Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9326160Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9326270Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9326380Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9326540Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9326650Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9326760Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9326880Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9326990Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9327120Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9327240Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9327360Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9327480Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9327590Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9327710Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9327820Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9327940Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9328050Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9328170Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9328280Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9328390Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9328500Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9328620Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9328720Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9328830Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9328940Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9329050Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9329170Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9329290Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9329450Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9329580Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9329700Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9329820Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9329950Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9330080Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9330200Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9330310Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9330420Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9330570Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9330690Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9330800Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9330910Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9331020Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9331130Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9331240Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9331350Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9331460Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9331570Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9331680Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9331800Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9331910Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9332020Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9332130Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9332230Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9332340Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9332450Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9332560Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9332660Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9332770Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9332880Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9332990Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9333100Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9333210Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9333320Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9333470Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9333580Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9333690Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9333800Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9333910Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9334010Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9334120Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9334220Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9334330Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9334440Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9334590Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9334710Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9334820Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9334930Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9335040Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9335150Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9335260Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9335370Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9335470Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9335580Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9335680Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9335790Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9335900Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9336010Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9336110Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9336220Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9336320Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9336430Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9336540Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9341600Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9341730Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9341840Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9341950Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9342060Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9342170Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9342380Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9342490Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9342600Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9342710Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9342820Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9342920Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9343040Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9343140Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9343250Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9343360Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9343490Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9343600Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9343700Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9343810Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9343920Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9344020Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9344130Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9344240Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9344350Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9344460Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9344570Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9344670Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9344780Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9344880Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9344990Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9345090Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9345200Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9345310Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9345430Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9345540Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9345650Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9345760Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9345860Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9345980Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9346090Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9346190Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9346380Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9346510Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9346640Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9346760Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9346880Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9347000Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9347120Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9347230Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9347350Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9347560Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9347690Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9347810Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9347930Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9348040Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9348160Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9348280Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9348400Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9348520Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9348640Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9348760Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9348880Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9348990Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9349100Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9349220Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9349340Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9349450Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9349580Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9349700Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9349810Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9349930Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9350040Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9350150Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9350330Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9350450Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9350580Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9350690Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9350810Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9350920Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9351040Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9351150Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9351270Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9351430Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9351550Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9351670Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9351790Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9351900Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9352020Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9352130Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9352250Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9352360Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9352480Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9352600Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9352710Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9352830Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9352950Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9353060Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9353170Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9353290Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9353400Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9353520Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9353640Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9353750Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9353860Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9353970Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9354080Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9354230Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9354350Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9354460Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9354580Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9354690Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9354810Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9354920Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9355030Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9355140Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9355290Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9355400Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9355510Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9355630Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9355740Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9355850Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9355950Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9356060Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9356170Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9356290Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9356420Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9356540Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9356660Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9356780Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9356900Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9357010Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9357130Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9357260Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9357400Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9357530Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9357660Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9357780Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9357900Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9358030Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9358190Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9358320Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9358450Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9358580Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9358700Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9358820Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9358940Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9359070Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9359220Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9359350Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9359470Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9359600Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9359720Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9359840Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9359960Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9360090Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9360210Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9360330Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9360460Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9360590Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9360710Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9360830Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9360960Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9361080Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9361210Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9361330Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9361440Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9361560Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9361680Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9361800Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9361960Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9362080Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9362190Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9362310Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9362420Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9362540Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9362650Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9362770Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9362880Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9363000Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9363190Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9363300Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9363450Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9363590Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9363730Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9363870Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9364010Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9364160Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9364290Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9364430Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9364560Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9364700Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9364830Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9364960Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9365100Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9365230Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9365350Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9365480Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9365620Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9365740Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9365920Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9366050Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9366180Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9366310Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9366440Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9366560Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9366690Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9366820Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9366990Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9367120Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9367250Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9367380Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9367500Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9367630Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9367760Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9367870Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9367980Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9368090Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9368200Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9368310Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9368420Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9368530Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9368640Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9368740Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9368850Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9368960Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9369070Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9369180Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9369290Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9369410Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9369520Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9369630Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9369800Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9369910Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9370020Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9370130Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9375270Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9375420Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9375530Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9375640Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9375750Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9375860Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9376170Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9376280Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9376390Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9376490Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9376600Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9376700Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9376810Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9376920Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9377020Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9377140Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9377250Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9377350Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9377460Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9377570Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9377680Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9377780Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9377890Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9377990Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9378110Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9378220Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9378330Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9378430Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9378540Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9378640Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9378750Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9378850Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9378990Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9379100Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9379210Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9379320Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9379420Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9379530Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9379630Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9379730Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9379830Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9379930Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9380060Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9380160Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9380270Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9380380Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9380490Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9380600Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9380710Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9380820Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9380930Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9381030Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9381140Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9381240Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9381350Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9381450Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9381560Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9381670Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9381770Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9381880Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9381990Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9382100Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9382200Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9382310Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9382410Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9382510Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9382620Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9382720Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9382820Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9382970Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9383090Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9383190Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9383300Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9383410Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9383510Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9383620Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9383720Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9383820Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9383920Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9384100Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9384210Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9384310Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9384420Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9384520Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9384630Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9384740Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9384840Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9384950Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9385050Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9385150Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9385260Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9385360Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9385480Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9385580Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9385690Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9385800Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9385900Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9386000Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9386110Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9386210Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9386310Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9386420Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9386520Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9386630Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9386740Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9386840Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9387010Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9387120Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9387230Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9387330Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9387430Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9387540Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9387640Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9387740Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9387840Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9387980Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9388150Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9388290Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9388430Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9388560Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9388690Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9388820Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9388950Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9389080Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9389210Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9389330Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9389460Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9389570Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9389670Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9389780Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9389880Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9389990Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9390100Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9390200Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9390300Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9390400Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9390510Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9390610Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9390720Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9390860Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9390970Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9391070Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9391180Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9391280Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9391380Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9391480Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9391580Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9391690Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9391790Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9391950Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9392050Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9392150Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9392250Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9392350Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9392450Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9392550Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9392650Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9392760Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9392870Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9392970Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9393080Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9393180Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9393280Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9393380Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9393480Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9393590Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9393690Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9393790Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9393890Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9394000Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9394100Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9394210Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9394310Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9394410Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9394510Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9394610Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9394710Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9394830Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9394950Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9395070Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9395180Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9395290Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9395410Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9395510Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9395620Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9395730Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9395860Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9395970Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9396080Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9396180Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9396290Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9396390Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9396500Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9396600Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9396700Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9396810Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9396910Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9397010Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9397110Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9397220Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9397320Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9397420Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9397530Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9397640Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9397740Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9397850Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9397950Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9398050Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9398150Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9398250Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9398350Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9398450Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9398580Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9398750Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9398870Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9398990Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9399110Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9399220Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9399340Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9399450Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9399570Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9399690Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9399840Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9399960Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9400070Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9400180Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9400300Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9400410Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9400530Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9400650Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9400760Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9400870Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9400980Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9401090Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9401210Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9401320Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9401430Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9401540Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9406080Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9406250Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9406360Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9406470Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9406570Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9406670Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9406780Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9406890Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9406990Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9407230Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9407340Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9407450Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9407550Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9407660Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9407760Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9407860Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9407960Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9408060Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9408160Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9408300Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9408420Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9408540Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9408650Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9408760Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9408880Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9408990Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9409120Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9409240Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9409360Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9409490Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9409610Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9409740Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9409860Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9409980Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9410100Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9410220Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9410340Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9410450Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9410570Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9410690Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9410820Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9410940Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9411080Z test_non_contig_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9411190Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9411310Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9411430Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9411550Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9411660Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9411780Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9411890Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9412010Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9412170Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9412280Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9412390Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9412500Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9412610Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9412720Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9412830Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9412950Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9413060Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9413170Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9413280Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9413390Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9413510Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9413620Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9413740Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9413850Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9413960Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9414080Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9414190Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9414320Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9414450Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9414560Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9414670Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9414780Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9414930Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9415060Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9415180Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9415300Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9415420Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9415540Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9415660Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9415780Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9415900Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9416070Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9416180Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9416300Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9416420Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9416540Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9416650Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9416770Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9416880Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9417010Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9417140Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9417260Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9417380Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9417500Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9417620Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9417740Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9417860Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9417980Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9418100Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9418220Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9418340Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9418460Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9418570Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9418690Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9418880Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9419000Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9419120Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9419240Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9419360Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9419490Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9419600Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9419720Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9419840Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9419990Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9420110Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9420230Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9420340Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9420460Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9420580Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9420700Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9420810Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9420930Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9421050Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9421160Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9421270Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9421390Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9421500Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9421620Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9421740Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9421860Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9421970Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9422080Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9422190Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9422310Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9422430Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9422540Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9422780Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9422900Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9423020Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9423130Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9423240Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9423360Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9423470Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9423590Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9423700Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9423850Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9423970Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9424080Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9424200Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9424310Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9424420Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9424530Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9424650Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9424760Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9424870Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9424980Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9425090Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9425200Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9425300Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9425410Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9425510Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9425620Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9425730Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9425840Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9425950Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9426050Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9426160Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9426270Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9426370Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9426480Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9426590Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9426730Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9426840Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9426940Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9427040Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9427150Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9427260Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9427370Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9427470Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9427570Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9427680Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9427840Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9427950Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9428050Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9428150Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9428260Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9428360Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9428470Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9428590Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9428700Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9428820Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9428930Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9429050Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9429150Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9429270Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9429370Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9429480Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9429590Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9429700Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9429810Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9429910Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9430020Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9430120Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9430230Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9430330Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9430440Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9430540Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9430710Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9430830Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9430950Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9431060Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9431170Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9431280Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9431400Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9431520Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9431630Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9431770Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9431870Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9431980Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9432090Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9432200Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9432310Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9432410Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9432510Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9432620Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9432720Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9432820Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9432930Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9433030Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9433140Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9433250Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9433360Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9433460Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9433560Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9433660Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9438350Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9438490Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9438590Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9438700Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9438790Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9438900Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9439010Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9439120Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9439430Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9439540Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9439650Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9439750Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9439860Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9439960Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9440060Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9440170Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9440260Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9440370Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9440480Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9440650Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9440760Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9440880Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9440980Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9441090Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9441190Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9441300Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9441400Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9441510Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9441610Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9441710Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9441820Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9441930Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9442030Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9442130Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9442240Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9442340Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9442440Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9442540Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9442650Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9442760Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9442870Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9442970Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9443080Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9443180Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9443290Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9443450Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9443560Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9443660Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9443770Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9443870Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9443980Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9444080Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9444190Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9444290Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9444390Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9444490Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9444650Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9444750Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9444850Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9444960Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9445060Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9445160Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9445270Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9445380Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9445480Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9445580Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9445690Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9445790Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9445890Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9445990Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9446090Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9446190Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9446300Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9446410Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9446510Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9446620Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9446720Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9446820Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9446920Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9447020Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9447120Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9447230Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9447350Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9447520Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9447640Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9447760Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9447860Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9447970Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9448080Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9448200Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9448310Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9448430Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9448600Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9448710Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9448820Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9448930Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9449040Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9449150Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9449260Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9449370Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9449480Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9449590Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9449700Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9449810Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9449910Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9450020Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9450140Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9450250Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9450360Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9450460Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9450570Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9450680Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9450780Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9450890Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9451000Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9451110Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9451220Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9451360Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9451470Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9451580Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9451680Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9451800Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9451910Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9452020Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9452130Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9452250Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9452390Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9452500Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9452610Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9452720Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9452830Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9452940Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9453050Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9453160Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9453270Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9453380Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9453490Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9453600Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9453710Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9453820Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9453930Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9454030Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9454140Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9454250Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9454360Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9454460Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9454570Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9454680Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9454780Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9454900Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9455000Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9455110Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9455300Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9455420Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9455520Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9455630Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9455740Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9455840Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9455950Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9456050Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9456150Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9456260Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9456410Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9456530Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9456640Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9456760Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9456870Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9456980Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9457090Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9457200Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9457320Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9457440Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9457560Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9457690Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9457810Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9457930Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9458050Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9458170Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9458300Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9458420Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9458550Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9458670Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9458790Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9458900Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9459020Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9459210Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9459330Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9459450Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9459570Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9459690Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9459810Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9459930Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9460050Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9460170Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9460340Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9460460Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9460580Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9460700Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9460820Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9460930Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9461050Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9461170Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9461290Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9461400Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9461510Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9461620Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9461740Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9461850Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9461960Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9462070Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9462180Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9462290Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9462400Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9462510Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9462620Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9462730Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9462840Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9462950Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9463120Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9463230Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9463380Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9463510Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9463650Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9463780Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9463920Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9464050Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9464240Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9464380Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9464510Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9464640Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9464770Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9464890Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9465020Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9465140Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9465270Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9465390Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9465520Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9470580Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9470750Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9470870Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9471000Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9471130Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9471250Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9471370Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9471490Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9471620Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9471740Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9471870Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9472090Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9472210Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9472330Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9472450Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9472570Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9472680Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9472780Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9472890Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9473000Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9473130Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9473240Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9473340Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9473450Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9473550Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9473650Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9473750Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9473860Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9473970Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9474080Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9474190Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9474300Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9474400Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9474510Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9474610Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9474720Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9474820Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9474920Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9475030Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9475130Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9475230Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9475340Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9475440Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9475550Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9475650Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9475750Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9475850Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9476000Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9476110Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9476210Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9476310Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9476420Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9476530Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9476630Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9476730Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9476840Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9476940Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9477050Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9477190Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9477290Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9477390Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9477500Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9477610Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9477710Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9477810Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9477920Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9478020Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9478120Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9478220Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9478320Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9478420Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9478520Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9478640Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9478790Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9478920Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9479050Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9479170Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9479290Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9479410Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9479550Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9479690Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9479810Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9479930Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9480110Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9480250Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9480390Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9480510Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9480630Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9480750Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9480870Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9481000Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9481150Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9481270Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9481390Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9481510Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9481640Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9481770Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9481900Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9482020Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9482140Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9482270Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9482410Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9482520Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9482640Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9482760Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9482890Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9483020Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9483140Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9483260Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9483380Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9483510Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9483650Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9483760Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9483880Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9484050Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9484170Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9484290Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9484410Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9484530Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9484650Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9484770Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9484880Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9485000Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9485180Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9485320Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9485450Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9485580Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9485710Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9485830Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9485950Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9486090Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9486220Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9486340Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9486460Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9486580Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9486720Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9486850Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9486970Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9487090Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9487220Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9487340Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9487460Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9487580Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9487700Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9487820Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9487990Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9488110Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9488230Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9488350Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9488480Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9488600Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9488720Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9488840Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9488960Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9489130Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9489260Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9489370Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9489490Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9489610Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9489740Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9489870Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9490010Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9490130Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9490250Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9490380Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9490500Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9490620Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9490740Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9490860Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9490990Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9491100Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9491220Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9491340Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9491460Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9491580Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9491700Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9491880Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9492010Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9492140Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9492270Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9492390Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9492510Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9492630Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9492750Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9492860Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9493030Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9493150Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9493270Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9493390Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9493520Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9493650Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9493770Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9493900Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9494020Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9494140Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9494260Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9494380Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9494510Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9494630Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9494750Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9494860Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9494980Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9495110Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9495230Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9495350Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9495460Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9495580Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9495700Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9495880Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9496010Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9496130Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9496250Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9496380Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9496500Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9496620Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9496740Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9496920Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9497040Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9497160Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9497280Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9497390Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9497550Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9497700Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9497850Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9498000Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9498150Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9498290Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9498430Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9498550Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9498670Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9498790Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9498920Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9499040Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9499160Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9499280Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9499400Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9499520Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9503830Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9504140Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9504280Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9504410Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9504530Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9504650Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9504770Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9504900Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9505020Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9505140Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9505280Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9505410Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9505550Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9505680Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9505800Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9505930Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9506060Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9506180Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9506300Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9506420Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9506570Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9506720Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9506860Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9507010Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9507160Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9507300Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9507440Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9507580Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9507720Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9507850Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9508000Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9508130Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9508400Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9508560Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9508680Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9508810Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9508930Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9509050Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9509170Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9509380Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9509520Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9509660Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9509790Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9509920Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9510050Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9510200Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9510340Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9510480Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9510620Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9510750Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9510890Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9511020Z test_reference_numerics_extremal_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9511150Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9511290Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9511420Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9511560Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9511690Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9511820Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9511950Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9512080Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9512270Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9512410Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9512530Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9512680Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9512840Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9512970Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9513100Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9513230Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9513550Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9513690Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9513820Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9513950Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9514090Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9514230Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9514370Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9514500Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9514630Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9514770Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9514940Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.000s) 2022-11-23T01:26:06.9515120Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.000s) 2022-11-23T01:26:06.9515260Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9515390Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9515530Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9515660Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9515800Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9515930Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9516070Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9516240Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9516400Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9516550Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9516700Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9516850Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9517000Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9517140Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9517310Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9517460Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9517600Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9517750Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9517890Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9518030Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9518160Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9518290Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9518420Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9518550Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9518670Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9518790Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9518930Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9519060Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9519190Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9519310Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9519430Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9519550Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9519680Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9519800Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9519920Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9520040Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9520210Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9520350Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9520490Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9520630Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9520750Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9520880Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9521000Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9521120Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9521270Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9521410Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9521540Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9521670Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9521800Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9521930Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9522070Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9522200Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9522340Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9522480Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9522600Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9522730Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9522870Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9522990Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9523110Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9523240Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9523380Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9523510Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9523640Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9523770Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9523900Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9524020Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9524200Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9524340Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9524470Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9524590Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9524720Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9524850Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9524980Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9525110Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9525260Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9525380Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9525510Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9525630Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9525750Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9525870Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9525990Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9526110Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9526240Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9526360Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9526480Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9526600Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9526720Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9526840Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9526960Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9527100Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9527230Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9527350Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9527470Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9527600Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.9527730Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.9527860Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9528030Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9528170Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9528300Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9528430Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9528550Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9528680Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9528800Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9528930Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9529060Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9529230Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9529360Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9529490Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9529620Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9529750Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9529880Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9530000Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9530130Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9530260Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9530390Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9530520Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9530650Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9530790Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9530930Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9531060Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9531200Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9531340Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9531480Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9531610Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9531740Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9531870Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9532020Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9532160Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9532290Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9532410Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9532570Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9532720Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9532870Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9533040Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9533180Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9533330Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9533470Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9533610Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9533750Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9533870Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9534000Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9534120Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9534240Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9534360Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9534490Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9534610Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9534740Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9534860Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9534980Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9535100Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9535230Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9535360Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9535500Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9535620Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9535740Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9540470Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9540630Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9540760Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9540880Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9541000Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9541130Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9541250Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9541360Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9541490Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9541640Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9541760Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9541890Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9542010Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9542120Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9542240Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9542350Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9542470Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9542580Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9542740Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9542900Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9543020Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9543170Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9543310Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9543440Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9543560Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9543680Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9543800Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9543910Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9544030Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9544180Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9544360Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9544480Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9544640Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9544780Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9544910Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9545030Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9545150Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9545270Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9545380Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9545510Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9545670Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9545830Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9545950Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9546100Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9546230Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9546350Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9546470Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9546590Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9546700Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9546820Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9546930Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9547040Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9547200Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9547360Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9547470Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9547630Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9547760Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9547900Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9548020Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9548140Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9548330Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9548450Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9548560Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9548720Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9548870Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9548990Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9549140Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9549280Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9549450Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9549570Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9549690Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9549800Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9549910Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9550030Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9550180Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9550330Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9550450Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9550610Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9550740Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9550870Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9550990Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9551110Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9551220Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9551340Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9551450Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9551600Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9551750Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9551880Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9552030Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9552190Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9552330Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9552450Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9552560Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9552680Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9552790Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9552900Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9553060Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9553240Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9553400Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9553530Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9553650Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9553770Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9553940Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9554100Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9554220Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9554340Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9554460Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9554570Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9554690Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9555770Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9555930Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9556080Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9556200Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9556360Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9556480Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9556600Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9556720Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9556840Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9557010Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9557120Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9557240Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9557350Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9557460Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9557610Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9557760Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9557890Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9558080Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9558210Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9558340Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9558470Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9558600Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9558730Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9558850Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9558980Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9559100Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9559220Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9559380Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9559550Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9559670Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9559820Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9559950Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9560070Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9560180Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9560300Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9560410Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9560530Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9560640Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9560810Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9560980Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9561090Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9561250Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9561380Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9561520Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9561630Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9561750Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9561870Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9562000Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9562110Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9562240Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9562400Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9562540Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9562690Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9562820Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9562940Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9563060Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9563180Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9563300Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9563420Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9563570Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9563730Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9563860Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9564010Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9564130Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9564250Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9564370Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9564490Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9564600Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9564800Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9564960Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9565080Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9565230Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9565360Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9565470Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9565580Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9565700Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9565850Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9566000Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9566150Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9566270Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9566420Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9566540Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9566660Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9566780Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9566890Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9567000Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9567160Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9567310Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9567430Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9567590Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9567710Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9567830Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9567950Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9568070Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9568190Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9568350Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9568500Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9568650Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9568810Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9568920Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9569040Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9569150Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9569270Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9569380Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9569490Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9569680Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9569840Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9569970Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9570130Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9570260Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9570400Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9570520Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9570640Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9570760Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9570880Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9570990Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9571150Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9571300Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9571430Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9575900Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9576050Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9576170Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9576280Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9576400Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9576510Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9576660Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9576930Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9577050Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9577200Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9577330Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9577450Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9577570Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9577690Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9577810Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9577950Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9578070Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9578180Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9578290Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9578450Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9578610Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9578730Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9578850Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9578970Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9579090Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9579200Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9579320Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9579470Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9579630Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9579750Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9579870Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9579980Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9580100Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9580220Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9580340Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9580450Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9580570Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9580680Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9580910Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9581020Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9581140Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9581250Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9581360Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9581480Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9581600Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9581760Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9581910Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9582040Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9582160Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9582280Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9582440Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9582570Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9582700Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9582820Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9582950Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9583070Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9583180Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9583310Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9583420Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9583540Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9583700Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9583860Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9583980Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9584140Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9584260Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9584380Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9584510Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9584620Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9584830Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9584990Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9585110Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9585230Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9585340Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9585490Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9585650Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9585770Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9585980Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9586100Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9586220Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9586340Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9586460Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9586570Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9586680Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9586800Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9586910Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9587060Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9587210Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9587340Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9587500Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9587620Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9587750Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9587870Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9587990Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9588110Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9588220Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9588380Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9588540Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9588750Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9588910Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9589040Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9589150Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9589270Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9589390Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9589510Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9589620Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9589780Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9590030Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9590160Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9590320Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9590440Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9590560Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9590680Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9590800Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9590920Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9591030Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9591150Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9591270Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9591380Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9591540Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9591710Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9591860Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9592000Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9592150Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9592300Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9592440Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9592590Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9592770Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9592920Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9593060Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9593200Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9593340Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9593470Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9593610Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9593800Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9593920Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9594040Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9594160Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9594280Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9594390Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9594550Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9594710Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9594830Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9594990Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9595110Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9595230Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9595340Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9595460Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9595580Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9595690Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9595810Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9595960Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9596110Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9596230Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9596380Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9596560Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9596680Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9596800Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9596910Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9597030Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9597180Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9597340Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9597450Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9597660Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9597780Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9597900Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9598010Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9598130Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9598250Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9598360Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9598470Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9598630Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9598780Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9598900Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9599050Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9599170Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9599290Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9599400Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9599520Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9599630Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9599750Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9599860Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9600010Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9600160Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9600290Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9600540Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9600680Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9600810Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9600930Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9601050Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9601170Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9601300Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9601420Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9601610Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9601780Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9601940Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9602060Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9602210Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9602330Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9602450Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9602560Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9602680Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9602790Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9602940Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9603100Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9603240Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9603380Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9603510Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9603640Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9603770Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9603900Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9604040Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9604210Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9604410Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9604550Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9604680Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9604810Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9604930Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9605060Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9605190Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9605360Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9605550Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9605680Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9605810Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9605930Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9606060Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9606180Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9606320Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9606480Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9606610Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9606770Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9606890Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9607020Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9607140Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9607260Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9607380Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9607500Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9612620Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9612820Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9612940Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9613060Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9613320Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9613440Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9613560Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9613680Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9613790Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9613900Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9614010Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9614120Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9614280Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9614480Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9614620Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9614750Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9614880Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9615010Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9615140Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9615260Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9615410Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9615550Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9615680Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9615810Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9615950Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9616080Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9616210Z test_reference_numerics_large_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9616340Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9616470Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9616600Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9616740Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9616860Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9616990Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9617120Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9617300Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9617440Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9617560Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9617690Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9617850Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9618020Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9618150Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9618280Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9618440Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9618590Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9618740Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9618870Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9619000Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9619120Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9619260Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9619390Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9619530Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9619660Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9619800Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9619960Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.006s) 2022-11-23T01:26:06.9620090Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9620220Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9620360Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9620490Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9620630Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9620760Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9620930Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9621370Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9621520Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9621690Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.000s) 2022-11-23T01:26:06.9621860Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Fails on some jobs works on others! (0.000s) 2022-11-23T01:26:06.9621990Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9622120Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9622260Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9622390Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9622610Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9622780Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9622950Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9623090Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9623230Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9623360Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9623500Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9623640Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9623770Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9623940Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9624110Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9624250Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9624430Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9624560Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9624700Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9624830Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9624960Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9625090Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9625300Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9625480Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9625630Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9625770Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9625920Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9626060Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9626200Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9626340Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9626520Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9626660Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9626810Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9626950Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9627120Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9627250Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9627390Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9627520Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9627660Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9627780Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9627950Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9628120Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9628260Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9628420Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9628560Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9628690Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9628820Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9628950Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9629080Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9629290Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9629460Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9629600Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9629760Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9629900Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9630030Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9630160Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9630350Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9630480Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9630640Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9630810Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9630940Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9631060Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9631190Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9631320Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9631440Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9631570Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9631690Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9631820Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9631940Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9632060Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9632220Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9632380Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9632510Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9632670Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9632790Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9632920Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9633090Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9633220Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9633340Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9633460Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9633620Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9633770Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9633890Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9634050Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9634200Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9634330Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9634450Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9634570Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9634690Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9634800Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9634920Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9635030Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9635150Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9635300Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9635460Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9635600Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9635760Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9635890Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9636030Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9636160Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9636290Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9636410Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9636530Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9636650Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9636770Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9636930Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9637150Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9637280Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9637410Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9637530Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9637650Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9637760Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9637880Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9638040Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9638250Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9638380Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9638520Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9638650Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9638780Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9638900Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9639030Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9639160Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9639290Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9639430Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9639550Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9639710Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9639830Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9639950Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9640070Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9640200Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9640320Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9640430Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9640550Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9640700Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9640870Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9641020Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9641180Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9641310Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9641430Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9641570Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9641690Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9641810Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9641920Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9642040Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9642200Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9642310Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9642480Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9642640Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9642760Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9642930Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9643070Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9643210Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9643340Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9643460Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9643580Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9643700Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9643820Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9643990Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9644150Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9644270Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9644430Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9644550Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9644670Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9644790Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9644910Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9645070Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9645190Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9645350Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9645510Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9650750Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9651030Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9651150Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9651280Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9651520Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9651640Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9651760Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9651880Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9652040Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9652190Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9652310Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9652470Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9652590Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9652710Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9652840Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9652950Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9653070Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9653190Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9653310Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9653480Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9653650Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9653770Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9653940Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9654060Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:26:06.9654190Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:26:06.9654370Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9654510Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9654630Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9654760Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9654870Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9655030Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9655190Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9655320Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9655480Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9655650Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9655790Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9655910Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9656020Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9656140Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9656260Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9656380Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9656510Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9656670Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9656820Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9656960Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9657110Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9657250Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9657390Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9657530Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9657660Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9657790Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9657960Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9658090Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9658220Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9658420Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9658560Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9658690Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9658850Z test_reference_numerics_large_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9659020Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9659180Z test_reference_numerics_large_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9659310Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9659500Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9659630Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9659760Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9659880Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9660050Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9660220Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9660390Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9660530Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9660650Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9660780Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9660910Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9661040Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9661210Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9661380Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9661540Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9661670Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9661800Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9661920Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9662050Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9662180Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9662400Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9662570Z test_reference_numerics_large_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9662710Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9662880Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9663010Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9663140Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9663270Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9663450Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9663580Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9663740Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9663910Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9664070Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9664200Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9664330Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9664460Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9664580Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9664700Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9664870Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9665030Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9665160Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9665320Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9665450Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9665570Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9665690Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9665810Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9665920Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9666090Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9666280Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9666460Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9666590Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9666710Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9666830Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9666950Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9667070Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9667210Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.000s) 2022-11-23T01:26:06.9667400Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9667560Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9667690Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9667810Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9667930Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9668050Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9668170Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9668330Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9668490Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9668650Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9668780Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9668910Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9669040Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9669170Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9669300Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9669470Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9669630Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9669800Z test_reference_numerics_large_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9669940Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9670140Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9670280Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9670410Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9670540Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9670710Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9670890Z test_reference_numerics_large_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9671060Z test_reference_numerics_large_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9671240Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9671380Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9671510Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9671640Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9671770Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9671940Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9672110Z test_reference_numerics_large_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9672280Z test_reference_numerics_large_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9672410Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9672550Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9672680Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9672810Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9672940Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9673110Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9673280Z test_reference_numerics_large_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9673440Z test_reference_numerics_large_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9673580Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9673710Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9674040Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9674170Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9674310Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9674470Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9674640Z test_reference_numerics_large_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9674770Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9674930Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9675150Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9675280Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9675400Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9675530Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9675650Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9675810Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9675970Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9676140Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9676270Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9676390Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9676520Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9676640Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9676760Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9676920Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9677090Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9677240Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9677430Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9677580Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9677730Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9677930Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9678080Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9678230Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9678410Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9678600Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9678780Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9678920Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9679120Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9679270Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9679410Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9679550Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9679730Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9679900Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9680080Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9680220Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9680360Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9680500Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9680640Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9680780Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9680950Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9681130Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9681310Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9681450Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9681580Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9681760Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9681900Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9682050Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9682220Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9682400Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9682530Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9682690Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9682910Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9683050Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9683170Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9683300Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9683420Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9683540Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9683650Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9683820Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9683980Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9684120Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9684290Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9684430Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9684570Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9684690Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9684820Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9684950Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9685060Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9690290Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9690480Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9690640Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9690800Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.000s) 2022-11-23T01:26:06.9691080Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9691240Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9691380Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9691510Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9691640Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9691760Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9691880Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9691990Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9692110Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9692300Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9692450Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9692570Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9692730Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9692860Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9692990Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9693110Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9693240Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9693360Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9693470Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9693580Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9693740Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9693900Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9694020Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9694140Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9694260Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9694380Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9694500Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9694610Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9694770Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9694930Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-11-23T01:26:06.9695110Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9695240Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9695370Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9695490Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9695610Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9695730Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9695850Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9695960Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9696080Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9696240Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9696350Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9696460Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9696580Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9696700Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9696820Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-11-23T01:26:06.9696950Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9697060Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9697180Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9697300Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9697420Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9697530Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9697640Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9697760Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9697880Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9698000Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:26:06.9698130Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-11-23T01:26:06.9698260Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:26:06.9698370Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9698490Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9698610Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9698730Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9698840Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9698950Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9699130Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9699250Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9699370Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:26:06.9699490Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:26:06.9699620Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9699730Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9699850Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9699970Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9700080Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9700230Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9700350Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9700460Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9700580Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9700690Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9700810Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:26:06.9700930Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-11-23T01:26:06.9701050Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:26:06.9701170Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9701290Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9701400Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9701510Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9701630Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9701740Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9701850Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9701970Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9702090Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9702230Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9702360Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9702480Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9702600Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9702720Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9702830Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9702970Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9703080Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9703200Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9703320Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9703430Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9703560Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-11-23T01:26:06.9703670Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:26:06.9703790Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9703910Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9704050Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9704170Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9704280Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9704400Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9704510Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9704630Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9704740Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:26:06.9704870Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T01:26:06.9704990Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9705110Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9705230Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9705340Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9705460Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9705570Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9705690Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9705800Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9705930Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9706050Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9706170Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9706290Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9706410Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9706530Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9706650Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9706760Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9706900Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9707020Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9707130Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9707250Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9707360Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9707470Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9707590Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9707710Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9707830Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9707970Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.9708090Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9708210Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9708380Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9708500Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9708620Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9708730Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9708840Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.9708960Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9709070Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9709200Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9709330Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9709460Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9709590Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.9709710Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9709840Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9709980Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9710100Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9710230Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9710350Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9710480Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9710600Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9710720Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9710890Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9711010Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:26:06.9711130Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:26:06.9711250Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9711370Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9711490Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9711600Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9711720Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9711830Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9711990Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9712100Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9712220Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9712340Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:26:06.9712460Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9712580Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:26:06.9712700Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9712820Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9712930Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9713050Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9713160Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9713280Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9713390Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9713510Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9713630Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:26:06.9713750Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9713870Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9713990Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9714110Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9714230Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9714340Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9714460Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9714580Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9714700Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-11-23T01:26:06.9714890Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9715010Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-11-23T01:26:06.9715140Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-11-23T01:26:06.9715250Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9715370Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9715480Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9715600Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9715720Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9715830Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9715990Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:26:06.9716110Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.9716230Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.9716350Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9716460Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9716570Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.9716680Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9716790Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9716910Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9717020Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:26:06.9717140Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9717260Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9717370Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9717490Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9717600Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9717710Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9717830Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9717950Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9718060Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:26:06.9718180Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9718300Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:26:06.9718420Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9718530Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9718640Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9718790Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9718910Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9719030Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9719140Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9719260Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9719370Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9719480Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9723950Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9724130Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9724380Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9724490Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9724610Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9724720Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9724840Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.9724960Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:26:06.9725080Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9725200Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9725310Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9725430Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9725540Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9725650Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9725760Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9725870Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9725990Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9726110Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9726230Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9726350Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9726460Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9726580Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9726690Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9726810Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9726920Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9727040Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9727180Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9727310Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9727430Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9727550Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9727660Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9727780Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9727890Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9728000Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9728120Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9728280Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9728390Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9728510Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9728630Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9728740Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9728860Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9728980Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9729100Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9729210Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9729320Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9729440Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9729550Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9729670Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9729790Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9729900Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9730020Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9730140Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9730250Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9730370Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9730480Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9730600Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-11-23T01:26:06.9730710Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9730830Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:26:06.9730940Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9731120Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9731240Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9731350Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9731460Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9731590Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9731710Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9731830Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9731950Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9732070Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9732250Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9732380Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9732510Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9732630Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9732750Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9732870Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.9732980Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9733100Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9733220Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9733340Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9733460Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9733570Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9733690Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9733810Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9733930Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9734050Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9734170Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9734290Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9734400Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9734520Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9734640Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9734760Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9734880Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9735030Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9735150Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9735260Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9735390Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9735510Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9735620Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9735740Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9735850Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9735970Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9736140Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9736250Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9736370Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9736480Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9736610Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9736730Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.9736850Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9736970Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9737090Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.9737210Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9737330Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9737450Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9737560Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9737680Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9737800Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9737920Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.9738040Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9738160Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:26:06.9738280Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9738390Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9738510Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9738630Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9738740Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9738890Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9739010Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9739130Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9739260Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9739380Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9739500Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9739620Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9739730Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9739850Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9740000Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9740110Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9740230Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9740350Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9740460Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9740610Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9740750Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9740900Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9741050Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9741200Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9741340Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9741480Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9741620Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9741760Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9741900Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9742040Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9742180Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9742300Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.9742420Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:26:06.9742540Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.9742660Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.9742800Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.9742920Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.9743030Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9743150Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.9743260Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9743380Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9743500Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9743620Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T01:26:06.9743740Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9743890Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9744010Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9744120Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9744230Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9744350Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9744460Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9744580Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9744700Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9744810Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9744930Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9745050Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9745160Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9745270Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9745380Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9745500Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9745610Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9745730Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9745850Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9745970Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-11-23T01:26:06.9746090Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9746200Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9746320Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9746430Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9746540Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9746700Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9746820Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9746930Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9747040Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9747160Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9747280Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T01:26:06.9747390Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9747510Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9747630Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9747780Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9747900Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9748010Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9748120Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9748230Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9748360Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9748480Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9748610Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9748740Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9748870Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9748990Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9749120Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9749240Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9749360Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9749480Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9749600Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9749720Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9749840Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9749960Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:26:06.9750080Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9750200Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9750310Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9750430Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9750590Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9750710Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9750830Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9750960Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9751100Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9751230Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:26:06.9751370Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9751500Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9751630Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9751790Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9751920Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9752050Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T01:26:06.9752180Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-11-23T01:26:06.9752310Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-11-23T01:26:06.9752440Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-11-23T01:26:06.9752560Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T01:26:06.9752690Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-11-23T01:26:06.9752820Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-11-23T01:26:06.9752940Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-11-23T01:26:06.9757290Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-11-23T01:26:06.9757450Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-11-23T01:26:06.9757580Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-11-23T01:26:06.9757710Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-11-23T01:26:06.9757840Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-11-23T01:26:06.9757960Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-11-23T01:26:06.9758090Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-11-23T01:26:06.9758220Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-11-23T01:26:06.9758340Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9758470Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9758590Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9758820Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9758940Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9759070Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9759180Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9759300Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9759420Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9759540Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9759660Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9759780Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9759930Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9760050Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9760170Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9760280Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9760400Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9760510Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9760630Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9760740Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9760850Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9760960Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9761100Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9761230Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9761360Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9761480Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9761610Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9761740Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9761880Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9762020Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9762160Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9762290Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.9762430Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9762560Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9762720Z test_reference_numerics_normal_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.9762850Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.9762980Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:26:06.9763110Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9763240Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9763370Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9763500Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9763630Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9763810Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9763940Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9764060Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9764190Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9764320Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9764440Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9764570Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9764700Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9764830Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9764970Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:26:06.9765120Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9765250Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9765370Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9765500Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9765640Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9765770Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9765910Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.9766040Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9766180Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9766310Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9766440Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9766650Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9766790Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9766920Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9767050Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9767180Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9767310Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9767440Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9767570Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9767780Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9767930Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9768070Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9768200Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9768340Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9768470Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9768600Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9768730Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9768860Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9769000Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9769130Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9769260Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9769400Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9769530Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9769660Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9769790Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9769920Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9770060Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-11-23T01:26:06.9770190Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:26:06.9770320Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-11-23T01:26:06.9770480Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-11-23T01:26:06.9770620Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9770750Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.9770880Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.9771010Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9771140Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.9771270Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-11-23T01:26:06.9771400Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-11-23T01:26:06.9771550Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-11-23T01:26:06.9771680Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-11-23T01:26:06.9771810Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-11-23T01:26:06.9771940Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-11-23T01:26:06.9772070Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-11-23T01:26:06.9772190Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-11-23T01:26:06.9772320Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-11-23T01:26:06.9772460Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-11-23T01:26:06.9772580Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-11-23T01:26:06.9772720Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-11-23T01:26:06.9772840Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-11-23T01:26:06.9772970Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-11-23T01:26:06.9773100Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-11-23T01:26:06.9773230Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-11-23T01:26:06.9773360Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-11-23T01:26:06.9773490Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-11-23T01:26:06.9773620Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-11-23T01:26:06.9773750Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.219s) 2022-11-23T01:26:06.9773890Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-11-23T01:26:06.9774020Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-11-23T01:26:06.9774150Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-11-23T01:26:06.9774320Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-11-23T01:26:06.9774450Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-11-23T01:26:06.9774580Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-11-23T01:26:06.9774710Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-11-23T01:26:06.9774840Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-11-23T01:26:06.9774970Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.224s) 2022-11-23T01:26:06.9775100Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-11-23T01:26:06.9775230Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-11-23T01:26:06.9775430Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-11-23T01:26:06.9775560Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-11-23T01:26:06.9775690Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-11-23T01:26:06.9775810Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-11-23T01:26:06.9775940Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-11-23T01:26:06.9776070Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9776200Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9776320Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9776450Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9776570Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9776690Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9776810Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9776930Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9777050Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9777170Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.9777290Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9777410Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9777530Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9777650Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:26:06.9777770Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9777890Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9778010Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9778130Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9778300Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9778420Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9778540Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9778660Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9778770Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9778890Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9779010Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9779130Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9779250Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9779390Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9779510Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9779620Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9779740Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:26:06.9779850Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9779960Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.9780080Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9780190Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:26:06.9780320Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9780450Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9780580Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9780710Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9780830Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9780950Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9781080Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9781200Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9781320Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9781440Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9781560Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9781680Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9781800Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9781920Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9782040Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9782230Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9782350Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9782470Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9782580Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9782700Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9782830Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9782960Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9783090Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9783220Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9783410Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9783530Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9783660Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9783800Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9783930Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9784050Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9784160Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-11-23T01:26:06.9784290Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9784410Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9784530Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9784650Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9784770Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9784880Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9785000Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9785110Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9785230Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9785350Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9785460Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9785580Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9785700Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.9785820Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9785930Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9786050Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9786200Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9786320Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9786430Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9786550Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9786660Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9786770Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9786890Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9787010Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:26:06.9787140Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:26:06.9787340Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:26:06.9787460Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9787580Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9787700Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9791970Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9792090Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9792210Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9792330Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9792450Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9792560Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9792680Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9792800Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9792920Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9793040Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9793150Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9793260Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9793380Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9793490Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9793610Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9793730Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9793850Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9793970Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9794080Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9794280Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9794400Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9794510Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9794630Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9794740Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9794860Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9794970Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:26:06.9795100Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:26:06.9795210Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:26:06.9795370Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9795490Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9795600Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9795710Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9795820Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9795940Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9796050Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9796170Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9796280Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:26:06.9796410Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:26:06.9796520Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-11-23T01:26:06.9796640Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9796760Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9796870Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9796990Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9797100Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9797210Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9797330Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9797440Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9797560Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:26:06.9797680Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9797800Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:26:06.9797910Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9798030Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9798190Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9798310Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9798420Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9798530Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9798650Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9798770Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-11-23T01:26:06.9798910Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-11-23T01:26:06.9799030Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-11-23T01:26:06.9799160Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-11-23T01:26:06.9799330Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-11-23T01:26:06.9799460Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-11-23T01:26:06.9799580Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-11-23T01:26:06.9799710Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.244s) 2022-11-23T01:26:06.9799840Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9799970Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9800090Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9800220Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9800350Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9800470Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9800590Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9800720Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9800850Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:26:06.9800980Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9801100Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.9801230Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9801350Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.9801470Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.9801600Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9801720Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9801840Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:26:06.9801970Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9802140Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9802270Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9802400Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.9802520Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9802640Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9802770Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:26:06.9802890Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:26:06.9803020Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9803230Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:26:06.9803350Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9803480Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9803600Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9803720Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9803840Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9803980Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9804100Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:26:06.9804230Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9804360Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9804480Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9804600Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9804720Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:26:06.9804850Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9804960Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9805090Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:26:06.9805210Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9805340Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9805470Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9805590Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:26:06.9805710Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9805840Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9806000Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9806130Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-11-23T01:26:06.9806260Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-11-23T01:26:06.9806380Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:26:06.9806500Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:26:06.9806630Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:26:06.9806750Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:26:06.9806870Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:26:06.9806990Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:26:06.9807130Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:26:06.9807260Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-11-23T01:26:06.9807380Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:26:06.9807500Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9807620Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:26:06.9807740Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:26:06.9807860Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:26:06.9807980Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:26:06.9808100Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:26:06.9808210Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-11-23T01:26:06.9808400Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9808530Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:26:06.9808650Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9808770Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:26:06.9808890Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:26:06.9809010Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9809130Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:26:06.9809260Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-11-23T01:26:06.9809390Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:26:06.9809520Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:26:06.9809650Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:26:06.9809770Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:26:06.9809900Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-11-23T01:26:06.9810060Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:26:06.9810190Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9810320Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-11-23T01:26:06.9810460Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9810600Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9810730Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9810860Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9810990Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:26:06.9811150Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9811290Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:26:06.9811420Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-11-23T01:26:06.9811550Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:26:06.9811690Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:26:06.9811820Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9811950Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-11-23T01:26:06.9812080Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9812210Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:26:06.9812340Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:26:06.9812470Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-11-23T01:26:06.9812600Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9812740Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9812870Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9813000Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9813130Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9813260Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:26:06.9813380Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:26:06.9813510Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-11-23T01:26:06.9813650Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9813830Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:26:06.9813960Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9814090Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:26:06.9814220Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9814350Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9814480Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:26:06.9814600Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.9814730Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-11-23T01:26:06.9814920Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9815050Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9815170Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9815290Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:26:06.9815410Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:26:06.9815540Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:26:06.9815650Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9815770Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9815900Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9816030Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9816150Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9816280Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9816400Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9816520Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9816650Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9816800Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9816950Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-11-23T01:26:06.9817100Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:26:06.9817250Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9817390Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9817540Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9817760Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9817910Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9818050Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:26:06.9818190Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-11-23T01:26:06.9818340Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9818480Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:26:06.9818620Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:26:06.9818760Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-11-23T01:26:06.9818960Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9819100Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9819240Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-11-23T01:26:06.9819370Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-11-23T01:26:06.9819510Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9819650Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9819790Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:26:06.9819920Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9820060Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-11-23T01:26:06.9820190Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-11-23T01:26:06.9820330Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-11-23T01:26:06.9820470Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:26:06.9820610Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9820750Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9820890Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9821020Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9821150Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9821290Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9821420Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:26:06.9821600Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9821720Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:26:06.9821840Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:26:06.9821960Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9822090Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9822200Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9826270Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9826410Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9826530Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9826650Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9826840Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9826960Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9827080Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9827210Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9827330Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9827450Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9827570Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9827690Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9827810Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9827930Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:26:06.9828050Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9828170Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9828280Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:26:06.9828390Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9828510Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:26:06.9828630Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-11-23T01:26:06.9828750Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:26:06.9828870Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9828980Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:26:06.9829100Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:26:06.9829210Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:26:06.9829320Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9829440Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:26:06.9829580Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-11-23T01:26:06.9829710Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:26:06.9829820Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:26:06.9829940Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:26:06.9830060Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-11-23T01:26:06.9830180Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9830300Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9830410Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9830520Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9830670Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:26:06.9830780Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9830890Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:26:06.9831010Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9831130Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9831250Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9831370Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9831480Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9831600Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:26:06.9831710Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:26:06.9831830Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:26:06.9831940Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9832060Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9832180Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9832290Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9832410Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9832520Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9832640Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9832750Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9832860Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9832970Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9833090Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9833200Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9833320Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9833500Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9833620Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9833740Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9833860Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9833970Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9834090Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9834200Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9834310Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9834430Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9834560Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9834680Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9834820Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9834940Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9835070Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:26:06.9835180Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9835300Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9835410Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9835530Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9835640Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9835760Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9835870Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9836000Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9836150Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9836270Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9836390Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9836530Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9836660Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9836780Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:26:06.9836900Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9837020Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9837130Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9837240Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9837410Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9837530Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9837670Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9837790Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9837910Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9838030Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9838150Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9838260Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9838380Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9838530Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9838650Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9838750Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9838880Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9839020Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9839150Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9839290Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9839400Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9839520Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9839640Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9839750Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9839860Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9839970Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9840090Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9840200Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9840340Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9840480Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9840670Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9840790Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9840910Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9841030Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9841140Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9841250Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9841430Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9841540Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9841660Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9841800Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9841940Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9842070Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9842190Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9842310Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9842430Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9842570Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9842690Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9842800Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9842910Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9843060Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9843180Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9843300Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9843420Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9843550Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9843660Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9843780Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9843900Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9844020Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9844130Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9844240Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9844350Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9844470Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9844580Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9844700Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9844840Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9844960Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9845080Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9845200Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9845340Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9845460Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9845570Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9845680Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9845790Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9845900Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9846020Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9846130Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9846250Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9846430Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9846570Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9846690Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9846820Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9846950Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9847080Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9847200Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9847320Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9847450Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9847570Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9847700Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9847820Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9847930Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9848070Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9848190Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9848310Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9848430Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9848540Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9848660Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9848770Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9848880Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9848990Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9849100Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9849240Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9849390Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9849510Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9849630Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9849750Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9849870Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9849980Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9850090Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9850200Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9850330Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9850450Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9850570Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9850710Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T01:26:06.9850830Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9850950Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9851070Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9851190Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9851310Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9851420Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9851540Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9851660Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9851780Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9851920Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9852040Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9852160Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9852280Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9852390Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9852510Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9852620Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9852740Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9852850Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9853000Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9853150Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9853270Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9853380Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9853500Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9853610Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9853720Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9853830Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9853940Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9854080Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T01:26:06.9854230Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9854350Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9854470Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9854580Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9854700Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9854810Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9854920Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9855040Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9859200Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9859340Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9859460Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9859570Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9859690Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9859800Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9859920Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9860030Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9860160Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9860290Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9860410Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9860520Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9860630Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9860750Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9860860Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9860970Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9861140Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9861260Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9861390Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9861530Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T01:26:06.9861650Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9861770Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9861890Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9862000Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9862120Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9862260Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9862370Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9862480Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9862590Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9862720Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9862860Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T01:26:06.9862980Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9863100Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9863210Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9863330Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9863440Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9863550Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9863660Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9863780Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9863920Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9864040Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9864160Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9864280Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9864400Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9864510Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9864630Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9864740Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9864850Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9865030Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9865140Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9865250Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9865370Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9865490Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9865600Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9865720Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9865830Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9865950Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9866090Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9866200Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9866320Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9866430Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9866550Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9866660Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9866780Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9866900Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9867010Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9867130Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9867240Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9867370Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9867490Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9867600Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9867710Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9867820Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9867940Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9868050Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9868160Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9868280Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9868400Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9868520Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9868650Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9868790Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9868940Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9869070Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9869190Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9869310Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9869430Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9869540Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9869660Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9869780Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9869900Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9870040Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9870150Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9870270Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9870410Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9870530Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9870650Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9870770Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9870890Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9871000Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9871120Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9871230Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9871340Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9871450Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9871570Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9871680Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9871800Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9871940Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9872060Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9872180Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9872290Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9872410Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9872520Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9872630Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9872800Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9872910Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9873030Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9873140Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9873260Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9873400Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9873520Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9873640Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9873750Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9873910Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9874020Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9874140Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9874250Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9874370Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9874490Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9874630Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9874750Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9874880Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9875000Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9875110Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9875230Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9875340Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9875460Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9875580Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9875700Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9875840Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9875960Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9876080Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9876200Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9876310Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9876430Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9876540Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9876710Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9876830Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9876940Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9877060Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9877170Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9877320Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:06.9877460Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9877610Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9877790Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9877940Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9878080Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9878220Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9878360Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9878500Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9878640Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9878770Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9878910Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:26:06.9879050Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9879190Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T01:26:06.9879310Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9879420Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9879540Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9879660Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9879770Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9879890Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9880000Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9880120Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9880260Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9880380Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9880520Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9880640Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9880760Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9880870Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9880990Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9881100Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9881210Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9881330Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9881440Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9881600Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9881720Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9881840Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9881950Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9882060Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9882170Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9882290Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9882400Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9882510Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9882650Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9882770Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9882890Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9883000Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9883120Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9883230Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9883340Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9883450Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9883570Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9883680Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9883790Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9883930Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9884050Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9884170Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9884280Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9884410Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9884530Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9884640Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9884750Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9884870Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9884980Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9885100Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9885250Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9885380Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9885530Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9885660Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9885780Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9885900Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9886020Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9886140Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9886260Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9886380Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9886500Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9886610Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9886750Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9886870Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9886990Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9887110Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9887220Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9887330Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9887440Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9887550Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9887690Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9887820Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9887960Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9891900Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9892100Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9892230Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9892370Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9892500Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9892630Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9892760Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9892890Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9893020Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9893180Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9893300Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9893440Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9893570Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9893700Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9893830Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9893960Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9894080Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9894210Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9894330Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9894470Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9894600Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9894720Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9894870Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9894990Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9895110Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9895230Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9895350Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9895470Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9895580Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9895700Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9895820Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9895970Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9896090Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9896210Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9896330Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9896440Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9896560Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9896670Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9896780Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9896900Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9897030Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9897140Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9897250Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9897380Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9897510Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9897640Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9897770Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9897900Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9898030Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9898170Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9898300Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9898440Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9898570Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9898700Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9898840Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9898970Z test_reference_numerics_small_nn_functional_mish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9899100Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9899230Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9899370Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9899500Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9899620Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9899750Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9899900Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9900030Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9900160Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9900290Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9900410Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9900540Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9900670Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9900800Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9900950Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9901080Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9901220Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9901370Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9901500Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9901630Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9901750Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9901890Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9902020Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9902150Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9902280Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9902420Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9902560Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9902690Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9902820Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9902950Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9903090Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9903230Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9903360Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9903500Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9903630Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9903790Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9903940Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.016s) 2022-11-23T01:26:06.9904100Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.015s) 2022-11-23T01:26:06.9904230Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9904370Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9904500Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9904630Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9904780Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9904910Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9905040Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9905170Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9905310Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9905440Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9905570Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9905710Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9905830Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9905960Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9906090Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9906230Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9906380Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9906510Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9906650Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9906780Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9906910Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9907040Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9907170Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9907300Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9907440Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9907620Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9907760Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9907890Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9908020Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9908140Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9908270Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9908400Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9908530Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9908700Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9908850Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9908980Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9909110Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9909240Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9909370Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9909500Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9909630Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9909750Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9909890Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9910040Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9910170Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9910300Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9910430Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9910550Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9910680Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9910810Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9910940Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9911070Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9911220Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9911410Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9911550Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9911680Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9911800Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9911930Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9912060Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9912180Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9912310Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9912490Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9912620Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9912740Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9912860Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9912980Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9913100Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9913220Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9913350Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9913460Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9913580Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9913700Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9913830Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9913980Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9914100Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9914220Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9914340Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9914460Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9914580Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9914690Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9914810Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9914920Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9915040Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9915180Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T01:26:06.9915330Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:26:06.9915450Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9915570Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9915690Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9915810Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9915920Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9916040Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9916150Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9916260Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9916410Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9916520Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9916660Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9916810Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T01:26:06.9916940Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9917070Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9917190Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9917320Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9917440Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9917560Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9917680Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9917800Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9917930Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9918050Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9918170Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9918290Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9918410Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9918520Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9918640Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9918750Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9918870Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9918980Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9919110Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9919280Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9919410Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9919540Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9919660Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9919790Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9919920Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9920050Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9920180Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9920300Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9920470Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9920590Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9920710Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9920830Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9920950Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9921060Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9921180Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9921290Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9921410Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9921520Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9921630Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9921770Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9921890Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9922010Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9922130Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9922240Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9926520Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9926660Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9926770Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9926890Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9926990Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9927110Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9927220Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9927470Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9927610Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9927740Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9927860Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9927980Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9928100Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9928220Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9928340Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9928450Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9928610Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9928720Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9928830Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9928970Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9929090Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9929200Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9929320Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9929430Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9929550Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9929660Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9929770Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9929880Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9930000Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9930150Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9930260Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9930380Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9930500Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9930620Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9930730Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9930850Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9930960Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9931080Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9931190Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9931360Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9931480Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9931600Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9931710Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9931830Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9931940Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9932050Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9932160Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9932280Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9932460Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9932580Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9932720Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9932840Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9932970Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9933090Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9933200Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9933320Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9933430Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9933540Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9933650Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9933770Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9933880Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9934020Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9934140Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9934260Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9934380Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9934490Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9934600Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9934710Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9934820Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9934930Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9935040Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9935190Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9935380Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9935510Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9935640Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9935760Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9935890Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9936010Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9936130Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9936290Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9936470Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9936600Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9936720Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9936850Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9936970Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9937100Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9937220Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9937380Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9937500Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9937630Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9937750Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9937870Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9937990Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9938120Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9938250Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9938390Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9938520Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9938650Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9938770Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9938890Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9939010Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9939190Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9939320Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9939470Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9939590Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9939710Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9939840Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9939960Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9940080Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9940200Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9940360Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9940490Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9940700Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9940830Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9940950Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9941080Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9941200Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9941320Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9941450Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9941560Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9941710Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9941840Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9941960Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9942090Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9942210Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9942330Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9942450Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9942570Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9942700Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9942840Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9942960Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9943150Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9943280Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9943400Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9943510Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9943630Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9943750Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9943890Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9944010Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9944130Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9944300Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9944420Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9944540Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9944660Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9944780Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9944920Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9945040Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9945160Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9945280Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9945400Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9945510Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9945630Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9945750Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9945900Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9946030Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9946160Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9946280Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9946410Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9946540Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9946660Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9946790Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9946940Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9947110Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9947240Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9947380Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9947510Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9947640Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9947770Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9947910Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9948060Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9948250Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9948390Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9948520Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9948650Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9948780Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9948910Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9949040Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9949200Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9949330Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9949460Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9949590Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9949720Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9949840Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9949980Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9950110Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9950260Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9950390Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9950520Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9950650Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9950780Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9950970Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9951100Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9951230Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9951360Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9951510Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9951630Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9951760Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9951880Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9952060Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9952180Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9952300Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9952420Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9952570Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9952690Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9952820Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9952950Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9953070Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9953190Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9953320Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9953440Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9953590Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9953760Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9953900Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9954050Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9954200Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9954340Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9954480Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9954630Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9954830Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9954990Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9955140Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9955270Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9955410Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9955550Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9955690Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9955830Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9956010Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9956170Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9956310Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9956450Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9956590Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9956730Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9956870Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9957000Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9957140Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9957300Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T01:26:06.9961660Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9961820Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9961960Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9962090Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9962220Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9962360Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9962490Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9962610Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9962750Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9963000Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9963130Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9963250Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9963370Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9963480Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9963600Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9963710Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9963820Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9963930Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9964050Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9964270Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9964400Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:26:06.9964520Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:26:06.9964640Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9964760Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9964870Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9965000Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9965120Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9965230Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9965350Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9965460Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9965600Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:26:06.9965730Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.000s) 2022-11-23T01:26:06.9965850Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9965970Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:26:06.9966090Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9966200Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9966310Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9966420Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9966530Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9966650Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9966760Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9966880Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9967050Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-11-23T01:26:06.9967170Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9967290Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:26:06.9967410Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9967530Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9967640Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9967750Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9967860Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9967980Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9968110Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9968230Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9968350Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9968470Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9968580Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9968700Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9968810Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9968930Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9969040Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9969140Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9969230Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9969330Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9969440Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:26:06.9969550Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.9969660Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:26:06.9969770Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9969890Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9970000Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9970110Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9970220Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9970320Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9970420Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9970520Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9970620Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9970720Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9970810Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9970940Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9971040Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:26:06.9971150Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-11-23T01:26:06.9971160Z 2022-11-23T01:26:06.9971430Z ---------------------------------------------------------------------- 2022-11-23T01:26:06.9971480Z Ran 12614 tests in 73.329s 2022-11-23T01:26:06.9971490Z 2022-11-23T01:26:06.9971560Z OK (skipped=662, expected failures=16) 2022-11-23T01:26:06.9971560Z 2022-11-23T01:26:06.9971620Z Generating XML reports... 2022-11-23T01:26:06.9971840Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221123012452.xml 2022-11-23T01:26:06.9971850Z 2022-11-23T01:26:06.9972160Z ##[endgroup] 2022-11-23T01:26:06.9972390Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_unary_ufuncs_3bi5m4l6) 2022-11-23T01:26:06.9972470Z 2022-11-23T01:26:07.8366510Z Running test_jit ... [2022-11-23 01:26:07.836418] 2022-11-23T01:26:07.8368630Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:07.836660] 2022-11-23T01:26:07.8368800Z Ignoring disabled issues: [] 2022-11-23T01:26:13.0368600Z 2022-11-23T01:26:13.0368900Z Expand the folded group to see the log file of test_foreach 2022-11-23T01:26:13.0369430Z ##[group]PRINTING LOG FILE of test_foreach (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_foreach_z02t9cxj) 2022-11-23T01:26:13.0369630Z 2022-11-23T01:26:13.0369680Z Running tests... 2022-11-23T01:26:13.0370030Z ---------------------------------------------------------------------- 2022-11-23T01:26:13.0370330Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-11-23T01:26:13.0370610Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T01:26:13.0370880Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0371170Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0371450Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0371730Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0372000Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0372260Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0372520Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0372790Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0373060Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0373310Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0373580Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0373840Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-11-23T01:26:13.0374100Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0374360Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0374630Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0375010Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0375490Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0375750Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0376000Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0376280Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0376530Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0376790Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0377050Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0377380Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0377650Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0377920Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0378200Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0378480Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0378740Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0379000Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T01:26:13.0379260Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0379520Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T01:26:13.0379780Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0380030Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0380290Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0380560Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0380820Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0381080Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0381350Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0381620Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0381880Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0382140Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0382390Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0382640Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0382900Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0383150Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0383470Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0383730Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0383990Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T01:26:13.0384260Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0384520Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0384780Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0385040Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0385300Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0385550Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0385850Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.030s) 2022-11-23T01:26:13.0386100Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0386350Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0386610Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0386880Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0387170Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0387460Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0387750Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0388050Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0388330Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0388610Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0388900Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0389180Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0389460Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0389740Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0390020Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0390290Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0390580Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0390860Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0391150Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0391430Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0391750Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0392030Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0392310Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0392580Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0392860Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0393130Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0393410Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0393690Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0394010Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0394290Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0394580Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0404540Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0404830Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-11-23T01:26:13.0405120Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0405400Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0405680Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0405950Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0406230Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0406500Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0406780Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0407070Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0407350Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0407650Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0407930Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0408210Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0408480Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0408760Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0409040Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0409460Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0409740Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0410020Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.001s) 2022-11-23T01:26:13.0410290Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-11-23T01:26:13.0410560Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.051s) 2022-11-23T01:26:13.0410830Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T01:26:13.0411100Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T01:26:13.0411790Z test_binary_op_scalar_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_foreach.py:90: 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:26:13.0412260Z actual = self.func(*inputs, **kwargs) 2022-11-23T01:26:13.0412410Z ok (0.030s) 2022-11-23T01:26:13.0412610Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-11-23T01:26:13.0412880Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0413130Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-11-23T01:26:13.0413390Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.039s) 2022-11-23T01:26:13.0413640Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-11-23T01:26:13.0413900Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.040s) 2022-11-23T01:26:13.0414160Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.039s) 2022-11-23T01:26:13.0414420Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0414680Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.059s) 2022-11-23T01:26:13.0414940Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0415210Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T01:26:13.0415470Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T01:26:13.0415730Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0415980Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0416240Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.060s) 2022-11-23T01:26:13.0416490Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.062s) 2022-11-23T01:26:13.0416740Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.061s) 2022-11-23T01:26:13.0416990Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.059s) 2022-11-23T01:26:13.0417250Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.059s) 2022-11-23T01:26:13.0417510Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0417760Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.046s) 2022-11-23T01:26:13.0418090Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0418360Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0418620Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0418870Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0419130Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0419380Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T01:26:13.0419630Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T01:26:13.0419880Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T01:26:13.0420130Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T01:26:13.0420410Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T01:26:13.0420670Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.045s) 2022-11-23T01:26:13.0420930Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.084s) 2022-11-23T01:26:13.0421190Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T01:26:13.0421460Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T01:26:13.0421720Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.049s) 2022-11-23T01:26:13.0421980Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.046s) 2022-11-23T01:26:13.0422230Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.046s) 2022-11-23T01:26:13.0422490Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.058s) 2022-11-23T01:26:13.0422740Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.059s) 2022-11-23T01:26:13.0422990Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-11-23T01:26:13.0423250Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.058s) 2022-11-23T01:26:13.0423500Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.057s) 2022-11-23T01:26:13.0423760Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.037s) 2022-11-23T01:26:13.0424010Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.059s) 2022-11-23T01:26:13.0424280Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T01:26:13.0424550Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0424810Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.039s) 2022-11-23T01:26:13.0425060Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.036s) 2022-11-23T01:26:13.0425320Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T01:26:13.0425580Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.047s) 2022-11-23T01:26:13.0425830Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.044s) 2022-11-23T01:26:13.0426080Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-11-23T01:26:13.0426380Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-11-23T01:26:13.0426630Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-11-23T01:26:13.0426900Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T01:26:13.0427160Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.066s) 2022-11-23T01:26:13.0427420Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0427690Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0427950Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.044s) 2022-11-23T01:26:13.0428210Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T01:26:13.0428460Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T01:26:13.0428790Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.067s) 2022-11-23T01:26:13.0429050Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.071s) 2022-11-23T01:26:13.0429300Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-11-23T01:26:13.0429550Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.069s) 2022-11-23T01:26:13.0429800Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-11-23T01:26:13.0430060Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.033s) 2022-11-23T01:26:13.0430320Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.054s) 2022-11-23T01:26:13.0430580Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.029s) 2022-11-23T01:26:13.0430850Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-11-23T01:26:13.0431110Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T01:26:13.0431370Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T01:26:13.0431620Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-11-23T01:26:13.0431880Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.044s) 2022-11-23T01:26:13.0432130Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.043s) 2022-11-23T01:26:13.0432380Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.044s) 2022-11-23T01:26:13.0432630Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-11-23T01:26:13.0432890Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.044s) 2022-11-23T01:26:13.0433150Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.052s) 2022-11-23T01:26:13.0433410Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.096s) 2022-11-23T01:26:13.0433670Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.041s) 2022-11-23T01:26:13.0433930Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.042s) 2022-11-23T01:26:13.0434180Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-11-23T01:26:13.0434430Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.054s) 2022-11-23T01:26:13.0434720Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-11-23T01:26:13.0434990Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-11-23T01:26:13.0435240Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.064s) 2022-11-23T01:26:13.0435500Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.066s) 2022-11-23T01:26:13.0435750Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.064s) 2022-11-23T01:26:13.0436000Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.062s) 2022-11-23T01:26:13.0436280Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0436580Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0436900Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0437190Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0437490Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0437780Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0438070Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0438360Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0438650Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0438940Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0439220Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0439500Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0439790Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0440070Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0440350Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0440630Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0440920Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0441200Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0441500Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0441800Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0442080Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0442360Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0442640Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0442940Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0443230Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0443500Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0443790Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0444060Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0444340Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0444630Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0444920Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0445250Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0445540Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0445820Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0446100Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0446380Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0446650Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0446930Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0447210Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0447490Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0447770Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0448050Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0448340Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0448630Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0448910Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0449190Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0449460Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0449740Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0450020Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0450300Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T01:26:13.0450580Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0450910Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0451190Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.061s) 2022-11-23T01:26:13.0451460Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.084s) 2022-11-23T01:26:13.0451740Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.027s) 2022-11-23T01:26:13.0452020Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T01:26:13.0452290Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-11-23T01:26:13.0452560Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.061s) 2022-11-23T01:26:13.0452830Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-11-23T01:26:13.0453120Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.074s) 2022-11-23T01:26:13.0453390Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.071s) 2022-11-23T01:26:13.0453650Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.071s) 2022-11-23T01:26:13.0453900Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.069s) 2022-11-23T01:26:13.0454160Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.070s) 2022-11-23T01:26:13.0454430Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.056s) 2022-11-23T01:26:13.0454700Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.091s) 2022-11-23T01:26:13.0454970Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0455240Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0455510Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.084s) 2022-11-23T01:26:13.0455780Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.054s) 2022-11-23T01:26:13.0456040Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-11-23T01:26:13.0456300Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.095s) 2022-11-23T01:26:13.0456560Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.085s) 2022-11-23T01:26:13.0456820Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.086s) 2022-11-23T01:26:13.0457080Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.086s) 2022-11-23T01:26:13.0457340Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.087s) 2022-11-23T01:26:13.0457610Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-11-23T01:26:13.0457870Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.073s) 2022-11-23T01:26:13.0458140Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T01:26:13.0458410Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-11-23T01:26:13.0458670Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.055s) 2022-11-23T01:26:13.0458940Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.053s) 2022-11-23T01:26:13.0459240Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-11-23T01:26:13.0459520Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-11-23T01:26:13.0459780Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-11-23T01:26:13.0460040Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.060s) 2022-11-23T01:26:13.0460290Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.065s) 2022-11-23T01:26:13.0460550Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.062s) 2022-11-23T01:26:13.0460810Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-11-23T01:26:13.0461080Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.123s) 2022-11-23T01:26:13.0461420Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-11-23T01:26:13.0461690Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-11-23T01:26:13.0461960Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.079s) 2022-11-23T01:26:13.0462230Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.078s) 2022-11-23T01:26:13.0462490Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-11-23T01:26:13.0462750Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.093s) 2022-11-23T01:26:13.0463010Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.100s) 2022-11-23T01:26:13.0463280Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.089s) 2022-11-23T01:26:13.0463540Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.090s) 2022-11-23T01:26:13.0463810Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.090s) 2022-11-23T01:26:13.0464070Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.074s) 2022-11-23T01:26:13.0464340Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.099s) 2022-11-23T01:26:13.0464630Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T01:26:13.0464900Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-11-23T01:26:13.0465170Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.075s) 2022-11-23T01:26:13.0465440Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.072s) 2022-11-23T01:26:13.0465700Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.071s) 2022-11-23T01:26:13.0465970Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.081s) 2022-11-23T01:26:13.0466230Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.086s) 2022-11-23T01:26:13.0466490Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.084s) 2022-11-23T01:26:13.0466750Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.082s) 2022-11-23T01:26:13.0467010Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.085s) 2022-11-23T01:26:13.0467280Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-11-23T01:26:13.0467570Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.108s) 2022-11-23T01:26:13.0467850Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-11-23T01:26:13.0468120Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-11-23T01:26:13.0468390Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.094s) 2022-11-23T01:26:13.0468660Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.070s) 2022-11-23T01:26:13.0468920Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.070s) 2022-11-23T01:26:13.0469190Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.101s) 2022-11-23T01:26:13.0469450Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.101s) 2022-11-23T01:26:13.0469770Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.101s) 2022-11-23T01:26:13.0470030Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-11-23T01:26:13.0470290Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-11-23T01:26:13.0470560Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.068s) 2022-11-23T01:26:13.0470820Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.090s) 2022-11-23T01:26:13.0471090Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-11-23T01:26:13.0471370Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-11-23T01:26:13.0471640Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.070s) 2022-11-23T01:26:13.0471910Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.066s) 2022-11-23T01:26:13.0472170Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.072s) 2022-11-23T01:26:13.0472430Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.071s) 2022-11-23T01:26:13.0472690Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.084s) 2022-11-23T01:26:13.0472950Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.072s) 2022-11-23T01:26:13.0473210Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-11-23T01:26:13.0473480Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.077s) 2022-11-23T01:26:13.0473740Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.091s) 2022-11-23T01:26:13.0474010Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.139s) 2022-11-23T01:26:13.0474290Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.071s) 2022-11-23T01:26:13.0474560Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.069s) 2022-11-23T01:26:13.0474830Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.096s) 2022-11-23T01:26:13.0475100Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.094s) 2022-11-23T01:26:13.0475360Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-11-23T01:26:13.0475620Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.126s) 2022-11-23T01:26:13.0475930Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.098s) 2022-11-23T01:26:13.0476190Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.100s) 2022-11-23T01:26:13.0476450Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.101s) 2022-11-23T01:26:13.0476720Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.105s) 2022-11-23T01:26:13.0476990Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0477260Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.026s) 2022-11-23T01:26:13.0477530Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0477810Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0478110Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0478380Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T01:26:13.0478650Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T01:26:13.0478920Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T01:26:13.0479180Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0479460Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0479720Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0479990Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T01:26:13.0480260Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0480520Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T01:26:13.0480790Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0481060Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0481330Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0481590Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0481860Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T01:26:13.0482120Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T01:26:13.0482380Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-11-23T01:26:13.0482640Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.029s) 2022-11-23T01:26:13.0482890Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T01:26:13.0483150Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.028s) 2022-11-23T01:26:13.0483410Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T01:26:13.0483670Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0483970Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0484240Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0484510Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T01:26:13.0484770Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T01:26:13.0485030Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0485290Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0485550Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0485810Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0486070Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0486380Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0486640Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T01:26:13.0486900Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.075s) 2022-11-23T01:26:13.0487160Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0487430Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0487690Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0487960Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T01:26:13.0488220Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T01:26:13.0488470Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0488730Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0488990Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0489250Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T01:26:13.0489510Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0489770Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T01:26:13.0490030Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T01:26:13.0490300Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0490570Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T01:26:13.0490840Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0491100Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0491360Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T01:26:13.0491620Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T01:26:13.0491870Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T01:26:13.0492220Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T01:26:13.0492490Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T01:26:13.0492750Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.018s) 2022-11-23T01:26:13.0493010Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0493270Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T01:26:13.0493540Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T01:26:13.0493810Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0494100Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T01:26:13.0494360Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0494730Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0502980Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T01:26:13.0503260Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.032s) 2022-11-23T01:26:13.0503530Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T01:26:13.0503790Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T01:26:13.0504040Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.035s) 2022-11-23T01:26:13.0504380Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0504660Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T01:26:13.0504920Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T01:26:13.0505190Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T01:26:13.0505460Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T01:26:13.0505720Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0505980Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0506240Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T01:26:13.0506500Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0506750Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T01:26:13.0507010Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T01:26:13.0507270Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0507530Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0507790Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.083s) 2022-11-23T01:26:13.0508050Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0508320Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T01:26:13.0508820Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-11-23T01:26:13.0509100Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0509360Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0509610Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0509870Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-11-23T01:26:13.0510120Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0510380Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T01:26:13.0510630Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.014s) 2022-11-23T01:26:13.0510980Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0511290Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0511600Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0511910Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0512220Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0512510Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0512810Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0513110Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0513410Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0513700Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0514000Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0514290Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0514590Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0514880Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0515190Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0515500Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0515800Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0516090Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0516440Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0516740Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0517040Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0517330Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0517630Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0517920Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0518210Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0518510Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0518850Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0519160Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0519460Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0519760Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0520050Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0520340Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0520630Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0520920Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0521210Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0521510Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0521810Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0522100Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0522410Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0522710Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0523010Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0523300Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0523600Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0523900Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0524230Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0524530Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0524820Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0525110Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0525400Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0525700Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0525980Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0526260Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0526520Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0526770Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0527010Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0527250Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0527490Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0527720Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0527970Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0528210Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0528460Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0528700Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0528950Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0529190Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0529430Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0529670Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0529910Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0530150Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0530380Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0530620Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0530870Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0531120Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0531370Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0531630Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0531870Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0532240Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0532530Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-11-23T01:26:13.0532780Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T01:26:13.0533030Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T01:26:13.0533270Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0533520Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0533760Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T01:26:13.0534000Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T01:26:13.0534240Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0534590Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0534830Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T01:26:13.0535060Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T01:26:13.0535300Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0535540Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T01:26:13.0535780Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0536030Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0543170Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0543530Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0543770Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0544010Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0544250Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0544490Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0544720Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0544980Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.886s) 2022-11-23T01:26:13.0545250Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.823s) 2022-11-23T01:26:13.0545510Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.725s) 2022-11-23T01:26:13.0545780Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.795s) 2022-11-23T01:26:13.0546030Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (2.406s) 2022-11-23T01:26:13.0546290Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (2.445s) 2022-11-23T01:26:13.0546540Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (2.338s) 2022-11-23T01:26:13.0546790Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (2.223s) 2022-11-23T01:26:13.0547040Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (2.278s) 2022-11-23T01:26:13.0547300Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.952s) 2022-11-23T01:26:13.0547790Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.946s) 2022-11-23T01:26:13.0548060Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.840s) 2022-11-23T01:26:13.0548320Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.786s) 2022-11-23T01:26:13.0548580Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.768s) 2022-11-23T01:26:13.0548840Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (1.720s) 2022-11-23T01:26:13.0549090Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (1.758s) 2022-11-23T01:26:13.0549340Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (1.685s) 2022-11-23T01:26:13.0549590Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.662s) 2022-11-23T01:26:13.0549850Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.213s) 2022-11-23T01:26:13.0550190Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.214s) 2022-11-23T01:26:13.0550450Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.071s) 2022-11-23T01:26:13.0550700Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.086s) 2022-11-23T01:26:13.0550950Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.614s) 2022-11-23T01:26:13.0551200Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.544s) 2022-11-23T01:26:13.0551450Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.459s) 2022-11-23T01:26:13.0551700Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.502s) 2022-11-23T01:26:13.0551950Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.491s) 2022-11-23T01:26:13.0552210Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.184s) 2022-11-23T01:26:13.0552470Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.178s) 2022-11-23T01:26:13.0552730Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.107s) 2022-11-23T01:26:13.0552980Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.115s) 2022-11-23T01:26:13.0553230Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (1.039s) 2022-11-23T01:26:13.0553480Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.973s) 2022-11-23T01:26:13.0553730Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.969s) 2022-11-23T01:26:13.0553980Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.963s) 2022-11-23T01:26:13.0554230Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.136s) 2022-11-23T01:26:13.0554530Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0554840Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0555160Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0555470Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0555750Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0556050Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0556310Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-11-23T01:26:13.0556560Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-11-23T01:26:13.0556800Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0557040Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0557280Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.128s) 2022-11-23T01:26:13.0557530Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.071s) 2022-11-23T01:26:13.0557780Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.048s) 2022-11-23T01:26:13.0558030Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-11-23T01:26:13.0558320Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-11-23T01:26:13.0558550Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0558790Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0559040Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T01:26:13.0559280Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-11-23T01:26:13.0559520Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0559760Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0559990Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0560230Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0560470Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0560700Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T01:26:13.0560940Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0561170Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0561410Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0561660Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0561900Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0562140Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0562390Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0562630Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0562870Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0563110Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0563350Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0563590Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0563830Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0564070Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0564380Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0564620Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0564860Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0565090Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0565320Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0565560Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T01:26:13.0565800Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0566030Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0566270Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0566520Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0566790Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0567030Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0567280Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0567520Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0567760Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0568000Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0568230Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0568470Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0568710Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0568950Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0569180Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0569420Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0569660Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0569910Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0570150Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0570380Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0570620Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0570860Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0571100Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0571340Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0571580Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0571820Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0572060Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0572300Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T01:26:13.0572530Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T01:26:13.0572840Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0573090Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0573330Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0573570Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0580110Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0580470Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0580720Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0580960Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0581210Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0581640Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0581880Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0582120Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0582350Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0582600Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0582840Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0583080Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0583320Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0583560Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0583800Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0584040Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0584280Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0584510Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0584750Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0584990Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0585230Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0585470Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0585710Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0585940Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0586180Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0586430Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0586680Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0586940Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0587190Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0587430Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0587720Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0587960Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0588200Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0588440Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T01:26:13.0588670Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0588910Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0589150Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0589400Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0589650Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0589930Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0590170Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0590410Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0590650Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0591020Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0591270Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0591510Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0591750Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0591990Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0592230Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0592470Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0592710Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0592950Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0593190Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0593430Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0593670Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0593900Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0594140Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0594390Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0594630Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0594860Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0595100Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0595340Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0595580Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0595820Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0596110Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0596350Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-11-23T01:26:13.0596590Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0596820Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.003s) 2022-11-23T01:26:13.0597090Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0597400Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0597720Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0598030Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0598380Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0598680Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0598970Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0599270Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0599560Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0599850Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0600150Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0600460Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0600770Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0601070Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0601370Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0601670Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0601980Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0602280Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0602580Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0602880Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0603190Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0603490Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0603870Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0604180Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0604530Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0604820Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0605120Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0605410Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0605700Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0606060Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0606350Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0606650Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0606950Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0607260Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0607550Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0607860Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0608170Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0608470Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0608770Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0609060Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0609360Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0609660Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0609960Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0610290Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0610580Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0610890Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0611190Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0611560Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0611870Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0612200Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0612500Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0612830Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0619520Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0619840Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0620300Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0620600Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0620900Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0621200Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0621530Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0621820Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0622120Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0622430Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0622720Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0623030Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0623330Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0623630Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0623930Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0624240Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0624540Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0624830Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0625140Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0625440Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0625830Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0626130Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0626430Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0626730Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0627030Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0627320Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0627620Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0627990Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0628290Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0628590Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0628880Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0629180Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0629470Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0629760Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0630060Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0630360Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0630680Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0630990Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0631290Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0631600Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0631900Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0632200Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0632500Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0632790Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0633090Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0633450Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0633760Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0634070Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0634370Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0634680Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0634980Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0635280Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0635570Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0635920Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0636220Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0636520Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0636820Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0637120Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0637430Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0637730Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0638030Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0638330Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0638620Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0638930Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0639230Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0639540Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0639840Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0640150Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0640450Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0640750Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0641080Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0641390Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0641690Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0641990Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0642290Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0642590Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0642890Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0643180Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:26:13.0643480Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0643730Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.023s) 2022-11-23T01:26:13.0643980Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0644220Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-11-23T01:26:13.0644460Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0644710Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0644950Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0645180Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0645420Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0645660Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0645890Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0646130Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0646360Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0646600Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0646840Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0647090Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0647340Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0647580Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0647820Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0648050Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0648290Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0648530Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0648760Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0648990Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0649320Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0649580Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0649820Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.008s) 2022-11-23T01:26:13.0650070Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0650310Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0650540Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0650780Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0651010Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0651250Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0651490Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0651840Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0652070Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0652310Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0652540Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0652780Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0653020Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0653260Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0653500Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0660020Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0660270Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0660510Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0660740Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0660980Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0661210Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0661450Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0661690Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0661940Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0662190Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0662430Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0662660Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0662900Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0663130Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0663360Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0663590Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0663820Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0664220Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0664460Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0664700Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0664950Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0665190Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0665430Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0665670Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0665910Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0666140Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0666380Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0666660Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0666900Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0667130Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0667360Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0667600Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0667840Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0668090Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0668330Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0668570Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0668800Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0669040Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0669270Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0669500Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0669730Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0669970Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0670200Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0670440Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0670710Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0670950Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0671190Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0671440Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0671680Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0671910Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0672150Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0672390Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0672690Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0672970Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0673200Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0673440Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0673690Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0673940Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0674180Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0674420Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0674660Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0674990Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0675230Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0675460Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0675690Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0675920Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0676150Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0676390Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0676620Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0676870Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0677110Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0677350Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0677580Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0677820Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0678050Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0678280Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0678520Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0678750Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0678990Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0679230Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0679480Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0679730Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0679970Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0680210Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0680450Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0680680Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0680970Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0681220Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0681450Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0681690Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0681930Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0682170Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0682410Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0682660Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0682900Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0683140Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0683440Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0683670Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0683910Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0684140Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0684380Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0684610Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0684840Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0685080Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0685330Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0685580Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0685820Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0686060Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0686300Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0686530Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0686760Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0687000Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0687230Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0687460Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0687700Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0687940Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0688170Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0688420Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0688530Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0688640Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0688750Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0688960Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0689100Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0689250Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0689350Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0695670Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0695810Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0695920Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0696040Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0696160Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0696420Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0696560Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0696660Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0696770Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0696880Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0696990Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0697090Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0697200Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0697310Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0697420Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0697530Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0697650Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0697760Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0697870Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0697980Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0698080Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0698190Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0698300Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0698410Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0698510Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0698620Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0698730Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0698840Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0698950Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0699060Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0699230Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0699340Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0699450Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0699560Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0699660Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0699770Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0699880Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0699990Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0700100Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0700210Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0700350Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0700460Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0700570Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0700670Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0700780Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0700890Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0700990Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0701100Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0701200Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0701330Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0701440Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0701570Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0701690Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0701810Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0701930Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0702050Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0702160Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0702280Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0702390Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0702500Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0702610Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0702720Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0702830Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0702940Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0703050Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0703190Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0703310Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0703420Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0703530Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0703630Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0703740Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0703850Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0703960Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0704070Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0704210Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0704370Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0704490Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0704600Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0704720Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0704830Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0704940Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0705050Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0705160Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0705270Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0705380Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0705490Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0705600Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0705710Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0705820Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0705930Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0706040Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0706150Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0706250Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0706360Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0706470Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0706580Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0706690Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0706800Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0706900Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0707050Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0707170Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0707280Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0707390Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0707500Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0707610Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0707720Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0707820Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0707930Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0708060Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0708170Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0708280Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.016s) 2022-11-23T01:26:13.0708390Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0708500Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0708610Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-11-23T01:26:13.0708720Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0708830Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0708940Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0709040Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0709150Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0709260Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0709360Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0709470Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0709580Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0709690Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0709800Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0709910Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0710020Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0710130Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0710240Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0710340Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0710450Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0710560Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0710660Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0710780Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0710960Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0711080Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.006s) 2022-11-23T01:26:13.0711190Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-11-23T01:26:13.0711300Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0711410Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0711520Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0711630Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0711730Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0711840Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0711990Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0712100Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.015s) 2022-11-23T01:26:13.0712210Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0712320Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0712430Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0712550Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0712660Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.020s) 2022-11-23T01:26:13.0712770Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0712880Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.005s) 2022-11-23T01:26:13.0712990Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0713100Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0713200Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0713310Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0713420Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.004s) 2022-11-23T01:26:13.0713430Z 2022-11-23T01:26:13.0713660Z ---------------------------------------------------------------------- 2022-11-23T01:26:13.0713720Z Ran 1182 tests in 76.129s 2022-11-23T01:26:13.0713720Z 2022-11-23T01:26:13.0713770Z OK (skipped=232) 2022-11-23T01:26:13.0713780Z 2022-11-23T01:26:13.0713830Z Generating XML reports... 2022-11-23T01:26:13.0714050Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20221123012456.xml 2022-11-23T01:26:13.0714050Z 2022-11-23T01:26:13.0714300Z ##[endgroup] 2022-11-23T01:26:13.0714520Z FINISHED PRINTING LOG FILE of test_foreach (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_foreach_z02t9cxj) 2022-11-23T01:26:13.0714530Z 2022-11-23T01:26:14.1034580Z Running test_quantization ... [2022-11-23 01:26:14.103315] 2022-11-23T01:26:14.1037250Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_quantization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:26:14.103511] 2022-11-23T01:26:14.1037640Z Ignoring disabled issues: [] 2022-11-23T01:27:07.2720200Z 2022-11-23T01:27:07.2720980Z Expand the folded group to see the log file of test_quantization 2022-11-23T01:27:07.2735260Z ##[group]PRINTING LOG FILE of test_quantization (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_quantization_elu0ey4z) 2022-11-23T01:27:07.2736670Z /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:27:07.2737990Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:27:07.2738130Z 2022-11-23T01:27:07.2738240Z Running tests... 2022-11-23T01:27:07.2738500Z ---------------------------------------------------------------------- 2022-11-23T01:27:07.2738810Z Test results will be stored in test-reports/python-unittest/test_quantization 2022-11-23T01:27:07.2739150Z test_modules_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.006s) 2022-11-23T01:27:07.2739520Z test_modules_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.001s) 2022-11-23T01:27:07.2745500Z test_modules_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2022-11-23T01:27:07.2745920Z test_modules_intrinsic_qat_conv_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2022-11-23T01:27:07.2746310Z test_modules_intrinsic_qat_linear_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2022-11-23T01:27:07.2746710Z test_modules_intrinsic_qat_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2022-11-23T01:27:07.2747090Z test_modules_intrinsic_quantized_bn_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2022-11-23T01:27:07.2747510Z test_modules_intrinsic_quantized_conv_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2022-11-23T01:27:07.2747890Z test_modules_intrinsic_quantized_linear_relu (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2022-11-23T01:27:07.2748250Z test_modules_nn_intrinsic_fused (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2022-11-23T01:27:07.2748660Z test_package_import_nn_intrinsic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) ... ok (0.000s) 2022-11-23T01:27:07.2749040Z test_package_import_nn_intrinsic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T01:27:07.2749350Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.000s) 2022-11-23T01:27:07.2749690Z test_package_import_nn_intrinsic_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T01:27:07.2750010Z Tests the migration of the torch.nn.intrinsic.modules ... ok (0.000s) 2022-11-23T01:27:07.2750330Z test_package_import_nn_intrinsic_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic) 2022-11-23T01:27:07.2750640Z Tests the migration of the torch.nn.intrinsic.quantized ... ok (0.000s) 2022-11-23T01:27:07.2750950Z test_functional_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:27:07.2751250Z Tests the migration of the torch.nn.quantized.functional ... ok (0.001s) 2022-11-23T01:27:07.2751600Z test_import_nn_qat_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:27:07.2773220Z test_import_nn_qat_dynamic_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:27:07.2773720Z test_import_nn_qat_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:27:07.2774080Z test_import_nn_qat_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:27:07.2774690Z test_import_nn_quantizable_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2775130Z test_import_nn_quantizable_rnn (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2775470Z test_import_nn_quantized_dynamic_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:27:07.2775810Z test_modules_activation (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2776130Z test_modules_batchnorm (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2776460Z test_modules_conv (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2776800Z test_modules_dropout (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2777140Z test_modules_embedding_ops (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2777620Z test_modules_functional_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2777950Z test_modules_import (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2778260Z test_modules_linear (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2778610Z test_modules_normalization (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.001s) 2022-11-23T01:27:07.2779010Z test_modules_utils (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:27:07.2779330Z test_package_import_nn_qat (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:27:07.2779650Z test_package_import_nn_qat_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:27:07.2779910Z Tests the migration of the torch.nn.qat.modules ... ok (0.000s) 2022-11-23T01:27:07.2780190Z test_package_import_nn_qat_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:27:07.2780450Z Tests the migration of the torch.nn.qat.modules ... ok (0.000s) 2022-11-23T01:27:07.2780720Z test_package_import_nn_quantizable (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:27:07.2781060Z test_package_import_nn_quantizable_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:27:07.2781340Z Tests the migration of the torch.nn.quantizable.modules ... ok (0.000s) 2022-11-23T01:27:07.2781630Z test_package_import_nn_quantized (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:27:07.2781970Z test_package_import_nn_quantized_dynamic (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) ... ok (0.000s) 2022-11-23T01:27:07.2782320Z test_package_import_nn_quantized_dynamic_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:27:07.2782600Z Tests the migration of the torch.nn.quantized.modules ... ok (0.003s) 2022-11-23T01:27:07.2782890Z test_package_import_nn_quantized_modules (quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized) 2022-11-23T01:27:07.2783170Z Tests the migration of the torch.nn.quantized.modules ... ok (0.001s) 2022-11-23T01:27:07.2783470Z test_function_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:27:07.2783820Z test_function_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2784250Z test_function_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2784610Z test_function_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2784960Z test_function_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2785300Z test_function_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2785650Z test_function_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2786000Z test_function_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2786340Z test_function_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2786680Z test_function_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2787070Z test_function_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.001s) 2022-11-23T01:27:07.2787410Z test_package_import_fake_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2787760Z test_package_import_fuse_modules (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2788110Z test_package_import_fuser_method_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2788460Z test_package_import_observer (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2788800Z test_package_import_qconfig (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2789140Z test_package_import_quant_type (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2789490Z test_package_import_quantization_mappings (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2789840Z test_package_import_quantize (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2790180Z test_package_import_quantize_jit (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2790520Z test_package_import_stubs (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2790850Z test_package_import_utils (quantization.ao_migration.test_quantization.TestAOMigrationQuantization) ... ok (0.000s) 2022-11-23T01:27:07.2791170Z test_function_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2791510Z test_function_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2791840Z test_function_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2792170Z test_function_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2792510Z test_function_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2792850Z test_function_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2793200Z test_function_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2793680Z test_function_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2794060Z test_function_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2794410Z test_function_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2794750Z test_function_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2795120Z test_function_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.001s) 2022-11-23T01:27:07.2795450Z test_package_import_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2795780Z test_package_import_fx_convert (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2796250Z test_package_import_fx_equalize (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2796590Z test_package_import_fx_fuse (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2796930Z test_package_import_fx_fusion_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2797270Z test_package_import_fx_graph_module (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2797620Z test_package_import_fx_match_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2797960Z test_package_import_fx_pattern_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2798300Z test_package_import_fx_prepare (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2798650Z test_package_import_fx_quantization_patterns (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2798980Z test_package_import_fx_utils (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2799310Z test_package_import_quantize_fx (quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx) ... ok (0.000s) 2022-11-23T01:27:07.2799630Z test_backend_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.005s) 2022-11-23T01:27:07.2799940Z test_backend_config_set_backend_pattern_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T01:27:07.2800250Z test_backend_config_set_name (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2800540Z test_backend_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T01:27:07.2800850Z test_backend_op_config_add_dtype_config (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T01:27:07.2801150Z test_backend_op_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T01:27:07.2801460Z test_backend_op_config_set_extra_inputs_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2801770Z test_backend_op_config_set_fused_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2802070Z test_backend_op_config_set_fuser_method (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2802390Z test_backend_op_config_set_input_output_observed (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2802840Z test_backend_op_config_set_input_type_to_index (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2803180Z test_backend_op_config_set_num_tensor_args_to_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T01:27:07.2803510Z test_backend_op_config_set_observation_type (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2803810Z test_backend_op_config_set_qat_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2804130Z test_backend_op_config_set_reference_quantized_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2804450Z test_backend_op_config_set_root_module (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2804760Z test_backend_op_config_set_root_node_getter (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.000s) 2022-11-23T01:27:07.2805150Z test_backend_op_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T01:27:07.2805440Z test_dtype_config_from_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T01:27:07.2805730Z test_dtype_config_to_dict (quantization.core.test_backend_config.TestBackendConfig) ... ok (0.001s) 2022-11-23T01:27:07.2806130Z test_conv_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2806630Z test_linear_chain (quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2807050Z test_compare_tensor_scalar (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.260s) 2022-11-23T01:27:07.2807340Z test_compare_tensor_tensor (quantization.core.test_quantized_op.TestComparatorOps) ... ok (0.146s) 2022-11-23T01:27:07.2807750Z test_erase_class_tensor_shapes (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2808260Z test_rnn_cell_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.2808760Z test_rnn_quantized (quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.2809530Z test_device_affinity (quantization.core.test_workflow_module.TestDistributed) ... skip: multi-GPU not supported (0.002s) 2022-11-23T01:27:07.2809890Z test_fake_quant_preserves_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T01:27:07.2810170Z Tests that fake quant only modifies buffers in place. Note: this is important ... ok (0.002s) 2022-11-23T01:27:07.2810450Z test_observers_preserve_buffers (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T01:27:07.2810720Z Tests that observers only modify buffers in place. Note: this is important ... ok (0.005s) 2022-11-23T01:27:07.2810990Z test_qat_convbn_fused_syncbn_replacement (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T01:27:07.2811330Z Tests that SyncBatchNorm replacement works for fused ConvBN. ... ok (0.001s) 2022-11-23T01:27:07.2811670Z test_qat_data_parallel (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T01:27:07.2812240Z Tests that doing QAT in nn.DataParallel does not crash. ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:27:07.2812610Z test_syncbn_preserves_qconfig (quantization.core.test_workflow_module.TestDistributed) 2022-11-23T01:27:07.2812920Z Makes sure that if a BatchNorm is not fused and a qconfig exists, ... ok (0.001s) 2022-11-23T01:27:07.2813220Z test_cell_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.002s) 2022-11-23T01:27:07.2813600Z test_dynamic_conv1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.000s) 2022-11-23T01:27:07.2813930Z test_dynamic_conv2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.000s) 2022-11-23T01:27:07.2814280Z test_dynamic_conv3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.000s) 2022-11-23T01:27:07.2814620Z test_dynamic_convtranspose1d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.000s) 2022-11-23T01:27:07.2814970Z test_dynamic_convtranspose2d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.000s) 2022-11-23T01:27:07.2815420Z test_dynamic_convtranspose3d (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.000s) 2022-11-23T01:27:07.2815750Z test_gru_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.000s) 2022-11-23T01:27:07.2816080Z test_linear_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.019s) 2022-11-23T01:27:07.2816410Z test_lstm_api (quantization.core.test_quantized_module.TestDynamicQuantizedModule) ... ok (0.002s) 2022-11-23T01:27:07.2816730Z test_dynamic_conv1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.2817070Z test_dynamic_conv2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.2817380Z test_dynamic_conv3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.2817690Z test_dynamic_convtranspose1d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.2818050Z test_dynamic_convtranspose2d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.2818370Z test_dynamic_convtranspose3d (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.2818800Z test_linear_prepack_fp16_numerics (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2819210Z test_qlinear (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.2819600Z test_qlinear_dynamic_fp16 (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2820120Z test_qlinear_legacy (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2820530Z test_qlstmGRU (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.019s) 2022-11-23T01:27:07.2820840Z test_qrnncell (quantization.core.test_quantized_op.TestDynamicQuantizedOps) ... ok (0.018s) 2022-11-23T01:27:07.2821120Z test_converged (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T01:27:07.2821440Z Sanity checks on _equalize.converged working ... ok (0.001s) 2022-11-23T01:27:07.2821710Z test_cross_layer_equalization (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T01:27:07.2822020Z applies _equalize.cross_layer_equalization on two modules and checks ... ok (0.001s) 2022-11-23T01:27:07.2822310Z test_equalize (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T01:27:07.2822670Z First checks to see if _equalize.equalize can handle multiple ... ok (0.008s) 2022-11-23T01:27:07.2822990Z test_equalize_fused_convrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T01:27:07.2823300Z Checks to see if eager mode equalization supports fused ... ok (0.016s) 2022-11-23T01:27:07.2823580Z test_equalize_fused_linearrelu (quantization.eager.test_equalize_eager.TestEqualizeEager) 2022-11-23T01:27:07.2823890Z Checks to see if eager mode equalization supports fused ... ok (0.011s) 2022-11-23T01:27:07.2824200Z test_input_weight_eq_observer (quantization.fx.test_equalize_fx.TestEqualizeFx) ... ok (0.083s) 2022-11-23T01:27:07.2824510Z test_input_weight_equalization_activation_values (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:27:07.2825250Z After applying the equalization functions check if the input ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fx/prepare.py:1482: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T01:27:07.2825790Z warnings.warn( 2022-11-23T01:27:07.2826320Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fx/prepare.py:1488: UserWarning: Passing a QConfig dictionary to prepare for equalization is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T01:27:07.2826700Z warnings.warn( 2022-11-23T01:27:07.2826860Z ok (0.037s) 2022-11-23T01:27:07.2827070Z test_input_weight_equalization_branching (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:27:07.2827660Z Tests that graphs containing branches are prepared correctly. ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fx/prepare.py:756: UserWarning: Cannot equalize linear1 because it is part of a branch. 2022-11-23T01:27:07.2828040Z warnings.warn( 2022-11-23T01:27:07.2828430Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fx/prepare.py:756: UserWarning: Cannot equalize linear2 because it is part of a branch. 2022-11-23T01:27:07.2828720Z warnings.warn( 2022-11-23T01:27:07.2828860Z ok (0.013s) 2022-11-23T01:27:07.2829090Z test_input_weight_equalization_convert (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:27:07.2829500Z Tests that the modified model for equalization (before quantization) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2829890Z test_input_weight_equalization_equalization_scales (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:27:07.2830190Z After applying the equalization functions, check if the equalization ... ok (0.036s) 2022-11-23T01:27:07.2830490Z test_input_weight_equalization_graphs (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:27:07.2830870Z Tests that the modified model for equalization has the same graph ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-11-23T01:27:07.2831230Z test_input_weight_equalization_prepare (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:27:07.2831520Z Tests that graphs created after prepare_fx is as expected ... ok (0.137s) 2022-11-23T01:27:07.2831790Z test_input_weight_equalization_results (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:27:07.2832170Z Tests that for small models, the results of quantized models that ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2832530Z test_input_weight_equalization_weights_bias (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:27:07.2832960Z After applying the equalization functions check if the weights and ... ok (0.036s) 2022-11-23T01:27:07.2833300Z test_selective_equalization (quantization.fx.test_equalize_fx.TestEqualizeFx) 2022-11-23T01:27:07.2833650Z Tests that we are able to run numeric suite on the equalized model ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2834140Z test_dict_return_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2834630Z test_matching_failure_node_count (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2835150Z test_matching_failure_node_type (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2835730Z test_methods (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T01:27:07.2836390Z Verify that graph matching works on methods ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2836820Z warnings.warn( 2022-11-23T01:27:07.2836970Z ok (0.034s) 2022-11-23T01:27:07.2837300Z test_nodes_before_cat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2837790Z test_nodes_with_equal_types_get_matched (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2838200Z test_op_relationship_mapping (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T01:27:07.2838500Z Tests that the mapping of op relationships is complete. ... ok (0.006s) 2022-11-23T01:27:07.2838870Z test_results_order (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2839370Z test_simple_fun (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2839830Z test_simple_fusion (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2840290Z test_simple_mod (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2840770Z test_simple_mod_multi (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2841250Z test_simple_tensor_ops (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2841630Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher) 2022-11-23T01:27:07.2842080Z Verify that graph matching works on user defined functions ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2842470Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.000s) 2022-11-23T01:27:07.2842810Z test_mobilenet_v2_qat (quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels) ... skip: no torchvision (0.000s) 2022-11-23T01:27:07.2843220Z test_add_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:27:07.2843660Z test_add_mul_inputs_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2844130Z test_add_shadow_loggers_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:27:07.2844690Z test_add_shadow_loggers_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2845270Z test_add_shadow_loggers_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2845690Z test_add_shadow_loggers_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:27:07.2846060Z Verify that add_loggers works on methods ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2846510Z test_add_shadow_loggers_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2847050Z test_add_shadow_loggers_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2847560Z test_extend_logger_results_with_comparison (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2848080Z test_extract_weights_conv_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2848660Z test_extract_weights_conv_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2849100Z test_extract_weights_cuda (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:27:07.2849540Z test_extract_weights_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2850040Z test_extract_weights_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2850630Z test_extract_weights_linear_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2851230Z test_extract_weights_linear_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2851760Z test_extract_weights_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2852250Z test_extract_weights_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2852670Z test_fp16_shadows_fp32 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.036s) 2022-11-23T01:27:07.2853180Z test_int8_shadows_fp32_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2853710Z test_int8_shadows_fp32_simple (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2854230Z test_int8_shadows_int8_fun (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2854720Z test_int8_shadows_int8_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2855240Z test_layer_names (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2855730Z test_linear_fp16_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2856250Z test_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2856770Z test_linear_fp16_vs_linear_fp16_shadow_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2857310Z test_linear_fp16_weights (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2857730Z test_linear_kwargs_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... ok (0.029s) 2022-11-23T01:27:07.2858210Z test_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2858620Z test_logging_inputs (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:27:07.2859070Z Verifies that logging inputs works correctly ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2859540Z test_match_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2860040Z test_match_activations_fun_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2860560Z test_match_activations_fun_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2860970Z test_match_activations_meth_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:27:07.2861330Z Verify that add_loggers works on methods ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2861870Z test_match_activations_mod_ptq (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2862360Z test_match_activations_mod_qat (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2863310Z test_mul_add_cat_stack_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T01:27:07.2863990Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T01:27:07.2864260Z skipping shadow loggers for node_b: _operator.mul, start_node_a: _operator.mul, unsupported 2022-11-23T01:27:07.2864600Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.mul, unsupported 2022-11-23T01:27:07.2864990Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T01:27:07.2865430Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T01:27:07.2865790Z skipping shadow loggers for node_b: _operator.add, start_node_a: _operator.add, unsupported 2022-11-23T01:27:07.2866170Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: _operator.add, unsupported 2022-11-23T01:27:07.2866550Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T01:27:07.2866970Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T01:27:07.2867400Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:27:07.2867770Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T01:27:07.2868130Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: _operator.mul, unsupported 2022-11-23T01:27:07.2868590Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.mul, start_node_a: torch._VariableFunctionsClass.mul, unsupported 2022-11-23T01:27:07.2869030Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: _operator.add, unsupported 2022-11-23T01:27:07.2869410Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.add, start_node_a: torch._VariableFunctionsClass.add, unsupported 2022-11-23T01:27:07.2869800Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:27:07.2870180Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T01:27:07.2870440Z ok (0.595s) 2022-11-23T01:27:07.2870670Z test_op_io_dtype_coverage (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:27:07.2870960Z Tests that all the ops quantization cares about have input and output ... ok (0.006s) 2022-11-23T01:27:07.2871330Z test_op_with_either_fp32_or_int8_input (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:27:07.2871890Z Verify that shadowing works with ops which accept either fp32 or ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2872400Z test_op_with_only_kwargs_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:27:07.2872900Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T01:27:07.2873270Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.cat, start_node_a: torch._VariableFunctionsClass.cat, unsupported 2022-11-23T01:27:07.2873640Z skipping shadow loggers for node_b: torch._VariableFunctionsClass.stack, start_node_a: torch._VariableFunctionsClass.stack, unsupported 2022-11-23T01:27:07.2873890Z ok (0.174s) 2022-11-23T01:27:07.2874140Z test_ops_with_same_fp32_and_int8_signature (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:27:07.2874580Z Verifies that we can match pairs of ops which have the same aten ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2875060Z test_shadow_activations_fqn (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2875590Z test_shadow_loggers_preserve_qat_numerics (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2876060Z test_unsupported_op_copy_skips_shadowing (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:27:07.2876470Z Copying a `call_function` node is not implemented, test that this ... skipping shadow loggers for node_b: torch.nn.functional.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-11-23T01:27:07.2876940Z skipping shadow loggers for node_b: torch.ao.quantization.observer.HistogramObserver, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-11-23T01:27:07.2877370Z skipping shadow loggers for node_b: torch._ops.quantized.PyCapsule.layer_norm, start_node_a: torch.nn.functional.layer_norm, unhandled logic in subgraph copy 2022-11-23T01:27:07.2877640Z ok (0.163s) 2022-11-23T01:27:07.2877860Z test_user_defined_function (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:27:07.2878320Z Verify that NS APIs work on user defined functions ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.2878680Z test_user_module (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) 2022-11-23T01:27:07.2879030Z For user defined modules, ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2879530Z test_user_module_scriptable (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2880090Z test_compare_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2880620Z test_compare_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2881260Z test_compare_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2881840Z test_compare_shadow_activations_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2882390Z test_compare_shadow_activations_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2882960Z test_compare_shadow_activations_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2883530Z test_compare_weights_conv (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2884090Z test_compare_weights_linear (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2884650Z test_compare_weights_lstm_dynamic (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2885120Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.000s) 2022-11-23T01:27:07.2885490Z test_resnet18 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: no torchvision (0.000s) 2022-11-23T01:27:07.2885940Z test_sparsenn_compare_activations (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2886470Z test_sparsenn_shadow (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2887090Z test_conv_bn_relu_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2887620Z test_functions (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2888130Z test_linear_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2888630Z test_linear_relu_mod (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2889150Z test_logger_enabled_and_save_activations_flags (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2889850Z test_mobilenet_v2 (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2890360Z test_partial_qconfig_mapping (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2890880Z test_qconfig_multi_mapping_deduplication (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2891420Z test_qconfig_multi_mapping_end_to_end (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2891940Z test_qconfig_multi_mapping_from_list (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2892460Z test_qconfig_multi_mapping_insert_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2892990Z test_qconfig_multi_mapping_ordering (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2893520Z test_qconfig_multi_mapping_retroactive_padding (quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2894000Z test_fq_module_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.119s) 2022-11-23T01:27:07.2894370Z test_fq_serializable_per_channel (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.002s) 2022-11-23T01:27:07.2894710Z test_quant_min_max_override (quantization.core.test_workflow_module.TestFakeQuantize) ... ok (0.001s) 2022-11-23T01:27:07.2895020Z test_backward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T01:27:07.2895370Z Tests the backward method. ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.074s) 2022-11-23T01:27:07.2895720Z test_backward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.004s) 2022-11-23T01:27:07.2896190Z test_backward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T01:27:07.2896570Z test_backward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T01:27:07.2896880Z Tests the backward method. ... skip: temporarily disable the test (0.003s) 2022-11-23T01:27:07.2897170Z test_backward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.003s) 2022-11-23T01:27:07.2897580Z test_backward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T01:27:07.2898370Z test_fake_quant_control (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2899200Z warnings.warn( 2022-11-23T01:27:07.2899350Z ok (0.003s) 2022-11-23T01:27:07.2899590Z test_fake_quant_per_channel_qparam_range (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.223s) 2022-11-23T01:27:07.2900310Z test_fake_quant_preserves_qparam_shapes_for_activations (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2900810Z warnings.warn( 2022-11-23T01:27:07.2900950Z ok (0.002s) 2022-11-23T01:27:07.2901180Z test_fixed_qparams_fq_module (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.087s) 2022-11-23T01:27:07.2901880Z test_forward_backward_per_tensor_with_amp (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2902330Z warnings.warn( 2022-11-23T01:27:07.2902730Z /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:27:07.2903150Z warnings.warn('User provided device_type of \'cuda\', but CUDA is not available. Disabling') 2022-11-23T01:27:07.2903360Z ok (0.003s) 2022-11-23T01:27:07.2903570Z test_forward_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T01:27:07.2903860Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.078s) 2022-11-23T01:27:07.2904180Z test_forward_per_channel_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.004s) 2022-11-23T01:27:07.2904550Z test_forward_per_channel_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T01:27:07.2904910Z test_forward_per_channel_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.004s) 2022-11-23T01:27:07.2905240Z test_forward_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) 2022-11-23T01:27:07.2905530Z Tests the forward path of the FakeQuantizePerTensorAffine op. ... ok (0.062s) 2022-11-23T01:27:07.2905840Z test_forward_per_tensor_cachemask_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.003s) 2022-11-23T01:27:07.2906440Z test_forward_per_tensor_cachemask_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.000s) 2022-11-23T01:27:07.2906820Z test_forward_per_tensor_half_precision_numerics (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.002s) 2022-11-23T01:27:07.2907590Z test_fq_module_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/80409 for platform(s) 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.001s) 2022-11-23T01:27:07.2908140Z test_fq_serializable_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.003s) 2022-11-23T01:27:07.2908540Z test_learnable_backward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.003s) 2022-11-23T01:27:07.2909240Z test_learnable_backward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.002s) 2022-11-23T01:27:07.2909780Z test_learnable_backward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.107s) 2022-11-23T01:27:07.2910150Z test_learnable_backward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.002s) 2022-11-23T01:27:07.2910920Z test_learnable_forward_per_channel_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/78377 for platform(s) 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:27:07.2911480Z test_learnable_forward_per_channel_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.003s) 2022-11-23T01:27:07.2911910Z test_learnable_forward_per_tensor_cpu (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.002s) 2022-11-23T01:27:07.2912340Z test_learnable_forward_per_tensor_cuda (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... skip: No gpu is not available. (0.002s) 2022-11-23T01:27:07.2912680Z test_numerical_consistency_per_channel (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.022s) 2022-11-23T01:27:07.2913040Z test_numerical_consistency_per_tensor (quantization.core.test_workflow_ops.TestFakeQuantizeOps) ... ok (0.007s) 2022-11-23T01:27:07.2913340Z test_forward_hooks_preserved (quantization.eager.test_fuse_eager.TestFuseEager) 2022-11-23T01:27:07.2913720Z Test case that checks whether forward pre hooks of the first module and ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2914200Z test_fuse_function_customization (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2914690Z test_fuse_module_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.2915160Z test_fuse_module_train (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2915730Z test_fusion_conv_with_bias (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2916560Z test_fusion_convtranspose_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2917040Z test_fusion_linear_bn_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.2923720Z test_fusion_sequential_model_eval (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2924250Z test_fusion_sequential_model_train (quantization.eager.test_fuse_eager.TestFuseEager) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2924690Z test_fuse_addtional_fuser_method (quantization.fx.test_quantize_fx.TestFuseFx) ... skip: Temporarily skipping the test case, will enable after the simplepattern format is supported (0.001s) 2022-11-23T01:27:07.2925620Z test_fuse_conv_bn_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fx/prepare.py:1482: UserWarning: Passing a QConfig dictionary to prepare is deprecated and will not be supported in a future version. Please pass in a QConfigMapping instead. 2022-11-23T01:27:07.2926010Z warnings.warn( 2022-11-23T01:27:07.2926130Z ok (0.013s) 2022-11-23T01:27:07.2926330Z test_fuse_convtranspose_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.004s) 2022-11-23T01:27:07.2926590Z test_fuse_custom_pattern (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.004s) 2022-11-23T01:27:07.2926850Z test_fuse_linear_bn_eval (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.003s) 2022-11-23T01:27:07.2927100Z test_fuse_module_relu (quantization.fx.test_quantize_fx.TestFuseFx) ... ok (0.004s) 2022-11-23T01:27:07.2927360Z test_fusion_pattern_with_matchallnode (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T01:27:07.2927620Z This test tests that the node matched by MatchAllNode will be regared as an input ... ok (0.003s) 2022-11-23T01:27:07.2927890Z test_fusion_pattern_with_multiple_inputs (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T01:27:07.2928140Z This test tests two keys in backend_config: root_node_getter and ... ok (0.003s) 2022-11-23T01:27:07.2928740Z test_problematic_fuse_example (quantization.fx.test_quantize_fx.TestFuseFx) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2929140Z warnings.warn( 2022-11-23T01:27:07.2929260Z ok (0.007s) 2022-11-23T01:27:07.2929440Z test_qconfig_fused_module (quantization.fx.test_quantize_fx.TestFuseFx) 2022-11-23T01:27:07.2929760Z TODO: add test for all fused modules ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2930100Z test_fused_backward_op_fake_quant_off (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.003s) 2022-11-23T01:27:07.2930430Z test_fused_obs_fake_quant_backward_op (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) ... ok (0.004s) 2022-11-23T01:27:07.2930730Z test_fused_obs_fake_quant_moving_avg (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T01:27:07.2930990Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.007s) 2022-11-23T01:27:07.2931410Z test_fused_obs_fake_quant_moving_avg_per_channel (quantization.core.test_workflow_ops.TestFusedObsFakeQuant) 2022-11-23T01:27:07.2931700Z Tests the case where we call the fused_obs_fake_quant op multiple times ... ok (0.015s) 2022-11-23T01:27:07.2931990Z test_compare_fused_obs_fq_oss_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.004s) 2022-11-23T01:27:07.2932700Z test_default_fused_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2933120Z warnings.warn( 2022-11-23T01:27:07.2933240Z ok (0.006s) 2022-11-23T01:27:07.2933470Z test_embedding_bag_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.010s) 2022-11-23T01:27:07.2933800Z test_embedding_qat_config (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-11-23T01:27:07.2934240Z test_fused_mod_per_channel (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.020s) 2022-11-23T01:27:07.2934570Z test_fused_mod_reduce_range (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.001s) 2022-11-23T01:27:07.2934890Z test_fused_obs_fq_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.004s) 2022-11-23T01:27:07.2935210Z test_fused_obs_fq_moving_avg_module (quantization.core.test_workflow_module.TestFusedObsFakeQuantModule) ... ok (0.005s) 2022-11-23T01:27:07.2935520Z test_quantized_add_relu_fusion (quantization.jit.test_fusion_passes.TestFusionPasses) ... ok (0.012s) 2022-11-23T01:27:07.2935950Z test_input_weight_equalization_determine_points (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2936510Z test_input_weight_equalization_report_gen (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.2937040Z test_input_weight_equalization_report_gen_empty (quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2937550Z test_all_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2938030Z test_multiple_run_consistent_spike_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2938520Z test_no_outlier_report_gen (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2938990Z test_outlier_detection_determine_points (quantization.fx.test_model_report_fx.TestFxDetectOutliers) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2939360Z test_constructor (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:27:07.2939700Z Tests the constructor of the ModelReport class. ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2940110Z test_equalization_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:27:07.2940480Z Tests for generation of qconfigs by ModelReport API ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2940820Z test_generate_report (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:27:07.2941170Z Tests model_report.generate_model_report to ensure report generation ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2941520Z test_generate_visualizer (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:27:07.2941900Z Tests that the ModelReport class can properly create the ModelReportVisualizer instance ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2942360Z test_prepare_model_callibration (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:27:07.2942740Z Tests model_report.prepare_detailed_calibration that prepares the model for callibration ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2943110Z test_qconfig_mapping_generation (quantization.fx.test_model_report_fx.TestFxModelReportClass) 2022-11-23T01:27:07.2943450Z Tests for generation of qconfigs by ModelReport API ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2943910Z test_nested_detection_case (quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.2944330Z test_conv_sub_class_considered (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.013s) 2022-11-23T01:27:07.2944740Z test_fusion_layer_in_sequential (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2945210Z test_multi_linear_model_without_per_channel (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.009s) 2022-11-23T01:27:07.2945920Z test_multiple_q_config_options (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2946340Z warnings.warn( 2022-11-23T01:27:07.2946470Z ok (0.013s) 2022-11-23T01:27:07.2946690Z test_qat_aware_model_example (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.006s) 2022-11-23T01:27:07.2947000Z test_sequential_model_format (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... ok (0.012s) 2022-11-23T01:27:07.2947390Z test_simple_conv (quantization.fx.test_model_report_fx.TestFxModelReportDetector) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2947770Z test_observer_after_relu (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.007s) 2022-11-23T01:27:07.2948080Z test_random_epochs_and_batches (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.045s) 2022-11-23T01:27:07.2948390Z test_single_batch_of_ones (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.002s) 2022-11-23T01:27:07.2948840Z test_zero_tensor_errors (quantization.fx.test_model_report_fx.TestFxModelReportObserver) ... ok (0.004s) 2022-11-23T01:27:07.2949260Z test_generate_tables_match_with_report (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T01:27:07.2949610Z Tests the generate_table_view() ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2949950Z test_generate_tables_no_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T01:27:07.2950280Z Tests the generate_table_view() ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2950610Z test_generate_tables_single_feat_match (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T01:27:07.2950960Z Tests the generate_table_view() ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2951410Z test_get_modules_and_features (quantization.fx.test_model_report_fx.TestFxModelReportVisualizer) 2022-11-23T01:27:07.2951780Z Tests the get_all_unique_module_fqns and get_all_unique_feature_names methods of ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.2952520Z test_histogram_observer (quantization.core.test_workflow_module.TestHistogramObserver) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:27:07.2952910Z warnings.warn( 2022-11-23T01:27:07.2953340Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:27:07.2953650Z warnings.warn( 2022-11-23T01:27:07.2954100Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2954430Z warnings.warn( 2022-11-23T01:27:07.2954840Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:27:07.2955130Z warnings.warn( 2022-11-23T01:27:07.2955530Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:27:07.2955830Z warnings.warn( 2022-11-23T01:27:07.2956230Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:27:07.2956520Z warnings.warn( 2022-11-23T01:27:07.2956960Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2957290Z warnings.warn( 2022-11-23T01:27:07.2957800Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:27:07.2958140Z warnings.warn( 2022-11-23T01:27:07.2958620Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2958940Z warnings.warn( 2022-11-23T01:27:07.2959340Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:27:07.2959630Z warnings.warn( 2022-11-23T01:27:07.2960060Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2960470Z warnings.warn( 2022-11-23T01:27:07.2960870Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:27:07.2961170Z warnings.warn( 2022-11-23T01:27:07.2961280Z ok (6.059s) 2022-11-23T01:27:07.2961880Z test_histogram_observer_against_reference (quantization.core.test_workflow_module.TestHistogramObserver) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2962320Z warnings.warn( 2022-11-23T01:27:07.2962760Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2963070Z warnings.warn( 2022-11-23T01:27:07.2963530Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2963850Z warnings.warn( 2022-11-23T01:27:07.2964290Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2964600Z warnings.warn( 2022-11-23T01:27:07.2965040Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2965350Z warnings.warn( 2022-11-23T01:27:07.2965780Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2966100Z warnings.warn( 2022-11-23T01:27:07.2966610Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2966940Z warnings.warn( 2022-11-23T01:27:07.2967380Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2967690Z warnings.warn( 2022-11-23T01:27:07.2968130Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2973740Z warnings.warn( 2022-11-23T01:27:07.2974390Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2974730Z warnings.warn( 2022-11-23T01:27:07.2975170Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2975480Z warnings.warn( 2022-11-23T01:27:07.2975920Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2976240Z warnings.warn( 2022-11-23T01:27:07.2976660Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2976980Z warnings.warn( 2022-11-23T01:27:07.2977410Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2977720Z warnings.warn( 2022-11-23T01:27:07.2978150Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2978460Z warnings.warn( 2022-11-23T01:27:07.2978880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2979200Z warnings.warn( 2022-11-23T01:27:07.2979630Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2980130Z warnings.warn( 2022-11-23T01:27:07.2980620Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2980930Z warnings.warn( 2022-11-23T01:27:07.2981360Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2981670Z warnings.warn( 2022-11-23T01:27:07.2982100Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2982500Z warnings.warn( 2022-11-23T01:27:07.2982940Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2983260Z warnings.warn( 2022-11-23T01:27:07.2983680Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2983990Z warnings.warn( 2022-11-23T01:27:07.2984420Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2984730Z warnings.warn( 2022-11-23T01:27:07.2985160Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2985470Z warnings.warn( 2022-11-23T01:27:07.2985900Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2986200Z warnings.warn( 2022-11-23T01:27:07.2986640Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.2986950Z warnings.warn( 2022-11-23T01:27:07.2987080Z ok (1.557s) 2022-11-23T01:27:07.2987300Z test_histogram_observer_extreme_inputs (quantization.core.test_workflow_module.TestHistogramObserver) 2022-11-23T01:27:07.2987580Z Ensures that the HistogramObserver is able to work correctly in ... ok (0.001s) 2022-11-23T01:27:07.2987870Z test_histogram_observer_one_sided (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.101s) 2022-11-23T01:27:07.2988180Z test_histogram_observer_same_inputs (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.188s) 2022-11-23T01:27:07.2988490Z test_observer_scriptable (quantization.core.test_workflow_module.TestHistogramObserver) ... ok (0.280s) 2022-11-23T01:27:07.2988920Z test_fake_quant_true_quant_compare (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.001s) 2022-11-23T01:27:07.2989260Z test_float_quant_compare_per_channel (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.017s) 2022-11-23T01:27:07.2989580Z test_float_quant_compare_per_tensor (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.001s) 2022-11-23T01:27:07.2989910Z test_weight_only_activation_only_fakequant (quantization.eager.test_model_numerics.TestModelNumericsEager) ... ok (0.001s) 2022-11-23T01:27:07.2990240Z test_compare_model_outputs_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2990580Z test_compare_model_outputs_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2990920Z test_compare_model_outputs_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2991350Z test_compare_model_outputs_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2991680Z test_compare_model_outputs_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2992000Z test_compare_model_stub_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2992320Z test_compare_model_stub_functional_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2992640Z test_compare_model_stub_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2992970Z test_compare_model_stub_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2993290Z test_compare_model_stub_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2993620Z test_compare_model_stub_partial (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2993940Z test_compare_model_stub_submodule_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2994260Z test_compare_weights_conv_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2994570Z test_compare_weights_linear_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2994900Z test_compare_weights_linear_static (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2995210Z test_compare_weights_lstm_dynamic (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2995530Z test_mobilenet_v2 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T01:27:07.2995850Z test_mobilenet_v3 (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... skip: no torchvision (0.000s) 2022-11-23T01:27:07.2996160Z test_output_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2996470Z test_shadow_logger (quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager) ... ok (0.000s) 2022-11-23T01:27:07.2996770Z test_histogram_observer_consistent_buffer_shape (quantization.core.test_workflow_module.TestObserver) 2022-11-23T01:27:07.2997040Z Ensures that the buffer shapes do not change from uninitialized to ... ok (0.002s) 2022-11-23T01:27:07.2997310Z test_histogram_observer_save_load_state_dict (quantization.core.test_workflow_module.TestObserver) 2022-11-23T01:27:07.2997550Z Smoke test on saving/loading state_dict ... ok (0.001s) 2022-11-23T01:27:07.2997890Z test_memoryless_minmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.006s) 2022-11-23T01:27:07.2998220Z test_memoryless_perchannelminmaxobserver (quantization.core.test_workflow_module.TestObserver) ... ok (0.007s) 2022-11-23T01:27:07.2998530Z test_observer_qparams_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) 2022-11-23T01:27:07.2999060Z Ensure that the scale and zero_point returned by the observer ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:27:07.2999350Z test_observer_scriptable (quantization.core.test_workflow_module.TestObserver) ... ok (0.043s) 2022-11-23T01:27:07.2999900Z test_per_channel_observers (quantization.core.test_workflow_module.TestObserver) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3000250Z warnings.warn( 2022-11-23T01:27:07.3000760Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3001030Z warnings.warn( 2022-11-23T01:27:07.3001410Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3001680Z warnings.warn( 2022-11-23T01:27:07.3002030Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3002300Z warnings.warn( 2022-11-23T01:27:07.3002660Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3002930Z warnings.warn( 2022-11-23T01:27:07.3003290Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3003560Z warnings.warn( 2022-11-23T01:27:07.3004010Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3004320Z warnings.warn( 2022-11-23T01:27:07.3004680Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3004950Z warnings.warn( 2022-11-23T01:27:07.3005310Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3005570Z warnings.warn( 2022-11-23T01:27:07.3005930Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3006200Z warnings.warn( 2022-11-23T01:27:07.3006560Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3006820Z warnings.warn( 2022-11-23T01:27:07.3007300Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3007580Z warnings.warn( 2022-11-23T01:27:07.3007980Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3008240Z warnings.warn( 2022-11-23T01:27:07.3008670Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3008990Z warnings.warn( 2022-11-23T01:27:07.3009350Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3009750Z warnings.warn( 2022-11-23T01:27:07.3010190Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3010500Z warnings.warn( 2022-11-23T01:27:07.3010860Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3011120Z warnings.warn( 2022-11-23T01:27:07.3011480Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3011750Z warnings.warn( 2022-11-23T01:27:07.3012100Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3012370Z warnings.warn( 2022-11-23T01:27:07.3012720Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3012980Z warnings.warn( 2022-11-23T01:27:07.3013340Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3013600Z warnings.warn( 2022-11-23T01:27:07.3013960Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3014230Z warnings.warn( 2022-11-23T01:27:07.3014660Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3014980Z warnings.warn( 2022-11-23T01:27:07.3020590Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3020860Z warnings.warn( 2022-11-23T01:27:07.3021380Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3021660Z warnings.warn( 2022-11-23T01:27:07.3022110Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3022430Z warnings.warn( 2022-11-23T01:27:07.3022790Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3023060Z warnings.warn( 2022-11-23T01:27:07.3023420Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3023810Z warnings.warn( 2022-11-23T01:27:07.3024170Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3024440Z warnings.warn( 2022-11-23T01:27:07.3024800Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3025070Z warnings.warn( 2022-11-23T01:27:07.3025500Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3025820Z warnings.warn( 2022-11-23T01:27:07.3026180Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3026440Z warnings.warn( 2022-11-23T01:27:07.3026880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3027190Z warnings.warn( 2022-11-23T01:27:07.3027550Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3027820Z warnings.warn( 2022-11-23T01:27:07.3028190Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3028450Z warnings.warn( 2022-11-23T01:27:07.3028800Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3029060Z warnings.warn( 2022-11-23T01:27:07.3029420Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3029680Z warnings.warn( 2022-11-23T01:27:07.3030160Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3030490Z warnings.warn( 2022-11-23T01:27:07.3030940Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3031260Z warnings.warn( 2022-11-23T01:27:07.3031610Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3031880Z warnings.warn( 2022-11-23T01:27:07.3032240Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3032630Z warnings.warn( 2022-11-23T01:27:07.3033000Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3033260Z warnings.warn( 2022-11-23T01:27:07.3033630Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3033890Z warnings.warn( 2022-11-23T01:27:07.3034250Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3034510Z warnings.warn( 2022-11-23T01:27:07.3034870Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3035150Z warnings.warn( 2022-11-23T01:27:07.3035500Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3035770Z warnings.warn( 2022-11-23T01:27:07.3036200Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3036520Z warnings.warn( 2022-11-23T01:27:07.3036880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3037140Z warnings.warn( 2022-11-23T01:27:07.3037490Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3037760Z warnings.warn( 2022-11-23T01:27:07.3038120Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3038390Z warnings.warn( 2022-11-23T01:27:07.3038830Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3039120Z warnings.warn( 2022-11-23T01:27:07.3039480Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3039740Z warnings.warn( 2022-11-23T01:27:07.3040100Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3040360Z warnings.warn( 2022-11-23T01:27:07.3040800Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3041110Z warnings.warn( 2022-11-23T01:27:07.3041580Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3041850Z warnings.warn( 2022-11-23T01:27:07.3042200Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3042470Z warnings.warn( 2022-11-23T01:27:07.3042830Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3043090Z warnings.warn( 2022-11-23T01:27:07.3043530Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3043850Z warnings.warn( 2022-11-23T01:27:07.3044200Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3044470Z warnings.warn( 2022-11-23T01:27:07.3044990Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3045300Z warnings.warn( 2022-11-23T01:27:07.3045670Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3045940Z warnings.warn( 2022-11-23T01:27:07.3046290Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:303: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3046560Z warnings.warn( 2022-11-23T01:27:07.3046680Z ok (0.110s) 2022-11-23T01:27:07.3047150Z test_per_tensor_observers (quantization.core.test_workflow_module.TestObserver) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3047490Z warnings.warn( 2022-11-23T01:27:07.3047970Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3048260Z warnings.warn( 2022-11-23T01:27:07.3048630Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3048890Z warnings.warn( 2022-11-23T01:27:07.3049250Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3049510Z warnings.warn( 2022-11-23T01:27:07.3049870Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3050130Z warnings.warn( 2022-11-23T01:27:07.3050640Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3050910Z warnings.warn( 2022-11-23T01:27:07.3051260Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3051520Z warnings.warn( 2022-11-23T01:27:07.3051880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3052140Z warnings.warn( 2022-11-23T01:27:07.3052570Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3052890Z warnings.warn( 2022-11-23T01:27:07.3053250Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3053510Z warnings.warn( 2022-11-23T01:27:07.3053870Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3054130Z warnings.warn( 2022-11-23T01:27:07.3054490Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3054750Z warnings.warn( 2022-11-23T01:27:07.3055190Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3055500Z warnings.warn( 2022-11-23T01:27:07.3055860Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3056120Z warnings.warn( 2022-11-23T01:27:07.3056640Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3056960Z warnings.warn( 2022-11-23T01:27:07.3057320Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3057580Z warnings.warn( 2022-11-23T01:27:07.3057700Z ok (0.031s) 2022-11-23T01:27:07.3057900Z test_save_load_state_dict_script (quantization.core.test_workflow_module.TestObserver) 2022-11-23T01:27:07.3058160Z Tests that we can save and load state_dict for observers that are scripted ... ok (0.103s) 2022-11-23T01:27:07.3058580Z test_state_dict_respects_device_affinity (quantization.core.test_workflow_module.TestObserver) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:27:07.3058880Z test_zero_numel (quantization.core.test_workflow_module.TestObserver) ... ok (0.001s) 2022-11-23T01:27:07.3059340Z test_constant_padNd (quantization.core.test_quantized_op.TestPadding) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3059890Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3060240Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3065260Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3065700Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3066040Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3066370Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3066670Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3067010Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3067290Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3067620Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3067910Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3068240Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3068530Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3068860Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3069140Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3069480Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3069760Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3070090Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3070370Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3070700Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3070980Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3071520Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3071830Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3072160Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3072440Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3072770Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3073060Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3073390Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3073670Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3074000Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3074400Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3074730Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3075010Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3075330Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3075610Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3075940Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3076230Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3076560Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3076840Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3077170Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3077450Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3077780Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3078060Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3078390Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3078670Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3079000Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3079290Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3079610Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3079890Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3080220Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3080500Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3080900Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3081200Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3081540Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3081820Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3082140Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3082420Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3082750Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3083030Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3083360Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3083760Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3084090Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3084370Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3084700Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3084980Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3085310Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3085590Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3085930Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3086210Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3086540Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3086830Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3087160Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3087430Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3087760Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3088040Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3088370Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3088650Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3088980Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3089260Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3089590Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3089870Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3090300Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3090590Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3090930Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3091210Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3091530Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3091810Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3092130Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3092410Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3092750Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3093110Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3093450Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3093730Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3094060Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3094340Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3094660Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3094940Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3095270Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3095550Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3095710Z ok (0.335s) 2022-11-23T01:27:07.3096130Z test_reflection_pad1d (quantization.core.test_quantized_op.TestPadding) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3096500Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3096830Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3097110Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3097440Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3097720Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3098050Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3098330Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3098660Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3098940Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3099260Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3099540Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3099960Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3100290Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3100620Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3100900Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3101230Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3101510Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3101840Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3102130Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3102460Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3102880Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3103240Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3108920Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3109260Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3109550Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3109880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3110170Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3110500Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3110790Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3111110Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3111410Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3111730Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3112020Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3112340Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3112630Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3112950Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3113240Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3113570Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3113850Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3114180Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3114460Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3115010Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3115360Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3115690Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3115970Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3116300Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3116590Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3116910Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3117210Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3117540Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3118000Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3118330Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3118620Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3118940Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3119230Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3119560Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3119840Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3120170Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3120450Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3120780Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3121060Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3121390Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3121670Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3121990Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3122270Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3122600Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3122880Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3123210Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3123500Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3123830Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3124120Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3124440Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3124860Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3125230Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3125500Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3125840Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3126110Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3126440Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3126750Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3127080Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3127520Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3127840Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3128120Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3128450Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3128740Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3129070Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3129350Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3129690Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3129980Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3130310Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3130590Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3130910Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3131200Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3131520Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3131800Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3132140Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3132420Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3132750Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3133040Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3133190Z ok (0.189s) 2022-11-23T01:27:07.3133620Z test_reflection_pad2d (quantization.core.test_quantized_op.TestPadding) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3134010Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3134450Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3134770Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3135100Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3135390Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3135720Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3136000Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3136320Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3136610Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3136940Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3137380Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3137710Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3137990Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3138310Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3138600Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3138920Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3139200Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3139530Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3139810Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3140140Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3140420Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3140750Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3141030Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3141360Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3141640Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3141980Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3142260Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3142590Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3142870Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3143200Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3143480Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3143930Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3144240Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3144570Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3144940Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3145270Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3145550Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3145880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3146160Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3146490Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3146890Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3147220Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3152540Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3152880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3153170Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3153500Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3153780Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3154120Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3154400Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3154740Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3155020Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3155350Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3155620Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3155950Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3156230Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3156560Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3156840Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3157170Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3157440Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3157770Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3158050Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3158380Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3158890Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3159270Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3159550Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3159880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3160160Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3160490Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3160770Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3161090Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3161600Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3161930Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3162210Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3162530Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3162810Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3163140Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3163430Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3163760Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3164040Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3164370Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3164650Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3164970Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3165250Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3165580Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3165680Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3165910Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3166020Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3166240Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3166350Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3166570Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3166680Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3166900Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3167140Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3167380Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3167500Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3167730Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3167830Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3168050Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3168160Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3168210Z ok (17.737s) 2022-11-23T01:27:07.3168400Z test_adaptive_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:27:07.3168680Z test_avg_pool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:27:07.3168870Z test_hardtanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:27:07.3169050Z test_mean (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:27:07.3169220Z test_qnnpack_add (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:27:07.3169420Z test_qnnpack_add_broadcast (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:27:07.3169600Z test_qnnpack_maxpool2d (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:27:07.3169790Z test_qnnpack_mul (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:27:07.3169970Z test_qnnpack_relu (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-11-23T01:27:07.3170150Z test_qnnpack_sigmoid (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:27:07.3170340Z test_qnnpack_sigmoid_sweep (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.000s) 2022-11-23T01:27:07.3170520Z test_qnnpack_tanh (quantization.core.test_quantized_op.TestQNNPackOps) ... skip: This Pytorch Build has not been built with or does not support QNNPACK (0.001s) 2022-11-23T01:27:07.3170970Z test_quantization_doc_custom (quantization.core.test_docs.TestQuantizationDocs) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3171020Z warnings.warn( 2022-11-23T01:27:07.3171420Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/quantize_fx.py:149: UserWarning: Passing a prepare_custom_config_dict to prepare is deprecated and will not be supported in a future version. Please pass in a PrepareCustomConfig instead. 2022-11-23T01:27:07.3171470Z warnings.warn( 2022-11-23T01:27:07.3171920Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/quantize_fx.py:541: UserWarning: Passing a convert_custom_config_dict to convert is deprecated and will not be supported in a future version. Please pass in a ConvertCustomConfig instead. 2022-11-23T01:27:07.3171980Z warnings.warn( 2022-11-23T01:27:07.3172020Z ok (0.019s) 2022-11-23T01:27:07.3172470Z test_quantization_doc_fx (quantization.core.test_docs.TestQuantizationDocs) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:1204: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-11-23T01:27:07.3172520Z warnings.warn( 2022-11-23T01:27:07.3172560Z ok (0.027s) 2022-11-23T01:27:07.3172820Z test_quantization_doc_ptdq (quantization.core.test_docs.TestQuantizationDocs) ... [W qlinear_dynamic.cpp:247] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function operator()) 2022-11-23T01:27:07.3172950Z ok (0.002s) 2022-11-23T01:27:07.3173430Z test_quantization_doc_ptsq (quantization.core.test_docs.TestQuantizationDocs) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3173480Z warnings.warn( 2022-11-23T01:27:07.3173530Z ok (0.027s) 2022-11-23T01:27:07.3173660Z test_quantization_doc_qat (quantization.core.test_docs.TestQuantizationDocs) ... ok (0.006s) 2022-11-23T01:27:07.3173900Z test_embedding_bag (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-11-23T01:27:07.3174140Z test_embedding_bag_padding_idx_error (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3174280Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps) ... ok (0.000s) 2022-11-23T01:27:07.3174430Z test_convert_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.009s) 2022-11-23T01:27:07.3174570Z test_dynamic_multi_op (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.001s) 2022-11-23T01:27:07.3174720Z test_dynamic_quant_multi_uses (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.000s) 2022-11-23T01:27:07.3174880Z test_dynamic_shared_weights (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.000s) 2022-11-23T01:27:07.3175030Z test_dynamic_weight_observer (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.046s) 2022-11-23T01:27:07.3175170Z test_dynamic_with_if (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.001s) 2022-11-23T01:27:07.3175340Z test_insert_quant_dequant_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.047s) 2022-11-23T01:27:07.3175480Z test_prepare_dynamic (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.016s) 2022-11-23T01:27:07.3175640Z test_prepare_dynamic_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... ok (0.018s) 2022-11-23T01:27:07.3176660Z test_quantize_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py:806: 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:27:07.3176730Z if param.grad is not None: 2022-11-23T01:27:07.3176780Z ok (0.017s) 2022-11-23T01:27:07.3176920Z test_conv_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.003s) 2022-11-23T01:27:07.3177050Z test_conv_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.000s) 2022-11-23T01:27:07.3177180Z test_conv_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.000s) 2022-11-23T01:27:07.3177320Z test_conv_transpose_1d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.000s) 2022-11-23T01:27:07.3177460Z test_conv_transpose_2d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.000s) 2022-11-23T01:27:07.3177640Z test_conv_transpose_3d (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.000s) 2022-11-23T01:27:07.3178170Z test_functional_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3178220Z warnings.warn( 2022-11-23T01:27:07.3178270Z ok (0.154s) 2022-11-23T01:27:07.3178410Z test_int16_reference_module (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.001s) 2022-11-23T01:27:07.3178820Z test_leaky_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3178870Z warnings.warn( 2022-11-23T01:27:07.3178920Z ok (0.002s) 2022-11-23T01:27:07.3179050Z test_linear (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.000s) 2022-11-23T01:27:07.3179180Z test_relu (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps) ... ok (0.001s) 2022-11-23T01:27:07.3179430Z test_embedding_ops_dynamic (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3179580Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:27:07.3179850Z Test post-training dynamic quantization on preserving ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3180100Z test_linear_relu_fusion (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3180240Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:27:07.3180510Z Test quantization for nested model, top level 'fc3' and ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3180640Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:27:07.3180850Z Another test case for quantized, we will quantize all submodules ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3181120Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:27:07.3181360Z More complicated nested test case with child qconfig overrides ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3181510Z test_per_channel_linear_quantize (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:27:07.3181710Z Test quantization for per_channel dynamic quantization ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3181850Z test_quantized_rnn (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:27:07.3182090Z Test dynamic quantization, scriptability and serialization for dynamic quantized lstm modules on int8 and fp16 ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3182340Z test_quantized_rnn_cell (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:27:07.3182590Z Test dynamic quantization, scriptability and serialization for dynamic quantized rnn cell modules on int8 and fp16 ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3182730Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:27:07.3182950Z Dynamic Quantize SingleLayerLinearDynamicModel which has one Linear module, ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3183090Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:27:07.3183310Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3183450Z test_type_match_rule (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic) 2022-11-23T01:27:07.3183730Z Test quantization for nested model, top level 'fc3' and ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3183870Z test_activations (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3184040Z Test quantization of activations ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3184200Z test_activations_in_non_leaf_module_list (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3184320Z Ensure activations like `nn.Sigmoid` and `nn.Tanh` are properly handled in ... ok (0.002s) 2022-11-23T01:27:07.3184480Z test_convtranspose_per_channel_fails_early (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3184770Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3184940Z test_convtranspose_per_channel_qconfig_none (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3185140Z Verifies that having qconfig==None for conv transpose does not crash ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3185440Z test_custom_module_class (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3185690Z test_dequant_stub (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3185850Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... ok (0.000s) 2022-11-23T01:27:07.3185980Z test_manual (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3186180Z User inserts QuantStub and DeQuantStub in model code ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3186320Z test_nested1 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3186590Z Test quantization for nested model, top level 'fc3' and ... ok (0.001s) 2022-11-23T01:27:07.3186830Z test_nested2 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3187030Z test_nested3 (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3187150Z More complicated nested test case with child qconfig overrides ... ok (0.001s) 2022-11-23T01:27:07.3187290Z test_normalization (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3187480Z Test quantization of normalization layers ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3187620Z test_quantized_embedding (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3187910Z Test the post-training quantization flow, serialization and scripting ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3188070Z test_quantized_embedding_bag (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3188300Z Test the post-training quantization flow, serialization and scripting ... ok (0.041s) 2022-11-23T01:27:07.3188570Z test_quantwrapper_attaches_qconfig_to_dequant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3188710Z test_resnet_base (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3188820Z Test quantization for bottleneck topology used in resnet/resnext ... ok (0.001s) 2022-11-23T01:27:07.3188970Z test_save_load_state_dict (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3189100Z Test PTQ flow of creating a model and quantizing it and saving the quantized state_dict ... ok (0.001s) 2022-11-23T01:27:07.3189230Z test_single_layer (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3189370Z Quantize SingleLayerLinearModel which has one Linear module, make sure it is swapped ... ok (0.001s) 2022-11-23T01:27:07.3189500Z test_skip_quant (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3189600Z The case when we want to skip quantizing some layers ... ok (0.001s) 2022-11-23T01:27:07.3189740Z test_two_layers (quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic) 2022-11-23T01:27:07.3189950Z TwoLayerLinearModel has two Linear modules but we only quantize the second one ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3190190Z test_add_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.005s) 2022-11-23T01:27:07.3190330Z test_conv_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.001s) 2022-11-23T01:27:07.3190460Z test_conv_linear_symm (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T01:27:07.3190560Z Same as test_conv_linear but with Symmetric quantization. ... ok (0.001s) 2022-11-23T01:27:07.3190720Z test_defused_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.001s) 2022-11-23T01:27:07.3190850Z test_dropout (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.001s) 2022-11-23T01:27:07.3190990Z test_dynamic_qat_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.001s) 2022-11-23T01:27:07.3191130Z test_embedding_bag_linear (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.001s) 2022-11-23T01:27:07.3191280Z test_embedding_qat_qconfig_equal (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.003s) 2022-11-23T01:27:07.3191480Z test_eval_only_fake_quant (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T01:27:07.3191580Z Using FakeQuant in evaluation only mode, ... ok (0.001s) 2022-11-23T01:27:07.3191720Z test_forward_hooks_preserved (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.000s) 2022-11-23T01:27:07.3191850Z test_manual (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.001s) 2022-11-23T01:27:07.3192000Z test_mul_scalar_uses_input_qparams (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.002s) 2022-11-23T01:27:07.3192150Z test_qat_embedding_bag_errors (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) ... ok (0.000s) 2022-11-23T01:27:07.3192280Z test_train_save_load_eval (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT) 2022-11-23T01:27:07.3192400Z Test QAT flow of creating a model, doing QAT and saving the quantized state_dict ... ok (0.001s) 2022-11-23T01:27:07.3192960Z test_conv_bn_folded_vs_unfolded (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3193010Z warnings.warn( 2022-11-23T01:27:07.3193370Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3198230Z warnings.warn( 2022-11-23T01:27:07.3198710Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3198760Z warnings.warn( 2022-11-23T01:27:07.3199130Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3199180Z warnings.warn( 2022-11-23T01:27:07.3199540Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3199590Z warnings.warn( 2022-11-23T01:27:07.3200080Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3200130Z warnings.warn( 2022-11-23T01:27:07.3200520Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3200570Z warnings.warn( 2022-11-23T01:27:07.3200920Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3201050Z warnings.warn( 2022-11-23T01:27:07.3201410Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3201460Z warnings.warn( 2022-11-23T01:27:07.3201810Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3201850Z warnings.warn( 2022-11-23T01:27:07.3202210Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3202260Z warnings.warn( 2022-11-23T01:27:07.3202610Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3202660Z warnings.warn( 2022-11-23T01:27:07.3203010Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3203060Z warnings.warn( 2022-11-23T01:27:07.3203410Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3203460Z warnings.warn( 2022-11-23T01:27:07.3203810Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3203860Z warnings.warn( 2022-11-23T01:27:07.3204210Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3204340Z warnings.warn( 2022-11-23T01:27:07.3204710Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3204760Z warnings.warn( 2022-11-23T01:27:07.3205110Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3205160Z warnings.warn( 2022-11-23T01:27:07.3205510Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3205650Z warnings.warn( 2022-11-23T01:27:07.3206000Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3206050Z warnings.warn( 2022-11-23T01:27:07.3206410Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3206460Z warnings.warn( 2022-11-23T01:27:07.3206810Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3206860Z warnings.warn( 2022-11-23T01:27:07.3207210Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3207260Z warnings.warn( 2022-11-23T01:27:07.3207600Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3207650Z warnings.warn( 2022-11-23T01:27:07.3208010Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3208060Z warnings.warn( 2022-11-23T01:27:07.3208410Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3208460Z warnings.warn( 2022-11-23T01:27:07.3208810Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3208940Z warnings.warn( 2022-11-23T01:27:07.3209300Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3209350Z warnings.warn( 2022-11-23T01:27:07.3209700Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3209750Z warnings.warn( 2022-11-23T01:27:07.3210100Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3210200Z warnings.warn( 2022-11-23T01:27:07.3210550Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3210600Z warnings.warn( 2022-11-23T01:27:07.3210950Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3211000Z warnings.warn( 2022-11-23T01:27:07.3211350Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3211400Z warnings.warn( 2022-11-23T01:27:07.3211760Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3211810Z warnings.warn( 2022-11-23T01:27:07.3212160Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3212210Z warnings.warn( 2022-11-23T01:27:07.3212560Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3212610Z warnings.warn( 2022-11-23T01:27:07.3212960Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3213010Z warnings.warn( 2022-11-23T01:27:07.3213360Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3213480Z warnings.warn( 2022-11-23T01:27:07.3213840Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3213890Z warnings.warn( 2022-11-23T01:27:07.3214240Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3214290Z warnings.warn( 2022-11-23T01:27:07.3214640Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3214770Z warnings.warn( 2022-11-23T01:27:07.3215130Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3215180Z warnings.warn( 2022-11-23T01:27:07.3215530Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3215580Z warnings.warn( 2022-11-23T01:27:07.3215930Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3215980Z warnings.warn( 2022-11-23T01:27:07.3216340Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3216390Z warnings.warn( 2022-11-23T01:27:07.3216730Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3216780Z warnings.warn( 2022-11-23T01:27:07.3217140Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3217190Z warnings.warn( 2022-11-23T01:27:07.3217540Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3217590Z warnings.warn( 2022-11-23T01:27:07.3218000Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3218050Z warnings.warn( 2022-11-23T01:27:07.3218410Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3218460Z warnings.warn( 2022-11-23T01:27:07.3218500Z ok (0.327s) 2022-11-23T01:27:07.3218650Z test_conv_bn_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.162s) 2022-11-23T01:27:07.3219160Z test_fixed_qparam_ops (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3219290Z warnings.warn( 2022-11-23T01:27:07.3219590Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3219640Z warnings.warn( 2022-11-23T01:27:07.3219680Z ok (0.006s) 2022-11-23T01:27:07.3219830Z test_leaky_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.003s) 2022-11-23T01:27:07.3219990Z test_linear_bn_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-11-23T01:27:07.3220140Z test_linear_bn_symm_numerics (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-11-23T01:27:07.3220300Z test_linear_bn_workflow (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.000s) 2022-11-23T01:27:07.3220440Z test_relu (quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics) ... ok (0.001s) 2022-11-23T01:27:07.3220670Z test__convert_to_reference_decomposed_fx (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3220920Z test__convert_to_reference_decomposed_fx_dynamic_quant (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3221040Z test_assert_on_size_after_quant_layer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3221240Z Verifies that calculating a size of a quantized tensor works ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3221450Z test_attention (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3221580Z test_backend_config_check_for_weight_and_bias (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3221780Z Test to make sure the backend_config check for weight and bias ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3221910Z test_backend_config_quantization_range (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3222130Z Check that quantization ranges specified through the BackendConfig are reflected in ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3222250Z test_backend_config_scale_min (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3222610Z Test QConfig eps validation against the BackendConfig's min scale value. ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3222760Z test_change_backend_config_for_fixed_qparam_ops (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3222970Z Making sure we can skip validation of qconfigs for fixedqparam ops based ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3223190Z test_channel_shuffle_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3223300Z test_conv_bn_relu (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3223600Z Tests fusion and quantization for "Conv - Bn" and "Conv - Bn - ReLU" ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3223800Z test_conv_linear_not_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3223980Z Test quantizing conv and linear ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3224100Z test_conv_linear_reference (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3224300Z Test quantizing functional conv and linear with reference option ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3224510Z test_conv_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3224740Z test_convert_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3224980Z test_convert_custom_config_set_observed_to_quantized_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3225220Z test_convert_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3225440Z test_convert_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3225650Z test_convert_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3225790Z test_convtranspose_per_channel_fails_early (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3226090Z Verifies that attempting to quantize a ConvTranspose module with per-Channel ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3226220Z test_copy_node_has_shared_actpp_instance (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3226400Z Test the output of CopyNode to have the same ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3226670Z test_custom_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-11-23T01:27:07.3226830Z test_custom_module_class_input_has_multiple_users (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3227030Z Tests that the flow still works when the input of custom module ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3227260Z test_deepcopy_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3227380Z test_default_quant_after_none_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3227570Z Make sure default quant is inserted properly ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3227740Z test_dequantize (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3227940Z Test to make sure dequantize node are placed before ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3228050Z test_dict_output (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3228250Z Make sure quantization runs for models with dictionary output ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3228370Z test_dynamic_linear_input_multiple_use (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3228570Z Tests input for dynamic linear being used by multiple ops ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3228790Z test_dynamic_quant_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3228910Z test_dynamic_quant_weight_observer (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3229100Z Test that weight observer is run in convert step ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3229210Z test_dynamic_with_fusion (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3229420Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3229540Z test_dynamic_with_fusion_multiple_uses (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3229740Z Tests that dynamic quantization APIs work with Linear + Relu fusion ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3229850Z test_fold_quant_dequant (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3230150Z Test that the sequence of quant-dequant nodes in the ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3230360Z test_fp32_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3230650Z test_fp32_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3230750Z test_fp32_sum (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3231030Z Verifies that fp32 sum works correctly if it's before or after ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3231250Z test_fuse_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3231490Z test_fuse_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3231710Z test_fuse_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3231990Z test_fused_module_qat_swap (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3232110Z test_fusion_pattern_unquantized (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3232310Z Ensure that leaving a possible fusion pattern of multiple nodes ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3232440Z test_get_default_qconfig_valid_backend (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3232660Z Checks that AssertionError is raised when non expected backend input is specified ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3232890Z test_get_executorch_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3233010Z test_getattr_with_nontensor_result (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3233200Z Verifies that binary ops get quantized correctly if some ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3233410Z test_linear_bn (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3233520Z test_linear_qint8_activation (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3233720Z Test support for qint8 activation in reference pattern ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3233950Z test_masked_fill_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3234160Z test_mul_add_fp16_config (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3234290Z test_no_obs_between_unmatched_node_and_copy_node (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3234500Z Verifies that an observer is not inserted between an unmatched ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3234800Z test_non_traceable_module (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3234900Z test_not_used (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3235080Z Test quantizing a not used value ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3235180Z test_observer_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3235410Z Test to make sure the observer FQN is based on the quantizable op/module that it is observing ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3235520Z test_output_lists_and_dicts (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3235720Z Verify that specifying complicated output types does not crash. ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3235980Z test_packed_weight_fused_op (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3236090Z test_pattern_match (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3236260Z test MatchAllNode with ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3236490Z test_permute_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3236710Z test_prepare_custom_config_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3236950Z test_prepare_custom_config_set_float_to_observed_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3237200Z test_prepare_custom_config_set_input_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3237440Z test_prepare_custom_config_set_non_traceable_module_classes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3237680Z test_prepare_custom_config_set_non_traceable_module_names (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3237920Z test_prepare_custom_config_set_output_quantized_indexes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3238150Z test_prepare_custom_config_set_preserved_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3238460Z test_prepare_custom_config_set_standalone_module_class (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3238700Z test_prepare_custom_config_set_standalone_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3238920Z test_prepare_custom_config_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3239130Z test_prepare_mode (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3239250Z test_prepared_model_deepcopy (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3239450Z Ensures that copy.deepcopy works correctly on a prepared model. ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3239780Z test_preserve_attributes (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3239900Z test_preserve_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3240100Z Test to make sure the temporary config option to preserve qconfig attributes ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3240210Z test_preserve_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3240390Z Test tuple input type is preserved ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3240630Z test_propagate_dtypes_for_known_nodes_dict_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3240870Z test_propagate_dtypes_for_known_nodes_dict_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3241100Z test_propagate_dtypes_for_known_nodes_dict_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3241330Z test_propagate_dtypes_for_known_nodes_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3241560Z test_propagate_dtypes_for_known_nodes_split_list_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3241790Z test_propagate_dtypes_for_known_nodes_split_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3242030Z test_propagate_dtypes_for_known_nodes_tuple_args (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3242320Z test_qat_and_script (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3242540Z test_qat_prepare_device_affinity (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3242760Z test_qat_skip_untraced (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3242970Z test_qconfig_dict_setup (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3243190Z test_qconfig_dict_with_fused_modules (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3243400Z test_qconfig_for_call_func (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3243660Z test_qconfig_for_call_method (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3243870Z test_qconfig_function (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3244090Z test_qconfig_mapping_from_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3244310Z test_qconfig_mapping_set_global (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3244530Z test_qconfig_mapping_set_module_name (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3244790Z test_qconfig_mapping_set_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3250200Z test_qconfig_mapping_set_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3250480Z test_qconfig_mapping_set_object_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3250710Z test_qconfig_mapping_to_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3250940Z test_qconfig_module_name_object_type_order (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3251180Z test_qconfig_module_name_regex (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3251550Z test_qconfig_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3251760Z test_qconfig_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3251980Z test_qconfig_precedence (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3252190Z test_qconfig_qat_module_type (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3252310Z test_qnnpack_backend_config (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3252540Z Test whether default QNNPACK QConfigs are compatible with the QNNPACK BackendConfig. ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3252860Z test_qparams_buffers (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3252970Z test_qparams_fqn (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3253160Z Test that the FQN of input_scale/zero_point is set ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3253280Z test_quant_output_always_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3253480Z If the output is hardcoded to be quantized, ensure that ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3253690Z test_quantized_input_fp32_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3253910Z test_quantized_input_quantized_output (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3254030Z test_quantized_model_type (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3254230Z Test state_dict and deepcopy works properly in the quantized model ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3254340Z test_ref_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3254530Z Make sure the numerics for models with ref conv module ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3254650Z test_ref_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3254840Z Make sure the numerics for models with ref linear module ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3255050Z test_register_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3255260Z test_relu_lowering (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3255510Z test_remove_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3255740Z test_repeat_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3255870Z test_reroute_tuple_getitem_patterns (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3256080Z The following graph should redirect the output to `b`. After the transformation, ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3256310Z test_reshape_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3256580Z test_return_none (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3256790Z test_reuse_input_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3257010Z test_save_observer_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3257210Z test_sequential (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3257330Z test_shape_followed_by_quantized_op (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3257520Z Make sure that shape does not dequantize ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3257740Z test_size_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3257980Z test_stack_trace_preserved_linear (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3258200Z test_standalone_module_float_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3258420Z test_standalone_module_quantized_interface (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3258530Z test_state_dict (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3258720Z Make sure packed params appear in state_dict ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3258830Z test_static_lstm (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3259040Z Test statically quantized custom module LSTM followed by ops that consume individual ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3259160Z test_static_lstm_consume_tuple (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3259450Z Test statically quantized custom module LSTM followed by a module that consumes the ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3259580Z test_static_lstm_with_custom_fixed_qparams (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3259800Z Test statically quantized LSTM with custom fixed qparams assigned to each of the ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3260010Z test_sub_scalar (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3260130Z test_symmetric_qnnpack_qconfig_mapping (quantization.fx.test_quantize_fx.TestQuantizeFx) 2022-11-23T01:27:07.3260360Z Test whether `torch.ao.quantization.qconfig_mapping._get_symmetric_qnnpack_qconfig_mapping` ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3260680Z test_torch_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3260910Z test_torch_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3261130Z test_trace_quantize_per_tensor (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3261350Z test_transpose_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3261580Z test_unsqueeze__nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3261810Z test_unsqueeze_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3262030Z test_view_nontensor_args_not_observed (quantization.fx.test_quantize_fx.TestQuantizeFx) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3262170Z test_model_dropout (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-11-23T01:27:07.3262340Z test_prepare_serialize_switch_device_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-11-23T01:27:07.3262470Z test_qat_embedding_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.001s) 2022-11-23T01:27:07.3262610Z test_qat_embeddingbag_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.000s) 2022-11-23T01:27:07.3262740Z test_qat_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.002s) 2022-11-23T01:27:07.3262880Z test_resnet18_ddp (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.000s) 2022-11-23T01:27:07.3263010Z test_resnet_base (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... ok (0.000s) 2022-11-23T01:27:07.3263240Z test_static_gpu_convert_basic (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-11-23T01:27:07.3263410Z test_switch_device_prepare_convert (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: gpu is not available. (0.001s) 2022-11-23T01:27:07.3263550Z test_torchvision (quantization.fx.test_quantize_fx.TestQuantizeFxModels) ... skip: no torchvision (0.001s) 2022-11-23T01:27:07.3263760Z test_add (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3263970Z test_add_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3264190Z test_add_relu_multiple_uses_of_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3264380Z test_ave_pool_with_custom_cfg (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3264580Z A test that checks correct patterns are produced for ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3264780Z test_bmm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3264900Z test_bmm_int_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3265240Z int8 is not supported for bmm so we won't produce reference ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3265350Z test_boolean_tensor (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3265620Z Make sure we don't insert observer for boolean Tensors ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3265720Z test_cat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3265920Z quantization of the output of cat will depend on the ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3266120Z test_chunk (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3266330Z test_clamp (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3266540Z test_conv_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3266750Z test_conv_transpose_1d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3266960Z test_conv_transpose_2d (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3267080Z test_copy_node_fp32_input (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3267270Z CopyNode works for both fp32 and int8 inputs, this is a test to make ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3267560Z test_div (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3267760Z test_elu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3267970Z test_embedding (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3268180Z test_embedding_bag (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3268390Z test_fixed_qparams_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3268680Z test_fixed_qparams_ops_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3268890Z test_fixed_qparams_ops_qint8 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3269020Z test_fixed_qparams_ops_wrong_qconfig (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3269240Z Test that wrong qconfigs for fixed qparams ops results in the ops not being quantized. ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3269450Z test_float_functional (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3269690Z test_functional_conv (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3269900Z test_functional_linear (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3270110Z test_gelu_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3270320Z test_gelu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3270440Z test_general_shape_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3270630Z A test that checks dequantize will be swapped for ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3270740Z test_general_value_ops (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3270940Z A test that checks correct patterns are produced for ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3271050Z test_getitem (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3271320Z Make sure we only insert observer for getitem if the following node is matched ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3271520Z test_hardswish (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3271740Z test_instance_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3271860Z test_int8_input_no_unnecessary_fq (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3272050Z If the inputs to the graph are quantized and the only node ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3272260Z test_layer_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3272490Z test_leaky_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3272710Z test_linear_dynamic_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3272920Z test_linear_module (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3273130Z test_linear_static_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3273340Z test_mish_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3273540Z test_mul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3273750Z test_mul_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3273880Z test_multiple_qconfigs_for_single_value (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3274060Z Test multiple qconfigs for a single value ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3274280Z test_norm_weight_bias (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3274480Z test_prelu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3274690Z test_qbatch_norm (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3274900Z test_qbatch_norm_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3275180Z test_qmatmul (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3275420Z test_quantized_add_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3275540Z test_quantized_conv_relu (quantization.fx.test_quantize_fx.TestQuantizeFxOps) 2022-11-23T01:27:07.3275720Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3275930Z test_quantized_mul_qat (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3276220Z test_ref_pattern_multi_use (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3276430Z test_reshape_fp16 (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3276630Z test_rnn (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3276840Z test_rnn_cell (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3277050Z test_silu_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3277250Z test_softmax_normal (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3277470Z test_softmax_reference (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3277670Z test_sub (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3277870Z test_sum (quantization.fx.test_quantize_fx.TestQuantizeFxOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3277980Z test_conv (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.001s) 2022-11-23T01:27:07.3278100Z test_conv_bn (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.000s) 2022-11-23T01:27:07.3278220Z test_conv_transpose (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.000s) 2022-11-23T01:27:07.3278440Z test_linear_dynamic_fp16 (quantization.jit.test_quantize_jit.TestQuantizeJit) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3278550Z test_nested (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.000s) 2022-11-23T01:27:07.3278680Z test_observer_with_ignored_function (quantization.jit.test_quantize_jit.TestQuantizeJit) 2022-11-23T01:27:07.3278940Z Test observers with ignored function and make sure it works in ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3279070Z test_single_linear (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.000s) 2022-11-23T01:27:07.3279200Z test_single_linear_dynamic (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.000s) 2022-11-23T01:27:07.3279320Z test_skip_quant (quantization.jit.test_quantize_jit.TestQuantizeJit) ... ok (0.000s) 2022-11-23T01:27:07.3279530Z test_cat_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3279740Z test_clamp (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3279880Z test_conv_with_benchmark_flag (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.000s) 2022-11-23T01:27:07.3280040Z test_dequantize_tuple (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:27:07.3280240Z Make sure dequantize can support Tuple of tensor ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3280350Z test_elu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.000s) 2022-11-23T01:27:07.3280480Z test_general_shape_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:27:07.3281380Z A test that checks dequantize will be swapped for ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py:806: 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:27:07.3281450Z if param.grad is not None: 2022-11-23T01:27:07.3281500Z ok (0.080s) 2022-11-23T01:27:07.3281620Z test_general_value_ops (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:27:07.3281720Z A test that checks correct patterns are produced for ... ok (0.154s) 2022-11-23T01:27:07.3281840Z test_group_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.001s) 2022-11-23T01:27:07.3281960Z test_hardswish (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.000s) 2022-11-23T01:27:07.3282090Z test_instance_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.000s) 2022-11-23T01:27:07.3282210Z test_layer_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... ok (0.000s) 2022-11-23T01:27:07.3282420Z test_linear (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3282640Z test_qbatch_norm (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3282870Z test_qbatch_norm_relu_BNFuncInplaceRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3283100Z test_qbatch_norm_relu_BNFuncRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3283400Z test_qbatch_norm_relu_BNRelu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3283620Z test_quantized_add (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3283740Z test_quantized_add_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:27:07.3283990Z Test quant fusion for multiple aten::add using same ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3284210Z test_quantized_add_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3284400Z test_quantized_add_relu_alpha (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:27:07.3284590Z Test quant fusion for multiple aten::add using same ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.003s) 2022-11-23T01:27:07.3284810Z test_quantized_add_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3285030Z test_quantized_add_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3285150Z test_quantized_cat (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:27:07.3285340Z quantization of the output of cat will be depend on the ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3285560Z test_quantized_conv (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3285680Z test_quantized_conv_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) 2022-11-23T01:27:07.3285860Z tests for conv1d_relu/conv2d_relu/conv3d_relu ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3286070Z test_quantized_mul (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3286290Z test_quantized_mul_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3286510Z test_quantized_mul_scalar (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3286730Z test_quantized_mul_scalar_relu (quantization.jit.test_quantize_jit.TestQuantizeJitOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3286860Z test_conv_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.033s) 2022-11-23T01:27:07.3287000Z test_convtranspose_trace (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.033s) 2022-11-23T01:27:07.3287190Z test_dedup_module_uses (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.004s) 2022-11-23T01:27:07.3287320Z test_finalize_debug (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.031s) 2022-11-23T01:27:07.3287460Z test_finalize_for_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.037s) 2022-11-23T01:27:07.3287600Z test_foldbn_complex_cases (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.501s) 2022-11-23T01:27:07.3287740Z test_foldbn_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.038s) 2022-11-23T01:27:07.3287860Z test_foldbn_no_fusion (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:27:07.3288040Z Test that we don't fuse the cases when module type does not match ... ok (0.005s) 2022-11-23T01:27:07.3288190Z test_foldbn_shared_classtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.111s) 2022-11-23T01:27:07.3288320Z test_foldbn_trivial (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.029s) 2022-11-23T01:27:07.3288550Z test_foldbn_trivial_nobias (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.030s) 2022-11-23T01:27:07.3288680Z test_fuse_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.019s) 2022-11-23T01:27:07.3288800Z test_inplace_option (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.082s) 2022-11-23T01:27:07.3288940Z test_insert_observers (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.017s) 2022-11-23T01:27:07.3289080Z test_insert_observers_child_qconfig (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.020s) 2022-11-23T01:27:07.3289220Z test_insert_observers_for_general_ops (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:27:07.3289370Z Make sure we skip observers for ops that doesn't require ... ok (0.017s) 2022-11-23T01:27:07.3289510Z test_insert_observers_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.054s) 2022-11-23T01:27:07.3289660Z test_insert_observers_for_if_consistent_observation (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:27:07.3289750Z check quantization for if works as long as ... ok (0.152s) 2022-11-23T01:27:07.3289890Z test_insert_observers_for_nested_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.053s) 2022-11-23T01:27:07.3290040Z test_insert_observers_for_reused_weight (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.015s) 2022-11-23T01:27:07.3290180Z test_insert_observers_interface (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.101s) 2022-11-23T01:27:07.3290330Z test_insert_observers_interface_unshare_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.086s) 2022-11-23T01:27:07.3290470Z test_insert_observers_propagate_observed (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:27:07.3290580Z Make sure we propagate observed property through general ops ... ok (0.019s) 2022-11-23T01:27:07.3290750Z test_insert_observers_propagate_observed_for_function (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.021s) 2022-11-23T01:27:07.3290900Z test_insert_observers_propagate_observed_in_submodule (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:27:07.3291010Z Make sure we propagate observed property through general ops ... ok (0.022s) 2022-11-23T01:27:07.3291160Z test_insert_observers_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.020s) 2022-11-23T01:27:07.3291390Z test_insert_observers_skip_values (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support avx2 or newer. (0.002s) 2022-11-23T01:27:07.3291530Z test_insert_observers_weight_dtype (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.017s) 2022-11-23T01:27:07.3291760Z test_insert_quant_dequant (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.050s) 2022-11-23T01:27:07.3291940Z test_insert_quant_dequant_shared_class_type (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.059s) 2022-11-23T01:27:07.3292080Z test_interface_with_fork (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.082s) 2022-11-23T01:27:07.3292210Z test_module_list (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.051s) 2022-11-23T01:27:07.3292330Z test_quantize_fork_wait (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:27:07.3292540Z Tests the case where fork and wait calls are in different subgraphs ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3292780Z test_replicate_dequant_same_value (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support avx2 or newer. (0.000s) 2022-11-23T01:27:07.3292960Z test_replicate_dequantize (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.004s) 2022-11-23T01:27:07.3293110Z test_replicate_dequantize_in_block (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.004s) 2022-11-23T01:27:07.3297840Z test_replicate_quantize_for_if (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) 2022-11-23T01:27:07.3298090Z We want to move quantize nodes for output of prim::If ... [W utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T01:27:07.3298240Z [W utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T01:27:07.3298380Z [W utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T01:27:07.3298520Z [W utils.py:311] Warning: must run observer before calling calculate_qparams. Returning default values. (function ) 2022-11-23T01:27:07.3298570Z ok (0.095s) 2022-11-23T01:27:07.3298710Z test_skip_dequant_constant_prop (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.032s) 2022-11-23T01:27:07.3298850Z test_swap_functional_linear (quantization.jit.test_quantize_jit.TestQuantizeJitPasses) ... ok (0.004s) 2022-11-23T01:27:07.3299030Z test_benchmark (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: used for local benchmarking, comment when we want to run it (0.002s) 2022-11-23T01:27:07.3299150Z test_qconv1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.047s) 2022-11-23T01:27:07.3299380Z test_qconv1d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.004s) 2022-11-23T01:27:07.3299510Z test_qconv1d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.187s) 2022-11-23T01:27:07.3299640Z test_qconv2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.051s) 2022-11-23T01:27:07.3299850Z test_qconv2d_cudnn (quantization.core.test_quantized_op.TestQuantizedConv) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-11-23T01:27:07.3299980Z test_qconv2d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.216s) 2022-11-23T01:27:07.3300100Z test_qconv3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.061s) 2022-11-23T01:27:07.3300220Z test_qconv3d_unpack (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.205s) 2022-11-23T01:27:07.3300350Z test_qconv_transpose1d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.001s) 2022-11-23T01:27:07.3300480Z test_qconv_transpose2d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.050s) 2022-11-23T01:27:07.3300710Z test_qconv_transpose3d (quantization.core.test_quantized_op.TestQuantizedConv) ... ok (0.059s) 2022-11-23T01:27:07.3300880Z test_embedding (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.000s) 2022-11-23T01:27:07.3301020Z test_embedding_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T01:27:07.3301150Z Tests the case where 2D indices are passed into the operator ... skip: Known test failure on Mac. (0.001s) 2022-11-23T01:27:07.3301320Z test_embedding_bag_2bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.000s) 2022-11-23T01:27:07.3301500Z test_embedding_bag_2bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.000s) 2022-11-23T01:27:07.3301630Z test_embedding_bag_2d_indices (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) 2022-11-23T01:27:07.3301760Z Tests the case where 2D indices are passed into the operator ... skip: Known test failure on Mac. (0.001s) 2022-11-23T01:27:07.3301970Z test_embedding_bag_4bit (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.000s) 2022-11-23T01:27:07.3302130Z test_embedding_bag_4bit_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.000s) 2022-11-23T01:27:07.3302300Z test_embedding_bag_byte (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.000s) 2022-11-23T01:27:07.3302460Z test_embedding_bag_byte_unpack (quantization.core.test_quantized_op.TestQuantizedEmbeddingOps) ... skip: Known test failure on Mac. (0.000s) 2022-11-23T01:27:07.3302620Z test_conv1d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.063s) 2022-11-23T01:27:07.3302770Z test_conv2d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.074s) 2022-11-23T01:27:07.3302920Z test_conv3d_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.058s) 2022-11-23T01:27:07.3303550Z test_grid_sample (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3303600Z warnings.warn( 2022-11-23T01:27:07.3304040Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3304100Z warnings.warn( 2022-11-23T01:27:07.3304520Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3304570Z warnings.warn( 2022-11-23T01:27:07.3304990Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3305040Z warnings.warn( 2022-11-23T01:27:07.3305530Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3305590Z warnings.warn( 2022-11-23T01:27:07.3306000Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3306050Z warnings.warn( 2022-11-23T01:27:07.3306450Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3306560Z warnings.warn( 2022-11-23T01:27:07.3306970Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3307020Z warnings.warn( 2022-11-23T01:27:07.3307420Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3307470Z warnings.warn( 2022-11-23T01:27:07.3307880Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3307930Z warnings.warn( 2022-11-23T01:27:07.3308330Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3308380Z warnings.warn( 2022-11-23T01:27:07.3308780Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3308830Z warnings.warn( 2022-11-23T01:27:07.3309240Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3309280Z warnings.warn( 2022-11-23T01:27:07.3309690Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3309730Z warnings.warn( 2022-11-23T01:27:07.3310200Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3310260Z warnings.warn( 2022-11-23T01:27:07.3310660Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3310710Z warnings.warn( 2022-11-23T01:27:07.3311120Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3311230Z warnings.warn( 2022-11-23T01:27:07.3311630Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3311680Z warnings.warn( 2022-11-23T01:27:07.3312080Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3312140Z warnings.warn( 2022-11-23T01:27:07.3312540Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3312590Z warnings.warn( 2022-11-23T01:27:07.3312990Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3313040Z warnings.warn( 2022-11-23T01:27:07.3313440Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3313490Z warnings.warn( 2022-11-23T01:27:07.3313890Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3313940Z warnings.warn( 2022-11-23T01:27:07.3314340Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3314480Z warnings.warn( 2022-11-23T01:27:07.3314930Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3314980Z warnings.warn( 2022-11-23T01:27:07.3315380Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3315430Z warnings.warn( 2022-11-23T01:27:07.3315830Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3315940Z warnings.warn( 2022-11-23T01:27:07.3316350Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3316400Z warnings.warn( 2022-11-23T01:27:07.3316830Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3316880Z warnings.warn( 2022-11-23T01:27:07.3317290Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3317340Z warnings.warn( 2022-11-23T01:27:07.3317730Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3317780Z warnings.warn( 2022-11-23T01:27:07.3318180Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3318230Z warnings.warn( 2022-11-23T01:27:07.3318630Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3318680Z warnings.warn( 2022-11-23T01:27:07.3319150Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3319210Z warnings.warn( 2022-11-23T01:27:07.3319610Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3319660Z warnings.warn( 2022-11-23T01:27:07.3320070Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3320110Z warnings.warn( 2022-11-23T01:27:07.3320510Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3320630Z warnings.warn( 2022-11-23T01:27:07.3321040Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3321090Z warnings.warn( 2022-11-23T01:27:07.3321490Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3321540Z warnings.warn( 2022-11-23T01:27:07.3321950Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3322000Z warnings.warn( 2022-11-23T01:27:07.3322400Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3322450Z warnings.warn( 2022-11-23T01:27:07.3322850Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3322900Z warnings.warn( 2022-11-23T01:27:07.3323300Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3323350Z warnings.warn( 2022-11-23T01:27:07.3323800Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3323860Z warnings.warn( 2022-11-23T01:27:07.3324260Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3324310Z warnings.warn( 2022-11-23T01:27:07.3324710Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3324760Z warnings.warn( 2022-11-23T01:27:07.3325260Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3325310Z warnings.warn( 2022-11-23T01:27:07.3325720Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3325770Z warnings.warn( 2022-11-23T01:27:07.3326180Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3326230Z warnings.warn( 2022-11-23T01:27:07.3326630Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:27:07.3326680Z warnings.warn( 2022-11-23T01:27:07.3326720Z ok (0.035s) 2022-11-23T01:27:07.3326870Z test_relu_api (quantization.core.test_quantized_functional.TestQuantizedFunctionalOps) ... ok (0.001s) 2022-11-23T01:27:07.3326990Z test_qlinear (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.020s) 2022-11-23T01:27:07.3327220Z test_qlinear_cudnn (quantization.core.test_quantized_op.TestQuantizedLinear) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-11-23T01:27:07.3327360Z test_qlinear_unpack (quantization.core.test_quantized_op.TestQuantizedLinear) ... ok (0.053s) 2022-11-23T01:27:07.3327480Z test_adaptive_avg_pool (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.243s) 2022-11-23T01:27:07.3327620Z test_adaptive_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.032s) 2022-11-23T01:27:07.3327760Z test_adaptive_avg_pool3d_ndhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.034s) 2022-11-23T01:27:07.3327900Z test_add_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: skipping macos test (0.000s) 2022-11-23T01:27:07.3328020Z test_advanced_indexing (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:27:07.3328170Z Verifies that the x[:, [0], :, :] syntax works for quantized tensors. ... ok (0.002s) 2022-11-23T01:27:07.3328290Z test_avg_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:27:07.3328430Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (0.380s) 2022-11-23T01:27:07.3328540Z test_avg_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:27:07.3328680Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (0.520s) 2022-11-23T01:27:07.3328790Z test_avg_pool3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:27:07.3328930Z Note: we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (2.264s) 2022-11-23T01:27:07.3329040Z test_avg_pool3d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:27:07.3329180Z Note: 1) we currently cannot test the divisor_override, because quantized op will clamp the result ... ok (2.363s) 2022-11-23T01:27:07.3329430Z test_batch_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3329660Z test_batch_norm_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3329780Z test_cat (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.191s) 2022-11-23T01:27:07.3329900Z test_cat_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.207s) 2022-11-23T01:27:07.3330020Z test_channel_shuffle (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.586s) 2022-11-23T01:27:07.3330150Z test_custom_module_lstm (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.001s) 2022-11-23T01:27:07.3330290Z test_custom_module_multi_head_attention (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.3330420Z test_empty_batch (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.3330530Z test_equal (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.154s) 2022-11-23T01:27:07.3330750Z test_group_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3330870Z test_hardswish (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.3331080Z test_hardtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3331300Z test_instance_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3331420Z test_interpolate (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:27:07.3331520Z This test cover upsample_nearest2d and upsample_bilinear2d ... ok (1.183s) 2022-11-23T01:27:07.3331640Z test_interpolate3d (quantization.core.test_quantized_op.TestQuantizedOps) 2022-11-23T01:27:07.3331720Z This test cover upsample_nearest3d ... ok (6.275s) 2022-11-23T01:27:07.3331840Z test_leaky_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.007s) 2022-11-23T01:27:07.3331980Z test_leaky_relu_observed_output (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.3332110Z test_linear_bias_unpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.3332220Z test_max_pool1d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.217s) 2022-11-23T01:27:07.3332430Z test_max_pool2d (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.229s) 2022-11-23T01:27:07.3332620Z test_max_pool2d_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.004s) 2022-11-23T01:27:07.3332740Z test_max_pool2d_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.354s) 2022-11-23T01:27:07.3332860Z test_mean (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.3333010Z test_mul_scalar_relu (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: skipping macos test (0.000s) 2022-11-23T01:27:07.3333460Z test_qadd_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... [W Resize.cpp:31] Warning: An output with one or more elements was resized since it had shape [1, 1, 4, 4], which does not match the required output shape [2, 1, 4, 4]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (function resize_output_check) 2022-11-23T01:27:07.3333580Z ok (0.001s) 2022-11-23T01:27:07.3333730Z test_qadd_relu_cudnn (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.001s) 2022-11-23T01:27:07.3333880Z test_qadd_relu_cudnn_nhwc (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: cudnn is not enabled. (0.001s) 2022-11-23T01:27:07.3334020Z test_qadd_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.002s) 2022-11-23T01:27:07.3334150Z test_qadd_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.002s) 2022-11-23T01:27:07.3334270Z test_qcelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.111s) 2022-11-23T01:27:07.3334390Z test_qclamp (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.440s) 2022-11-23T01:27:07.3334510Z test_qelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.080s) 2022-11-23T01:27:07.3334620Z test_qgelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.015s) 2022-11-23T01:27:07.3334750Z test_qhardsigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.3334960Z test_qlayer_norm (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.002s) 2022-11-23T01:27:07.3335080Z test_qmatmul (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.110s) 2022-11-23T01:27:07.3335200Z test_qmul_broadcast (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.001s) 2022-11-23T01:27:07.3335340Z test_qmul_relu_different_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.002s) 2022-11-23T01:27:07.3335470Z test_qmul_relu_same_qparams (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.124s) 2022-11-23T01:27:07.3335590Z test_qprelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.015s) 2022-11-23T01:27:07.3335700Z test_qrelu (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.3335820Z test_qrelu6 (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.075s) 2022-11-23T01:27:07.3335930Z test_qsoftmax (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.041s) 2022-11-23T01:27:07.3336060Z test_qsoftmax_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.043s) 2022-11-23T01:27:07.3336250Z test_qtanh (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.003s) 2022-11-23T01:27:07.3336380Z test_qthreshold (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.077s) 2022-11-23T01:27:07.3336900Z test_qtopk (quantization.core.test_quantized_op.TestQuantizedOps) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/quantization/core/test_quantized_op.py:2000: 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:27:07.3336970Z indices = torch.tensor(X).long() 2022-11-23T01:27:07.3337020Z ok (0.016s) 2022-11-23T01:27:07.3337160Z test_quantized_mean_qnnpack (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.003s) 2022-11-23T01:27:07.3337370Z test_sigmoid (quantization.core.test_quantized_op.TestQuantizedOps) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3337500Z test_sigmoid_non_observed (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.3337620Z test_std (quantization.core.test_quantized_op.TestQuantizedOps) ... ok (0.000s) 2022-11-23T01:27:07.3337750Z test_bfp16_quantize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:27:07.3338010Z test_choose_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: this is broken without changes to any relevant code, we need to remove hypothesis testing in CI (0.003s) 2022-11-23T01:27:07.3338160Z test_choose_qparams_optimized (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T01:27:07.3338280Z test_clone (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3338460Z test_compare_per_channel_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-11-23T01:27:07.3338630Z test_compare_per_tensor_device_numerics (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.001s) 2022-11-23T01:27:07.3338810Z test_cuda_quantization_does_not_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-11-23T01:27:07.3338960Z test_decomposed_dequantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3339110Z test_decomposed_dynamic_quant_pattern (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3339270Z test_decomposed_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3339420Z test_decomposed_quantize_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3339560Z test_dequantize_fp16_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T01:27:07.3339720Z test_dequantize_fp16_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:27:07.3340190Z test_fp16_saturate_op (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/quantization/core/test_quantized_tensor.py:1393: UserWarning: FOUND weight out of range (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/quantized/cpu/QuantUtils.h:215.) 2022-11-23T01:27:07.3340260Z y = torch._saturate_weight_to_fp16(x) 2022-11-23T01:27:07.3340310Z ok (0.001s) 2022-11-23T01:27:07.3340450Z test_jit_serialization (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T01:27:07.3340600Z test_per_channel_qtensor_creation_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3340770Z test_per_channel_qtensor_creation_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:27:07.3340930Z test_per_channel_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3341170Z test_per_channel_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.001s) 2022-11-23T01:27:07.3341320Z test_per_tensor_qtensor_to_memory_format (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3341490Z test_per_tensor_to_device (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:27:07.3346640Z test_pickle_checkpoint_qtensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /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:27:07.3346740Z warnings.warn(message, UserWarning) 2022-11-23T01:27:07.3346790Z ok (0.004s) 2022-11-23T01:27:07.3347080Z test_qscheme_pickle (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T01:27:07.3347230Z test_qtensor_channel_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.031s) 2022-11-23T01:27:07.3347370Z test_qtensor_copy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.008s) 2022-11-23T01:27:07.3347500Z test_qtensor_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:27:07.3347640Z test_qtensor_creation (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T01:27:07.3347800Z test_qtensor_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:27:07.3347930Z test_qtensor_dtypes (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3348080Z test_qtensor_fill_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T01:27:07.3348230Z test_qtensor_fill_per_channel_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:27:07.3348370Z test_qtensor_fill_per_tensor (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T01:27:07.3348520Z test_qtensor_fill_per_tensor_nhwc (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:27:07.3348660Z test_qtensor_float_assignment (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T01:27:07.3348800Z test_qtensor_index_put_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T01:27:07.3348960Z test_qtensor_index_put_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:27:07.3349110Z test_qtensor_index_select_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.000s) 2022-11-23T01:27:07.3349270Z test_qtensor_index_select_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:27:07.3349410Z test_qtensor_int_repr (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3349550Z test_qtensor_legacy_new_failure (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T01:27:07.3349690Z test_qtensor_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.007s) 2022-11-23T01:27:07.3349830Z test_qtensor_masked_fill_cpu (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:27:07.3349990Z test_qtensor_masked_fill_cuda (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: No gpu is available. (0.000s) 2022-11-23T01:27:07.3350220Z test_qtensor_per_channel_load_save (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.006s) 2022-11-23T01:27:07.3350370Z test_qtensor_per_channel_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T01:27:07.3350510Z test_qtensor_permute (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.003s) 2022-11-23T01:27:07.3350650Z test_qtensor_quant_dequant (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3350800Z test_qtensor_quantize_per_channel (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.212s) 2022-11-23T01:27:07.3350930Z test_qtensor_reshape (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.002s) 2022-11-23T01:27:07.3351330Z test_qtensor_resize (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py:746: UserWarning: non-inplace resize is deprecated 2022-11-23T01:27:07.3351470Z warnings.warn("non-inplace resize is deprecated") 2022-11-23T01:27:07.3351600Z ok (0.002s) 2022-11-23T01:27:07.3351750Z test_qtensor_sub_byte_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T01:27:07.3351900Z test_qtensor_sub_byte_not_aligned_cols (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T01:27:07.3352030Z test_qtensor_unsqueeze (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.005s) 2022-11-23T01:27:07.3352160Z test_qtensor_view (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.004s) 2022-11-23T01:27:07.3352320Z test_quant_pin_memory (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... skip: CUDA is not available (0.000s) 2022-11-23T01:27:07.3352480Z test_quantize_per_channel_float_qparams (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.215s) 2022-11-23T01:27:07.3352620Z test_quantize_per_channel_sub_byte (quantization.core.test_quantized_tensor.TestQuantizedTensor) 2022-11-23T01:27:07.3352780Z Tests the per channel quantization scheme for 4-bit qtensors. ... ok (0.009s) 2022-11-23T01:27:07.3352910Z test_repeat (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3353050Z test_torch_qtensor_deepcopy (quantization.core.test_quantized_tensor.TestQuantizedTensor) ... ok (0.001s) 2022-11-23T01:27:07.3353210Z test_observer_scriptable (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.008s) 2022-11-23T01:27:07.3353350Z test_record_observer (quantization.core.test_workflow_module.TestRecordHistogramObserver) ... ok (0.001s) 2022-11-23T01:27:07.3353490Z test_rnn (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T01:27:07.3353600Z Checks the rnn reference quantized modules has correct numerics ... ok (0.004s) 2022-11-23T01:27:07.3353740Z test_rnn_cell (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T01:27:07.3353850Z Checks the rnn cell reference quantized modules has correct numerics ... ok (0.003s) 2022-11-23T01:27:07.3353990Z test_sparse (quantization.core.test_quantized_module.TestReferenceQuantizedModule) 2022-11-23T01:27:07.3354060Z Embedding and EmbeddingBag ... ok (0.002s) 2022-11-23T01:27:07.3354200Z test_conv2d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3354330Z test_conv2d_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3354480Z test_conv2d_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3354620Z test_conv2d_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3354760Z test_conv2d_nobias (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3354970Z test_conv2d_nobias_graph (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3355120Z test_conv2d_nobias_graph_v2 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3355270Z test_conv2d_nobias_graph_v3 (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3355400Z test_conv2d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3355530Z test_conv3d (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3355670Z test_conv3d_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3356200Z test_default_qat_qconfig (quantization.bc.test_backward_compatibility.TestSerialization) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py:214: UserWarning: Please use quant_min and quant_max to specify the range for observers. reduce_range will be deprecated in a future release of PyTorch. 2022-11-23T01:27:07.3356370Z warnings.warn( 2022-11-23T01:27:07.3356420Z ok (0.007s) 2022-11-23T01:27:07.3356550Z test_linear (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3356690Z test_linear_dynamic (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3356830Z test_linear_relu (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3357090Z test_linear_relu_package_quantization_transforms (quantization.bc.test_backward_compatibility.TestSerialization) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:07.3357220Z test_lstm (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:07.3357360Z test_per_channel_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.003s) 2022-11-23T01:27:07.3357510Z test_per_tensor_observer (quantization.bc.test_backward_compatibility.TestSerialization) ... ok (0.002s) 2022-11-23T01:27:07.3357640Z test_batch_norm2d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:27:07.3357740Z Tests the correctness of the batchnorm2d module. ... ok (0.001s) 2022-11-23T01:27:07.3358180Z test_batch_norm2d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py:311: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-11-23T01:27:07.3358240Z warnings.warn( 2022-11-23T01:27:07.3358280Z ok (0.004s) 2022-11-23T01:27:07.3358410Z test_batch_norm3d (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:27:07.3358510Z Tests the correctness of the batchnorm3d module. ... ok (0.001s) 2022-11-23T01:27:07.3358660Z test_batch_norm3d_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.004s) 2022-11-23T01:27:07.3358800Z test_channel_shuffle (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:27:07.3358900Z Tests the correctness of the ChannelShuffle module. ... ok (0.002s) 2022-11-23T01:27:07.3359040Z test_conv1d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-11-23T01:27:07.3359180Z test_conv2d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-11-23T01:27:07.3359420Z test_conv3d_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:07.3359620Z test_dropout (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:27:07.3359710Z Tests the correctness of the dropout module. ... ok (0.001s) 2022-11-23T01:27:07.3359870Z test_dropout_serialization (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.003s) 2022-11-23T01:27:07.3360000Z test_elu (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:27:07.3360090Z Tests the correctness of the ELU module. ... ok (0.001s) 2022-11-23T01:27:07.3360330Z test_embedding_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-11-23T01:27:07.3360460Z test_embedding_bag_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:27:07.3360680Z Test execution and serialization for dynamic quantized embedding_bag modules on int8 ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.005s) 2022-11-23T01:27:07.3360900Z test_group_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:27:07.3361000Z Tests the correctness of the groupnorm module. ... ok (0.002s) 2022-11-23T01:27:07.3361130Z test_instance_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:27:07.3361230Z Tests the correctness of the instancenorm{n}d modules. ... ok (0.003s) 2022-11-23T01:27:07.3361360Z test_layer_norm (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:27:07.3361450Z Tests the correctness of the layernorm module. ... ok (0.001s) 2022-11-23T01:27:07.3361590Z test_leaky_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.001s) 2022-11-23T01:27:07.3361740Z test_linear_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.000s) 2022-11-23T01:27:07.3361870Z test_pool_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) 2022-11-23T01:27:07.3361960Z Tests the correctness of the pool module. ... ok (0.008s) 2022-11-23T01:27:07.3362100Z test_prelu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.001s) 2022-11-23T01:27:07.3362250Z test_quant_dequant_api (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.001s) 2022-11-23T01:27:07.3362390Z test_relu (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.001s) 2022-11-23T01:27:07.3362530Z test_sigmoid (quantization.core.test_quantized_module.TestStaticQuantizedModule) ... ok (0.001s) 2022-11-23T01:27:07.3362680Z test_subgraph_rewriter_annotations_int (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.042s) 2022-11-23T01:27:07.3362850Z test_subgraph_rewriter_correct_output_replacement (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.020s) 2022-11-23T01:27:07.3363010Z test_subgraph_rewriter_graph_argument_order (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-11-23T01:27:07.3363200Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T01:27:07.3363360Z test_subgraph_rewriter_multiple_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T01:27:07.3363520Z test_subgraph_rewriter_pattern_is_entire_graph (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T01:27:07.3363710Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T01:27:07.3363860Z test_subgraph_rewriter_placeholder_matching (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T01:27:07.3363970Z This tests that a placeholder Node can be matched to a Node with ... ok (0.005s) 2022-11-23T01:27:07.3364170Z test_subgraph_rewriter_preserves_logic (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T01:27:07.3364340Z test_subgraph_rewriter_replaces_referenced_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T01:27:07.3364500Z test_subgraph_rewriter_single_pattern_match (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T01:27:07.3364660Z test_subgraph_rewriter_traced_as_callable (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.006s) 2022-11-23T01:27:07.3364820Z test_subgraph_rewriter_with_oneliner_pattern (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T01:27:07.3364980Z test_subgraph_writer_replace_consecutive_submodules (quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T01:27:07.3365110Z test_get_fqn_to_example_inputs_complex_args (quantization.core.test_utils.TestUtils) 2022-11-23T01:27:07.3365270Z Test that we can record complex example inputs such as lists and dicts ... ok (0.002s) 2022-11-23T01:27:07.3365400Z test_get_fqn_to_example_inputs_default_kwargs (quantization.core.test_utils.TestUtils) 2022-11-23T01:27:07.3365530Z Test that we can get example inputs for functions with default keyword arguments ... ok (0.002s) 2022-11-23T01:27:07.3365660Z test_get_fqn_to_example_inputs_simple (quantization.core.test_utils.TestUtils) ... ok (0.001s) 2022-11-23T01:27:07.3365780Z test_quantize_weight_clamping_per_channel (quantization.core.test_utils.TestUtils) 2022-11-23T01:27:07.3365910Z Test quant_{min, max} from per channel observer is honored by `_quantize_weight` method ... ok (0.001s) 2022-11-23T01:27:07.3366030Z test_quantize_weight_clamping_per_tensor (quantization.core.test_utils.TestUtils) 2022-11-23T01:27:07.3366160Z Test quant_{min, max} from per tensor observer is honored by `_quantize_weight` method ... ok (0.001s) 2022-11-23T01:27:07.3366190Z 2022-11-23T01:27:07.3366350Z ---------------------------------------------------------------------- 2022-11-23T01:27:07.3366410Z Ran 976 tests in 51.721s 2022-11-23T01:27:07.3366410Z 2022-11-23T01:27:07.3366460Z OK (skipped=451) 2022-11-23T01:27:07.3366460Z 2022-11-23T01:27:07.3366530Z Generating XML reports... 2022-11-23T01:27:07.3366810Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNIntrinsic-20221123012615.xml 2022-11-23T01:27:07.3367080Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_ao_migration.TestAOMigrationNNQuantized-20221123012615.xml 2022-11-23T01:27:07.3367360Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization.TestAOMigrationQuantization-20221123012615.xml 2022-11-23T01:27:07.3367650Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.ao_migration.test_quantization_fx.TestAOMigrationQuantizationFx-20221123012615.xml 2022-11-23T01:27:07.3367900Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_backend_config.TestBackendConfig-20221123012615.xml 2022-11-23T01:27:07.3368140Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestComparatorOps-20221123012615.xml 2022-11-23T01:27:07.3368380Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestDistributed-20221123012615.xml 2022-11-23T01:27:07.3368650Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestDynamicQuantizedModule-20221123012615.xml 2022-11-23T01:27:07.3368900Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestDynamicQuantizedOps-20221123012615.xml 2022-11-23T01:27:07.3369210Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_equalize_eager.TestEqualizeEager-20221123012615.xml 2022-11-23T01:27:07.3369450Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_equalize_fx.TestEqualizeFx-20221123012615.xml 2022-11-23T01:27:07.3369690Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcher-20221123012615.xml 2022-11-23T01:27:07.3369950Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIs-20221123012615.xml 2022-11-23T01:27:07.3370190Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFakeQuantize-20221123012615.xml 2022-11-23T01:27:07.3370430Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFakeQuantizeOps-20221123012615.xml 2022-11-23T01:27:07.3370700Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestFuseFx-20221123012615.xml 2022-11-23T01:27:07.3370950Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_ops.TestFusedObsFakeQuant-20221123012615.xml 2022-11-23T01:27:07.3371220Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestFusedObsFakeQuantModule-20221123012615.xml 2022-11-23T01:27:07.3371460Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_fusion_passes.TestFusionPasses-20221123012615.xml 2022-11-23T01:27:07.3371720Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetector-20221123012615.xml 2022-11-23T01:27:07.3371980Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportObserver-20221123012615.xml 2022-11-23T01:27:07.3372230Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestHistogramObserver-20221123012615.xml 2022-11-23T01:27:07.3372490Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_model_numerics.TestModelNumericsEager-20221123012615.xml 2022-11-23T01:27:07.3372750Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_numeric_suite_eager.TestNumericSuiteEager-20221123012615.xml 2022-11-23T01:27:07.3372990Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestObserver-20221123012615.xml 2022-11-23T01:27:07.3373220Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestPadding-20221123012615.xml 2022-11-23T01:27:07.3373450Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_docs.TestQuantizationDocs-20221123012615.xml 2022-11-23T01:27:07.3373710Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitOps-20221123012615.xml 2022-11-23T01:27:07.3373970Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeDynamicJitPasses-20221123012615.xml 2022-11-23T01:27:07.3374220Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerOps-20221123012615.xml 2022-11-23T01:27:07.3374490Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQStatic-20221123012615.xml 2022-11-23T01:27:07.3374740Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQAT-20221123012615.xml 2022-11-23T01:27:07.3375090Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_qat.TestQuantizeEagerQATNumerics-20221123012615.xml 2022-11-23T01:27:07.3375360Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxModels-20221123012615.xml 2022-11-23T01:27:07.3375600Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJit-20221123012615.xml 2022-11-23T01:27:07.3375840Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitOps-20221123012615.xml 2022-11-23T01:27:07.3376090Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_quantize_jit.TestQuantizeJitPasses-20221123012615.xml 2022-11-23T01:27:07.3376330Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedConv-20221123012615.xml 2022-11-23T01:27:07.3376710Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_functional.TestQuantizedFunctionalOps-20221123012615.xml 2022-11-23T01:27:07.3376960Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedLinear-20221123012615.xml 2022-11-23T01:27:07.3377200Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedOps-20221123012615.xml 2022-11-23T01:27:07.3377450Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_tensor.TestQuantizedTensor-20221123012615.xml 2022-11-23T01:27:07.3377710Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_workflow_module.TestRecordHistogramObserver-20221123012615.xml 2022-11-23T01:27:07.3377980Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestReferenceQuantizedModule-20221123012615.xml 2022-11-23T01:27:07.3378240Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.bc.test_backward_compatibility.TestSerialization-20221123012615.xml 2022-11-23T01:27:07.3378500Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_module.TestStaticQuantizedModule-20221123012615.xml 2022-11-23T01:27:07.3378760Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123012615.xml 2022-11-23T01:27:07.3378980Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_utils.TestUtils-20221123012615.xml 2022-11-23T01:27:07.3379250Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_bias_correction_eager.TestBiasCorrectionEager-20221123012615.xml 2022-11-23T01:27:07.3379510Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.jit.test_deprecated_jit_quant.TestDeprecatedJitQuantized-20221123012615.xml 2022-11-23T01:27:07.3379770Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXGraphMatcherModels-20221123012615.xml 2022-11-23T01:27:07.3380030Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteCoreAPIsModels-20221123012615.xml 2022-11-23T01:27:07.3380290Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_numeric_suite_fx.TestFXNumericSuiteNShadows-20221123012615.xml 2022-11-23T01:27:07.3380520Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_fuse_eager.TestFuseEager-20221123012615.xml 2022-11-23T01:27:07.3380850Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectInputWeightEqualization-20221123012615.xml 2022-11-23T01:27:07.3381110Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxDetectOutliers-20221123012615.xml 2022-11-23T01:27:07.3381360Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportClass-20221123012615.xml 2022-11-23T01:27:07.3381640Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportDetectDynamicStatic-20221123012615.xml 2022-11-23T01:27:07.3381890Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_model_report_fx.TestFxModelReportVisualizer-20221123012615.xml 2022-11-23T01:27:07.3382130Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQNNPackOps-20221123012615.xml 2022-11-23T01:27:07.3382490Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.eager.test_quantize_eager_ptq.TestQuantizeEagerPTQDynamic-20221123012615.xml 2022-11-23T01:27:07.3382720Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFx-20221123012615.xml 2022-11-23T01:27:07.3382950Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.fx.test_quantize_fx.TestQuantizeFxOps-20221123012615.xml 2022-11-23T01:27:07.3383210Z Generated XML report: test-reports/python-unittest/test_quantization/TEST-quantization.core.test_quantized_op.TestQuantizedEmbeddingOps-20221123012615.xml 2022-11-23T01:27:07.3383220Z 2022-11-23T01:27:07.3383490Z ##[endgroup] 2022-11-23T01:27:07.3383720Z FINISHED PRINTING LOG FILE of test_quantization (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_quantization_elu0ey4z) 2022-11-23T01:27:07.3383720Z 2022-11-23T01:27:09.3375390Z Running test_serialization ... [2022-11-23 01:27:09.337310] 2022-11-23T01:27:09.3376070Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:09.337534] 2022-11-23T01:27:09.3376380Z Ignoring disabled issues: [] 2022-11-23T01:27:13.0987060Z 2022-11-23T01:27:13.0987520Z Expand the folded group to see the log file of test_jit 2022-11-23T01:27:13.0988090Z ##[group]PRINTING LOG FILE of test_jit (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_0x6w_kxm) 2022-11-23T01:27:13.0988340Z CUDA not available, skipping tests 2022-11-23T01:27:13.0988700Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:27:13.0988840Z 2022-11-23T01:27:13.0990950Z Running tests... 2022-11-23T01:27:13.0991320Z ---------------------------------------------------------------------- 2022-11-23T01:27:13.0991620Z Test results will be stored in test-reports/python-unittest/test_jit 2022-11-23T01:27:13.0991900Z test_becomes_wildcard_annotations (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.001s) 2022-11-23T01:27:13.0992190Z test_nested_list_construct_not_wildcard (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.005s) 2022-11-23T01:27:13.0992490Z test_recursive_calls (jit.test_alias_analysis.TestAliasAnalysis) ... ok (0.011s) 2022-11-23T01:27:13.0992740Z test_async_future_type_python (jit.test_async.TestAsync) ... ok (0.001s) 2022-11-23T01:27:13.0992980Z test_async_grad_guard_no_grad (jit.test_async.TestAsync) ... ok (0.023s) 2022-11-23T01:27:13.0993220Z test_async_grad_guard_with_grad (jit.test_async.TestAsync) ... ok (0.004s) 2022-11-23T01:27:13.0993450Z test_async_kwargs (jit.test_async.TestAsync) ... ok (0.023s) 2022-11-23T01:27:13.0993670Z test_async_parsing (jit.test_async.TestAsync) ... ok (0.005s) 2022-11-23T01:27:13.0993880Z test_async_python (jit.test_async.TestAsync) ... ok (0.002s) 2022-11-23T01:27:13.0997740Z test_async_script (jit.test_async.TestAsync) ... ok (0.003s) 2022-11-23T01:27:13.0998040Z test_async_script_capture (jit.test_async.TestAsync) ... ok (0.004s) 2022-11-23T01:27:13.0998280Z test_async_script_error (jit.test_async.TestAsync) ... ok (0.016s) 2022-11-23T01:27:13.0998510Z test_async_script_multi_forks (jit.test_async.TestAsync) ... ok (0.008s) 2022-11-23T01:27:13.0998740Z test_async_script_multi_waits (jit.test_async.TestAsync) ... ok (0.004s) 2022-11-23T01:27:13.1007590Z test_async_script_nested (jit.test_async.TestAsync) ... ok (0.005s) 2022-11-23T01:27:13.1007840Z test_async_script_no_script_mod (jit.test_async.TestAsync) ... ok (0.001s) 2022-11-23T01:27:13.1008070Z test_async_script_trace (jit.test_async.TestAsync) ... ok (0.020s) 2022-11-23T01:27:13.1008270Z test_future_subtyping (jit.test_async.TestAsync) 2022-11-23T01:27:13.1008490Z Test that futures subtype each other properly. ... ok (0.005s) 2022-11-23T01:27:13.1008710Z test_no_future_subtype_message (jit.test_async.TestAsync) ... ok (0.001s) 2022-11-23T01:27:13.1018700Z test_trace_fork_wait (jit.test_async.TestAsync) ... ok (0.009s) 2022-11-23T01:27:13.1018930Z test_trace_fork_wait_inline (jit.test_async.TestAsync) ... ok (0.006s) 2022-11-23T01:27:13.1019180Z test_trace_fork_wait_leaking (jit.test_async.TestAsync) ... ok (0.002s) 2022-11-23T01:27:13.1019430Z test_trace_fork_wait_list_modulecalls (jit.test_async.TestAsync) ... ok (0.027s) 2022-11-23T01:27:13.1019680Z test_trace_modulecalls_with_different_output_types (jit.test_async.TestAsync) ... ok (0.010s) 2022-11-23T01:27:13.1019930Z test_aten_pow_zero_negative_exponent (jit.test_aten_pow.TestAtenPow) 2022-11-23T01:27:13.1020130Z 1. Testing a = int, b = int ... ok (0.013s) 2022-11-23T01:27:13.1020350Z test_autodiff_requires_grad_nograd (jit.test_autodiff.TestAutodiffJit) ... ok (0.008s) 2022-11-23T01:27:13.1020620Z test_requires_grad_outputs (jit.test_autodiff.TestAutodiffJit) ... ok (0.003s) 2022-11-23T01:27:13.1020900Z test_requires_grad_outputs_profiled_twice (jit.test_autodiff.TestAutodiffJit) ... ok (0.003s) 2022-11-23T01:27:13.1021190Z test_requires_grad_outputs_side_effects (jit.test_autodiff.TestAutodiffJit) ... ok (0.003s) 2022-11-23T01:27:13.1021460Z test_undefined_tensor_lists (jit.test_autodiff.TestAutodiffJit) ... ok (0.008s) 2022-11-23T01:27:13.1021740Z test_aliased_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.002s) 2022-11-23T01:27:13.1022060Z test_bias_as_arg (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.018s) 2022-11-23T01:27:13.1022360Z test_bias_as_module_attr (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.030s) 2022-11-23T01:27:13.1022680Z test_chunk_constant_script_ad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-11-23T01:27:13.1022990Z test_constructed_bias (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.011s) 2022-11-23T01:27:13.1023320Z test_diff_graph_inline_threshold (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-11-23T01:27:13.1023720Z test_differentiable_graph_ops_requires_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: disable until we property handle tensor lists with undefined gradients (0.001s) 2022-11-23T01:27:13.1024120Z test_does_not_create_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-11-23T01:27:13.1024440Z test_does_not_merge_unrelated (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-11-23T01:27:13.1024770Z test_has_profiled_info_aliasing_outputs (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.001s) 2022-11-23T01:27:13.1025100Z test_merge_respects_aliasing (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.008s) 2022-11-23T01:27:13.1025500Z test_merges_dense (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.004s) 2022-11-23T01:27:13.1025800Z test_merges_down (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-11-23T01:27:13.1026090Z test_merges_up (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.005s) 2022-11-23T01:27:13.1026390Z test_merges_without_cycles (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.004s) 2022-11-23T01:27:13.1026850Z test_prune_grad (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... skip: Simple Executor doesn't support gradients (0.001s) 2022-11-23T01:27:13.1027840Z test_requires_grad_for_tensor_list (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.003s) 2022-11-23T01:27:13.1028160Z test_respects_lexical_scoping (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.006s) 2022-11-23T01:27:13.1028470Z test_simple_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.004s) 2022-11-23T01:27:13.1028770Z test_simple_no_merge (jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing) ... ok (0.004s) 2022-11-23T01:27:13.1029190Z test_errors (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1029540Z test_execution (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1029880Z test_save_load (jit.test_backends.TestBackends) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1030250Z test_errors (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1030640Z test_execution (jit.test_backends.TestBackendsWithCompiler) ... skip: Non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1030920Z test_batch_mm_no_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.003s) 2022-11-23T01:27:13.1031160Z test_batch_mm_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.004s) 2022-11-23T01:27:13.1031400Z test_batch_mm_prohibited_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.004s) 2022-11-23T01:27:13.1031650Z test_batch_mm_prohibited_mutation_if_node (jit.test_batch_mm.TestBatchMM) ... ok (0.005s) 2022-11-23T01:27:13.1031910Z test_batch_mm_prohibited_mutation_multiple_adds (jit.test_batch_mm.TestBatchMM) ... ok (0.005s) 2022-11-23T01:27:13.1032160Z test_batch_mm_side_permitted_mutation (jit.test_batch_mm.TestBatchMM) ... ok (0.005s) 2022-11-23T01:27:13.1032420Z test_batch_mm_side_prohibited_mutation_common_side (jit.test_batch_mm.TestBatchMM) ... ok (0.006s) 2022-11-23T01:27:13.1032690Z test_batch_mm_side_prohibited_mutation_uncommon_side (jit.test_batch_mm.TestBatchMM) ... ok (0.006s) 2022-11-23T01:27:13.1032920Z test_del (jit.test_builtins.TestBuiltins) ... ok (0.004s) 2022-11-23T01:27:13.1033150Z test_del_multiple_operands (jit.test_builtins.TestBuiltins) ... ok (0.004s) 2022-11-23T01:27:13.1033380Z test_has_attr (jit.test_builtins.TestBuiltins) ... ok (0.011s) 2022-11-23T01:27:13.1033610Z test_has_attr_invalid_args (jit.test_builtins.TestBuiltins) ... ok (0.005s) 2022-11-23T01:27:13.1033850Z test_cast_overloads (jit.test_class_type.TestClassType) ... ok (0.023s) 2022-11-23T01:27:13.1034080Z test_class_attribute_wrong_type (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1034320Z Test that the error message displayed when convering a class type ... ok (0.012s) 2022-11-23T01:27:13.1034560Z test_class_constant (jit.test_class_type.TestClassType) ... ok (0.017s) 2022-11-23T01:27:13.1034800Z test_class_constructs_itself (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-11-23T01:27:13.1035040Z test_class_inheritance (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-11-23T01:27:13.1035270Z test_class_inheritance_implicit (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1035490Z Test that inheritance is detected in ... ok (0.070s) 2022-11-23T01:27:13.1035770Z test_class_sorting (jit.test_class_type.TestClassType) ... ok (0.050s) 2022-11-23T01:27:13.1036010Z test_class_specialization (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-11-23T01:27:13.1036260Z test_class_type_as_param (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-11-23T01:27:13.1036490Z test_classmethod (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1036680Z Test classmethods on class types. ... ok (0.014s) 2022-11-23T01:27:13.1036900Z test_conditional_set_attr (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-11-23T01:27:13.1037120Z test_custom_delete (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1037330Z Test that del can be called on an instance of a class that ... ok (0.026s) 2022-11-23T01:27:13.1037550Z test_default_args (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1037770Z Test that methods on class types can have default arguments. ... ok (0.107s) 2022-11-23T01:27:13.1037990Z test_get_attr (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-11-23T01:27:13.1038230Z test_get_attr_not_initialized (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-11-23T01:27:13.1038530Z test_get_with_method (jit.test_class_type.TestClassType) ... ok (0.001s) 2022-11-23T01:27:13.1038760Z test_imported_classes (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-11-23T01:27:13.1038980Z test_in (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-11-23T01:27:13.1039200Z test_init_compiled_first (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-11-23T01:27:13.1039440Z test_interface (jit.test_class_type.TestClassType) ... ok (0.125s) 2022-11-23T01:27:13.1039670Z test_optional_type_promotion (jit.test_class_type.TestClassType) ... ok (0.019s) 2022-11-23T01:27:13.1039910Z test_out_of_order_methods (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-11-23T01:27:13.1040140Z test_overloaded_fn (jit.test_class_type.TestClassType) ... ok (0.132s) 2022-11-23T01:27:13.1040360Z test_properties (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1040590Z Test that a scripted class can make use of the @property decorator. ... ok (0.043s) 2022-11-23T01:27:13.1040850Z test_py_class_to_ivalue_missing_attribute (jit.test_class_type.TestClassType) ... ok (0.012s) 2022-11-23T01:27:13.1041090Z test_python_interop (jit.test_class_type.TestClassType) ... ok (0.009s) 2022-11-23T01:27:13.1041310Z test_recursive_class (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1041550Z Recursive class types not yet supported. We should give a good error message. ... ok (0.010s) 2022-11-23T01:27:13.1041810Z test_recursive_script_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1042150Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled. ... ok (0.034s) 2022-11-23T01:27:13.1042450Z test_recursive_script_module_builtin_type_resolution (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1042790Z Test resolution of built-in torch types(e.g. torch.Tensor, torch.device) when a class is recursively compiled ... ok (0.069s) 2022-11-23T01:27:13.1043060Z test_recursive_scripting (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1043300Z Test that class types are recursively scripted when an Python instance of one ... ok (0.016s) 2022-11-23T01:27:13.1043540Z test_recursive_scripting_failed (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1043770Z Test that class types module attributes that fail to script ... ok (0.029s) 2022-11-23T01:27:13.1043990Z test_reference_semantics (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1044220Z Test that modifications made to a class instance in TorchScript ... ok (0.009s) 2022-11-23T01:27:13.1044460Z test_save_load_with_classes (jit.test_class_type.TestClassType) ... ok (0.010s) 2022-11-23T01:27:13.1044700Z test_save_load_with_classes_nested (jit.test_class_type.TestClassType) ... ok (0.076s) 2022-11-23T01:27:13.1044960Z test_save_load_with_classes_returned (jit.test_class_type.TestClassType) ... ok (0.011s) 2022-11-23T01:27:13.1045290Z test_schema_human_readable (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1045580Z Make sure that the schema is human readable, ie the mode parameter should read "nearest" instead of being displayed in octal ... ok (0.143s) 2022-11-23T01:27:13.1045850Z test_self_referential_method (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1046100Z Test that a scripted class can have a method that refers to the class itself ... ok (0.015s) 2022-11-23T01:27:13.1046340Z test_set_attr_in_method (jit.test_class_type.TestClassType) ... ok (0.008s) 2022-11-23T01:27:13.1046580Z test_set_attr_non_initialized (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-11-23T01:27:13.1046820Z test_set_attr_type_mismatch (jit.test_class_type.TestClassType) ... ok (0.007s) 2022-11-23T01:27:13.1047040Z test_staticmethod (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1047240Z Test static methods on class types. ... ok (0.018s) 2022-11-23T01:27:13.1047440Z test_type_annotation (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1047740Z Test that annotating container attributes with types works correctly ... ok (0.012s) 2022-11-23T01:27:13.1047980Z test_type_annotations (jit.test_class_type.TestClassType) ... ok (0.058s) 2022-11-23T01:27:13.1048230Z test_unresolved_class_attributes (jit.test_class_type.TestClassType) ... ok (0.014s) 2022-11-23T01:27:13.1048450Z test_unused_method (jit.test_class_type.TestClassType) 2022-11-23T01:27:13.1048650Z Test unused methods on scripted classes. ... ok (0.015s) 2022-11-23T01:27:13.1048870Z test_binary_op_complex_tensor (jit.test_complex.TestComplex) ... ok (0.008s) 2022-11-23T01:27:13.1049110Z test_comparison_ops (jit.test_complex.TestComplex) ... ok (0.006s) 2022-11-23T01:27:13.1049340Z test_complex_constants_and_ops (jit.test_complex.TestComplex) ... ok (0.148s) 2022-11-23T01:27:13.1059410Z test_complex_constructor (jit.test_complex.TestComplex) ... ok (0.022s) 2022-11-23T01:27:13.1059660Z test_complex_list_sum (jit.test_complex.TestComplex) ... ok (0.002s) 2022-11-23T01:27:13.1059890Z test_complex_parse (jit.test_complex.TestComplex) ... ok (0.003s) 2022-11-23T01:27:13.1060100Z test_complexdict (jit.test_complex.TestComplex) ... ok (0.002s) 2022-11-23T01:27:13.1060320Z test_complexlist (jit.test_complex.TestComplex) ... ok (0.002s) 2022-11-23T01:27:13.1060530Z test_div (jit.test_complex.TestComplex) ... ok (0.002s) 2022-11-23T01:27:13.1060740Z test_infj_nanj_pickle (jit.test_complex.TestComplex) ... ok (0.005s) 2022-11-23T01:27:13.1060960Z test_pickle (jit.test_complex.TestComplex) ... ok (0.005s) 2022-11-23T01:27:13.1061170Z test_script (jit.test_complex.TestComplex) ... ok (0.001s) 2022-11-23T01:27:13.1061390Z test_tensor_attributes (jit.test_complex.TestComplex) ... ok (0.003s) 2022-11-23T01:27:13.1061640Z test_torch_complex_constructor_with_tensor (jit.test_complex.TestComplex) ... ok (0.018s) 2022-11-23T01:27:13.1061920Z test_calling_scripted_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:27:13.1062200Z test_calling_traced_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.003s) 2022-11-23T01:27:13.1062480Z test_default_arguments_are_used (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:27:13.1062750Z test_dynamic_op_registry (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:27:13.1063020Z test_generic_list (jit.test_custom_operators.TestCustomOperators) ... ok (0.000s) 2022-11-23T01:27:13.1063290Z test_passing_and_returning_lists (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:27:13.1063580Z test_passing_one_positional_but_not_the_second (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:27:13.1063870Z test_passing_too_few_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:27:13.1064140Z test_passing_too_many_args (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:27:13.1064580Z test_passing_unknown_kwargs (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:27:13.1064870Z test_script_graph_contains_custom_op (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:27:13.1065240Z test_script_graph_for_custom_ops_matches_traced_graph (jit.test_custom_operators.TestCustomOperators) ... skip: Need to figure out default dtype differences between fbcode and oss (0.000s) 2022-11-23T01:27:13.1065590Z test_simply_calling_an_operator (jit.test_custom_operators.TestCustomOperators) ... ok (0.001s) 2022-11-23T01:27:13.1065860Z test_where_no_scalar (jit.test_custom_operators.TestCustomOperators) ... ok (0.002s) 2022-11-23T01:27:13.1066100Z test_setattr_no_aliasdb (jit.test_dce.TestDCE) ... ok (0.003s) 2022-11-23T01:27:13.1066300Z test_setattr_removed (jit.test_dce.TestDCE) ... ok (0.005s) 2022-11-23T01:27:13.1066670Z test_python_submodule_script (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:27:13.1067120Z test_shared_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:27:13.1067470Z test_tensor_sharing (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:27:13.1067830Z test_tensor_sharing_with_forward (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:27:13.1068170Z test_traced_module (jit.test_data_parallel.TestDataParallel) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:27:13.1068430Z test__post_init__ (jit.test_dataclasses.TestDataclasses) ... ok (0.688s) 2022-11-23T01:27:13.1068670Z test_comparators (jit.test_dataclasses.TestDataclasses) ... ok (1.285s) 2022-11-23T01:27:13.1068910Z test_custom__eq__ (jit.test_dataclasses.TestDataclasses) ... ok (0.006s) 2022-11-23T01:27:13.1069160Z test_default_factories (jit.test_dataclasses.TestDataclasses) ... ok (0.002s) 2022-11-23T01:27:13.1069400Z test_init_vars (jit.test_dataclasses.TestDataclasses) ... ok (0.021s) 2022-11-23T01:27:13.1069630Z test_no_source (jit.test_dataclasses.TestDataclasses) ... ok (0.013s) 2022-11-23T01:27:13.1069880Z test_use_unregistered_dataclass_raises (jit.test_dataclasses.TestDataclasses) ... ok (0.001s) 2022-11-23T01:27:13.1070150Z test_custom_device_op (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.004s) 2022-11-23T01:27:13.1070410Z test_device_apply (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.001s) 2022-11-23T01:27:13.1070660Z test_device_arg (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.002s) 2022-11-23T01:27:13.1070920Z test_device_if_propagation (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.002s) 2022-11-23T01:27:13.1071180Z test_if_loop_mix (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.002s) 2022-11-23T01:27:13.1071430Z test_loop_device_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.002s) 2022-11-23T01:27:13.1071690Z test_loop_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.002s) 2022-11-23T01:27:13.1071950Z test_mobilenet (jit.test_device_analysis.TestDeviceAnalysis) ... skip: Requires torchvision (0.000s) 2022-11-23T01:27:13.1072220Z test_nested_loops (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.002s) 2022-11-23T01:27:13.1072470Z test_set_dtype (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.002s) 2022-11-23T01:27:13.1072710Z test_simple (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.003s) 2022-11-23T01:27:13.1072950Z test_tensor_as_fns (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.005s) 2022-11-23T01:27:13.1073200Z test_while_change (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.002s) 2022-11-23T01:27:13.1073450Z test_zerodim_cpu (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.103s) 2022-11-23T01:27:13.1073710Z test_zerodim_gpu (jit.test_device_analysis.TestDeviceAnalysis) ... skip: No CUDA (0.000s) 2022-11-23T01:27:13.1074050Z test_zerodim_no_device (jit.test_device_analysis.TestDeviceAnalysis) ... ok (0.012s) 2022-11-23T01:27:13.1074290Z test_aug_assign (jit.test_list_dict.TestDict) ... ok (0.009s) 2022-11-23T01:27:13.1074490Z test_basic (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-11-23T01:27:13.1074680Z test_clear (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-11-23T01:27:13.1074880Z test_copy (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-11-23T01:27:13.1075070Z test_del (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T01:27:13.1075280Z test_dict_bool_conversion (jit.test_list_dict.TestDict) ... ok (0.011s) 2022-11-23T01:27:13.1075500Z test_dict_preserves_order (jit.test_list_dict.TestDict) ... ok (0.045s) 2022-11-23T01:27:13.1075720Z test_dict_to_python (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-11-23T01:27:13.1075920Z test_dict_variance (jit.test_list_dict.TestDict) 2022-11-23T01:27:13.1076120Z `Dict[T1, _]` is not a subtype of `Dict[T2, _]`, even if `T1` is ... ok (0.007s) 2022-11-23T01:27:13.1076330Z test_get (jit.test_list_dict.TestDict) ... ok (0.004s) 2022-11-23T01:27:13.1076570Z test_get_boolkey (jit.test_list_dict.TestDict) ... ok (0.005s) 2022-11-23T01:27:13.1076780Z test_items (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-11-23T01:27:13.1076970Z test_key_type (jit.test_list_dict.TestDict) ... ok (0.001s) 2022-11-23T01:27:13.1077170Z test_keys (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-11-23T01:27:13.1077360Z test_len (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-11-23T01:27:13.1077550Z test_loop (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-11-23T01:27:13.1077750Z test_membership (jit.test_list_dict.TestDict) ... ok (0.010s) 2022-11-23T01:27:13.1077960Z test_mutability (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-11-23T01:27:13.1078170Z test_optional_dict_construct (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-11-23T01:27:13.1078390Z test_ordered_dict (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-11-23T01:27:13.1078590Z test_pop (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:27:13.1078790Z test_popitem (jit.test_list_dict.TestDict) ... ok (0.006s) 2022-11-23T01:27:13.1078990Z test_setdefault (jit.test_list_dict.TestDict) ... ok (0.007s) 2022-11-23T01:27:13.1079210Z test_type_annotation_missing_contained_type (jit.test_list_dict.TestDict) 2022-11-23T01:27:13.1079440Z Test that the use of a Dict type annotation without contained ... ok (0.002s) 2022-11-23T01:27:13.1079660Z test_update (jit.test_list_dict.TestDict) ... ok (0.013s) 2022-11-23T01:27:13.1079870Z test_update_existing_key (jit.test_list_dict.TestDict) ... ok (0.008s) 2022-11-23T01:27:13.1080080Z test_values (jit.test_list_dict.TestDict) ... ok (0.002s) 2022-11-23T01:27:13.1080280Z test_view (jit.test_list_dict.TestDict) ... ok (0.003s) 2022-11-23T01:27:13.1080500Z test_binary_scalar (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.005s) 2022-11-23T01:27:13.1081090Z test_binary_tensors (jit.test_dtype_analysis.TestDtypeAnalysis) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit/test_dtype_analysis.py:165: 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:27:13.1081530Z rand_tensor = torch.rand(shape, dtype=dtype) 2022-11-23T01:27:13.1081680Z ok (0.078s) 2022-11-23T01:27:13.1081860Z test_combined (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.015s) 2022-11-23T01:27:13.1082110Z test_conv_no_mixed_args (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.015s) 2022-11-23T01:27:13.1082360Z test_custom_rules (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.020s) 2022-11-23T01:27:13.1082600Z test_unary (jit.test_dtype_analysis.TestDtypeAnalysis) ... ok (0.034s) 2022-11-23T01:27:13.1082920Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.022s) 2022-11-23T01:27:13.1083370Z test_custom_rules_expected_failure_nn_functional_adaptive_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.007s) 2022-11-23T01:27:13.1083730Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1084070Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1084410Z test_custom_rules_ints_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1084740Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1085080Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1085410Z test_custom_rules_ints_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1085800Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1086130Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1086460Z test_custom_rules_ints_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1086780Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1087120Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1087450Z test_custom_rules_ints_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1087780Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1088100Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1088430Z test_custom_rules_ints_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1088750Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1089080Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1089400Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1089730Z test_custom_rules_ints_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1090050Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1090370Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1090680Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1091000Z test_custom_rules_ints_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1091310Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1091680Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1092000Z test_custom_rules_ints_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1097880Z test_custom_rules_ints_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1098220Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1098540Z test_custom_rules_ints_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1098860Z test_custom_rules_ints_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1099200Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1099660Z test_custom_rules_ints_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1099980Z test_custom_rules_ints_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1100290Z test_custom_rules_ints_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1100610Z test_custom_rules_ints_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1100930Z test_custom_rules_ints_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1101250Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-11-23T01:27:13.1101560Z test_custom_rules_ints_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.007s) 2022-11-23T01:27:13.1101890Z test_custom_rules_ints_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1102200Z test_custom_rules_ints_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1102500Z test_custom_rules_ints_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1102830Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1103170Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1103500Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1103830Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1104160Z test_custom_rules_ints_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1104480Z test_custom_rules_ints_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1104800Z test_custom_rules_ints_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1105120Z test_custom_rules_ints_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1105450Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1105820Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1106150Z test_custom_rules_ints_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1106470Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1106790Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1107100Z test_custom_rules_ints_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.003s) 2022-11-23T01:27:13.1107420Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1107730Z test_custom_rules_ints_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.002s) 2022-11-23T01:27:13.1108100Z test_custom_rules_ints_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1108420Z test_custom_rules_ints_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1108730Z test_custom_rules_ints_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1109060Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1109390Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1109720Z test_custom_rules_nn_functional_adaptive_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1110050Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1110390Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1110720Z test_custom_rules_nn_functional_adaptive_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1111040Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1111370Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1111690Z test_custom_rules_nn_functional_adaptive_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1112020Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1112360Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1112680Z test_custom_rules_nn_functional_adaptive_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1113000Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1113330Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1113650Z test_custom_rules_nn_functional_adaptive_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1113970Z test_custom_rules_nn_functional_avg_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1114330Z test_custom_rules_nn_functional_avg_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1114650Z test_custom_rules_nn_functional_avg_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1114970Z test_custom_rules_nn_functional_avg_pool1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1115280Z test_custom_rules_nn_functional_avg_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1115590Z test_custom_rules_nn_functional_avg_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1115900Z test_custom_rules_nn_functional_avg_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1116200Z test_custom_rules_nn_functional_avg_pool2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1116560Z test_custom_rules_nn_functional_avg_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1116870Z test_custom_rules_nn_functional_avg_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1117180Z test_custom_rules_nn_functional_avg_pool3d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1117500Z test_custom_rules_nn_functional_batch_norm_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1117810Z test_custom_rules_nn_functional_batch_norm_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1118120Z test_custom_rules_nn_functional_batch_norm_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1118460Z test_custom_rules_nn_functional_conv1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1118790Z test_custom_rules_nn_functional_conv1d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.015s) 2022-11-23T01:27:13.1119130Z test_custom_rules_nn_functional_conv1d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.016s) 2022-11-23T01:27:13.1119450Z test_custom_rules_nn_functional_conv1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1119760Z test_custom_rules_nn_functional_conv1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1120070Z test_custom_rules_nn_functional_conv1d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1120380Z test_custom_rules_nn_functional_conv2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1120710Z test_custom_rules_nn_functional_conv2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.016s) 2022-11-23T01:27:13.1121050Z test_custom_rules_nn_functional_conv2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.016s) 2022-11-23T01:27:13.1121370Z test_custom_rules_nn_functional_conv2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1121670Z test_custom_rules_nn_functional_conv2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1121980Z test_custom_rules_nn_functional_conv2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1122320Z test_custom_rules_nn_functional_conv_transpose2d_cpu_complex128 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.016s) 2022-11-23T01:27:13.1122740Z test_custom_rules_nn_functional_conv_transpose2d_cpu_complex64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... expected failure (0.016s) 2022-11-23T01:27:13.1123090Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1123410Z test_custom_rules_nn_functional_conv_transpose2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1123730Z test_custom_rules_nn_functional_conv_transpose2d_cpu_int64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.006s) 2022-11-23T01:27:13.1124060Z test_custom_rules_nn_functional_hardswish_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1124380Z test_custom_rules_nn_functional_hardswish_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1124690Z test_custom_rules_nn_functional_hardswish_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.005s) 2022-11-23T01:27:13.1125010Z test_custom_rules_nn_functional_max_pool1d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.018s) 2022-11-23T01:27:13.1125390Z test_custom_rules_nn_functional_max_pool1d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-11-23T01:27:13.1125710Z test_custom_rules_nn_functional_max_pool1d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.012s) 2022-11-23T01:27:13.1126020Z test_custom_rules_nn_functional_max_pool2d_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-11-23T01:27:13.1126330Z test_custom_rules_nn_functional_max_pool2d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.015s) 2022-11-23T01:27:13.1126640Z test_custom_rules_nn_functional_max_pool2d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:27:13.1126950Z test_custom_rules_nn_functional_max_pool3d_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.014s) 2022-11-23T01:27:13.1127250Z test_custom_rules_nn_functional_max_pool3d_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.019s) 2022-11-23T01:27:13.1127570Z test_custom_rules_nn_functional_prelu_cpu_bfloat16 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.013s) 2022-11-23T01:27:13.1127880Z test_custom_rules_nn_functional_prelu_cpu_float32 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1128180Z test_custom_rules_nn_functional_prelu_cpu_float64 (jit.test_dtype_analysis.TestDtypeCustomRulesCPU) ... ok (0.004s) 2022-11-23T01:27:13.1128440Z test_closed_over_enum_constant (jit.test_enum.TestEnum) ... ok (0.006s) 2022-11-23T01:27:13.1128660Z test_enum_as_const (jit.test_enum.TestEnum) ... ok (0.010s) 2022-11-23T01:27:13.1128870Z test_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.019s) 2022-11-23T01:27:13.1129080Z test_enum_comp (jit.test_enum.TestEnum) ... ok (0.004s) 2022-11-23T01:27:13.1129290Z test_enum_comp_diff_classes (jit.test_enum.TestEnum) ... ok (0.010s) 2022-11-23T01:27:13.1129510Z test_enum_explicit_script (jit.test_enum.TestEnum) ... ok (0.001s) 2022-11-23T01:27:13.1129720Z test_enum_iterate (jit.test_enum.TestEnum) ... ok (0.008s) 2022-11-23T01:27:13.1129920Z test_enum_ivalue_type (jit.test_enum.TestEnum) ... ok (0.005s) 2022-11-23T01:27:13.1130130Z test_enum_module_return (jit.test_enum.TestEnum) ... ok (0.017s) 2022-11-23T01:27:13.1130330Z test_enum_name (jit.test_enum.TestEnum) ... ok (0.004s) 2022-11-23T01:27:13.1130530Z test_enum_return (jit.test_enum.TestEnum) ... ok (0.011s) 2022-11-23T01:27:13.1130720Z test_enum_value (jit.test_enum.TestEnum) ... ok (0.008s) 2022-11-23T01:27:13.1130930Z test_enum_value_types (jit.test_enum.TestEnum) ... ok (0.020s) 2022-11-23T01:27:13.1131150Z test_heterogenous_value_type_enum_error (jit.test_enum.TestEnum) ... ok (0.004s) 2022-11-23T01:27:13.1131380Z test_non_existent_enum_value (jit.test_enum.TestEnum) ... ok (0.004s) 2022-11-23T01:27:13.1131660Z test_string_enum_as_module_attribute (jit.test_enum.TestEnum) ... ok (0.006s) 2022-11-23T01:27:13.1131920Z test_freeze_interface_swapping_two_methods (jit.test_freezing.TestFreezing) ... ok (0.041s) 2022-11-23T01:27:13.1132200Z test_freeze_interface_within_object (jit.test_freezing.TestFreezing) ... expected failure (0.082s) 2022-11-23T01:27:13.1132450Z test_freeze_module (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-11-23T01:27:13.1132690Z test_freeze_module_detach_gradient (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-11-23T01:27:13.1132940Z test_freeze_module_in_training_mode (jit.test_freezing.TestFreezing) ... ok (0.092s) 2022-11-23T01:27:13.1133180Z test_freeze_module_inlining (jit.test_freezing.TestFreezing) ... ok (0.022s) 2022-11-23T01:27:13.1133420Z test_freeze_module_no_forward (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1133670Z test_freeze_module_return_self (jit.test_freezing.TestFreezing) ... ok (0.004s) 2022-11-23T01:27:13.1133910Z test_freeze_module_return_sub_module (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-11-23T01:27:13.1134220Z test_freeze_module_with_aliased_attr (jit.test_freezing.TestFreezing) ... ok (0.004s) 2022-11-23T01:27:13.1139610Z test_freeze_module_with_aliased_attr2 (jit.test_freezing.TestFreezing) ... ok (0.004s) 2022-11-23T01:27:13.1139870Z test_freeze_module_with_aliased_attr3 (jit.test_freezing.TestFreezing) ... ok (0.003s) 2022-11-23T01:27:13.1140130Z test_freeze_module_with_aliased_tensor_attr (jit.test_freezing.TestFreezing) ... ok (0.003s) 2022-11-23T01:27:13.1140390Z test_freeze_module_with_aliased_tensor_attr2 (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1140650Z test_freeze_module_with_aliased_tensor_attr3 (jit.test_freezing.TestFreezing) ... ok (0.004s) 2022-11-23T01:27:13.1140910Z test_freeze_module_with_aliased_tensor_attr4 (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1141160Z test_freeze_module_with_call_method (jit.test_freezing.TestFreezing) ... ok (0.004s) 2022-11-23T01:27:13.1141410Z test_freeze_module_with_fork (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T01:27:13.1141640Z test_freeze_module_with_fork2 (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1141900Z test_freeze_module_with_fork_calling_module_method (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T01:27:13.1142170Z test_freeze_module_with_helperfunction (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1142430Z test_freeze_module_with_inplace_mutable (jit.test_freezing.TestFreezing) ... ok (0.003s) 2022-11-23T01:27:13.1142670Z test_freeze_module_with_list (jit.test_freezing.TestFreezing) ... ok (0.003s) 2022-11-23T01:27:13.1142920Z test_freeze_module_with_mutable_dict (jit.test_freezing.TestFreezing) ... ok (0.004s) 2022-11-23T01:27:13.1143170Z test_freeze_module_with_mutable_list (jit.test_freezing.TestFreezing) ... ok (0.002s) 2022-11-23T01:27:13.1143420Z test_freeze_module_with_mutable_tensor (jit.test_freezing.TestFreezing) ... ok (0.002s) 2022-11-23T01:27:13.1143670Z test_freeze_module_with_nested_fork (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-11-23T01:27:13.1143920Z test_freeze_module_with_nestedaliasing (jit.test_freezing.TestFreezing) ... ok (0.011s) 2022-11-23T01:27:13.1144180Z test_freeze_module_with_nestedaliasingscalar (jit.test_freezing.TestFreezing) ... ok (0.010s) 2022-11-23T01:27:13.1144450Z test_freeze_module_with_non_static_module_container_index (jit.test_freezing.TestFreezing) 2022-11-23T01:27:13.1144830Z Test that Modules containing non-static ModuleDict or ModuleList ... ok (0.038s) 2022-11-23T01:27:13.1145080Z test_freeze_module_with_overlapping_attrs (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1145350Z test_freeze_module_with_preserve_sub_module (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T01:27:13.1145750Z test_freeze_module_with_preserve_sub_module_and_mutation (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-11-23T01:27:13.1146030Z test_freeze_module_with_sharedclasstype (jit.test_freezing.TestFreezing) ... ok (0.012s) 2022-11-23T01:27:13.1146280Z test_freeze_module_with_submodule (jit.test_freezing.TestFreezing) ... ok (0.007s) 2022-11-23T01:27:13.1146530Z test_freeze_module_with_tensor (jit.test_freezing.TestFreezing) ... ok (0.004s) 2022-11-23T01:27:13.1146770Z test_freeze_module_with_tuple (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1147020Z test_freeze_module_with_tupleoutput_submodule (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T01:27:13.1147290Z test_freeze_module_with_user_preserved_attr (jit.test_freezing.TestFreezing) ... ok (0.003s) 2022-11-23T01:27:13.1147570Z test_freeze_module_with_user_preserved_attribute_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.006s) 2022-11-23T01:27:13.1147870Z test_freeze_module_with_user_preserved_attribute_on_unused_submodule (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1148150Z test_freeze_module_with_user_preserved_method (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1148460Z test_freeze_module_with_user_preserved_method2 (jit.test_freezing.TestFreezing) ... ok (0.003s) 2022-11-23T01:27:13.1148740Z test_freeze_module_with_user_preserved_method_on_submodule (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1149000Z test_freeze_no_forward (jit.test_freezing.TestFreezing) ... ok (0.005s) 2022-11-23T01:27:13.1149240Z test_freeze_non_interface_module_swap (jit.test_freezing.TestFreezing) ... ok (0.008s) 2022-11-23T01:27:13.1149490Z test_freeze_non_module_class_getattr (jit.test_freezing.TestFreezing) ... ok (0.080s) 2022-11-23T01:27:13.1149740Z test_freeze_recursive_interfaces (jit.test_freezing.TestFreezing) ... ok (0.049s) 2022-11-23T01:27:13.1149990Z test_freeze_recursive_interfaces_same_name (jit.test_freezing.TestFreezing) ... ok (0.103s) 2022-11-23T01:27:13.1150270Z test_freeze_recursive_interfaces_with_reassignment (jit.test_freezing.TestFreezing) ... ok (0.104s) 2022-11-23T01:27:13.1150530Z test_freeze_with_interface_mutable (jit.test_freezing.TestFreezing) ... ok (0.026s) 2022-11-23T01:27:13.1150780Z test_freeze_with_swapping_interfaces (jit.test_freezing.TestFreezing) ... ok (0.030s) 2022-11-23T01:27:13.1151030Z test_module_getattr_indirection (jit.test_freezing.TestFreezing) ... ok (0.075s) 2022-11-23T01:27:13.1151380Z test_module_with_shared_type_instances (jit.test_freezing.TestFreezing) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.001s) 2022-11-23T01:27:13.1151720Z test_dictionary_as_example_inputs_for_jit_trace (__main__.TestFrontend) ... ok (0.014s) 2022-11-23T01:27:13.1151940Z test_instancing_error (__main__.TestFrontend) ... ok (0.140s) 2022-11-23T01:27:13.1152290Z test_collapse_adjacent_conversions (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1152590Z test_conv_add_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.746s) 2022-11-23T01:27:13.1152850Z test_conv_bn_folding (jit.test_freezing.TestFrozenOptimizations) ... ok (0.214s) 2022-11-23T01:27:13.1153170Z test_conv_bn_folding_autocast_scenario_cuda (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-11-23T01:27:13.1153480Z test_conv_bn_folding_not_forward (jit.test_freezing.TestFrozenOptimizations) ... ok (0.006s) 2022-11-23T01:27:13.1153830Z test_conv_hardswish (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1154110Z test_conv_mul_add_bn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.058s) 2022-11-23T01:27:13.1154440Z test_conv_to_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1154720Z test_conv_to_mkldnn_no_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... ok (0.003s) 2022-11-23T01:27:13.1155060Z test_freeze_conv_relu_fusion (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.001s) 2022-11-23T01:27:13.1155380Z test_freeze_conv_relu_fusion_not_forward (jit.test_freezing.TestFrozenOptimizations) ... skip: requires CUDNN (0.001s) 2022-11-23T01:27:13.1155740Z test_freeze_mkdlnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:27:13.1156020Z test_freeze_remove_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.004s) 2022-11-23T01:27:13.1156300Z test_freeze_remove_feature_dropout (jit.test_freezing.TestFrozenOptimizations) ... ok (0.003s) 2022-11-23T01:27:13.1156660Z test_hardswish_hardsigmoid (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:27:13.1157030Z test_incompatible_perf_formats (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1157360Z test_linear_concat (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-11-23T01:27:13.1157690Z test_linear_concat_complex (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T01:27:13.1157970Z Testing that the interleaving of multiple optimizations does not ... skip: Optimization currently only run for GPU (0.001s) 2022-11-23T01:27:13.1158260Z test_linear_concat_different_input (jit.test_freezing.TestFrozenOptimizations) 2022-11-23T01:27:13.1158550Z There should be no change to the graph due to the optimization pass ... skip: Optimization currently only run for GPU (0.001s) 2022-11-23T01:27:13.1158880Z test_linear_multiple_blocks (jit.test_freezing.TestFrozenOptimizations) ... skip: Optimization currently only run for GPU (0.001s) 2022-11-23T01:27:13.1159190Z test_linear_non_constant_weight (jit.test_freezing.TestFrozenOptimizations) ... ok (0.002s) 2022-11-23T01:27:13.1159460Z test_linear_transpose (jit.test_freezing.TestFrozenOptimizations) ... ok (0.002s) 2022-11-23T01:27:13.1159800Z test_maxpool_mkldnn (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1160160Z test_mkldnn_fuser_broadcasting (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1160530Z test_mkldnn_inplace_removal (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1160910Z test_numel_less_than_size_with_padding (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1161210Z test_optimize_freeze_module (jit.test_freezing.TestFrozenOptimizations) ... ok (0.013s) 2022-11-23T01:27:13.1161550Z test_pool2d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1161900Z test_pool3d_batchnorm (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1162180Z test_remove_detach (jit.test_freezing.TestFrozenOptimizations) ... ok (0.002s) 2022-11-23T01:27:13.1162450Z test_remove_detach_not_applied (jit.test_freezing.TestFrozenOptimizations) ... ok (0.001s) 2022-11-23T01:27:13.1162790Z test_scalar_mul (jit.test_freezing.TestFrozenOptimizations) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:27:13.1163070Z test_subgraph_creation (jit.test_functional_blocks.TestFunctionalBlocks) ... ok (0.016s) 2022-11-23T01:27:13.1163370Z test_check_no_type_promotion (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.099s) 2022-11-23T01:27:13.1163710Z test_functional_to_inplace_activation (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.030s) 2022-11-23T01:27:13.1164050Z test_no_functional_to_inplace (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... ok (0.004s) 2022-11-23T01:27:13.1164480Z test_resnet18_correctness (jit.test_convert_activation.TestFunctionalToInplaceActivation) ... skip: no torchvision (0.000s) 2022-11-23T01:27:13.1164800Z test_getattr_with_default (jit.test_attr.TestGetDefaultAttr) ... ok (0.003s) 2022-11-23T01:27:13.1165070Z test_fuse_linear (jit.test_graph_rewrite_passes.TestGraphRewritePasses) ... ok (0.014s) 2022-11-23T01:27:13.1165300Z test_hash_bool (jit.test_hash.TestHash) ... ok (0.003s) 2022-11-23T01:27:13.1165500Z test_hash_device (jit.test_hash.TestHash) ... ok (0.003s) 2022-11-23T01:27:13.1165700Z test_hash_float (jit.test_hash.TestHash) ... ok (0.004s) 2022-11-23T01:27:13.1165890Z test_hash_int (jit.test_hash.TestHash) ... ok (0.003s) 2022-11-23T01:27:13.1166080Z test_hash_none (jit.test_hash.TestHash) ... ok (0.001s) 2022-11-23T01:27:13.1166270Z test_hash_string (jit.test_hash.TestHash) ... ok (0.002s) 2022-11-23T01:27:13.1166460Z test_hash_tensor (jit.test_hash.TestHash) 2022-11-23T01:27:13.1166630Z Tensors should hash by identity ... ok (0.002s) 2022-11-23T01:27:13.1166820Z test_hash_tuple (jit.test_hash.TestHash) ... ok (0.003s) 2022-11-23T01:27:13.1167040Z test_hash_tuple_nested_unhashable_type (jit.test_hash.TestHash) ... ok (0.001s) 2022-11-23T01:27:13.1167350Z test_forward_tuple_input (jit.test_hooks.TestHooks) ... ok (0.009s) 2022-11-23T01:27:13.1167580Z test_hook_compilation_hint (jit.test_hooks.TestHooks) ... skip: (0.000s) 2022-11-23T01:27:13.1167800Z test_hook_hook_name_collision (jit.test_hooks.TestHooks) ... ok (0.004s) 2022-11-23T01:27:13.1168030Z test_hook_method_name_collision (jit.test_hooks.TestHooks) ... ok (0.004s) 2022-11-23T01:27:13.1168270Z test_module_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.006s) 2022-11-23T01:27:13.1168510Z test_module_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.012s) 2022-11-23T01:27:13.1168750Z test_module_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.013s) 2022-11-23T01:27:13.1168980Z test_module_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.011s) 2022-11-23T01:27:13.1169220Z test_module_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.017s) 2022-11-23T01:27:13.1169470Z test_module_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.014s) 2022-11-23T01:27:13.1169700Z test_module_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.008s) 2022-11-23T01:27:13.1169930Z test_module_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.011s) 2022-11-23T01:27:13.1170170Z test_submodule_called_directly_with_hooks (jit.test_hooks.TestHooks) ... ok (0.007s) 2022-11-23T01:27:13.1170420Z test_submodule_direct_forward_invocation (jit.test_hooks.TestHooks) ... ok (0.010s) 2022-11-23T01:27:13.1170660Z test_submodule_forward_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.013s) 2022-11-23T01:27:13.1170900Z test_submodule_forward_single_input (jit.test_hooks.TestHooks) ... ok (0.011s) 2022-11-23T01:27:13.1171150Z test_submodule_forward_single_input_return_not_tupled (jit.test_hooks.TestHooks) ... ok (0.011s) 2022-11-23T01:27:13.1171410Z test_submodule_hook_return_nothing (jit.test_hooks.TestHooks) ... ok (0.010s) 2022-11-23T01:27:13.1171650Z test_submodule_multiple_hooks_multiple_inputs (jit.test_hooks.TestHooks) ... ok (0.017s) 2022-11-23T01:27:13.1171910Z test_submodule_multiple_hooks_single_input (jit.test_hooks.TestHooks) ... ok (0.015s) 2022-11-23T01:27:13.1172150Z test_submodule_no_forward_input (jit.test_hooks.TestHooks) ... ok (0.009s) 2022-11-23T01:27:13.1172380Z test_submodule_same_hook_repeated (jit.test_hooks.TestHooks) ... ok (0.012s) 2022-11-23T01:27:13.1172610Z test_wrong_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.020s) 2022-11-23T01:27:13.1177940Z test_wrong_pre_hook_signatures (jit.test_hooks.TestHooks) ... ok (0.024s) 2022-11-23T01:27:13.1178220Z test_add_out_ignorable_args (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.002s) 2022-11-23T01:27:13.1178490Z test_slice_ignorable_args_for_slice (jit.test_ignorable_args.TestIgnorableArgs) ... ok (0.003s) 2022-11-23T01:27:13.1178920Z test_with_ignore_context_manager_with_inp_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.001s) 2022-11-23T01:27:13.1179310Z test_with_ignore_context_manager_with_just_inp (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.000s) 2022-11-23T01:27:13.1179680Z test_with_ignore_context_manager_with_just_out (jit.test_ignore_context_manager.TestIgnoreContextManager) ... skip: astunparse package is required (0.000s) 2022-11-23T01:27:13.1180030Z test_inplace_to_functional_activation (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... ok (0.018s) 2022-11-23T01:27:13.1180380Z test_resnet18_correctness (jit.test_convert_activation.TestInplaceToFunctionalActivation) ... skip: no torchvision (0.000s) 2022-11-23T01:27:13.1180670Z test_bool (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1180890Z test_dict (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:27:13.1181120Z test_dict_nested (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:27:13.1181410Z test_dict_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T01:27:13.1181650Z test_dict_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1181900Z test_empty_container_special_cases (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T01:27:13.1182170Z test_empty_container_throws_warning_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T01:27:13.1182420Z test_float (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1182640Z test_if_else (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1182850Z test_in_if (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:27:13.1183080Z test_in_while_loop (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:27:13.1183300Z test_int (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1183520Z test_list (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1183750Z test_list_nested (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:27:13.1183980Z test_list_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T01:27:13.1184220Z test_list_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1184460Z test_list_tensor_type_true (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1184730Z test_nontuple_container_rhs_throws_in_eager (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T01:27:13.1184980Z test_optional (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:27:13.1185210Z test_optional_nested (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1185460Z test_optional_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T01:27:13.1185710Z test_optional_none (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1185950Z test_tensor_type_false (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1186170Z test_tuple (jit.test_isinstance.TestIsinstance) ... ok (0.003s) 2022-11-23T01:27:13.1186400Z test_tuple_nested (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-11-23T01:27:13.1186640Z test_tuple_no_contained_type (jit.test_isinstance.TestIsinstance) ... ok (0.001s) 2022-11-23T01:27:13.1186880Z test_tuple_rhs (jit.test_isinstance.TestIsinstance) ... ok (0.004s) 2022-11-23T01:27:13.1187110Z test_tuple_tensor (jit.test_isinstance.TestIsinstance) ... ok (0.002s) 2022-11-23T01:27:13.1187350Z test_type_refinement (jit.test_isinstance.TestIsinstance) ... ok (0.008s) 2022-11-23T01:27:13.1187560Z test_ModuleList (__main__.TestJit) ... ok (0.027s) 2022-11-23T01:27:13.1187740Z test_Sequential (__main__.TestJit) ... ok (0.011s) 2022-11-23T01:27:13.1187920Z test_T_mT_H_mH (__main__.TestJit) ... ok (0.008s) 2022-11-23T01:27:13.1188160Z test_add_relu_fusion (__main__.TestJit) ... ok (0.014s) 2022-11-23T01:27:13.1188350Z test_arg_configurations (__main__.TestJit) 2022-11-23T01:27:13.1188600Z Different arg configurations should trigger different traces ... skip: Need to be adjusted to Graph Executor (0.001s) 2022-11-23T01:27:13.1188830Z test_attrs (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1189010Z test_batchnorm (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1189210Z test_big (__main__.TestJit) ... skip: Requires a lot of RAM (0.001s) 2022-11-23T01:27:13.1189420Z test_conj_transpose (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1189610Z test_constant_insertion (__main__.TestJit) ... ok (1.788s) 2022-11-23T01:27:13.1189820Z test_constant_prop_aliasing_type (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:27:13.1190030Z test_constant_prop_exception (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1190240Z test_constant_prop_if_constant (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:27:13.1190440Z test_constant_prop_if_inline (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1190700Z test_constant_prop_loop_constant (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1190910Z test_constant_prop_nested (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1191110Z test_constant_prop_none (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1191300Z test_constant_prop_print (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1191500Z test_constant_prop_rand (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1191700Z test_constant_prop_remove_output (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1191900Z test_constant_prop_simple (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1192100Z test_constants_pkl (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1192310Z test_cpp (__main__.TestJit) ... skip: Tests were not built, use BUILD_TEST=1 (0.000s) 2022-11-23T01:27:13.1192520Z test_cse (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:27:13.1192710Z test_cse_not_introduce_aliasing (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1192910Z test_cu_escaped_number (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1193130Z test_cuda_export_restore (__main__.TestJit) ... skip: requires CUDA (0.001s) 2022-11-23T01:27:13.1193350Z test_debug_flush_compilation_cache (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:27:13.1193550Z test_decompose_addmm (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:27:13.1193760Z test_device_not_equal (__main__.TestJit) ... skip: requires CUDA (0.000s) 2022-11-23T01:27:13.1193980Z test_diff_subgraph_clones_constants (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1194170Z test_disabled (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1194350Z test_dropout (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1194570Z test_dropout_cuda (__main__.TestJit) ... skip: test_dropout_cuda require CUDA (0.001s) 2022-11-23T01:27:13.1195030Z test_dropout_func_requires_grad (__main__.TestJit) ... STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:27:13.1195400Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:27:13.1195730Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:27:13.1196060Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:27:13.1196380Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:27:13.1196700Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:27:13.1197020Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:27:13.1197330Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:27:13.1197730Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:27:13.1198050Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:27:13.1198370Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:27:13.1198690Z STAGE:2022-11-23 01:26:19 53144:57012842 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:27:13.1198880Z ok (0.056s) 2022-11-23T01:27:13.1199080Z test_dropout_module_requires_grad (__main__.TestJit) ... skip: Testing differentiable graph (0.001s) 2022-11-23T01:27:13.1199300Z test_einsum (__main__.TestJit) ... ok (0.013s) 2022-11-23T01:27:13.1199480Z test_element_size (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1199690Z test_expand_fold_quant_inputs (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:27:13.1199890Z test_expand_quantlint (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:27:13.1200220Z test_export_batchnorm (__main__.TestJit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:13.1200460Z test_export_dropout (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:27:13.1200650Z test_export_lstm (__main__.TestJit) ... ok (0.022s) 2022-11-23T01:27:13.1200830Z test_export_opnames (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:27:13.1201020Z test_export_rnn (__main__.TestJit) ... ok (0.040s) 2022-11-23T01:27:13.1201240Z test_flags (__main__.TestJit) ... skip: Need to instrument GraphExecutors a bit more (0.001s) 2022-11-23T01:27:13.1201470Z test_function_default_values (__main__.TestJit) ... ok (0.007s) 2022-11-23T01:27:13.1201680Z test_hide_source_ranges_context_manager (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1201890Z test_import_method (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:27:13.1202080Z test_inferred_as_tensor (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1202270Z test_layout (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1202460Z test_matrix_conj_transpose (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1202650Z test_matrix_transpose (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1202850Z test_module_default_values (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1203050Z test_mutable_default_values (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:27:13.1203280Z test_native_dropout_corner_case (__main__.TestJit) ... skip: test requires CUDA (0.001s) 2022-11-23T01:27:13.1203490Z test_nn_conv (__main__.TestJit) ... ok (0.140s) 2022-11-23T01:27:13.1203670Z test_nn_lp_pool1d (__main__.TestJit) ... ok (0.025s) 2022-11-23T01:27:13.1203850Z test_nn_lp_pool2d (__main__.TestJit) ... ok (0.024s) 2022-11-23T01:27:13.1204030Z test_nn_padding (__main__.TestJit) ... ok (0.149s) 2022-11-23T01:27:13.1204220Z test_nn_padding_functional (__main__.TestJit) ... ok (0.013s) 2022-11-23T01:27:13.1204420Z test_no_erroneous_warnings (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1204670Z test_non_ascii_string (__main__.TestJit) ... skip: temporarily disable the test for fwd compatibility (0.000s) 2022-11-23T01:27:13.1204900Z test_numel (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1205100Z test_pattern_based_module_rewrite (__main__.TestJit) ... ok (0.014s) 2022-11-23T01:27:13.1205300Z test_pattern_based_rewrite (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1205530Z test_pattern_based_rewrite_with_source_range_preserved (__main__.TestJit) ... ok (0.010s) 2022-11-23T01:27:13.1205860Z test_peephole_optimize_shape_ops (__main__.TestJit) ... skip: Simple executor doesn't have shape information (0.002s) 2022-11-23T01:27:13.1206100Z test_permute_inputs_binding (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1206300Z test_pretty_printer (__main__.TestJit) ... ok (0.014s) 2022-11-23T01:27:13.1206490Z test_print_classes_module (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:27:13.1206750Z test_print_op_module (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:27:13.1212260Z test_print_torch_ops_modules (__main__.TestJit) ... ok (0.000s) 2022-11-23T01:27:13.1212880Z test_profiler (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/65521 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:27:13.1213300Z test_python_bindings (__main__.TestJit) ... ok (0.047s) 2022-11-23T01:27:13.1213480Z test_python_ir (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:27:13.1213690Z test_python_ir_utils (__main__.TestJit) ... skip: Failing on MacOS only (0.001s) 2022-11-23T01:27:13.1214280Z test_python_ir_utils_graph (__main__.TestJit) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/73473 for platform(s) macos, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:27:13.1214890Z test_python_ivalue (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1215080Z test_pytorch_jit_env_off (__main__.TestJit) ... ok (0.611s) 2022-11-23T01:27:13.1215270Z test_recursive_cse (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1215470Z test_repeat_interleave_script (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:27:13.1215670Z test_restore_device (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:27:13.1215890Z test_restore_device_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.001s) 2022-11-23T01:27:13.1216150Z test_restore_shared_storage_on_cuda (__main__.TestJit) ... skip: restore device requires CUDA (0.001s) 2022-11-23T01:27:13.1216390Z test_script_autograd_grad (__main__.TestJit) ... ok (0.041s) 2022-11-23T01:27:13.1216580Z test_script_backward (__main__.TestJit) ... ok (0.006s) 2022-11-23T01:27:13.1217060Z test_script_backward_twice (__main__.TestJit) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/_script.py:1243: UserWarning: `optimize` is deprecated and has no effect. Use `with torch.jit.optimized_execution() instead 2022-11-23T01:27:13.1217380Z warnings.warn( 2022-11-23T01:27:13.1217510Z ok (0.008s) 2022-11-23T01:27:13.1217660Z test_script_fn_pkl (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1217860Z test_script_tensor_type (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1218060Z test_shape_analysis_broadcast (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1218270Z test_shape_analysis_masked_select (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1218560Z test_shape_analysis_unsqueeze_in_loop (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1218770Z test_sparse_csr_tensors (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1218960Z test_sparse_tensors (__main__.TestJit) ... ok (0.016s) 2022-11-23T01:27:13.1219870Z test_torch_complex (__main__.TestJit) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:470: UserWarning: An output with one or more elements was resized since it had shape [3, 4], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:27:13.1220460Z return callable(*args, **kwargs) 2022-11-23T01:27:13.1221340Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:470: UserWarning: An output with one or more elements was resized since it had shape [5, 2], which does not match the required output shape [2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:27:13.1221900Z return callable(*args, **kwargs) 2022-11-23T01:27:13.1222040Z ok (0.012s) 2022-11-23T01:27:13.1222320Z test_torch_load_error (__main__.TestJit) ... skip: TODO: re-enable with https://github.com/pytorch/pytorch/pull/29339 (0.000s) 2022-11-23T01:27:13.1222580Z test_torch_load_zipfile_check (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1222780Z test_torch_ops_kwonly (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1222980Z test_torch_ops_overloaded (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1223160Z test_torch_sum (__main__.TestJit) ... ok (0.004s) 2022-11-23T01:27:13.1223440Z test_trace_retains_train (__main__.TestJit) ... ok (0.003s) 2022-11-23T01:27:13.1223630Z test_train_eval (__main__.TestJit) ... ok (0.022s) 2022-11-23T01:27:13.1223810Z test_transpose (__main__.TestJit) ... ok (0.002s) 2022-11-23T01:27:13.1223990Z test_unchecked_cast (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:27:13.1224180Z test_unique_state_dict (__main__.TestJit) ... ok (0.001s) 2022-11-23T01:27:13.1224410Z test_verify (__main__.TestJit) ... skip: verify needs to be updated to work with GraphExecutors (0.000s) 2022-11-23T01:27:13.1224630Z test_warnings (__main__.TestJit) ... ok (0.005s) 2022-11-23T01:27:13.1224850Z test_nn_AdaptiveAvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1225100Z test_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1225360Z test_nn_AdaptiveAvgPool1d_one_output (__main__.TestJitGeneratedModule) ... ok (0.019s) 2022-11-23T01:27:13.1225620Z test_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1225870Z test_nn_AdaptiveAvgPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1226130Z test_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-11-23T01:27:13.1226380Z test_nn_AdaptiveAvgPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1226630Z test_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1226890Z test_nn_AdaptiveAvgPool3d_last_dim (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1227140Z test_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1227390Z test_nn_AdaptiveAvgPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1227640Z test_nn_AdaptiveAvgPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1227890Z test_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1228140Z test_nn_AdaptiveMaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1228380Z test_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-11-23T01:27:13.1228640Z test_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1228880Z test_nn_AdaptiveMaxPool2d_single (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1229130Z test_nn_AdaptiveMaxPool2d_tuple (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1229380Z test_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1229630Z test_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1229940Z test_nn_AdaptiveMaxPool3d_single (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1230210Z test_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1230470Z test_nn_AdaptiveMaxPool3d_tuple (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1230720Z test_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1230980Z test_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1231220Z test_nn_AvgPool1d (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1231450Z test_nn_AvgPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.021s) 2022-11-23T01:27:13.1231690Z test_nn_AvgPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1231920Z test_nn_AvgPool1d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1232150Z test_nn_AvgPool2d (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1232440Z test_nn_AvgPool2d_divisor (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1232680Z test_nn_AvgPool2d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1232920Z test_nn_AvgPool2d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1233170Z test_nn_AvgPool2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1233400Z test_nn_AvgPool2d_stride (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1233640Z test_nn_AvgPool2d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1233870Z test_nn_AvgPool3d (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1234090Z test_nn_AvgPool3d_divisor (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1234330Z test_nn_AvgPool3d_divisor_stride (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1234590Z test_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1234850Z test_nn_AvgPool3d_divisor_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1235120Z test_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1235400Z test_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1235680Z test_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1235940Z test_nn_AvgPool3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1236170Z test_nn_AvgPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1236410Z test_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1236660Z test_nn_AvgPool3d_stride_pad (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1236920Z test_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1237190Z test_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1237460Z test_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1237700Z test_nn_BCELoss (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1237930Z test_nn_BCELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1238180Z test_nn_BCELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1238410Z test_nn_BCELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1238650Z test_nn_BCELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1238930Z test_nn_BCELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1239180Z test_nn_BCELoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.018s) 2022-11-23T01:27:13.1239420Z test_nn_BCELoss_weights (__main__.TestJitGeneratedModule) ... ok (0.018s) 2022-11-23T01:27:13.1239650Z test_nn_BCELoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1239900Z test_nn_BCELoss_weights_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1240150Z test_nn_BCEWithLogitsLoss (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1240390Z test_nn_BCEWithLogitsLoss_legacy_enum (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1240650Z test_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1240910Z test_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1241170Z test_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1241480Z test_nn_BCEWithLogitsLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1241730Z test_nn_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1241990Z test_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1242250Z test_nn_BCEWithLogitsLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.018s) 2022-11-23T01:27:13.1242490Z test_nn_BatchNorm1d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:27:13.1242740Z test_nn_BatchNorm1d_3d_input_not_affine (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:27:13.1242980Z test_nn_BatchNorm1d_affine (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:27:13.1243240Z test_nn_BatchNorm1d_affine_simple_average (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:27:13.1243490Z test_nn_BatchNorm1d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1243740Z test_nn_BatchNorm1d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1243990Z test_nn_BatchNorm1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1244220Z test_nn_BatchNorm2d (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1244460Z test_nn_BatchNorm2d_2d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:27:13.1250890Z test_nn_BatchNorm2d_momentum (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1251140Z test_nn_BatchNorm2d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1251380Z test_nn_BatchNorm2d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:27:13.1251640Z test_nn_BatchNorm2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1251870Z test_nn_BatchNorm3d (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1252110Z test_nn_BatchNorm3d_3d_simple_average (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:27:13.1252350Z test_nn_BatchNorm3d_momentum (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1252590Z test_nn_BatchNorm3d_not_affine (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:27:13.1252830Z test_nn_BatchNorm3d_not_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:27:13.1253080Z test_nn_BatchNorm3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1253300Z test_nn_Bilinear (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1253520Z test_nn_CELU (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-11-23T01:27:13.1253740Z test_nn_CELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1254200Z test_nn_CELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1254480Z test_nn_CTCLoss_2d_int_target_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.002s) 2022-11-23T01:27:13.1254770Z test_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1255020Z test_nn_CTCLoss_2d_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.014s) 2022-11-23T01:27:13.1255290Z test_nn_CTCLoss_lengths_intlists (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.002s) 2022-11-23T01:27:13.1255560Z test_nn_CTCLoss_lengths_tensors (__main__.TestJitGeneratedModule) ... ok (0.013s) 2022-11-23T01:27:13.1255790Z test_nn_ConstantPad1d (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1256030Z test_nn_ConstantPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1256270Z test_nn_ConstantPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1256600Z test_nn_ConstantPad2d (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1256840Z test_nn_ConstantPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1257080Z test_nn_ConstantPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1257320Z test_nn_ConstantPad3d (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1257550Z test_nn_ConstantPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.021s) 2022-11-23T01:27:13.1257790Z test_nn_ConstantPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.021s) 2022-11-23T01:27:13.1258020Z test_nn_Conv1d (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1258260Z test_nn_Conv1d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1258490Z test_nn_Conv1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1258720Z test_nn_Conv1d_groups (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1258950Z test_nn_Conv1d_pad1 (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1259170Z test_nn_Conv1d_pad1size1 (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1259400Z test_nn_Conv1d_pad2 (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1259620Z test_nn_Conv1d_pad2size1 (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1259850Z test_nn_Conv1d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1260080Z test_nn_Conv1d_pad_same2 (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1260310Z test_nn_Conv1d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1260540Z test_nn_Conv1d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1260780Z test_nn_Conv1d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1261030Z test_nn_Conv1d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1261270Z test_nn_Conv1d_stride (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1261500Z test_nn_Conv1d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1261730Z test_nn_Conv1d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1261960Z test_nn_Conv2d (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1262190Z test_nn_Conv2d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1262430Z test_nn_Conv2d_depthwise (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1262670Z test_nn_Conv2d_depthwise_dilated (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1262910Z test_nn_Conv2d_depthwise_padded (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1263240Z test_nn_Conv2d_depthwise_strided (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1263500Z test_nn_Conv2d_depthwise_with_multiplier (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1263750Z test_nn_Conv2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1263980Z test_nn_Conv2d_groups (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1264210Z test_nn_Conv2d_groups_thnn (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1264440Z test_nn_Conv2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1264660Z test_nn_Conv2d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1264900Z test_nn_Conv2d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1265130Z test_nn_Conv2d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1265350Z test_nn_Conv2d_padding (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1265640Z test_nn_Conv2d_reflect_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1265890Z test_nn_Conv2d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1266130Z test_nn_Conv2d_strided (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1266360Z test_nn_Conv2d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1266590Z test_nn_Conv2d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1266820Z test_nn_Conv3d (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1267040Z test_nn_Conv3d_1x1x1_no_bias (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1267280Z test_nn_Conv3d_circular_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-11-23T01:27:13.1267520Z test_nn_Conv3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1267750Z test_nn_Conv3d_dilated_strided (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1267990Z test_nn_Conv3d_groups (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1268210Z test_nn_Conv3d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1268440Z test_nn_Conv3d_pad_same (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-11-23T01:27:13.1268670Z test_nn_Conv3d_pad_same_dilated (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1268900Z test_nn_Conv3d_pad_valid (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-11-23T01:27:13.1269140Z test_nn_Conv3d_replicate_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-11-23T01:27:13.1269380Z test_nn_Conv3d_stride (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1269610Z test_nn_Conv3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1269840Z test_nn_Conv3d_zero_batch (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1270080Z test_nn_Conv3d_zeros_stride2_pad2 (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-11-23T01:27:13.1270310Z test_nn_ConvTranspose1d (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:27:13.1270570Z test_nn_ConvTranspose1d_dilated (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T01:27:13.1270810Z test_nn_ConvTranspose1d_groups (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:27:13.1271050Z test_nn_ConvTranspose1d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:27:13.1271290Z test_nn_ConvTranspose2d (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:27:13.1271520Z test_nn_ConvTranspose2d_dilated (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:27:13.1271760Z test_nn_ConvTranspose2d_groups (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:27:13.1272080Z test_nn_ConvTranspose2d_no_bias (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:27:13.1272320Z test_nn_ConvTranspose3d (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T01:27:13.1272560Z test_nn_ConvTranspose3d_dilated (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:27:13.1272800Z test_nn_CosineEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.019s) 2022-11-23T01:27:13.1273040Z test_nn_CosineEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1273310Z test_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1273580Z test_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1273850Z test_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.015s) 2022-11-23T01:27:13.1274100Z test_nn_CrossEntropyLoss (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1274340Z test_nn_CrossEntropyLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1274640Z test_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1274910Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1275210Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1275500Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1275800Z test_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1276070Z test_nn_CrossEntropyLoss_2d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1276340Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1276630Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1276920Z test_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1277190Z test_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1277460Z test_nn_CrossEntropyLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1277720Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1278010Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1278310Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1278620Z test_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1278900Z test_nn_CrossEntropyLoss_3d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1279160Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1279440Z test_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1279720Z test_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1279980Z test_nn_CrossEntropyLoss_4d_prob_target (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1280240Z test_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1280500Z test_nn_CrossEntropyLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1280830Z test_nn_CrossEntropyLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.019s) 2022-11-23T01:27:13.1281090Z test_nn_CrossEntropyLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1287550Z test_nn_CrossMapLRN2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1287810Z test_nn_ELU (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1288040Z test_nn_ELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1288270Z test_nn_ELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1288490Z test_nn_Embedding (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1288730Z test_nn_EmbeddingBag_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T01:27:13.1288970Z test_nn_EmbeddingBag_max (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1289220Z test_nn_EmbeddingBag_max_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1289650Z test_nn_EmbeddingBag_mean (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1289890Z test_nn_EmbeddingBag_mean_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1290140Z test_nn_EmbeddingBag_sparse (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1290380Z test_nn_EmbeddingBag_sum (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1290620Z test_nn_EmbeddingBag_sum_padding_idx (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1290870Z test_nn_Embedding_discontiguous (__main__.TestJitGeneratedModule) ... ok (0.014s) 2022-11-23T01:27:13.1291110Z test_nn_Embedding_sparse (__main__.TestJitGeneratedModule) ... ok (0.014s) 2022-11-23T01:27:13.1291330Z test_nn_Flatten (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1291560Z test_nn_Flatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.019s) 2022-11-23T01:27:13.1291780Z test_nn_Fold (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1292000Z test_nn_Fold_int_input (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1292230Z test_nn_Fold_no_batch_dim_input (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1292470Z test_nn_Fold_no_batch_dim_int_input (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1292730Z test_nn_FractionalMaxPool2d_ratio (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:27:13.1292990Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T01:27:13.1293280Z test_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T01:27:13.1293570Z test_nn_FractionalMaxPool2d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:27:13.1293840Z test_nn_FractionalMaxPool2d_size (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1294100Z test_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1294380Z test_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T01:27:13.1294660Z test_nn_FractionalMaxPool3d_asymsize (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:27:13.1294910Z test_nn_FractionalMaxPool3d_ratio (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:27:13.1295170Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:27:13.1295470Z test_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1295750Z test_nn_FractionalMaxPool3d_ratio_return_indices (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:27:13.1296010Z test_nn_FractionalMaxPool3d_size (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:27:13.1296350Z test_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:27:13.1296650Z test_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:27:13.1296900Z test_nn_GELU (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1297120Z test_nn_GELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-11-23T01:27:13.1297350Z test_nn_GELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-11-23T01:27:13.1297560Z test_nn_GLU (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-11-23T01:27:13.1297780Z test_nn_GLU_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-11-23T01:27:13.1298000Z test_nn_GLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1298220Z test_nn_GRUCell (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:27:13.1298440Z test_nn_GroupNorm_1d_affine (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1298790Z test_nn_GroupNorm_1d_affine_GN (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1299030Z test_nn_GroupNorm_1d_affine_large_batch (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:27:13.1299280Z test_nn_GroupNorm_1d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:27:13.1299520Z test_nn_GroupNorm_1d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1299760Z test_nn_GroupNorm_2d_affine (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:27:13.1300010Z test_nn_GroupNorm_2d_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.128s) 2022-11-23T01:27:13.1300250Z test_nn_GroupNorm_2d_no_affine_IN (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T01:27:13.1300490Z test_nn_GroupNorm_2d_no_affine_LN (__main__.TestJitGeneratedModule) ... ok (0.089s) 2022-11-23T01:27:13.1300740Z test_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.164s) 2022-11-23T01:27:13.1300990Z test_nn_Hardshrink (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1301220Z test_nn_Hardshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1301460Z test_nn_Hardshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:27:13.1301730Z test_nn_Hardsigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.002s) 2022-11-23T01:27:13.1302020Z test_nn_Hardswish_no_batch_dim (__main__.TestJitGeneratedModule) ... skip: module test skipped on JIT (0.002s) 2022-11-23T01:27:13.1302270Z test_nn_Hardtanh (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:27:13.1302500Z test_nn_Hardtanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.079s) 2022-11-23T01:27:13.1302740Z test_nn_Hardtanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:27:13.1302980Z test_nn_HingeEmbeddingLoss (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1303220Z test_nn_HingeEmbeddingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1303480Z test_nn_HingeEmbeddingLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1303750Z test_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1304010Z test_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1304270Z test_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1304530Z test_nn_HingeEmbeddingLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1304790Z test_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1305030Z test_nn_HuberLoss (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1305300Z test_nn_HuberLoss_delta (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1305550Z test_nn_HuberLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1305790Z test_nn_HuberLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-11-23T01:27:13.1306030Z test_nn_HuberLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1306270Z test_nn_InstanceNorm1d (__main__.TestJitGeneratedModule) ... ok (0.084s) 2022-11-23T01:27:13.1306510Z test_nn_InstanceNorm1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:27:13.1306760Z test_nn_InstanceNorm1d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:27:13.1307030Z test_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.076s) 2022-11-23T01:27:13.1307280Z test_nn_InstanceNorm2d (__main__.TestJitGeneratedModule) ... ok (0.070s) 2022-11-23T01:27:13.1307600Z test_nn_InstanceNorm2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:27:13.1307850Z test_nn_InstanceNorm2d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.074s) 2022-11-23T01:27:13.1308110Z test_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.141s) 2022-11-23T01:27:13.1308360Z test_nn_InstanceNorm3d (__main__.TestJitGeneratedModule) ... ok (0.088s) 2022-11-23T01:27:13.1308590Z test_nn_InstanceNorm3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.137s) 2022-11-23T01:27:13.1308840Z test_nn_InstanceNorm3d_tracking_stats (__main__.TestJitGeneratedModule) ... ok (0.107s) 2022-11-23T01:27:13.1309110Z test_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.056s) 2022-11-23T01:27:13.1309350Z test_nn_KLDivLoss (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1309580Z test_nn_KLDivLoss_log_target (__main__.TestJitGeneratedModule) ... ok (0.019s) 2022-11-23T01:27:13.1309830Z test_nn_KLDivLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.019s) 2022-11-23T01:27:13.1310070Z test_nn_KLDivLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-11-23T01:27:13.1310310Z test_nn_KLDivLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.090s) 2022-11-23T01:27:13.1310550Z test_nn_KLDivLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1310790Z test_nn_KLDivLoss_no_reduce_log_target (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:27:13.1311040Z test_nn_KLDivLoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:27:13.1311300Z test_nn_KLDivLoss_no_reduce_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1311550Z test_nn_KLDivLoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:27:13.1311800Z test_nn_KLDivLoss_scalar_log_target (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1312050Z test_nn_KLDivLoss_with_log_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1312310Z test_nn_KLDivLoss_with_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1312540Z test_nn_L1Loss (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:27:13.1312770Z test_nn_L1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:27:13.1313000Z test_nn_L1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:27:13.1313240Z test_nn_L1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:27:13.1313470Z test_nn_L1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.013s) 2022-11-23T01:27:13.1313710Z test_nn_L1Loss_no_reduce_complex (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:27:13.1314050Z test_nn_L1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1314290Z test_nn_L1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1314520Z test_nn_LPPool1d (__main__.TestJitGeneratedModule) ... ok (0.246s) 2022-11-23T01:27:13.1314750Z test_nn_LPPool1d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.101s) 2022-11-23T01:27:13.1314980Z test_nn_LPPool1d_norm (__main__.TestJitGeneratedModule) ... ok (0.166s) 2022-11-23T01:27:13.1315200Z test_nn_LPPool2d (__main__.TestJitGeneratedModule) ... ok (0.158s) 2022-11-23T01:27:13.1315420Z test_nn_LPPool2d_norm (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:27:13.1352760Z test_nn_LSTMCell (__main__.TestJitGeneratedModule) ... ok (0.123s) 2022-11-23T01:27:13.1353010Z test_nn_LayerNorm_1d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.058s) 2022-11-23T01:27:13.1353270Z test_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.134s) 2022-11-23T01:27:13.1353550Z test_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.094s) 2022-11-23T01:27:13.1353810Z test_nn_LayerNorm_3d_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.091s) 2022-11-23T01:27:13.1354070Z test_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestJitGeneratedModule) ... ok (0.243s) 2022-11-23T01:27:13.1354330Z test_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-11-23T01:27:13.1354570Z test_nn_LeakyReLU (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1362410Z test_nn_LeakyReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1363010Z test_nn_LeakyReLU_with_negval (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1363260Z test_nn_LeakyReLU_with_negval_scalar (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-11-23T01:27:13.1363510Z test_nn_LeakyReLU_with_zero_negval (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:27:13.1363740Z test_nn_Linear (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:27:13.1363970Z test_nn_Linear_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:27:13.1364200Z test_nn_Linear_no_bias (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1364440Z test_nn_LocalResponseNorm_1d (__main__.TestJitGeneratedModule) ... ok (0.206s) 2022-11-23T01:27:13.1364690Z test_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestJitGeneratedModule) ... ok (0.072s) 2022-11-23T01:27:13.1364960Z test_nn_LocalResponseNorm_3d_custom_params (__main__.TestJitGeneratedModule) ... ok (0.119s) 2022-11-23T01:27:13.1365200Z test_nn_LogSigmoid (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1365440Z test_nn_LogSigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.068s) 2022-11-23T01:27:13.1365670Z test_nn_LogSigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:27:13.1365910Z test_nn_LogSoftmax (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:27:13.1366140Z test_nn_LogSoftmax_multiparam (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:27:13.1366390Z test_nn_LogSoftmax_multiparam_scalar (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-11-23T01:27:13.1366640Z test_nn_LogSoftmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-11-23T01:27:13.1366870Z test_nn_MSELoss (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1367100Z test_nn_MSELoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1367350Z test_nn_MSELoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1367590Z test_nn_MSELoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1367830Z test_nn_MSELoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1368330Z test_nn_MSELoss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1368570Z test_nn_MSELoss_prec (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-11-23T01:27:13.1368800Z test_nn_MSELoss_scalar (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1369040Z test_nn_MarginRankingLoss (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:27:13.1369280Z test_nn_MarginRankingLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.065s) 2022-11-23T01:27:13.1369540Z test_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-11-23T01:27:13.1369800Z test_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1370440Z test_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:27:13.1370680Z test_nn_MaxPool1d (__main__.TestJitGeneratedModule) ... ok (0.148s) 2022-11-23T01:27:13.1370910Z test_nn_MaxPool1d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:27:13.1371150Z test_nn_MaxPool1d_stride (__main__.TestJitGeneratedModule) ... ok (0.061s) 2022-11-23T01:27:13.1371380Z test_nn_MaxPool2d_3d_input (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1371620Z test_nn_MaxPool2d_4d_input (__main__.TestJitGeneratedModule) ... ok (0.087s) 2022-11-23T01:27:13.1371850Z test_nn_MaxPool2d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:27:13.1372080Z test_nn_MaxPool3d (__main__.TestJitGeneratedModule) ... ok (0.106s) 2022-11-23T01:27:13.1372320Z test_nn_MaxPool3d_return_indices (__main__.TestJitGeneratedModule) ... ok (0.130s) 2022-11-23T01:27:13.1372420Z test_nn_MaxPool3d_stride (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:27:13.1372540Z test_nn_MaxPool3d_stride_padding (__main__.TestJitGeneratedModule) ... ok (0.038s) 2022-11-23T01:27:13.1372630Z test_nn_Mish (__main__.TestJitGeneratedModule) ... ok (0.044s) 2022-11-23T01:27:13.1372740Z test_nn_Mish_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-11-23T01:27:13.1372840Z test_nn_Mish_scalar (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1372960Z test_nn_MultiLabelMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.019s) 2022-11-23T01:27:13.1373080Z test_nn_MultiLabelMarginLoss_0d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1373200Z test_nn_MultiLabelMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.015s) 2022-11-23T01:27:13.1373320Z test_nn_MultiLabelMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1373440Z test_nn_MultiLabelMarginLoss_index_neg (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1373570Z test_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1373700Z test_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.016s) 2022-11-23T01:27:13.1373830Z test_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1373950Z test_nn_MultiLabelMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1374070Z test_nn_MultiLabelSoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:27:13.1374200Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:27:13.1374340Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:27:13.1374470Z test_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-11-23T01:27:13.1374600Z test_nn_MultiLabelSoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:27:13.1374730Z test_nn_MultiLabelSoftMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:27:13.1374970Z test_nn_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.019s) 2022-11-23T01:27:13.1375080Z test_nn_MultiMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:27:13.1375200Z test_nn_MultiMarginLoss_1d (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1375320Z test_nn_MultiMarginLoss_1d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.003s) 2022-11-23T01:27:13.1375430Z test_nn_MultiMarginLoss_margin (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:27:13.1375550Z test_nn_MultiMarginLoss_margin_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1375750Z test_nn_MultiMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1375870Z test_nn_MultiMarginLoss_p (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-11-23T01:27:13.1375990Z test_nn_MultiMarginLoss_p_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1376110Z test_nn_MultiMarginLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.057s) 2022-11-23T01:27:13.1376230Z test_nn_MultiMarginLoss_weights_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1376400Z test_nn_MultiheadAttention (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:27:13.1376500Z test_nn_NLLLoss (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:27:13.1376610Z test_nn_NLLLoss2d_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1376730Z test_nn_NLLLoss2d_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1376850Z test_nn_NLLLoss2d_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.004s) 2022-11-23T01:27:13.1376960Z test_nn_NLLLossNd_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:27:13.1377080Z test_nn_NLLLossNd_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.007s) 2022-11-23T01:27:13.1377190Z test_nn_NLLLossNd_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.005s) 2022-11-23T01:27:13.1377290Z test_nn_NLLLoss_2d (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1377400Z test_nn_NLLLoss_2d_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1377510Z test_nn_NLLLoss_2d_weights (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T01:27:13.1377620Z test_nn_NLLLoss_dim_is_3 (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T01:27:13.1377720Z test_nn_NLLLoss_higher_dim (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-11-23T01:27:13.1377840Z test_nn_NLLLoss_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1377950Z test_nn_NLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.020s) 2022-11-23T01:27:13.1378060Z test_nn_NLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.021s) 2022-11-23T01:27:13.1378170Z test_nn_NLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1378280Z test_nn_NLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1378400Z test_nn_NLLLoss_no_reduce_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1378510Z test_nn_NLLLoss_no_reduce_weights (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1378630Z test_nn_NLLLoss_no_reduce_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1378760Z test_nn_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1378870Z test_nn_NLLLoss_weights (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1378990Z test_nn_NLLLoss_weights_ignore_index (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1379150Z test_nn_NLLLoss_weights_ignore_index_neg (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:27:13.1379260Z test_nn_PReLU_1d (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:27:13.1379370Z test_nn_PReLU_1d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.036s) 2022-11-23T01:27:13.1379460Z test_nn_PReLU_2d (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1379570Z test_nn_PReLU_2d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1379670Z test_nn_PReLU_3d (__main__.TestJitGeneratedModule) ... ok (0.104s) 2022-11-23T01:27:13.1379780Z test_nn_PReLU_3d_multiparam (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:27:13.1379960Z test_nn_PReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.063s) 2022-11-23T01:27:13.1380060Z test_nn_PReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.081s) 2022-11-23T01:27:13.1380180Z test_nn_Padding122112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.009s) 2022-11-23T01:27:13.1380290Z test_nn_Padding1221_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.006s) 2022-11-23T01:27:13.1380400Z test_nn_Padding12_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1380520Z test_nn_Padding2322_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1380630Z test_nn_Padding31_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1380740Z test_nn_Padding322112_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1380850Z test_nn_Padding332122_3dcircular (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1380950Z test_nn_Padding3331_2dcircular (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1381060Z test_nn_Padding33_1dcircular (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1381170Z test_nn_PairwiseDistance (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1381300Z test_nn_PairwiseDistance_broadcast_lhs (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1381420Z test_nn_PairwiseDistance_broadcast_rhs (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1381540Z test_nn_PairwiseDistance_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1381660Z test_nn_PairwiseDistance_with_non_default_args (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1381770Z test_nn_PixelShuffle (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1381870Z test_nn_PixelUnshuffle (__main__.TestJitGeneratedModule) ... ok (0.021s) 2022-11-23T01:27:13.1381990Z test_nn_PoissonNLLLoss_full_loss (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1382110Z test_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1382230Z test_nn_PoissonNLLLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-11-23T01:27:13.1382360Z test_nn_PoissonNLLLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:27:13.1382470Z test_nn_PoissonNLLLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:27:13.1382590Z test_nn_PoissonNLLLoss_no_full_loss (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1382720Z test_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestJitGeneratedModule) ... ok (0.062s) 2022-11-23T01:27:13.1382830Z test_nn_PoissonNLLLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1382930Z test_nn_RNNCell (__main__.TestJitGeneratedModule) ... ok (0.099s) 2022-11-23T01:27:13.1383020Z test_nn_RReLU (__main__.TestJitGeneratedModule) ... ok (0.040s) 2022-11-23T01:27:13.1383130Z test_nn_RReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1383240Z test_nn_RReLU_with_up_down (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1383420Z test_nn_RReLU_with_up_down_scalar (__main__.TestJitGeneratedModule) ... ok (0.069s) 2022-11-23T01:27:13.1383520Z test_nn_ReLU (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1383610Z test_nn_ReLU6 (__main__.TestJitGeneratedModule) ... ok (0.073s) 2022-11-23T01:27:13.1383720Z test_nn_ReLU6_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.064s) 2022-11-23T01:27:13.1383820Z test_nn_ReLU6_scalar (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:27:13.1383920Z test_nn_ReLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1384030Z test_nn_ReLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1384200Z test_nn_ReflectionPad1d (__main__.TestJitGeneratedModule) ... ok (0.025s) 2022-11-23T01:27:13.1384310Z test_nn_ReflectionPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1384430Z test_nn_ReflectionPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1384540Z test_nn_ReflectionPad2d (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:27:13.1384650Z test_nn_ReflectionPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:27:13.1384770Z test_nn_ReflectionPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.086s) 2022-11-23T01:27:13.1384870Z test_nn_ReflectionPad3d (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:27:13.1384990Z test_nn_ReflectionPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-11-23T01:27:13.1385100Z test_nn_ReflectionPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:27:13.1385210Z test_nn_ReplicationPad1d (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:27:13.1385330Z test_nn_ReplicationPad1d_batch (__main__.TestJitGeneratedModule) ... ok (0.066s) 2022-11-23T01:27:13.1385440Z test_nn_ReplicationPad1d_complex (__main__.TestJitGeneratedModule) ... ok (0.051s) 2022-11-23T01:27:13.1385550Z test_nn_ReplicationPad2d (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1385660Z test_nn_ReplicationPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1385780Z test_nn_ReplicationPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1385890Z test_nn_ReplicationPad3d (__main__.TestJitGeneratedModule) ... ok (0.028s) 2022-11-23T01:27:13.1386000Z test_nn_ReplicationPad3d_complex (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:27:13.1386110Z test_nn_ReplicationPad3d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:27:13.1386210Z test_nn_SELU (__main__.TestJitGeneratedModule) ... ok (0.075s) 2022-11-23T01:27:13.1386320Z test_nn_SELU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.045s) 2022-11-23T01:27:13.1386420Z test_nn_SELU_scalar (__main__.TestJitGeneratedModule) ... ok (0.026s) 2022-11-23T01:27:13.1386510Z test_nn_SiLU (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1386620Z test_nn_SiLU_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:27:13.1386720Z test_nn_SiLU_scalar (__main__.TestJitGeneratedModule) ... ok (0.060s) 2022-11-23T01:27:13.1386820Z test_nn_Sigmoid (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1386930Z test_nn_Sigmoid_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.037s) 2022-11-23T01:27:13.1387040Z test_nn_Sigmoid_scalar (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1387140Z test_nn_SmoothL1Loss (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1387250Z test_nn_SmoothL1Loss_beta (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1387360Z test_nn_SmoothL1Loss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1387480Z test_nn_SmoothL1Loss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1387660Z test_nn_SmoothL1Loss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.019s) 2022-11-23T01:27:13.1387780Z test_nn_SmoothL1Loss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1387890Z test_nn_SmoothL1Loss_no_reduce_scalar (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1388000Z test_nn_SmoothL1Loss_scalar (__main__.TestJitGeneratedModule) ... ok (0.018s) 2022-11-23T01:27:13.1388120Z test_nn_SmoothL1Loss_zero_beta (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1388220Z test_nn_SoftMarginLoss (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T01:27:13.1388340Z test_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1388570Z test_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.049s) 2022-11-23T01:27:13.1388700Z test_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-11-23T01:27:13.1388810Z test_nn_SoftMarginLoss_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1388910Z test_nn_Softmax (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:27:13.1389010Z test_nn_Softmax2d (__main__.TestJitGeneratedModule) ... ok (0.046s) 2022-11-23T01:27:13.1389120Z test_nn_Softmax2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:27:13.1389230Z test_nn_Softmax_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.083s) 2022-11-23T01:27:13.1389340Z test_nn_Softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.050s) 2022-11-23T01:27:13.1389430Z test_nn_Softmin (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:27:13.1389540Z test_nn_Softmin_multidim (__main__.TestJitGeneratedModule) ... ok (0.033s) 2022-11-23T01:27:13.1389650Z test_nn_Softmin_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.048s) 2022-11-23T01:27:13.1389760Z test_nn_Softmin_scalar (__main__.TestJitGeneratedModule) ... ok (0.082s) 2022-11-23T01:27:13.1389860Z test_nn_Softplus (__main__.TestJitGeneratedModule) ... ok (0.047s) 2022-11-23T01:27:13.1389960Z test_nn_Softplus_beta (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:27:13.1390080Z test_nn_Softplus_beta_threshold (__main__.TestJitGeneratedModule) ... ok (0.023s) 2022-11-23T01:27:13.1390190Z test_nn_Softplus_beta_threshold_scalar (__main__.TestJitGeneratedModule) ... ok (0.030s) 2022-11-23T01:27:13.1390300Z test_nn_Softplus_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.041s) 2022-11-23T01:27:13.1390410Z test_nn_Softshrink (__main__.TestJitGeneratedModule) ... ok (0.054s) 2022-11-23T01:27:13.1390510Z test_nn_Softshrink_lambda (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:27:13.1390630Z test_nn_Softshrink_lambda_scalar (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1390740Z test_nn_Softshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1390840Z test_nn_Softsign (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1390950Z test_nn_Softsign_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.032s) 2022-11-23T01:27:13.1391050Z test_nn_Softsign_scalar (__main__.TestJitGeneratedModule) ... ok (0.052s) 2022-11-23T01:27:13.1391150Z test_nn_Tanh (__main__.TestJitGeneratedModule) ... ok (0.039s) 2022-11-23T01:27:13.1391280Z test_nn_Tanh_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.071s) 2022-11-23T01:27:13.1391380Z test_nn_Tanh_scalar (__main__.TestJitGeneratedModule) ... ok (0.034s) 2022-11-23T01:27:13.1398090Z test_nn_Tanhshrink (__main__.TestJitGeneratedModule) ... ok (0.031s) 2022-11-23T01:27:13.1398270Z test_nn_Tanhshrink_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.053s) 2022-11-23T01:27:13.1398380Z test_nn_Tanhshrink_scalar (__main__.TestJitGeneratedModule) ... ok (0.059s) 2022-11-23T01:27:13.1398490Z test_nn_Threshold_large_value (__main__.TestJitGeneratedModule) ... ok (0.055s) 2022-11-23T01:27:13.1398830Z test_nn_Threshold_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.043s) 2022-11-23T01:27:13.1398950Z test_nn_Threshold_threshold_value (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1399060Z test_nn_Threshold_threshold_value_scalar (__main__.TestJitGeneratedModule) ... ok (0.035s) 2022-11-23T01:27:13.1399230Z test_nn_Transformer (__main__.TestJitGeneratedModule) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T01:27:13.1399370Z test_nn_TransformerDecoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (1.801s) 2022-11-23T01:27:13.1399500Z test_nn_TransformerDecoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (2.318s) 2022-11-23T01:27:13.1399770Z test_nn_TransformerEncoderLayer_gelu_activation (__main__.TestJitGeneratedModule) ... ok (1.706s) 2022-11-23T01:27:13.1399900Z test_nn_TransformerEncoderLayer_relu_activation (__main__.TestJitGeneratedModule) ... ok (1.117s) 2022-11-23T01:27:13.1400020Z test_nn_Transformer_multilayer_coder (__main__.TestJitGeneratedModule) ... ok (3.264s) 2022-11-23T01:27:13.1400140Z test_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestJitGeneratedModule) ... ok (0.021s) 2022-11-23T01:27:13.1400260Z test_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1400390Z test_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestJitGeneratedModule) ... ok (0.017s) 2022-11-23T01:27:13.1400500Z test_nn_Unflatten_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.021s) 2022-11-23T01:27:13.1400600Z test_nn_Unfold (__main__.TestJitGeneratedModule) ... ok (0.029s) 2022-11-23T01:27:13.1400700Z test_nn_Unfold_int_input (__main__.TestJitGeneratedModule) ... ok (0.027s) 2022-11-23T01:27:13.1400810Z test_nn_ZeroPad2d (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1400910Z test_nn_ZeroPad2d_complex (__main__.TestJitGeneratedModule) ... ok (0.022s) 2022-11-23T01:27:13.1401030Z test_nn_ZeroPad2d_negative_dims (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1401140Z test_nn_ZeroPad2d_no_batch_dim (__main__.TestJitGeneratedModule) ... ok (0.024s) 2022-11-23T01:27:13.1401250Z test_nn_interpolate_bicubic_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1401370Z test_nn_interpolate_bicubic_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1401490Z test_nn_interpolate_bicubic_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1401620Z test_nn_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1401740Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1401890Z test_nn_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1402000Z test_nn_interpolate_bicubic_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1402130Z test_nn_interpolate_bicubic_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1402240Z test_nn_interpolate_bilinear_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1402360Z test_nn_interpolate_bilinear_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1402480Z test_nn_interpolate_bilinear_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1402610Z test_nn_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1402740Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1402890Z test_nn_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1403080Z test_nn_interpolate_bilinear_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1403220Z test_nn_interpolate_bilinear_tuple_2d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1403330Z test_nn_interpolate_linear_1d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1403450Z test_nn_interpolate_linear_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1403570Z test_nn_interpolate_linear_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1403680Z test_nn_interpolate_linear_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1403880Z test_nn_interpolate_linear_scale_1d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1403990Z test_nn_interpolate_linear_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1404100Z test_nn_interpolate_nearest_1d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1404220Z test_nn_interpolate_nearest_1d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1404330Z test_nn_interpolate_nearest_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1404460Z test_nn_interpolate_nearest_2d_launch_configs (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1404580Z test_nn_interpolate_nearest_2d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1404690Z test_nn_interpolate_nearest_3d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1404800Z test_nn_interpolate_nearest_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1404920Z test_nn_interpolate_nearest_scale_1d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1405030Z test_nn_interpolate_nearest_scale_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1405150Z test_nn_interpolate_nearest_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1405260Z test_nn_interpolate_nearest_tuple_1d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1405370Z test_nn_interpolate_nearest_tuple_2d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1405480Z test_nn_interpolate_nearest_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1405590Z test_nn_interpolate_trilinear_3d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1405710Z test_nn_interpolate_trilinear_3d_zero_dim (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1405830Z test_nn_interpolate_trilinear_scale_3d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1405970Z test_nn_interpolate_trilinear_scale_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1406080Z test_nn_interpolate_trilinear_tuple_3d (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1406210Z test_nn_interpolate_trilinear_tuple_3d_align_corners (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1406320Z test_nn_log_softmax_dim0 (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1406420Z test_nn_log_softmax_dim3 (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1406530Z test_nn_log_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1406640Z test_nn_log_softmax_scalar (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1406750Z test_nn_log_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1406860Z test_nn_log_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1406990Z test_nn_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1407100Z test_nn_softmax_functional_dim0 (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1407280Z test_nn_softmax_functional_dim3 (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1407400Z test_nn_softmax_functional_scalar (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1407510Z test_nn_softmax_lastdim (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1407620Z test_nn_softmax_lastdim_dtype (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1407730Z test_nn_softmax_spatial (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1407830Z test_nn_softmax_spatial_dtype (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1408010Z test_nn_softmax_spatial_special (__main__.TestJitGeneratedModule) ... ok (0.002s) 2022-11-23T01:27:13.1408140Z test_checkscriptassertraisesregex (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-11-23T01:27:13.1408260Z test_get_callable_argument_names_hybrid (jit.test_jit_utils.TestJitUtils) ... ok (0.003s) 2022-11-23T01:27:13.1408380Z test_get_callable_argument_names_keyword_only (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T01:27:13.1408510Z test_get_callable_argument_names_positional_only (jit.test_jit_utils.TestJitUtils) ... ok (0.002s) 2022-11-23T01:27:13.1408650Z test_get_callable_argument_names_positional_or_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.001s) 2022-11-23T01:27:13.1408770Z test_get_callable_argument_names_var_keyword (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T01:27:13.1408890Z test_get_callable_argument_names_var_positional (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T01:27:13.1409010Z test_no_tracer_warn_context_manager (jit.test_jit_utils.TestJitUtils) ... ok (0.000s) 2022-11-23T01:27:13.1409110Z test_comprehension_iterable (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:27:13.1409220Z test_comprehension_out_type_not_in_type (jit.test_list_dict.TestList) ... ok (0.004s) 2022-11-23T01:27:13.1409330Z test_comprehensions_basic (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1409440Z test_comprehensions_basic_float (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1409550Z test_comprehensions_two_comps (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1409640Z test_copy_list_immutable (jit.test_list_dict.TestList) ... ok (0.001s) 2022-11-23T01:27:13.1409740Z test_copy_list_mutable (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1409830Z test_del (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:27:13.1409940Z test_dict_keyword_is_correctly_typed (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1410060Z test_dict_keyword_with_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1410190Z test_dict_keyword_with_dict_comprehension_and_kwargs (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1410310Z test_dict_keyword_with_empty_dict_comprehension (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1410420Z test_dict_keyword_with_empty_iterable (jit.test_list_dict.TestList) ... ok (0.001s) 2022-11-23T01:27:13.1410550Z test_dict_keyword_with_internal_aggregate_function (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1410650Z test_dict_keyword_with_iterable (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1410750Z test_dict_keyword_with_kwargs (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1410880Z test_dict_keyword_with_kwargs_using_container_values (jit.test_list_dict.TestList) ... ok (0.004s) 2022-11-23T01:27:13.1410990Z test_dict_keyword_with_mapping (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1411100Z test_dict_keyword_with_mapping_and_kwargs (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1411220Z test_dict_keyword_with_mismatched_annotations (jit.test_list_dict.TestList) ... ok (0.001s) 2022-11-23T01:27:13.1411400Z test_dict_keyword_with_nested_call (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1411520Z test_dict_keyword_with_previously_declared_variable (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1411660Z test_dict_keyword_with_previously_declared_variable_and_kwargs (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1411770Z test_extend_list_immutable (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1411860Z test_extend_list_mutable (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1411950Z test_in_check (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:27:13.1412050Z test_list_bool_conversion (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:27:13.1412240Z test_list_count (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1412350Z test_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1412440Z test_list_gather (jit.test_list_dict.TestList) ... ok (0.005s) 2022-11-23T01:27:13.1412530Z test_list_index (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1412630Z test_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:27:13.1412720Z test_list_keyword (jit.test_list_dict.TestList) ... ok (0.008s) 2022-11-23T01:27:13.1412810Z test_list_len (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1412900Z test_list_literal (jit.test_list_dict.TestList) ... ok (0.006s) 2022-11-23T01:27:13.1412990Z test_list_none (jit.test_list_dict.TestList) ... ok (0.001s) 2022-11-23T01:27:13.1413080Z test_list_ops (jit.test_list_dict.TestList) ... ok (0.029s) 2022-11-23T01:27:13.1413170Z test_list_slice (jit.test_list_dict.TestList) ... ok (0.010s) 2022-11-23T01:27:13.1413260Z test_list_sort (jit.test_list_dict.TestList) ... ok (0.019s) 2022-11-23T01:27:13.1413360Z test_list_unification_hint (jit.test_list_dict.TestList) ... ok (0.001s) 2022-11-23T01:27:13.1413440Z test_list_variance (jit.test_list_dict.TestList) 2022-11-23T01:27:13.1413540Z `List[T1]` is not a subtype of `List[T2]`, even if `T1` is a ... ok (0.005s) 2022-11-23T01:27:13.1413640Z test_min_bool_list (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1413730Z test_min_max_list (jit.test_list_dict.TestList) ... ok (0.028s) 2022-11-23T01:27:13.1413820Z test_min_max_single_list (jit.test_list_dict.TestList) ... ok (0.018s) 2022-11-23T01:27:13.1413920Z test_mutable_list_append (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1414020Z test_mutable_list_append_2 (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1414120Z test_mutable_list_append_if (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1414230Z test_mutable_list_append_if_else (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1414330Z test_mutable_list_append_loop (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1414440Z test_mutable_list_append_loop_if (jit.test_list_dict.TestList) ... ok (0.004s) 2022-11-23T01:27:13.1414540Z test_mutable_list_clear (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1414640Z test_mutable_list_clear_empty (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1414750Z test_mutable_list_function_inline (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1414840Z test_mutable_list_insert (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1414960Z test_mutable_list_insert_neg_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1415070Z test_mutable_list_insert_negative (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1415180Z test_mutable_list_insert_out_of_bounds (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1415280Z test_mutable_list_nested_loop (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1415380Z test_mutable_list_pop (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1415550Z test_mutable_list_pop2 (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1415660Z test_mutable_list_pop_at (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1415760Z test_mutable_list_pop_at2 (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1415860Z test_mutable_list_pop_at_negative (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1415970Z test_mutable_list_pop_at_negative2 (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1416070Z test_mutable_list_pop_empty (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1416170Z test_mutable_list_pop_slice (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1416340Z test_mutable_list_remove (jit.test_list_dict.TestList) ... ok (0.004s) 2022-11-23T01:27:13.1416440Z test_mutable_list_remove2 (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1416550Z test_mutable_list_remove_not_existing (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1416670Z test_mutable_list_remove_tensor (jit.test_list_dict.TestList) ... ok (0.004s) 2022-11-23T01:27:13.1416760Z test_mutable_list_reverse (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1416870Z test_mutable_list_reverse_empty (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1416970Z test_mutable_tensor_list_reverse (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1417070Z test_no_element_type_annotation (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1417170Z test_slice_index (jit.test_list_dict.TestList) ... ok (0.014s) 2022-11-23T01:27:13.1417260Z test_tensor_list_count (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1417370Z test_tensor_list_count_not_existing (jit.test_list_dict.TestList) ... ok (0.003s) 2022-11-23T01:27:13.1417470Z test_tensor_list_index (jit.test_list_dict.TestList) ... ok (0.002s) 2022-11-23T01:27:13.1417570Z test_tensor_list_index_not_existing (jit.test_list_dict.TestList) ... ok (0.009s) 2022-11-23T01:27:13.1417650Z test_to_list (jit.test_list_dict.TestList) 2022-11-23T01:27:13.1417740Z Unit tests for Tensor.tolist() function. ... ok (0.130s) 2022-11-23T01:27:13.1417820Z test_to_list_gpu (jit.test_list_dict.TestList) 2022-11-23T01:27:13.1417930Z GPU tests for Tensor.tolist() function. ... skip: CUDA is not available (0.001s) 2022-11-23T01:27:13.1418030Z test_bump_numeric_counter (jit.test_logging.TestLogging) ... ok (0.005s) 2022-11-23T01:27:13.1418140Z test_counter_aggregation (jit.test_logging.TestLogging) ... ok (0.004s) 2022-11-23T01:27:13.1418240Z test_logging_levels_set (jit.test_logging.TestLogging) ... ok (0.000s) 2022-11-23T01:27:13.1418350Z test_time_measurement_counter (jit.test_logging.TestLogging) ... ok (0.001s) 2022-11-23T01:27:13.1418460Z test_time_measurement_counter_script (jit.test_logging.TestLogging) ... ok (0.004s) 2022-11-23T01:27:13.1418570Z test_trace_numeric_counter (jit.test_logging.TestLogging) ... ok (0.003s) 2022-11-23T01:27:13.1418950Z test_always_alive_values (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:27:13.1419150Z test_merge_liveness (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:27:13.1419330Z test_successful (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:27:13.1419530Z test_switch_inputs_to_inplace (jit.test_freezing.TestMKLDNNReinplacing) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:27:13.1419620Z test_broadcasting_list (jit.test_misc.TestMisc) 2022-11-23T01:27:13.1419720Z Test BroadcastingList and torch.nn._size_N_t alias ... ok (0.004s) 2022-11-23T01:27:13.1419820Z test_export_opnames_interface (jit.test_misc.TestMisc) ... ok (0.013s) 2022-11-23T01:27:13.1419910Z test_future_isinstance (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T01:27:13.1420000Z test_hacked_twin (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T01:27:13.1420160Z test_if_returning_any (jit.test_misc.TestMisc) 2022-11-23T01:27:13.1420260Z Check that an if statement can return different ... ok (0.003s) 2022-11-23T01:27:13.1420350Z test_joined_str (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T01:27:13.1420440Z test_kwarg_support (jit.test_misc.TestMisc) ... ok (0.004s) 2022-11-23T01:27:13.1420540Z test_legacy_tensor_constructor (jit.test_misc.TestMisc) ... ok (0.008s) 2022-11-23T01:27:13.1420630Z test_list_literal_infer (jit.test_misc.TestMisc) ... ok (0.004s) 2022-11-23T01:27:13.1420720Z test_math_inf (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T01:27:13.1420810Z test_parse_ir_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T01:27:13.1421000Z test_parse_ir_single_element_tensor_negative (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T01:27:13.1421120Z test_parse_ir_single_element_tensor_positive (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T01:27:13.1421220Z test_script_many_decorators (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T01:27:13.1421310Z test_str_refine_any (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T01:27:13.1421410Z test_subexpression_Dict_int_Future (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T01:27:13.1421520Z test_subexpression_Future_annotate (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T01:27:13.1421620Z test_subexpression_List_Future (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T01:27:13.1421720Z test_subexpression_Optional (jit.test_misc.TestMisc) ... ok (0.002s) 2022-11-23T01:27:13.1421830Z test_subexpression_Tuple_int_int_Future (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T01:27:13.1421930Z test_tuple_subscripted_assign (jit.test_misc.TestMisc) ... ok (0.001s) 2022-11-23T01:27:13.1422070Z test_call_script_fn_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.005s) 2022-11-23T01:27:13.1422210Z test_call_script_module_from_traced_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.008s) 2022-11-23T01:27:13.1422340Z test_call_traced_fn_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.003s) 2022-11-23T01:27:13.1422470Z test_call_traced_mod_from_script_fn (jit.test_tracer.TestMixTracingScripting) ... ok (0.005s) 2022-11-23T01:27:13.1422600Z test_call_tracing_fn_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.005s) 2022-11-23T01:27:13.1422740Z test_call_tracing_mod_from_script_module (jit.test_tracer.TestMixTracingScripting) ... ok (0.006s) 2022-11-23T01:27:13.1422870Z test_script_inline_trace_multiple_args (jit.test_tracer.TestMixTracingScripting) ... ok (0.006s) 2022-11-23T01:27:13.1422990Z test_trace_dict_mix_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.022s) 2022-11-23T01:27:13.1423110Z test_trace_hierarchy (jit.test_tracer.TestMixTracingScripting) ... ok (0.014s) 2022-11-23T01:27:13.1423230Z test_trace_linear (jit.test_tracer.TestMixTracingScripting) ... ok (0.011s) 2022-11-23T01:27:13.1423370Z test_trace_mixed_by_script_with_dict_output (jit.test_tracer.TestMixTracingScripting) ... ok (0.006s) 2022-11-23T01:27:13.1423490Z test_trace_of_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.007s) 2022-11-23T01:27:13.1423610Z test_trace_parameter (jit.test_tracer.TestMixTracingScripting) ... ok (0.013s) 2022-11-23T01:27:13.1423740Z test_trace_returning_dict_with_tensor_tuples (jit.test_tracer.TestMixTracingScripting) 2022-11-23T01:27:13.1423860Z Tracing over a module returning a dictionary whose values are tuples of tensors ... ok (0.008s) 2022-11-23T01:27:13.1423980Z test_trace_script (jit.test_tracer.TestMixTracingScripting) ... ok (0.106s) 2022-11-23T01:27:13.1424100Z test_trace_script_returning_complex_dict (jit.test_tracer.TestMixTracingScripting) 2022-11-23T01:27:13.1424220Z Tracing over a script function returning a dictionary should work. ... ok (0.013s) 2022-11-23T01:27:13.1424330Z test_trace_with_size (jit.test_tracer.TestMixTracingScripting) ... ok (0.004s) 2022-11-23T01:27:13.1424530Z test_traced_module_contains_scripted_interface_types (jit.test_tracer.TestMixTracingScripting) ... ok (0.040s) 2022-11-23T01:27:13.1424670Z test_traced_module_implements_interface (jit.test_tracer.TestMixTracingScripting) ... ok (0.034s) 2022-11-23T01:27:13.1424790Z test_tracing_indexing (jit.test_tracer.TestMixTracingScripting) ... ok (0.004s) 2022-11-23T01:27:13.1424900Z test_tracing_slicing (jit.test_tracer.TestMixTracingScripting) ... ok (0.004s) 2022-11-23T01:27:13.1425010Z test_alexnet (jit.test_models.TestModels) ... skip: no torchvision (0.002s) 2022-11-23T01:27:13.1425110Z test_dcgan_models (jit.test_models.TestModels) ... ok (0.197s) 2022-11-23T01:27:13.1425210Z test_dcgan_models_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:27:13.1425370Z test_mnist (jit.test_models.TestModels) ... ok (0.050s) 2022-11-23T01:27:13.1425480Z test_mnist_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:27:13.1425600Z test_mnist_training_leaks_no_memory_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:27:13.1425760Z test_neural_style (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:27:13.1425870Z test_neural_style_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:27:13.1425970Z test_reinforcement_learning (jit.test_models.TestModels) ... ok (0.020s) 2022-11-23T01:27:13.1426090Z test_reinforcement_learning_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:27:13.1426220Z test_script_module_script_resnet (jit.test_models.TestModels) ... skip: no torchvision (0.002s) 2022-11-23T01:27:13.1426350Z test_script_module_trace_resnet18 (jit.test_models.TestModels) ... skip: no torchvision (0.000s) 2022-11-23T01:27:13.1432540Z test_snli (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:27:13.1432660Z test_snli_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:27:13.1432870Z test_snli_quantized (jit.test_models.TestModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:13.1433020Z test_super_resolution (jit.test_models.TestModels) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:27:13.1433140Z test_super_resolution_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:27:13.1433250Z test_time_sequence_prediction (jit.test_models.TestModels) ... ok (0.059s) 2022-11-23T01:27:13.1433330Z test_vae (jit.test_models.TestModels) ... ok (0.106s) 2022-11-23T01:27:13.1433440Z test_vae_cuda (jit.test_models.TestModels) ... skip: no CUDA (0.000s) 2022-11-23T01:27:13.1433630Z test_vae_quantized (jit.test_models.TestModels) ... skip: Quantized operations require FBGEMM. FBGEMM is only optimized for CPUs with instruction set support AVX2 or newer. (0.000s) 2022-11-23T01:27:13.1433750Z test_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:27:13.1433850Z Tests that customized state dict methods are in effect ... ok (0.018s) 2022-11-23T01:27:13.1433960Z test_default_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:27:13.1434070Z Tests that default state dict methods are automatically available ... ok (0.013s) 2022-11-23T01:27:13.1434190Z test_submodule_customized_state_dict_methods (jit.test_module_apis.TestModuleAPIs) 2022-11-23T01:27:13.1434300Z Tests that customized state dict methods on submodules are in effect ... ok (0.021s) 2022-11-23T01:27:13.1434440Z test_custom_container_forward (jit.test_module_containers.TestModuleContainers) ... ok (0.042s) 2022-11-23T01:27:13.1434580Z test_empty_dict_override_contains (jit.test_module_containers.TestModuleContainers) ... ok (0.011s) 2022-11-23T01:27:13.1434710Z test_module_inplace_construct (jit.test_module_containers.TestModuleContainers) ... ok (0.009s) 2022-11-23T01:27:13.1434990Z test_module_interface_special_methods (jit.test_module_containers.TestModuleContainers) ... ok (0.028s) 2022-11-23T01:27:13.1435120Z test_module_properties (jit.test_module_containers.TestModuleContainers) ... ok (0.019s) 2022-11-23T01:27:13.1435240Z test_moduledict (jit.test_module_containers.TestModuleContainers) ... ok (0.105s) 2022-11-23T01:27:13.1435370Z test_moduledict_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.018s) 2022-11-23T01:27:13.1435500Z test_moduledict_keyerror (jit.test_module_containers.TestModuleContainers) ... ok (0.006s) 2022-11-23T01:27:13.1435630Z test_normal_list_attribute_with_modules_error (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:27:13.1435870Z Test that an attempt to script a module with a regular list attribute ... ok (0.002s) 2022-11-23T01:27:13.1436010Z test_parameterdict_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.008s) 2022-11-23T01:27:13.1436150Z test_parameterlist_script_getitem (jit.test_module_containers.TestModuleContainers) ... ok (0.023s) 2022-11-23T01:27:13.1436280Z test_parameterlist_script_iter (jit.test_module_containers.TestModuleContainers) ... ok (0.033s) 2022-11-23T01:27:13.1436420Z test_script_module_list_sequential (jit.test_module_containers.TestModuleContainers) ... ok (0.014s) 2022-11-23T01:27:13.1436550Z test_script_modulelist_index (jit.test_module_containers.TestModuleContainers) ... ok (0.059s) 2022-11-23T01:27:13.1436690Z test_sequential_intermediary_types (jit.test_module_containers.TestModuleContainers) ... ok (0.013s) 2022-11-23T01:27:13.1436820Z test_special_method_with_override (jit.test_module_containers.TestModuleContainers) ... ok (0.013s) 2022-11-23T01:27:13.1436940Z test_typed_module_dict (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:27:13.1437060Z Test that a type annotation can be provided for a ModuleDict that allows ... ok (0.033s) 2022-11-23T01:27:13.1437180Z test_typed_module_list (jit.test_module_containers.TestModuleContainers) 2022-11-23T01:27:13.1437290Z Test that a type annotation can be provided for a ModuleList that allows ... ok (0.029s) 2022-11-23T01:27:13.1437440Z test_freeze_module_with_inplace_mutation_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.013s) 2022-11-23T01:27:13.1437580Z test_freeze_module_with_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.011s) 2022-11-23T01:27:13.1437730Z test_freeze_module_with_interface_and_fork (jit.test_module_interface.TestModuleInterface) ... ok (0.014s) 2022-11-23T01:27:13.1437870Z test_freeze_module_with_mutated_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.013s) 2022-11-23T01:27:13.1438010Z test_freeze_module_with_setattr_in_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.011s) 2022-11-23T01:27:13.1438140Z test_module_apis_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.009s) 2022-11-23T01:27:13.1438260Z test_module_doc_string (jit.test_module_interface.TestModuleInterface) ... ok (0.012s) 2022-11-23T01:27:13.1438380Z test_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.020s) 2022-11-23T01:27:13.1438520Z test_module_interface_inheritance (jit.test_module_interface.TestModuleInterface) ... ok (0.001s) 2022-11-23T01:27:13.1438650Z test_module_interface_subtype (jit.test_module_interface.TestModuleInterface) ... ok (0.079s) 2022-11-23T01:27:13.1438770Z test_module_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.011s) 2022-11-23T01:27:13.1438900Z test_module_swap_no_lazy_compile (jit.test_module_interface.TestModuleInterface) ... ok (0.013s) 2022-11-23T01:27:13.1439030Z test_module_swap_no_module_interface (jit.test_module_interface.TestModuleInterface) ... ok (0.008s) 2022-11-23T01:27:13.1439160Z test_module_swap_wrong_module (jit.test_module_interface.TestModuleInterface) ... ok (0.010s) 2022-11-23T01:27:13.1439350Z test_not_submodule_interface_call (jit.test_module_interface.TestModuleInterface) ... ok (0.006s) 2022-11-23T01:27:13.1439490Z test_script_module_as_interface_swap (jit.test_module_interface.TestModuleInterface) ... ok (0.012s) 2022-11-23T01:27:13.1439600Z test_script_module_with_constants_list (jit.test_modules.TestModules) 2022-11-23T01:27:13.1439700Z Test that a module that has __constants__ set to something ... ok (0.006s) 2022-11-23T01:27:13.1439800Z test_namedtuple (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-11-23T01:27:13.1439910Z test_namedtuple_as_attr (jit.test_list_dict.TestNamedTuple) ... ok (0.003s) 2022-11-23T01:27:13.1440020Z test_namedtuple_constant (jit.test_list_dict.TestNamedTuple) ... ok (0.001s) 2022-11-23T01:27:13.1440200Z test_namedtuple_kwarg_construct (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-11-23T01:27:13.1440310Z test_namedtuple_lower (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-11-23T01:27:13.1440430Z test_namedtuple_resolution (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-11-23T01:27:13.1440580Z test_namedtuple_serialization (jit.test_list_dict.TestNamedTuple) ... skip: broken while these tests were not in CI (0.000s) 2022-11-23T01:27:13.1440690Z test_namedtuple_slice_unpack (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-11-23T01:27:13.1440810Z test_namedtuple_type_annotation (jit.test_list_dict.TestNamedTuple) ... ok (0.001s) 2022-11-23T01:27:13.1440920Z test_namedtuple_wrong_types (jit.test_list_dict.TestNamedTuple) ... ok (0.001s) 2022-11-23T01:27:13.1441020Z test_return_named_tuple (jit.test_list_dict.TestNamedTuple) ... ok (0.002s) 2022-11-23T01:27:13.1441190Z test_adaptive_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.002s) 2022-11-23T01:27:13.1441360Z test_avg_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1441520Z test_cat (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1441690Z test_compile_spec_santiy (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1441840Z test_conv2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1442010Z test_conv2d_transpose (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1442160Z test_dequantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1442310Z test_detach (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1442470Z test_flatten (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1442630Z test_hardtanh (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1442770Z test_linear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1442930Z test_log_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1443080Z test_max_pool2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1443230Z test_mean (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1443390Z test_multi_output (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1443590Z test_pointwise_binary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1443760Z test_pointwise_binary_const (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1443920Z test_pointwise_unary (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1444080Z test_prelu (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1444230Z test_qadd (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1444450Z test_qlinear (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1444610Z test_quantize (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1444760Z test_reshape (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1444920Z test_seblock_mul (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1445070Z test_slice (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1445220Z test_softmax (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1445370Z test_tensor_input (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1445520Z test_to (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1445680Z test_unsqueeze (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.000s) 2022-11-23T01:27:13.1445840Z test_upsample_nearest2d (jit.test_backend_nnapi.TestNnapiBackend) ... skip: Skipping the test as libnnapi_backend.so was not found (0.001s) 2022-11-23T01:27:13.1445980Z test_op_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.003s) 2022-11-23T01:27:13.1446120Z test_registered_decomposition (jit.test_op_decompositions.TestOpDecompositions) ... ok (0.002s) 2022-11-23T01:27:13.1446310Z test_fuse_activation_with_pack_ops_linear_conv2d_1 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.015s) 2022-11-23T01:27:13.1446500Z test_fuse_activation_with_pack_ops_linear_conv2d_2 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.015s) 2022-11-23T01:27:13.1446690Z test_fuse_activation_with_pack_ops_linear_conv2d_3 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.014s) 2022-11-23T01:27:13.1446870Z test_fuse_activation_with_pack_ops_linear_conv2d_4 (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.014s) 2022-11-23T01:27:13.1447070Z test_insert_pre_packed_linear_before_inline_and_conv_2d_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.006s) 2022-11-23T01:27:13.1447260Z test_insert_pre_packed_linear_op (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.005s) 2022-11-23T01:27:13.1447440Z test_replace_conv1d_with_conv2d (jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo) ... ok (0.003s) 2022-11-23T01:27:13.1447560Z test_scriptable (jit.test_parametrization.TestParametrization) ... ok (0.018s) 2022-11-23T01:27:13.1447720Z test_traceable (jit.test_parametrization.TestParametrization) 2022-11-23T01:27:13.1447830Z Test the jit scripting and tracing of a parametrized model. ... ok (0.016s) 2022-11-23T01:27:13.1447940Z test_conv_dim_folding (jit.test_peephole.TestPeephole) ... ok (0.033s) 2022-11-23T01:27:13.1448050Z test_integer_refinement (jit.test_peephole.TestPeephole) ... ok (0.009s) 2022-11-23T01:27:13.1448150Z test_noop_peephole (jit.test_peephole.TestPeephole) ... ok (0.007s) 2022-11-23T01:27:13.1448250Z test_normalized_is_op (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1448360Z test_normalized_isnot_op (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1448530Z test_normalized_rsub (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:27:13.1448660Z test_optimize_out_comparison_same_value (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1448760Z test_peephole (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T01:27:13.1448860Z test_peephole_add_zero (jit.test_peephole.TestPeephole) ... ok (0.001s) 2022-11-23T01:27:13.1448970Z test_peephole_arith (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:27:13.1449090Z test_peephole_cuda (jit.test_peephole.TestPeephole) ... skip: cpp tests require CUDA (0.000s) 2022-11-23T01:27:13.1449240Z test_peephole_dict_getitem_no_optimization_dict_modified (jit.test_peephole.TestPeephole) ... ok (0.001s) 2022-11-23T01:27:13.1449370Z test_peephole_dict_getitem_no_optimization_get_input_arg (jit.test_peephole.TestPeephole) ... ok (0.001s) 2022-11-23T01:27:13.1449520Z test_peephole_dict_getitem_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.001s) 2022-11-23T01:27:13.1449650Z test_peephole_dict_getitem_no_optimization_missing_key (jit.test_peephole.TestPeephole) ... ok (0.001s) 2022-11-23T01:27:13.1449790Z test_peephole_dict_getitem_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.001s) 2022-11-23T01:27:13.1449930Z test_peephole_dict_getitem_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1450050Z test_peephole_dict_getitem_simple (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:27:13.1450150Z test_peephole_dict_len (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1450290Z test_peephole_dict_len_no_optimization_keys_might_overlap (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1450420Z test_peephole_dict_len_no_optimization_overlapping_keys (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1450560Z test_peephole_dict_len_no_optimization_unsupported_type (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1450670Z test_peephole_dynamic (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1450770Z test_peephole_int (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1450870Z test_peephole_len_list (jit.test_peephole.TestPeephole) ... ok (0.004s) 2022-11-23T01:27:13.1451060Z test_peephole_list_len (jit.test_peephole.TestPeephole) ... ok (0.022s) 2022-11-23T01:27:13.1451170Z test_peephole_list_ops (jit.test_peephole.TestPeephole) ... ok (0.006s) 2022-11-23T01:27:13.1451280Z test_peephole_no_output_aliasing (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:27:13.1451390Z test_peephole_optional_refine (jit.test_peephole.TestPeephole) ... ok (0.001s) 2022-11-23T01:27:13.1451510Z test_peephole_slice_all_three_args (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1451620Z test_peephole_slice_one_empty_arg (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:27:13.1451760Z test_peephole_slice_optimization_not_applied_list_modified (jit.test_peephole.TestPeephole) ... ok (0.001s) 2022-11-23T01:27:13.1451900Z test_peephole_slice_optimization_not_applied_non_const_args (jit.test_peephole.TestPeephole) ... ok (0.001s) 2022-11-23T01:27:13.1452060Z test_peephole_slice_two_empty_args (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:27:13.1452180Z test_peephole_type_refinements (jit.test_peephole.TestPeephole) ... ok (0.005s) 2022-11-23T01:27:13.1452300Z test_peephole_with_non_output_writes (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:27:13.1452410Z test_peephole_with_writes (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1452520Z test_refine_integer_values (jit.test_peephole.TestPeephole) ... ok (0.002s) 2022-11-23T01:27:13.1452630Z test_short_circuit_optimization (jit.test_peephole.TestPeephole) ... ok (0.003s) 2022-11-23T01:27:13.1452730Z test_version (__main__.TestProducerVersion) ... ok (0.000s) 2022-11-23T01:27:13.1452960Z test_aliasing_merge (jit.test_profiler.TestProfiler) ... ok (0.005s) 2022-11-23T01:27:13.1453080Z test_autograd_fallback_graph (jit.test_profiler.TestProfiler) ... ok (0.009s) 2022-11-23T01:27:13.1453200Z test_fallback_graph_not_specialized (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-11-23T01:27:13.1453300Z test_iterative_fusion (jit.test_profiler.TestProfiler) ... ok (0.003s) 2022-11-23T01:27:13.1453410Z test_local_fusion_strategy (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-11-23T01:27:13.1453520Z test_not_fusing_scalar_ops (jit.test_profiler.TestProfiler) ... ok (0.001s) 2022-11-23T01:27:13.1453620Z test_not_optimizing_property (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-11-23T01:27:13.1453730Z test_specialize_backward (jit.test_profiler.TestProfiler) ... ok (0.013s) 2022-11-23T01:27:13.1453840Z test_specialized_types (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-11-23T01:27:13.1453940Z test_tensor_constant (jit.test_profiler.TestProfiler) ... ok (0.002s) 2022-11-23T01:27:13.1454070Z test_tensor_type_not_determined_by_inputs (jit.test_profiler.TestProfiler) ... ok (0.004s) 2022-11-23T01:27:13.1454170Z test_use_not_profiled (jit.test_profiler.TestProfiler) ... ok (0.003s) 2022-11-23T01:27:13.1454290Z test_add_input (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-11-23T01:27:13.1454400Z test_aliasdb (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-11-23T01:27:13.1454520Z test_canonicalize (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-11-23T01:27:13.1454640Z test_cu_create_function (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-11-23T01:27:13.1454750Z test_cu_get_functions (jit.test_python_bindings.TestPythonBindings) ... ok (0.003s) 2022-11-23T01:27:13.1454870Z test_graph_create (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-11-23T01:27:13.1455000Z test_graph_iterator_keepalive (jit.test_python_bindings.TestPythonBindings) ... ok (0.001s) 2022-11-23T01:27:13.1455110Z test_invalidation (jit.test_python_bindings.TestPythonBindings) ... ok (0.002s) 2022-11-23T01:27:13.1455220Z test_add (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-11-23T01:27:13.1455340Z test_adv_indexing_list (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T01:27:13.1455460Z test_advancedindex (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T01:27:13.1455580Z test_gather (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.002s) 2022-11-23T01:27:13.1455690Z test_index (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.010s) 2022-11-23T01:27:13.1455810Z test_index_ellipses (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.034s) 2022-11-23T01:27:13.1455920Z test_inf (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.003s) 2022-11-23T01:27:13.1456030Z test_matmul_py3 (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.005s) 2022-11-23T01:27:13.1456140Z test_mul (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.003s) 2022-11-23T01:27:13.1456240Z test_pow (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.017s) 2022-11-23T01:27:13.1456350Z test_random (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.002s) 2022-11-23T01:27:13.1456580Z test_slice (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.007s) 2022-11-23T01:27:13.1456720Z test_stepped_tuple_slicing (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.003s) 2022-11-23T01:27:13.1456840Z test_str_to_float (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.003s) 2022-11-23T01:27:13.1456950Z test_triple (jit.test_python_builtins.TestPythonBuiltinOP) ... ok (0.003s) 2022-11-23T01:27:13.1457050Z test_param_strides (jit.test_python_ir.TestPythonIr) ... ok (0.003s) 2022-11-23T01:27:13.1457170Z test_attributes (jit.test_recursive_script.TestRecursiveScript) ... ok (0.028s) 2022-11-23T01:27:13.1457290Z test_class_compile (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-11-23T01:27:13.1457600Z test_constants_with_final (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-11-23T01:27:13.1457710Z test_dir (jit.test_recursive_script.TestRecursiveScript) ... ok (0.024s) 2022-11-23T01:27:13.1457820Z test_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-11-23T01:27:13.1457950Z test_error_stack_annotation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-11-23T01:27:13.1458070Z test_error_stack_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-11-23T01:27:13.1458190Z test_error_stack_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-11-23T01:27:13.1458320Z test_failed_function_compilation (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-11-23T01:27:13.1458460Z test_function_attribute_in_submodule (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-11-23T01:27:13.1458580Z test_ignore_class (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-11-23T01:27:13.1458700Z test_inferred_nonetype (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-11-23T01:27:13.1458810Z test_init_error (jit.test_recursive_script.TestRecursiveScript) ... ok (0.001s) 2022-11-23T01:27:13.1458930Z test_inner_traced_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:27:13.1459050Z test_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.026s) 2022-11-23T01:27:13.1459170Z test_method_call (jit.test_recursive_script.TestRecursiveScript) ... ok (0.005s) 2022-11-23T01:27:13.1459280Z test_module_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.008s) 2022-11-23T01:27:13.1459410Z test_module_function_export (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-11-23T01:27:13.1459520Z test_module_name (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-11-23T01:27:13.1459630Z test_module_repr (jit.test_recursive_script.TestRecursiveScript) ... ok (0.010s) 2022-11-23T01:27:13.1459750Z test_optional_module (jit.test_recursive_script.TestRecursiveScript) ... ok (0.011s) 2022-11-23T01:27:13.1459890Z test_override_instance_method_ignore (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-11-23T01:27:13.1460020Z test_prepare_scriptable_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-11-23T01:27:13.1460150Z test_prepare_scriptable_cycle (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-11-23T01:27:13.1460290Z test_prepare_scriptable_iterable_modules (jit.test_recursive_script.TestRecursiveScript) ... ok (0.026s) 2022-11-23T01:27:13.1460420Z test_python_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-11-23T01:27:13.1460540Z test_repeated_error_stack (jit.test_recursive_script.TestRecursiveScript) ... ok (0.003s) 2022-11-23T01:27:13.1460660Z test_script_after_eval (jit.test_recursive_script.TestRecursiveScript) ... ok (0.004s) 2022-11-23T01:27:13.1460780Z test_script_basic (jit.test_recursive_script.TestRecursiveScript) ... ok (0.002s) 2022-11-23T01:27:13.1460910Z test_script_function_attribute (jit.test_recursive_script.TestRecursiveScript) ... ok (0.009s) 2022-11-23T01:27:13.1461070Z test_script_loaded_module (jit.test_recursive_script.TestRecursiveScript) 2022-11-23T01:27:13.1461180Z Test that we can hold a loaded ScriptModule as a submodule. ... ok (0.008s) 2022-11-23T01:27:13.1461290Z test_aten_inplace (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.008s) 2022-11-23T01:27:13.1461420Z test_common_pytorch_list_ops (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.015s) 2022-11-23T01:27:13.1461530Z test_if_output (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.002s) 2022-11-23T01:27:13.1461640Z test_if_output_fail (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.003s) 2022-11-23T01:27:13.1461760Z test_list_indexing_removal (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.007s) 2022-11-23T01:27:13.1461950Z test_lists_append (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.003s) 2022-11-23T01:27:13.1462060Z test_lists_insert (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.002s) 2022-11-23T01:27:13.1462180Z test_special_mapped_op (jit.test_remove_mutation.TestRemoveMutation) ... ok (0.005s) 2022-11-23T01:27:13.1462280Z test_different_functions (jit.test_save_load.TestSaveLoad) 2022-11-23T01:27:13.1462390Z Exercise the situation where we have the same qualified name ... ok (0.017s) 2022-11-23T01:27:13.1462490Z test_different_interfaces (jit.test_save_load.TestSaveLoad) 2022-11-23T01:27:13.1462590Z Exercise the situation where we have the same qualified name ... ok (0.029s) 2022-11-23T01:27:13.1462680Z test_different_modules (jit.test_save_load.TestSaveLoad) 2022-11-23T01:27:13.1462790Z Exercise the situation where we have the same qualified name ... ok (0.018s) 2022-11-23T01:27:13.1462890Z test_many_collisions (jit.test_save_load.TestSaveLoad) ... ok (0.092s) 2022-11-23T01:27:13.1462990Z test_save_load_meta_tensors (jit.test_save_load.TestSaveLoad) 2022-11-23T01:27:13.1463100Z Check that parameters, buffers, and submodules are the same after loading ... ok (0.012s) 2022-11-23T01:27:13.1463210Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoad) 2022-11-23T01:27:13.1463330Z Check that parameters, buffers, and submodules are the same after loading. ... ok (0.005s) 2022-11-23T01:27:13.1463440Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoad) ... ok (0.004s) 2022-11-23T01:27:13.1463550Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoad) ... ok (0.009s) 2022-11-23T01:27:13.1463650Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoad) 2022-11-23T01:27:13.1470090Z Even if a NamedTuple is only used as an input argument, saving and ... ok (0.005s) 2022-11-23T01:27:13.1470210Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoad) 2022-11-23T01:27:13.1470330Z Even if a NamedTuple is only used as an output argument, saving and ... ok (0.004s) 2022-11-23T01:27:13.1470440Z test_save_nonexit_file (jit.test_save_load.TestSaveLoad) ... ok (0.004s) 2022-11-23T01:27:13.1470550Z test_different_functions (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:27:13.1470700Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:27:13.1470810Z test_different_interfaces (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:27:13.1470960Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:27:13.1471070Z test_different_modules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:27:13.1471210Z Exercise the situation where we have the same qualified name ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:27:13.1471370Z test_many_collisions (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:27:13.1471540Z test_module_info_flatbuffer (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T01:27:13.1471860Z test_save_load_params_buffers_submodules (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:27:13.1472030Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.001s) 2022-11-23T01:27:13.1472190Z test_save_load_using_pathlib (jit.test_save_load.TestSaveLoadFlatbuffer) ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T01:27:13.1472300Z test_save_load_with_extra_files (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:27:13.1472460Z Check that parameters, buffers, and submodules are the same after loading. ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T01:27:13.1472670Z test_save_namedtuple_input_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:27:13.1472820Z Even if a NamedTuple is only used as an input argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T01:27:13.1472940Z test_save_namedtuple_output_only (jit.test_save_load.TestSaveLoadFlatbuffer) 2022-11-23T01:27:13.1473090Z Even if a NamedTuple is only used as an output argument, saving and ... skip: Need to enable flatbuffer to run the below tests (0.000s) 2022-11-23T01:27:13.1473250Z test_versioned_div_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... skip: Failed to load fixture! (0.089s) 2022-11-23T01:27:13.1473400Z test_versioned_div_scalar_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.259s) 2022-11-23T01:27:13.1473550Z test_versioned_div_scalar_reciprocal (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.056s) 2022-11-23T01:27:13.1473700Z test_versioned_div_scalar_scalar (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.004s) 2022-11-23T01:27:13.1473840Z test_versioned_div_tensor (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.046s) 2022-11-23T01:27:13.1473980Z test_versioned_div_tensor_inplace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.337s) 2022-11-23T01:27:13.1474120Z test_versioned_div_tensor_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.736s) 2022-11-23T01:27:13.1474260Z test_versioned_linspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.006s) 2022-11-23T01:27:13.1474400Z test_versioned_linspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.005s) 2022-11-23T01:27:13.1474540Z test_versioned_logspace (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.005s) 2022-11-23T01:27:13.1474680Z test_versioned_logspace_out (jit.test_save_load_for_op_version.TestSaveLoadForOpVersion) ... ok (0.005s) 2022-11-23T01:27:13.1474760Z test_add_out (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1474860Z test_add_tuple_different_types (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1474950Z test_add_tuple_non_optional (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1475040Z test_add_tuple_optional (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1475140Z test_add_tuple_same_types (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1475210Z test_addmm_grad (__main__.TestScript) 2022-11-23T01:27:13.1475290Z This test checks several things: ... ok (0.003s) 2022-11-23T01:27:13.1475400Z test_alias_covariant_type_containers (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1475870Z test_all (__main__.TestScript) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_jit.py:7035: 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:27:13.1475980Z self.assertTrue(test_all_tensor(torch.tensor([3.14, 3, 99], dtype=torch.uint8))) 2022-11-23T01:27:13.1476030Z ok (0.005s) 2022-11-23T01:27:13.1476120Z test_annot_ast_mypy_fn (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:27:13.1476280Z test_annot_ast_mypy_method (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:27:13.1476370Z test_annot_ast_py3_fn (__main__.TestScript) ... ok (0.021s) 2022-11-23T01:27:13.1476460Z test_annot_ast_py3_method (__main__.TestScript) ... ok (0.030s) 2022-11-23T01:27:13.1476550Z test_annot_string_mypy_fn (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1476650Z test_annot_string_mypy_method (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:27:13.1476740Z test_annot_string_py3_fn (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1476830Z test_annot_string_py3_method (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:27:13.1476920Z test_annotated_script_fn (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1477140Z test_annotated_script_fn_arg_mismatch (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1477250Z test_annotated_script_fn_return_mismatch (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1477350Z test_annotated_script_method (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1477440Z test_annoying_doubles (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1477520Z test_any (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1477620Z test_assert_is_scripting_metacompile (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1477720Z test_assertion_optional_refinement (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1477810Z test_attr_module_constants (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:27:13.1477900Z test_attr_qscheme_script (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1477990Z test_attribute_in_init (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1478090Z test_attribute_serialization (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1478180Z test_attribute_unpickling (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1478270Z test_augmented_assign (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1478370Z test_autodiff_complex (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-11-23T01:27:13.1478470Z test_backend_cudnn_enabled (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1478560Z test_bad_multiline_annotations (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1478670Z test_bailout_loop_carried_deps_name_clash (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1478770Z test_bailout_loop_counter_transition (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1478920Z test_batch_norm_inference_backward_cuda (__main__.TestScript) ... skip: running tests on cuda to verify cudnn fix (0.001s) 2022-11-23T01:27:13.1479010Z test_batchnorm_fuser_cpu (__main__.TestScript) ... ok (0.367s) 2022-11-23T01:27:13.1479100Z test_big_float_literals (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1479190Z test_big_int_literals (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1479280Z test_binary_op_shape (__main__.TestScript) ... ok (0.081s) 2022-11-23T01:27:13.1479360Z test_bitwise_ops (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1479460Z test_block_input_grad_in_loop (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1479550Z test_bool_augassign_bitwise_and (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1479650Z test_bool_augassign_bitwise_or (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1479740Z test_bool_augassign_bitwise_xor (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1479830Z test_bool_dispatch (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:27:13.1479940Z test_boolean_literal_constant_metacompile (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1480030Z test_break_continue_error (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1480120Z test_breaks_continues (__main__.TestScript) ... ok (0.057s) 2022-11-23T01:27:13.1480200Z test_builtin_args (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1480380Z test_builtin_args_fails (__main__.TestScript) ... You have not run this instance of FileCheck! 2022-11-23T01:27:13.1480440Z FileCheck checks: 2022-11-23T01:27:13.1480710Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[List[int], int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:27:13.1480870Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/test_jit.py", line 10806 2022-11-23T01:27:13.1480940Z @torch.jit.script 2022-11-23T01:27:13.1480980Z def f6(a): 2022-11-23T01:27:13.1481040Z a.expand(size=[3, [4]]) 2022-11-23T01:27:13.1481270Z ~~~~~~ <--- HERE 2022-11-23T01:27:13.1481340Z (function emitListLiteral) 2022-11-23T01:27:13.1481380Z ok (0.004s) 2022-11-23T01:27:13.1481480Z test_builtin_function_attributes (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1481570Z test_builtin_use_as_value (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1481650Z test_call_ge (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1481750Z test_call_python_fn_from_script_fn (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1481860Z test_call_python_fn_from_script_module (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1481960Z test_call_python_fn_from_traced_module (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1482060Z test_call_python_fn_from_tracing_fn (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1482160Z test_call_python_mod_from_script_fn (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1482260Z test_call_python_mod_from_script_module (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1482370Z test_call_python_mod_from_traced_module (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1482470Z test_call_python_mod_from_tracing_fn (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1482570Z test_call_script_fn_from_script_fn (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1482670Z test_call_script_fn_from_script_module (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1482770Z test_call_script_fn_from_tracing_fn (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1482870Z test_call_script_mod_from_script_fn (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1482980Z test_call_script_mod_from_script_module (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1483100Z test_call_script_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.000s) 2022-11-23T01:27:13.1483200Z test_call_traced_fn_from_tracing_fn (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1483330Z test_call_traced_mod_from_tracing_fn (__main__.TestScript) ... skip: error in first class mode (0.000s) 2022-11-23T01:27:13.1483610Z test_calls_in_type_annotations (__main__.TestScript) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/__init__.py 2022-11-23T01:27:13.1483660Z ok (0.001s) 2022-11-23T01:27:13.1483760Z test_canonicalize_control_outputs (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1483920Z test_cast (__main__.TestScript) ... skip: RuntimeError: VariableType::ID() not implemented (0.000s) 2022-11-23T01:27:13.1483990Z test_cat (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1484070Z test_cat_lifts (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1484150Z test_chr (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1484220Z test_circular_dependency (__main__.TestScript) 2022-11-23T01:27:13.1484330Z https://github.com/pytorch/pytorch/issues/25871 ... ok (0.016s) 2022-11-23T01:27:13.1484430Z test_class_as_attribute (__main__.TestScript) ... ok (0.157s) 2022-11-23T01:27:13.1484510Z test_class_attribute (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1484610Z test_class_attribute_in_script (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1484800Z test_class_with_comment_at_lower_indentation (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1484880Z test_code_with_constants (__main__.TestScript) 2022-11-23T01:27:13.1485020Z Check that the `code_with_constants` property correctly returns graph CONSTANTS in the ... ok (0.003s) 2022-11-23T01:27:13.1485110Z test_code_with_constants_restore (__main__.TestScript) 2022-11-23T01:27:13.1485240Z Check that the `code_with_constants` property correctly works on restoration after save() + load() ... ok (0.005s) 2022-11-23T01:27:13.1485340Z test_comment_ignore_indent (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1485430Z test_compare_two_bool_inputs (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1485650Z test_compile_module_with_constant (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:13.1485750Z test_conditional_casting (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:27:13.1485840Z test_constant_as_attr (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1485950Z test_constant_pooling_introduce_aliasing (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1486040Z test_constant_pooling_none (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1486140Z test_constant_pooling_same_identity (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1486230Z test_context_manager (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:27:13.1486310Z test_conv_error (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1486400Z test_convert_base (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1486490Z test_cpp_function_tensor_str (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1486590Z test_cpp_module_iterator (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1486670Z test_desugar_module (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1486760Z test_device_kwarg (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1486840Z test_device_type (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1486950Z test_device_type_cuda (__main__.TestScript) ... skip: Requires CUDA (0.000s) 2022-11-23T01:27:13.1487020Z test_dir (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1487100Z test_divmod (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:27:13.1487220Z test_dominated_bailout (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T01:27:13.1487310Z test_dropout_eval (__main__.TestScript) ... ok (0.142s) 2022-11-23T01:27:13.1487390Z test_dtype_attr (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1487480Z test_dtype_op_shape (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:27:13.1487570Z test_dtype_op_shape2 (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:27:13.1487660Z test_early_return_closure (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1487760Z test_early_return_fork_join (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1487850Z test_early_return_rewrite (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1487950Z test_early_return_type_refinement (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1488040Z test_early_returns_loops (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:27:13.1490170Z test_ellipsis_const_end (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1490290Z test_ellipsis_const_mid (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1490390Z test_ellipsis_const_mid_select (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1490480Z test_ellipsis_const_start (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1490560Z test_ellipsis_end (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1490650Z test_ellipsis_mid (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1490740Z test_ellipsis_mid_select (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1490830Z test_ellipsis_start (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1490920Z test_embedding_renorm_grad_error (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1491020Z test_empty_like_memory_format_bc (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1491110Z test_empty_tuple_str (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:27:13.1491230Z test_enumerate_modlist_range (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:27:13.1491310Z test_erase_number_types (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1491390Z test_error (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1491480Z test_error_stacktrace (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1491580Z test_error_stacktrace_interface (__main__.TestScript) ... ok (0.438s) 2022-11-23T01:27:13.1491770Z test_eval_python (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1491870Z test_exception_exits_closure (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1491970Z test_exceptions_with_control_flow (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:27:13.1492050Z test_expand (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1492120Z test_fibb (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1492210Z test_fibb_totally_better (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1492310Z test_file_format_serialization (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1492400Z test_file_line_error (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1492490Z test_file_line_error_class_defn (__main__.TestScript) ... ok (0.361s) 2022-11-23T01:27:13.1492580Z test_file_line_graph (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1492670Z test_file_line_save_load (__main__.TestScript) ... ok (0.153s) 2022-11-23T01:27:13.1492760Z test_file_line_string (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1492840Z test_file_line_trace (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1492920Z test_filecheck (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1493010Z test_filecheck_parse (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1493100Z test_first_class_calls (__main__.TestScript) ... ok (0.214s) 2022-11-23T01:27:13.1493190Z test_first_class_module (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1493270Z test_floor_div (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1493350Z test_floordiv (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1493430Z test_for_else (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1493510Z test_for_in_dict (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1493600Z test_for_in_enumerate (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:27:13.1493680Z test_for_in_range (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1493770Z test_for_in_range_ast (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1493860Z test_for_in_range_dynamic (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1493940Z test_for_in_range_if_ast (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1494040Z test_for_in_range_start_end (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1494140Z test_for_in_range_start_end_step (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1494230Z test_for_in_range_zero_step (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1494530Z test_for_in_string (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1494620Z test_for_in_tensors (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1494720Z test_for_in_tensors_fail_scalar (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1494810Z test_for_in_tensors_nested (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1494900Z test_for_in_tensors_rank0 (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1494980Z test_for_in_zip (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:27:13.1495070Z test_for_in_zip_enumerate (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1495160Z test_for_tuple_assign (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1495250Z test_for_tuple_unpack (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1495330Z test_format (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1495410Z test_func_call (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1495510Z test_function_compilation_caching (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1495610Z test_function_overload_misuse (__main__.TestScript) ... ok (0.452s) 2022-11-23T01:27:13.1495710Z test_function_overloading_isinstance (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1495800Z test_function_overloads (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:27:13.1495950Z test_fuser_double_float_codegen (__main__.TestScript) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:13.1496170Z test_fuser_double_literal_precision (__main__.TestScript) ... ok (0.114s) 2022-11-23T01:27:13.1496260Z test_fuser_multiple_blocks (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1496360Z test_gather_dynamic_index (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1496450Z test_generic_list_errors (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1496530Z test_get_set_state (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:27:13.1496630Z test_get_set_state_with_tensors (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1496720Z test_grad_from_script (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1496800Z test_hash (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1496880Z test_hex_literals (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1496950Z test_id (__main__.TestScript) ... ok (0.195s) 2022-11-23T01:27:13.1497030Z test_if (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1497110Z test_if_define (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1497200Z test_if_different_type (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1497290Z test_if_for_in_range (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1497370Z test_if_is_none_dispatch (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1497460Z test_if_list_cat (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1503430Z test_if_nest_while (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:27:13.1503530Z test_if_noelse (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1503630Z test_if_not_defined_error (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1503710Z test_if_supertype (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1503800Z test_ignore_decorator (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1503890Z test_ignored_as_value (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1503980Z test_ignored_method_binding (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1504070Z test_ignored_props (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1504170Z test_import_constants_not_specialized (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1504270Z test_in_for_and_comp_expr (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1504370Z test_in_operator_with_two_strings (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1504440Z test_index (__main__.TestScript) ... ok (0.033s) 2022-11-23T01:27:13.1504700Z test_index_select_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1504790Z test_index_with_tuple (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1504890Z test_indexing_error (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1504970Z test_infer_size (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1505040Z test_inferred_error_msg (__main__.TestScript) 2022-11-23T01:27:13.1505160Z Test that when we get a type mismatch on a function where we inferred ... ok (0.001s) 2022-11-23T01:27:13.1505250Z test_inherit_method (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1505410Z test_inline_and_run_annotated_script_fn (__main__.TestScript) ... skip: https://github.com/pytorch/pytorch/issues/9595 (0.000s) 2022-11-23T01:27:13.1505480Z test_inlined_graph (__main__.TestScript) 2022-11-23T01:27:13.1505600Z Check that the `inlined_graph` property correctly returns an inlined ... ok (0.006s) 2022-11-23T01:27:13.1505690Z test_inlining_cleanup (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1505780Z test_inplace_add (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1505870Z test_inplace_copy_script (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1505970Z test_input_keyword_in_schema (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1506050Z test_int_cast (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1506220Z test_integral_shape_inference (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1506310Z test_interpret_graph (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1506400Z test_interpreter_fuzz (__main__.TestScript) ... ok (0.127s) 2022-11-23T01:27:13.1506490Z test_intlist_args (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1506580Z test_invalid_call_arguments (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1506670Z test_invalid_lhs_assignment (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1506770Z test_invalid_prefix_annotation (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1506860Z test_irparser (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:27:13.1506940Z test_is_after_use (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1507080Z test_is_isnot (__main__.TestScript) ... :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1507180Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1507270Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1507370Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1507460Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1507550Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1507640Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1507730Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1507820Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1507910Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1507990Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1508090Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1508180Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1508270Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1508360Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1508450Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1508540Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1508620Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1508790Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1508880Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1508970Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509060Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509140Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509230Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509320Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509400Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509490Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509580Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509670Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509760Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509850Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1509930Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510020Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510110Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510260Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510350Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510440Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510520Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510610Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510700Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510790Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510870Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1510960Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1511050Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1511140Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1511230Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1511320Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1511400Z :4: SyntaxWarning: "is" with a literal. Did you mean "=="? 2022-11-23T01:27:13.1511500Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1511600Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1511700Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1511800Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1511890Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1511990Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1512080Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1512170Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1512270Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1512360Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1512450Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1512550Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1512640Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1512820Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1512920Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513010Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513100Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513200Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513290Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513380Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513470Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513570Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513660Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513750Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513850Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1513940Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1514030Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1514190Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1514280Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1514380Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1514470Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1514570Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1514660Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1514750Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1514850Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1514940Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515030Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515120Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515220Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515310Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515400Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515490Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515580Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515680Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515770Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515860Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1515950Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1516040Z :4: SyntaxWarning: "is not" with a literal. Did you mean "!="? 2022-11-23T01:27:13.1516090Z ok (0.014s) 2022-11-23T01:27:13.1516170Z test_is_optional (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1516260Z test_is_scripting (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1516360Z test_is_scripting_metacompile (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1516440Z test_isinstance (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1516530Z test_isinstance_dynamic (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1516630Z test_isinstance_metacompile (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1516790Z test_isinstance_refinement (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1516880Z test_jitter_bug (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1516960Z test_keyword (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1517050Z test_kwarg_expansion_error (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1517140Z test_kwargs_error_msg (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1517230Z test_lazy_script (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1517330Z test_lhs_advanced_indexing_assignment (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1517450Z test_lhs_advanced_indexing_augmented_assignment (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1517530Z test_lhs_indexing (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1517620Z test_lhs_indexing_increment (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1517720Z test_lhs_indexing_increment_list (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1517820Z test_lhs_indexing_increment_list_prim (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1517910Z test_lhs_indexing_list (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1518000Z test_lhs_indexing_multi (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1518090Z test_linear_grad (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1518300Z test_list_comprehension_modulelist (__main__.TestScript) ... ok (0.033s) 2022-11-23T01:27:13.1518410Z test_list_comprehension_variable_write (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1518490Z test_list_iterables (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1518580Z test_list_python_op (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1518660Z test_list_unify (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1518740Z test_literal (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1518820Z test_literals (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1518910Z test_logical_short_circuit (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1519000Z test_loop_liveness (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1519090Z test_loop_unroll_negative (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1519190Z test_loop_unroll_unused_counter (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1519270Z test_loop_unrolling (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1519360Z test_loop_unrolling_const (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1519450Z test_loop_unrolling_nested (__main__.TestScript) ... ok (0.024s) 2022-11-23T01:27:13.1519550Z test_lower_nested_tuples (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1519630Z test_math_ops (__main__.TestScript) ... ok (0.107s) 2022-11-23T01:27:13.1519760Z test_maxpool_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T01:27:13.1519910Z test_meshgrid (__main__.TestScript) ... skip: Profiling executor fails to recognize that tensors in a list require gradients (0.001s) 2022-11-23T01:27:13.1520000Z test_method_casts_script (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1520090Z test_method_no_self (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1520180Z test_method_overloading (__main__.TestScript) ... ok (4.694s) 2022-11-23T01:27:13.1520270Z test_missing_getstate (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1520350Z test_mm_batching (__main__.TestScript) ... ok (0.266s) 2022-11-23T01:27:13.1520440Z test_module_apis (__main__.TestScript) ... ok (0.029s) 2022-11-23T01:27:13.1520520Z test_module_attrs (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1520620Z test_module_copy_with_attributes (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1520700Z test_module_copying (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:27:13.1520790Z test_module_error (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1520950Z test_module_method_reassignment (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1521040Z test_module_none_attrs (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1521150Z test_module_parameters_and_buffers (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:27:13.1521230Z test_module_str (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1521330Z test_module_with_params_called_fails (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1521420Z test_multi_reduction (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1521510Z test_multi_starred_expr_lhs (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1521610Z test_multiline_annot_ast_py3_fn (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:27:13.1521720Z test_multiline_optional_future_refinement (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1521810Z test_multiline_string_dedents (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1521900Z test_multiple_assign (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1521990Z test_multiple_assignment (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1522070Z test_mutable_dce (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1522160Z test_mutable_dce_block (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1522260Z test_mutable_dce_graph_input (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1522460Z test_mutable_dce_indirect_wildcard_write (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1522560Z test_mutable_dce_indirect_wildcards (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1522650Z test_mutable_dce_list (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1522740Z test_mutable_dce_loop (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1522830Z test_mutable_dce_wildcards (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1522910Z test_mutate_constant (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1523000Z test_mypy_type_ignore (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1523100Z test_named_buffers_are_iterable (__main__.TestScript) ... ok (0.025s) 2022-11-23T01:27:13.1523190Z test_namedtuple_attr (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1523300Z test_namedtuple_default_values_Tensor_type (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1523410Z test_namedtuple_default_values_container_type (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1523510Z test_namedtuple_default_values_missing (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1523620Z test_namedtuple_default_values_simple_type (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1523740Z test_namedtuple_default_values_using_factory_constructor (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1523840Z test_namedtuple_python (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1523930Z test_namedtuple_type_inference (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1524020Z test_narrow_copy (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1524110Z test_nested_aug_assign (__main__.TestScript) ... ok (0.568s) 2022-11-23T01:27:13.1524190Z test_nested_bailouts (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1524280Z test_nested_breaks (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:27:13.1524370Z test_nested_list_construct (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1524460Z test_nested_select_assign (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1524540Z test_nn_GRU (__main__.TestScript) ... ok (0.106s) 2022-11-23T01:27:13.1524620Z test_nn_LSTM (__main__.TestScript) ... ok (0.066s) 2022-11-23T01:27:13.1524710Z test_nn_LSTM_with_layers (__main__.TestScript) ... ok (0.118s) 2022-11-23T01:27:13.1524790Z test_nn_init (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:27:13.1524870Z test_no_dtype_shape (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1525030Z test_no_self_arg_ignore_function (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1525120Z test_non_final_return (__main__.TestScript) ... ok (0.040s) 2022-11-23T01:27:13.1525200Z test_none_type_str (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:27:13.1525280Z test_not (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1525370Z test_not_initialized_err (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1525460Z test_ntuple_builtins (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1525540Z test_number_abs (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1525630Z test_number_augassign (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1525730Z test_number_augassign_bitwise_lshift (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1525830Z test_number_augassign_bitwise_pow (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1525930Z test_number_augassign_bitwise_rshift (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1526010Z test_number_div (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1526090Z test_number_math (__main__.TestScript) ... ok (0.592s) 2022-11-23T01:27:13.1526170Z test_number_neg (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1526330Z test_old_models_bc (__main__.TestScript) ... skip: PyTorch is build without Caffe2 support (0.000s) 2022-11-23T01:27:13.1526480Z test_oneline_func (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1531830Z test_op_dtype (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1531940Z test_operator_precedence (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1532250Z test_optional_list (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-11-23T01:27:13.1532460Z test_optional_tensor (__main__.TestScript) ... skip: the current version of Profiler doesn't profile/specialize Optionals (0.001s) 2022-11-23T01:27:13.1532540Z test_ord (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1532630Z test_override_magic (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1532730Z test_pack_tuple_into_non_var (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1532820Z test_pack_unpack_nested (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:27:13.1532910Z test_pack_unpack_state (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1533030Z test_parameter_order (__main__.TestScript) ... tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T01:27:13.1533110Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T01:27:13.1533180Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T01:27:13.1533250Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T01:27:13.1533310Z grad_fn=) 2022-11-23T01:27:13.1533390Z tensor([ 0., 1., 2., 3., 4., 5., 6., 7., 8., 9., 10., 11., 12., 13., 2022-11-23T01:27:13.1533460Z 14., 15., 16., 17., 18., 19., 20., 21., 22., 23., 24., 25., 26., 27., 2022-11-23T01:27:13.1533530Z 28., 29., 30., 31., 32., 33., 34., 35., 36., 37., 38., 39., 40., 41., 2022-11-23T01:27:13.1533600Z 42., 43., 44., 45., 46., 47., 48., 49., 50., 51.], 2022-11-23T01:27:13.1533660Z grad_fn=) 2022-11-23T01:27:13.1533710Z ok (0.005s) 2022-11-23T01:27:13.1533810Z test_parse_empty_tuple_annotation (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1533920Z test_parse_empty_tuple_annotation_element_error (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1534010Z test_parse_nested_names (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1534110Z test_parse_none_type_annotation (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:27:13.1534200Z test_parse_tensor_constants (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1534290Z test_parser_kwargonly (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1534600Z test_parser_type_annotations (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1534700Z test_parser_type_annotations_comment (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1534830Z test_parser_type_annotations_incompatible_expression (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1534940Z test_parser_type_annotations_subscript_non_ident (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1535050Z test_parser_type_annotations_subscript_tensor (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1535160Z test_parser_type_annotations_unknown_type (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1535250Z test_partial_returns (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1535330Z test_pass (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1535420Z test_pickle_checkpoint (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1535530Z test_pickle_checkpoint_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T01:27:13.1535620Z test_pickle_checkpoint_tup (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1535750Z test_pow_scalar_backward_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-11-23T01:27:13.1535840Z test_pretty_print_function (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:27:13.1535980Z test_prim_grad_undefined (__main__.TestScript) ... skip: shape analysis is only enabled in Legacy (0.000s) 2022-11-23T01:27:13.1536120Z test_print (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1536200Z test_print_kwargs (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1536330Z test_profiling_graph_executor (__main__.TestScript) ... skip: bailouts are being deprecated (0.001s) 2022-11-23T01:27:13.1536420Z test_profiling_merge (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1536520Z test_pybind_type_comparisons (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1536600Z test_python_call (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1536700Z test_python_call_annotation (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1536800Z test_python_call_annoytation_failure (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1536890Z test_python_call_failure (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1536990Z test_python_call_non_tensor (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1537080Z test_python_call_non_tensor_wrong (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1537170Z test_python_frontend (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1537260Z test_python_frontend_py3 (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1537360Z test_python_frontend_source_range (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1537450Z test_python_op_builtins (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1537540Z test_python_op_name (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1537640Z test_python_val_doesnt_have_attr (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1537750Z test_rand (__main__.TestScript) ... skip: the original version of test_rand (0.001s) 2022-11-23T01:27:13.1537840Z test_rand_profiling (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1537920Z test_range_args (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1538010Z test_reassign_module_lhs (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1538100Z test_reassign_module_rhs (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1538190Z test_refine_tuple_types (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:27:13.1538270Z test_remove_dropout (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1538370Z test_repeated_script_on_function (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1538460Z test_request_bailout (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1538580Z test_requires_grad_loop (__main__.TestScript) ... skip: Peeling is now disabled (0.001s) 2022-11-23T01:27:13.1538760Z test_rescripting_loaded_modules (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:27:13.1538860Z test_resize_input_ops (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1538940Z test_return (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1539030Z test_return_stmt_not_at_end (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1539110Z test_return_tuple (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1539210Z test_robust_op_resolution (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1539280Z test_round (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1539370Z test_save_load_attr_error (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1539460Z test_script_annotation (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1539550Z test_script_bool_constant (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1539640Z test_script_chunk (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1539730Z test_script_clamp_none (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1539810Z test_script_copy (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1539890Z test_script_cu (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1539980Z test_script_define_order (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1540090Z test_script_define_order_recursive_fail (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1540280Z test_script_docstring (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1540390Z test_script_forward_method_replacement (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1540500Z test_script_get_device_cuda (__main__.TestScript) ... skip: requires CUDA (0.000s) 2022-11-23T01:27:13.1540600Z test_script_get_tracing_state (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1540690Z test_script_is_tracing (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1540780Z test_script_kwargs_fn_call (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1540880Z test_script_method_docstring (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1540990Z test_script_method_torch_function_overload (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1541070Z test_script_module (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1541170Z test_script_module_call_noscript (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1541260Z test_script_module_const (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1541370Z test_script_module_const_submodule_fail (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1541460Z test_script_module_export_blocks (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1541980Z test_script_module_export_shared_storage (__main__.TestScript) ... /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:27:13.1542050Z warnings.warn(message, UserWarning) 2022-11-23T01:27:13.1542090Z ok (0.007s) 2022-11-23T01:27:13.1542200Z test_script_module_export_submodule (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:27:13.1542330Z test_script_module_export_tensor_cuda (__main__.TestScript) ... skip: testing cuda tensors require CUDA (0.001s) 2022-11-23T01:27:13.1542440Z test_script_module_export_tensor_type (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1542530Z test_script_module_fail_exist (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1542620Z test_script_module_for (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1542710Z test_script_module_for2 (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:27:13.1542810Z test_script_module_invalid_consts (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1542910Z test_script_module_nochange_submodule (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1543250Z test_script_module_none_exist_fail (__main__.TestScript) ... skip: [module dedupe] currently NoneType refinement on optional attributes doesn't work. (0.000s) 2022-11-23T01:27:13.1543350Z test_script_module_not_tuple (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1543460Z test_script_module_param_buffer_mutation (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1543560Z test_script_module_star_assign2 (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1543660Z test_script_module_star_assign2_inplace (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1543770Z test_script_module_star_assign_fail_builtin (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1543880Z test_script_module_star_assign_fail_pythonop (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1543990Z test_script_module_tensor_subclass_argument (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1544080Z test_script_nested_mod_list (__main__.TestScript) ... ok (0.018s) 2022-11-23T01:27:13.1544180Z test_script_non_tensor_args_outputs (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1544270Z test_script_optional_none (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1544360Z test_script_outputs (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1544460Z test_script_pack_padded_sequence (__main__.TestScript) ... ok (0.023s) 2022-11-23T01:27:13.1544630Z test_script_pad_sequence_pack_sequence (__main__.TestScript) ... ok (0.019s) 2022-11-23T01:27:13.1544720Z test_script_scope (__main__.TestScript) ... ok (0.000s) 2022-11-23T01:27:13.1544810Z test_script_sequential_for (__main__.TestScript) ... ok (0.012s) 2022-11-23T01:27:13.1544910Z test_script_sequential_in_mod_list (__main__.TestScript) ... ok (0.020s) 2022-11-23T01:27:13.1545010Z test_script_sequential_multi_output_fail (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1545110Z test_script_sequential_orderdict (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:27:13.1545220Z test_script_sequential_sliced_iteration (__main__.TestScript) ... ok (0.017s) 2022-11-23T01:27:13.1545310Z test_script_star_assign (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1545400Z test_script_star_expr (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1545490Z test_script_star_expr_string (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1545590Z test_scriptable_fn_as_attr (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1545700Z test_scriptmodule_multi_head_attn_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-11-23T01:27:13.1545820Z test_scriptmodule_releases_tensors_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-11-23T01:27:13.1545930Z test_scriptmodule_transformer_cuda (__main__.TestScript) ... skip: no CUDA (0.001s) 2022-11-23T01:27:13.1546020Z test_select_after_chunk (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1546110Z test_sequence_parsing (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1546220Z test_sequential_intermediary_types (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:27:13.1546310Z test_serialization_big_ints (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1546400Z test_serialization_sharing (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1546490Z test_serialize_long_lines (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1546590Z test_serialized_source_ranges (__main__.TestScript) ... ok (0.154s) 2022-11-23T01:27:13.1546690Z test_serialized_source_ranges2 (__main__.TestScript) ... ok (0.203s) 2022-11-23T01:27:13.1546800Z test_serialized_source_ranges_dont_jitter (__main__.TestScript) ... ok (0.042s) 2022-11-23T01:27:13.1546900Z test_serialized_source_ranges_graph (__main__.TestScript) ... ok (0.213s) 2022-11-23T01:27:13.1547010Z test_serialized_source_ranges_no_dups (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1547110Z test_set_attribute_through_optional (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1547300Z test_shape_analysis_grad_property (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1547400Z test_shape_analysis_loop (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1547500Z test_shape_prop_promote_scalar_arg (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1547600Z test_shape_prop_promotion (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1547690Z test_signed_float_zero (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1547790Z test_single_starred_expr_for_loop (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1547880Z test_single_starred_lhs (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1547970Z test_singleton_tuple_unpack (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1548100Z test_slice_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T01:27:13.1548180Z test_split (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1548260Z test_stack (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1548350Z test_static_if_prop (__main__.TestScript) ... ok (1.273s) 2022-11-23T01:27:13.1548430Z test_static_method_on_module (__main__.TestScript) 2022-11-23T01:27:13.1548550Z Check that the `@staticmethod` annotation on a function on a module works. ... ok (0.004s) 2022-11-23T01:27:13.1548640Z test_static_methods (__main__.TestScript) ... ok (0.011s) 2022-11-23T01:27:13.1548780Z test_str_cast (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1548870Z test_string_cu (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1548970Z test_string_device_implicit_conversion (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1549060Z test_string_frontend_elif (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1549150Z test_string_index (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1549230Z test_string_len (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1549310Z test_string_list (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1549400Z test_string_new_line (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1549480Z test_string_ops (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1549570Z test_string_print (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1549660Z test_string_single_escape (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1549740Z test_string_slicing (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1549830Z test_string_sort (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1549910Z test_string_sorted (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1550020Z test_submodule_attribute_serialization (__main__.TestScript) ... ok (0.009s) 2022-11-23T01:27:13.1550110Z test_submodule_twice (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1550180Z test_sum (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1550270Z test_sum_list_diff_elms (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1550360Z test_sum_list_empty (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1550440Z test_sum_list_literal (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1550520Z test_sum_list_one (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1550610Z test_sum_list_wrong_type (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1550700Z test_sys_stdout_override (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1550920Z test_tensor_as_tensor_shape_prop (__main__.TestScript) ... skip: Simple Executor doesn't have any shapes to propagate (0.001s) 2022-11-23T01:27:13.1551060Z test_tensor_data (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1551170Z test_tensor_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-11-23T01:27:13.1551250Z test_tensor_dtype (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1551340Z test_tensor_grad (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1551510Z test_tensor_import_export (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1551590Z test_tensor_len (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1551680Z test_tensor_number_math (__main__.TestScript) ... ok (0.142s) 2022-11-23T01:27:13.1551790Z test_tensor_number_math_cuda (__main__.TestScript) ... skip: No CUDA (0.000s) 2022-11-23T01:27:13.1551910Z test_tensor_requires_grad (__main__.TestScript) ... skip: testing legacy behavior (0.000s) 2022-11-23T01:27:13.1551990Z test_tensor_shape (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1552470Z test_tensor_subclasses (__main__.TestScript) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/annotations.py:309: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. 2022-11-23T01:27:13.1552580Z warnings.warn("TorchScript will treat type annotations of Tensor " 2022-11-23T01:27:13.1552630Z ok (0.004s) 2022-11-23T01:27:13.1552710Z test_tensor_to (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1552800Z test_tensor_to_cpu (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1552910Z test_tensor_to_cuda (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-11-23T01:27:13.1553030Z test_tensor_to_device (__main__.TestScript) ... skip: device tests require CUDA (0.000s) 2022-11-23T01:27:13.1553200Z test_ternary (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1553290Z test_ternary_module_type_hint (__main__.TestScript) ... ok (0.027s) 2022-11-23T01:27:13.1553390Z test_ternary_right_associative (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1553480Z test_ternary_static_if (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1553570Z test_torch_any (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1553700Z test_torch_functional (__main__.TestScript) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:27:13.1553800Z test_torch_functional_tensordot_int (__main__.TestScript) ... ok (0.022s) 2022-11-23T01:27:13.1553900Z test_torch_functional_tensordot_list (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1554010Z test_torch_functional_tensordot_tensor (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1554110Z test_torch_functional_tensordot_tuple (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1554220Z test_torch_ignore_conversion_to_none (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1554300Z test_torch_manual_seed (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1554380Z test_torch_pow (__main__.TestScript) ... ok (0.015s) 2022-11-23T01:27:13.1554620Z test_torch_tensor_as_tensor (__main__.TestScript) ... :4: 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:27:13.1555020Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:470: 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:27:13.1555090Z return callable(*args, **kwargs) 2022-11-23T01:27:13.1555140Z ok (0.175s) 2022-11-23T01:27:13.1555240Z test_torch_tensor_as_tensor_empty_list (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1555330Z test_torch_tensor_bad_input (__main__.TestScript) ... ok (0.014s) 2022-11-23T01:27:13.1555420Z test_torch_tensor_dtype (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1555520Z test_torchscript_memoryformat (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1555620Z test_torchscript_multi_head_attn (__main__.TestScript) ... ok (0.054s) 2022-11-23T01:27:13.1555730Z test_torchscript_multi_head_attn_fast_path (__main__.TestScript) ... ok (0.105s) 2022-11-23T01:27:13.1555940Z test_training_param (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1556040Z test_tuple_assignments (__main__.TestScript) ... ok (0.198s) 2022-11-23T01:27:13.1556130Z test_tuple_error_msg (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1556220Z test_tuple_index_to_list (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1556310Z test_tuple_indexing (__main__.TestScript) ... ok (0.010s) 2022-11-23T01:27:13.1556390Z test_tuple_len (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1556480Z test_tuple_nested_sort (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1556560Z test_tuple_sort (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1556650Z test_tuple_sort_reverse (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1556730Z test_tuple_sorted (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1556820Z test_tuple_to_opt_list (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1556920Z test_tuple_unsortable_diff_type (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1557020Z test_tuple_unsortable_element_type (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1557120Z test_tuple_unsortable_nested_diff_type (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1563320Z test_type_annotate (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1563700Z test_type_annotation_module (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1563800Z test_type_annotation_py3 (__main__.TestScript) ... ok (0.007s) 2022-11-23T01:27:13.1563890Z test_type_annotations (__main__.TestScript) ... ok (0.008s) 2022-11-23T01:27:13.1563990Z test_type_annotations_repeated_list (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1564090Z test_type_annotations_varargs (__main__.TestScript) ... ok (0.006s) 2022-11-23T01:27:13.1564180Z test_type_call_in_script (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1564260Z test_type_cast (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1564350Z test_type_comments_in_body (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1564450Z test_type_inferred_from_empty_annotation (__main__.TestScript) 2022-11-23T01:27:13.1564600Z Test that the type inferred from an empty or missing annotation is Torch.Tensor wtih `inferred=true` ... ok (0.001s) 2022-11-23T01:27:13.1564760Z test_unbind (__main__.TestScript) ... skip: Profiling executor will be using different heuristics for constructing differentiable graphs (0.000s) 2022-11-23T01:27:13.1564850Z test_unfold_zero_dim (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1564940Z test_unicode_comments (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1565030Z test_uninitialized (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1565110Z test_union_to_number (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1565190Z test_unknown_builtin (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1565300Z test_unmatched_type_annotation (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1565390Z test_unspecialized_any_binding (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1565530Z test_unsqueeze_guard_elimination (__main__.TestScript) ... skip: bailouts are being deprecated (0.000s) 2022-11-23T01:27:13.1565620Z test_unsupported_builtin_error (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1565710Z test_unused_decorator (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1565810Z test_unwrap_optional_builtin (__main__.TestScript) ... ok (0.005s) 2022-11-23T01:27:13.1565900Z test_var_aug_assign (__main__.TestScript) ... ok (0.662s) 2022-11-23T01:27:13.1565980Z test_vararg_zeros (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1566080Z test_view_listconstruct_shape_prop (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1566170Z test_view_shape_prop (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1566250Z test_view_write (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1566450Z test_weak_cuda (__main__.TestScript) ... skip: no CUDA (0.000s) 2022-11-23T01:27:13.1566530Z test_where (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1566620Z test_where_method (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1566690Z test_while (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1566780Z test_while_nest_if (__main__.TestScript) ... ok (0.016s) 2022-11-23T01:27:13.1566880Z test_while_nonexistent_cond_value (__main__.TestScript) ... ok (0.013s) 2022-11-23T01:27:13.1566970Z test_while_nonexistent_value (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1567070Z test_while_write_outer_then_read (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1567170Z test_wrong_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1567260Z test_wrong_implicit_expand (__main__.TestScript) ... ok (0.003s) 2022-11-23T01:27:13.1567360Z test_wrong_method_call_inputs (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1567460Z test_wrong_module_attr_lookup (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1567550Z test_wrong_return_type (__main__.TestScript) ... ok (0.002s) 2022-11-23T01:27:13.1567640Z test_wrong_use_as_callable (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1567730Z test_wrong_use_as_tuple (__main__.TestScript) ... ok (0.001s) 2022-11-23T01:27:13.1567880Z test_zeros (__main__.TestScript) ... ok (0.004s) 2022-11-23T01:27:13.1567980Z test_zip_enumerate_modulelist (__main__.TestScript) ... ok (0.247s) 2022-11-23T01:27:13.1568060Z test_bool (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1568150Z Test the __bool__ method. This should return True ... ok (0.001s) 2022-11-23T01:27:13.1568240Z test_contains (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1568330Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-11-23T01:27:13.1568410Z test_delitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1568470Z Test deletion. ... ok (0.001s) 2022-11-23T01:27:13.1568560Z test_getitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1568660Z Test accessing dictionary values using the [] operator. ... ok (0.001s) 2022-11-23T01:27:13.1568740Z test_items (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1568800Z Test .items(). ... ok (0.001s) 2022-11-23T01:27:13.1568870Z test_iter (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1569100Z Test iteration over a dictionary's keys. ... ok (0.001s) 2022-11-23T01:27:13.1569180Z test_len (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1569260Z Test len() builtin function. ... ok (0.001s) 2022-11-23T01:27:13.1569340Z test_nested (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1569520Z Test that reference semantics are honoured when the ScriptDict that is ... skip: Cannot pass until all dicts returned from TorchScript are ScriptDicts (0.000s) 2022-11-23T01:27:13.1569620Z test_reference_semantics (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1569740Z Test that reference semantics are honoured; that modifications made ... ok (0.002s) 2022-11-23T01:27:13.1569820Z test_repr (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1569890Z Test the __repr__ method. ... ok (0.001s) 2022-11-23T01:27:13.1569970Z test_setitem (jit.test_list_dict.TestScriptDict) 2022-11-23T01:27:13.1570070Z Test setting dictionary values using the [] operator. ... ok (0.001s) 2022-11-23T01:27:13.1570150Z test_append (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1570220Z Test append method. ... ok (0.001s) 2022-11-23T01:27:13.1570300Z test_bool (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1570390Z Test the __bool__ method. This should return True ... ok (0.000s) 2022-11-23T01:27:13.1570470Z test_clear (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1570520Z Test clear. ... ok (0.000s) 2022-11-23T01:27:13.1570610Z test_contains (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1570700Z Test membership checks (x in y, x not in y). ... ok (0.001s) 2022-11-23T01:27:13.1570880Z test_count (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1570950Z Test count method. ... ok (0.001s) 2022-11-23T01:27:13.1571040Z test_delitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1571090Z Test deletion. ... ok (0.001s) 2022-11-23T01:27:13.1571170Z test_extend (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1571230Z Test extend. ... ok (0.001s) 2022-11-23T01:27:13.1571310Z test_getitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1571410Z Test accessing list elements using the [] operator. ... ok (0.002s) 2022-11-23T01:27:13.1571490Z test_insert (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1571550Z Test insert. ... ok (0.001s) 2022-11-23T01:27:13.1571630Z test_iter (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1571750Z Test iteration over a list's elements. ... ok (0.001s) 2022-11-23T01:27:13.1571830Z test_len (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1571900Z Test len() builtin function. ... ok (0.001s) 2022-11-23T01:27:13.1571980Z test_nested (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1572160Z Test that reference semantics are honoured when the ScriptList that is ... skip: Cannot pass until all list returned from TorchScript are ScriptLists (0.000s) 2022-11-23T01:27:13.1572240Z test_pop (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1572400Z Test pop. ... ok (0.001s) 2022-11-23T01:27:13.1572500Z test_reference_semantics (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1572610Z Test that reference semantics are honoured; that modifications made ... ok (0.002s) 2022-11-23T01:27:13.1572690Z test_remove (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1572760Z Test remove method. ... ok (0.001s) 2022-11-23T01:27:13.1572840Z test_repr (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1572900Z Test the __repr__ method. ... ok (0.000s) 2022-11-23T01:27:13.1572990Z test_setitem (jit.test_list_dict.TestScriptList) 2022-11-23T01:27:13.1573080Z Test setting list elements using the [] operator. ... ok (0.001s) 2022-11-23T01:27:13.1573280Z test_annotated_class_level_annotation_and_init_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.005s) 2022-11-23T01:27:13.1573460Z test_annotated_class_level_annotation_only (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-11-23T01:27:13.1573640Z test_annotated_class_level_jit_annotation (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-11-23T01:27:13.1573820Z test_annotated_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-11-23T01:27:13.1573990Z test_annotated_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.003s) 2022-11-23T01:27:13.1574160Z test_annotated_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.003s) 2022-11-23T01:27:13.1574330Z test_annotated_empty_tensor (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-11-23T01:27:13.1574500Z test_annotated_falsy_base_type (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-11-23T01:27:13.1574680Z test_annotated_nonempty_container (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-11-23T01:27:13.1574850Z test_annotated_with_jit_attribute (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-11-23T01:27:13.1575030Z test_annotated_with_jit_empty_dict (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.004s) 2022-11-23T01:27:13.1575200Z test_annotated_with_jit_empty_list (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.003s) 2022-11-23T01:27:13.1575440Z test_annotated_with_jit_empty_optional (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.003s) 2022-11-23T01:27:13.1575630Z test_annotated_with_torch_jit_import (jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation) ... ok (0.003s) 2022-11-23T01:27:13.1575740Z test_basic (jit.test_script_profile.TestScriptProfile) ... ok (0.038s) 2022-11-23T01:27:13.1575850Z test_empty (jit.test_script_profile.TestScriptProfile) ... ok (0.001s) 2022-11-23T01:27:13.1575950Z test_multi (jit.test_script_profile.TestScriptProfile) ... ok (0.041s) 2022-11-23T01:27:13.1576060Z test_script (jit.test_script_profile.TestScriptProfile) ... ok (0.049s) 2022-11-23T01:27:13.1576160Z test_section (jit.test_script_profile.TestScriptProfile) ... ok (0.183s) 2022-11-23T01:27:13.1576260Z test_module_list_slicing (jit.test_slice.TestSlice) ... ok (0.011s) 2022-11-23T01:27:13.1576360Z test_slice_as_variable (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1576450Z test_slice_dynamic_index (jit.test_slice.TestSlice) ... ok (0.003s) 2022-11-23T01:27:13.1576550Z test_slice_kwarg (jit.test_slice.TestSlice) ... ok (0.001s) 2022-11-23T01:27:13.1576640Z test_slice_one_none (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1576730Z test_slice_start_stop (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1576830Z test_slice_start_stop_step (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577000Z test_slice_start_stop_with_none (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577100Z test_slice_stop_clipped (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577190Z test_slice_stop_only (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577290Z test_slice_stop_only_with_nones (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577380Z test_slice_string (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577480Z test_slice_tensor (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577580Z test_slice_tensor_multidim (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577690Z test_slice_tensor_multidim_with_dots (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577780Z test_slice_three_nones (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577870Z test_slice_two_nones (jit.test_slice.TestSlice) ... ok (0.002s) 2022-11-23T01:27:13.1577970Z test_tuple_slicing (jit.test_slice.TestSlice) ... ok (0.003s) 2022-11-23T01:27:13.1578070Z test_freeze_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.005s) 2022-11-23T01:27:13.1578200Z test_freeze_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.001s) 2022-11-23T01:27:13.1578300Z test_serialize_sparse_coo (jit.test_sparse.TestSparse) ... ok (0.003s) 2022-11-23T01:27:13.1578430Z test_serialize_sparse_csr (jit.test_sparse.TestSparse) ... skip: Need MKL to run CSR matmul (0.001s) 2022-11-23T01:27:13.1578560Z test_modulo_operator (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:27:13.1578730Z test_string_interpolation_with_alternate_digit_placeholder (jit.test_string_formatting.TestStringFormatting) ... ok (0.002s) 2022-11-23T01:27:13.1578910Z test_string_interpolation_with_capital_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.002s) 2022-11-23T01:27:13.1579070Z test_string_interpolation_with_char_placeholder_and_char_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.001s) 2022-11-23T01:27:13.1579240Z test_string_interpolation_with_char_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.001s) 2022-11-23T01:27:13.1579410Z test_string_interpolation_with_char_placeholder_and_true_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:27:13.1579570Z test_string_interpolation_with_digit_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.002s) 2022-11-23T01:27:13.1579850Z test_string_interpolation_with_digit_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:27:13.1580010Z test_string_interpolation_with_double_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.002s) 2022-11-23T01:27:13.1580180Z test_string_interpolation_with_exponent_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:27:13.1580350Z test_string_interpolation_with_float_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.002s) 2022-11-23T01:27:13.1580510Z test_string_interpolation_with_float_placeholder_and_float_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.001s) 2022-11-23T01:27:13.1580690Z test_string_interpolation_with_lowercase_exponent_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.001s) 2022-11-23T01:27:13.1580840Z test_string_interpolation_with_multiple_placeholders (jit.test_string_formatting.TestStringFormatting) ... ok (0.002s) 2022-11-23T01:27:13.1580990Z test_string_interpolation_with_percent_in_string (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:27:13.1581160Z test_string_interpolation_with_string_placeholder_and_digit_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.002s) 2022-11-23T01:27:13.1581480Z test_string_interpolation_with_string_placeholder_and_format_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.001s) 2022-11-23T01:27:13.1581640Z test_string_interpolation_with_string_placeholder_and_string_variable (jit.test_string_formatting.TestStringFormatting) ... ok (0.001s) 2022-11-23T01:27:13.1581790Z test_string_interpolation_with_subscript (jit.test_string_formatting.TestStringFormatting) ... ok (0.002s) 2022-11-23T01:27:13.1581940Z test_string_interpolation_with_too_few_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:27:13.1582080Z test_string_interpolation_with_too_many_arguments (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:27:13.1582240Z test_string_interpolation_with_unknown_format_specifier (jit.test_string_formatting.TestStringFormatting) ... ok (0.003s) 2022-11-23T01:27:13.1582380Z test_adaptive_avg_pool2d (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.016s) 2022-11-23T01:27:13.1582520Z test_arange_shape (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.008s) 2022-11-23T01:27:13.1582670Z test_binary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-11-23T01:27:13.1582810Z test_binary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-11-23T01:27:13.1582960Z test_convolution_backward (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.012s) 2022-11-23T01:27:13.1583090Z test_if_propagation (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.002s) 2022-11-23T01:27:13.1583240Z test_partial_eval_graph_conv (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T01:27:13.1583380Z test_partial_eval_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.019s) 2022-11-23T01:27:13.1583540Z test_refinement_through_graph_stitching (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-11-23T01:27:13.1583690Z test_register_function_error_checking (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.006s) 2022-11-23T01:27:13.1583840Z test_returning_input_symbolic_shapes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.005s) 2022-11-23T01:27:13.1583980Z test_shape_analysis (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.004s) 2022-11-23T01:27:13.1584110Z test_shape_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.046s) 2022-11-23T01:27:13.1584320Z test_shape_embedding_bag (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.008s) 2022-11-23T01:27:13.1584500Z test_shape_function_includes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... skip: shape functions not loaded in python (0.000s) 2022-11-23T01:27:13.1584650Z test_shared_shape_graph (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-11-23T01:27:13.1584780Z test_size_and_sizes (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.003s) 2022-11-23T01:27:13.1584920Z test_stitching_concat (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-11-23T01:27:13.1585070Z test_stitching_multi_output (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.011s) 2022-11-23T01:27:13.1585200Z test_sym_ir_parsing (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.000s) 2022-11-23T01:27:13.1585340Z test_unary_shape_fns_inplace (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-11-23T01:27:13.1585480Z test_unary_shape_functions (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-11-23T01:27:13.1585610Z test_write (jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis) ... ok (0.001s) 2022-11-23T01:27:13.1585720Z test_method_on_number (jit.test_builtins.TestTensorBuiltins) ... ok (0.001s) 2022-11-23T01:27:13.1585920Z test_scalar_to_num_conversions (jit.test_builtins.TestTensorBuiltins) ... ok (0.007s) 2022-11-23T01:27:13.1586030Z test_tensor_item (jit.test_builtins.TestTensorBuiltins) ... ok (0.003s) 2022-11-23T01:27:13.1586140Z test_tensor_properties (jit.test_builtins.TestTensorBuiltins) ... ok (0.006s) 2022-11-23T01:27:13.1586260Z test_tensor_subscript_assign (jit.test_builtins.TestTensorBuiltins) ... ok (0.013s) 2022-11-23T01:27:13.1586400Z test_tensor_subscript_assign_device (jit.test_builtins.TestTensorBuiltins) ... skip: requires CUDA (0.000s) 2022-11-23T01:27:13.1586530Z test_randperm_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.003s) 2022-11-23T01:27:13.1586670Z test_randperm_specifed_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.002s) 2022-11-23T01:27:13.1586800Z test_tril_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.002s) 2022-11-23T01:27:13.1586930Z test_tril_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.002s) 2022-11-23T01:27:13.1587060Z test_triu_indices_default_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.002s) 2022-11-23T01:27:13.1587200Z test_triu_indices_specified_dtype (jit.test_tensor_creation_ops.TestTensorCreationOps) ... ok (0.002s) 2022-11-23T01:27:13.1587310Z test_getitem (jit.test_tensor_methods.TestTensorMethods) ... ok (0.003s) 2022-11-23T01:27:13.1587420Z test_getitem_invalid (jit.test_tensor_methods.TestTensorMethods) ... ok (0.001s) 2022-11-23T01:27:13.1587650Z test_default_args (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:27:13.1587890Z test_lambda_as_constructor (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1588100Z test_profiler_custom_op (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1588300Z test_staticmethod (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1588480Z test_torchbind (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.001s) 2022-11-23T01:27:13.1588690Z test_torchbind_attr_exception (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1589020Z test_torchbind_class_attr_recursive (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1589260Z test_torchbind_class_attribute (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1589460Z test_torchbind_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1589690Z test_torchbind_def_property_getter_setter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1589910Z test_torchbind_def_property_just_getter (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1590120Z test_torchbind_def_property_readwrite (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1590320Z test_torchbind_getattr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1590520Z test_torchbind_getstate (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1590740Z test_torchbind_instantiate_missing_class (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1590940Z test_torchbind_lambda_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1591250Z test_torchbind_no_init (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1591470Z test_torchbind_optional_explicit_attr (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1591680Z test_torchbind_pass_wrong_type (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1591890Z test_torchbind_pickle_serialization (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1592100Z test_torchbind_python_deepcopy (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1592300Z test_torchbind_return_instance (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1592520Z test_torchbind_return_instance_from_method (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1592730Z test_torchbind_return_tuple (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1592920Z test_torchbind_save_load (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1593130Z test_torchbind_take_as_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1593350Z test_torchbind_take_instance_as_method_arg (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1593550Z test_torchbind_tracing (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1593750Z test_torchbind_tracing_nested (jit.test_torchbind.TestTorchbind) ... skip: non-portable load_library call used in test (0.000s) 2022-11-23T01:27:13.1593870Z test_call_traced_fn_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:27:13.1593990Z test_call_traced_module_from_traced_module (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:27:13.1594100Z test_canonicalize_tensor_iterator (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:27:13.1594190Z test_constant (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1594280Z test_conv (jit.test_tracer.TestTracer) ... ok (0.017s) 2022-11-23T01:27:13.1594470Z test_export_no_reorder (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:27:13.1594580Z test_force_outplace_check_fill (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1594690Z test_force_outplace_check_zero (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1600820Z test_ge (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:27:13.1600970Z test_ge_cuda (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.000s) 2022-11-23T01:27:13.1601070Z test_ge_optimized (jit.test_tracer.TestTracer) ... ok (0.057s) 2022-11-23T01:27:13.1601170Z test_ge_unoptimized (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T01:27:13.1601260Z test_index_put (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1601370Z test_index_put_trace_with_view (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1601480Z test_index_put_trace_without_view (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1601570Z test_inplace_check (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-11-23T01:27:13.1601670Z test_inplace_copy (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1601780Z test_inplace_copy_force_outplace (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1601870Z test_inplace_flags (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1602140Z test_inplace_transplant (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1602240Z test_inplace_warn (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1602350Z test_input_dict_checkTrace_mut (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1602450Z test_input_dict_empty (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-11-23T01:27:13.1602550Z test_input_dict_empty_list (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-11-23T01:27:13.1602650Z test_input_dict_insertion_order (jit.test_tracer.TestTracer) 2022-11-23T01:27:13.1602850Z Check that dictionary access doesn't care about insertion order ... ok (0.005s) 2022-11-23T01:27:13.1602960Z test_input_dict_of_dicts (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1603060Z test_input_dict_of_lists (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1603160Z test_input_dict_recursive (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1603260Z test_input_dict_remembers_keys (jit.test_tracer.TestTracer) 2022-11-23T01:27:13.1603370Z Check that the trace remembers which keys were in a dict input ... ok (0.006s) 2022-11-23T01:27:13.1603470Z test_input_dict_unify (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1603560Z test_input_flatten (jit.test_tracer.TestTracer) 2022-11-23T01:27:13.1603660Z Check that inputs to traced functions are flattened ... ok (0.008s) 2022-11-23T01:27:13.1603760Z test_input_list_mixed_type (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1603860Z test_input_list_of_tuples (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1603970Z test_input_list_toplevel_flatten (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1604080Z test_input_list_toplevel_flatten_direct (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1604180Z test_input_tuple_of_dicts (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1604280Z test_interpolate_trace (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:27:13.1604410Z test_large_nbr_kernel_args (jit.test_tracer.TestTracer) ... skip: requires CUDA (0.001s) 2022-11-23T01:27:13.1604500Z test_lhs_index_fails (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:27:13.1604600Z test_lhs_index_trivial (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1604690Z test_max_pool (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:27:13.1604790Z test_nested_inplace (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1604890Z test_non_tensor_tracing (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-11-23T01:27:13.1605080Z test_output_unflatten (jit.test_tracer.TestTracer) 2022-11-23T01:27:13.1605230Z Check that outputs of traced functions retain the original structure and nesting ... expected failure (0.005s) 2022-11-23T01:27:13.1605330Z test_python_function (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1605430Z test_python_function_tup (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1605530Z test_repeated_input (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:27:13.1605630Z test_repeated_output (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1605720Z test_shared_param (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-11-23T01:27:13.1605810Z test_simple (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:27:13.1605920Z test_tensor_with_grad_as_constant (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-11-23T01:27:13.1606030Z test_trace_aliased_parameter (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1606130Z test_trace_annotation (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1606220Z test_trace_arange (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:27:13.1606330Z test_trace_arange_with_grad (jit.test_tracer.TestTracer) ... ok (0.010s) 2022-11-23T01:27:13.1606430Z test_trace_autograd_function (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1606660Z test_trace_c10_ops (jit.test_tracer.TestTracer) ... skip: Skip the test since c2 ops are not registered. (0.002s) 2022-11-23T01:27:13.1606760Z test_trace_casts (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:27:13.1606870Z test_trace_checker_control_flow (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1606970Z test_trace_checker_dot_data (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1607090Z test_trace_checker_dropout_notrain (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1607200Z test_trace_checker_dropout_train (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:27:13.1607300Z test_trace_checker_inplace_on_view (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1607410Z test_trace_checker_memoization (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1607520Z test_trace_checker_slice_lhs (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:27:13.1607630Z test_trace_checking_with_global_name (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1608110Z test_trace_contiguous (jit.test_tracer.TestTracer) ... /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:27:13.1608180Z warnings.warn(message, UserWarning) 2022-11-23T01:27:13.1608230Z ok (0.005s) 2022-11-23T01:27:13.1608340Z test_trace_contiguous_short_circuit (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1608440Z test_trace_detach (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1608540Z test_trace_detach_inplace (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1608650Z test_trace_detach_inplace_redispatch (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-11-23T01:27:13.1608760Z test_trace_detach_redispatch (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-11-23T01:27:13.1608860Z test_trace_dict_input (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:27:13.1608960Z test_trace_dict_output (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:27:13.1609060Z test_trace_export_fns (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:27:13.1609160Z test_trace_export_fns_recursive (jit.test_tracer.TestTracer) ... ok (0.023s) 2022-11-23T01:27:13.1609270Z test_trace_fork_join_and_module (jit.test_tracer.TestTracer) ... ok (0.018s) 2022-11-23T01:27:13.1609460Z test_trace_full_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1609580Z test_trace_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1609670Z test_trace_index (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1609780Z test_trace_index_constant (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1609880Z test_trace_indexed_assignment (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1609980Z test_trace_inline_shape (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:27:13.1610080Z test_trace_inverse (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1610200Z test_trace_invert_module_hierarchy (jit.test_tracer.TestTracer) ... ok (0.011s) 2022-11-23T01:27:13.1610300Z test_trace_legacy_ctor (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1610420Z test_trace_module_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.019s) 2022-11-23T01:27:13.1610520Z test_trace_modulelist (jit.test_tracer.TestTracer) ... ok (0.013s) 2022-11-23T01:27:13.1610670Z test_trace_multi_output_function (jit.test_tracer.TestTracer) ... graph(%self : __torch__.jit.test_tracer.Bar, 2022-11-23T01:27:13.1610760Z %x.1 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu), 2022-11-23T01:27:13.1610850Z %y.1 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu)): 2022-11-23T01:27:13.1611200Z %x : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%x.1) # /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit/test_tracer.py:1429:0 2022-11-23T01:27:13.1611450Z %y : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu) = aten::relu(%y.1) # /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit/test_tracer.py:1430:0 2022-11-23T01:27:13.1611800Z %9 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = ^Foo[inplace=0, module="jit.test_tracer", Subgraph=]()(%x, %y) # /Users/ec2-user/runner/_work/pytorch/pytorch/test/jit/test_tracer.py:1431:0 2022-11-23T01:27:13.1611960Z %10 : Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), %11 : Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu) = prim::TupleUnpack(%9) 2022-11-23T01:27:13.1612130Z %12 : (Double(1, 2, strides=[2, 1], requires_grad=0, device=cpu), Double(3, 2, strides=[2, 1], requires_grad=0, device=cpu)) = prim::TupleConstruct(%10, %11) 2022-11-23T01:27:13.1612180Z return (%12) 2022-11-23T01:27:13.1612190Z 2022-11-23T01:27:13.1612230Z ok (0.004s) 2022-11-23T01:27:13.1612330Z test_trace_namedtuple (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1612440Z test_trace_nested_datatypes (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1612530Z test_trace_nested_fn (jit.test_tracer.TestTracer) ... ok (0.008s) 2022-11-23T01:27:13.1612630Z test_trace_numel (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1612730Z test_trace_optioanl_dtype (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1612830Z test_trace_optional (jit.test_tracer.TestTracer) ... ok (0.007s) 2022-11-23T01:27:13.1612960Z test_trace_partial_func_argument_names_captured (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1613050Z test_trace_random (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1613150Z test_trace_records_names (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:27:13.1613250Z test_trace_save (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1613350Z test_trace_save_load_copy (jit.test_tracer.TestTracer) ... ok (0.021s) 2022-11-23T01:27:13.1613450Z test_trace_single_tuple (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1613540Z test_trace_size (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1613640Z test_trace_size_with_grad (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1613840Z test_trace_skip_none_submodule (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1613940Z test_trace_slice (jit.test_tracer.TestTracer) ... ok (0.028s) 2022-11-23T01:27:13.1614050Z test_trace_slice_expr_complete_type (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1614150Z test_trace_slice_full_dim (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1614270Z test_trace_slice_setitem_dynamic_shape (jit.test_tracer.TestTracer) ... ok (0.004s) 2022-11-23T01:27:13.1614370Z test_trace_slice_with_grad (jit.test_tracer.TestTracer) ... ok (0.030s) 2022-11-23T01:27:13.1614470Z test_trace_tensor_factory (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T01:27:13.1614570Z test_trace_topk (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1614660Z test_trace_tuple (jit.test_tracer.TestTracer) ... ok (0.006s) 2022-11-23T01:27:13.1614770Z test_trace_variable_instantiation (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1614860Z test_trace_warn (jit.test_tracer.TestTracer) ... ok (0.005s) 2022-11-23T01:27:13.1614980Z test_trace_with_conditional_property (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1615100Z test_trace_with_nested_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1615210Z test_trace_with_number_list_output (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1615390Z test_trace_with_tensor_list_output (jit.test_tracer.TestTracer) ... ok (0.009s) 2022-11-23T01:27:13.1615500Z test_traced_module_cuda (jit.test_tracer.TestTracer) ... skip: calls .cuda() (0.001s) 2022-11-23T01:27:13.1615620Z test_tracing_backward_hook_error (jit.test_tracer.TestTracer) ... ok (0.001s) 2022-11-23T01:27:13.1615710Z test_tracing_hooks (jit.test_tracer.TestTracer) ... ok (0.022s) 2022-11-23T01:27:13.1615820Z test_tracing_multiple_methods (jit.test_tracer.TestTracer) ... ok (0.070s) 2022-11-23T01:27:13.1615920Z test_typeas_trace_check (jit.test_tracer.TestTracer) ... ok (0.002s) 2022-11-23T01:27:13.1616020Z test_wrapped_number (jit.test_tracer.TestTracer) ... ok (0.003s) 2022-11-23T01:27:13.1616120Z test_assign_python_attr (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1616300Z Assigning a new (python-only) attribute should not change type sharing ... ok (0.019s) 2022-11-23T01:27:13.1616400Z test_basic (jit.test_type_sharing.TestTypeSharing) ... ok (0.003s) 2022-11-23T01:27:13.1616530Z test_builtin_function_different (jit.test_type_sharing.TestTypeSharing) ... ok (0.004s) 2022-11-23T01:27:13.1616640Z test_builtin_function_same (jit.test_type_sharing.TestTypeSharing) ... ok (0.003s) 2022-11-23T01:27:13.1616740Z test_constants (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1616880Z Types should be shared for identical constant values, and different for different constant values ... ok (0.005s) 2022-11-23T01:27:13.1616980Z test_diff_attr_values (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1617080Z Types should be shared even if attribute values differ ... ok (0.003s) 2022-11-23T01:27:13.1617200Z test_failed_attribute_compilation (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1617320Z Attributes whose type cannot be inferred should fail cleanly with nice hints ... ok (0.002s) 2022-11-23T01:27:13.1617420Z test_ignored_fns (jit.test_type_sharing.TestTypeSharing) ... ok (0.004s) 2022-11-23T01:27:13.1617520Z test_linear (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1617600Z Simple example with a real nn Module ... ok (0.006s) 2022-11-23T01:27:13.1617710Z test_loaded_modules_work (jit.test_type_sharing.TestTypeSharing) ... ok (0.008s) 2022-11-23T01:27:13.1617830Z test_module_dict_same_type_different_name (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1617940Z We should be able to differentiate between two ModuleDict instances ... ok (0.016s) 2022-11-23T01:27:13.1618040Z test_mutate_attr_value (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1618260Z Mutating the value of an attribute should not change type sharing ... ok (0.010s) 2022-11-23T01:27:13.1618370Z test_param_vs_attribute (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1618550Z The same module with an `foo` as a parameter vs. attribute shouldn't ... ok (0.004s) 2022-11-23T01:27:13.1618680Z test_python_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1618790Z Different functions passed in should lead to different types ... ok (0.005s) 2022-11-23T01:27:13.1618900Z test_python_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1619000Z Same functions passed in should lead to same types ... ok (0.004s) 2022-11-23T01:27:13.1619110Z test_same_but_different_classes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1619230Z Even if everything about the module is the same, different originating ... ok (0.011s) 2022-11-23T01:27:13.1619350Z test_script_function_attribute_different (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1619460Z Different functions passed in should lead to different types ... ok (0.005s) 2022-11-23T01:27:13.1619570Z test_script_function_attribute_same (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1619660Z Same functions passed in should lead to same types ... ok (0.004s) 2022-11-23T01:27:13.1619800Z test_script_module_containing_traced_module (jit.test_type_sharing.TestTypeSharing) ... ok (0.011s) 2022-11-23T01:27:13.1620000Z test_submodules (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1620090Z If submodules differ, the types should differ. ... ok (0.023s) 2022-11-23T01:27:13.1620210Z test_tracing_gives_different_types (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1620360Z Since we can't guarantee that methods are the same between different ... ok (0.006s) 2022-11-23T01:27:13.1620480Z test_type_not_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1620590Z Test that types are not shared if the exclusion of their ... ok (0.004s) 2022-11-23T01:27:13.1620700Z test_type_shared_ignored_attributes (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1620800Z Test that types are shared if the exclusion of their ... ok (0.003s) 2022-11-23T01:27:13.1620910Z test_type_sharing_define_in_init (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1621010Z Tests that types between instances of a ScriptModule ... ok (0.003s) 2022-11-23T01:27:13.1621110Z test_type_sharing_disabled (jit.test_type_sharing.TestTypeSharing) 2022-11-23T01:27:13.1621200Z Test that type sharing can be disabled. ... ok (0.009s) 2022-11-23T01:27:13.1621320Z test_annotate_outside_init (jit.test_types.TestTypesAndAnnotation) ... ok (0.010s) 2022-11-23T01:27:13.1621430Z test_bad_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-11-23T01:27:13.1621550Z test_ignore_with_types (jit.test_types.TestTypesAndAnnotation) ... ok (0.003s) 2022-11-23T01:27:13.1621660Z test_ignoring_module_attributes (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:27:13.1621750Z Test that module attributes can be ignored. ... ok (0.004s) 2022-11-23T01:27:13.1621880Z test_inferred_type_error_message (jit.test_types.TestTypesAndAnnotation) ... ok (0.002s) 2022-11-23T01:27:13.1622000Z test_mismatched_annotation (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-11-23T01:27:13.1622120Z test_optional_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:27:13.1622240Z Test that using an optional with no contained types produces an error. ... ok (0.002s) 2022-11-23T01:27:13.1622350Z test_parser_bug (jit.test_types.TestTypesAndAnnotation) ... ok (0.000s) 2022-11-23T01:27:13.1622460Z test_pep585_type (jit.test_types.TestTypesAndAnnotation) ... ok (0.004s) 2022-11-23T01:27:13.1622570Z test_python_callable (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-11-23T01:27:13.1622680Z test_reannotate (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-11-23T01:27:13.1622910Z test_tuple_no_element_type_annotation (jit.test_types.TestTypesAndAnnotation) 2022-11-23T01:27:13.1623030Z Test that using a tuple with no contained types produces an error. ... ok (0.001s) 2022-11-23T01:27:13.1623140Z test_type_annotate_py3 (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-11-23T01:27:13.1623250Z test_types_as_values (jit.test_types.TestTypesAndAnnotation) ... ok (0.006s) 2022-11-23T01:27:13.1623380Z test_unimported_type_resolution (jit.test_types.TestTypesAndAnnotation) ... ok (0.001s) 2022-11-23T01:27:13.1623470Z test_bool_list_io (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1623580Z test_dict_comprehension (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1623680Z test_dict_comprehension_scope (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1623800Z test_dict_comprehension_with_type_annotation (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1623900Z test_dict_in_not_in (jit.test_typing.TestTyping) ... ok (0.010s) 2022-11-23T01:27:13.1624000Z test_dict_invalid_annotations (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T01:27:13.1624340Z test_dict_type_refinement_annotation_key_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:27:13.1624620Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/jit/test_typing.py", line 90 2022-11-23T01:27:13.1624670Z def fn(): 2022-11-23T01:27:13.1624730Z l1 = [1, 2, "foo", 3] 2022-11-23T01:27:13.1624820Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:27:13.1624890Z l2 = ["foo", "bar", "baz", "qux"] 2022-11-23T01:27:13.1624980Z d: Dict[int, str] = {k : v for k, v in zip(l1, l2)} 2022-11-23T01:27:13.1625040Z (function emitListLiteral) 2022-11-23T01:27:13.1625090Z ok (0.001s) 2022-11-23T01:27:13.1625420Z test_dict_type_refinement_annotation_value_mismatch (jit.test_typing.TestTyping) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[int, str]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:27:13.1625580Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/jit/test_typing.py", line 104 2022-11-23T01:27:13.1625620Z def fn(): 2022-11-23T01:27:13.1625690Z l1 = ["foo", "bar", "baz", "qux"] 2022-11-23T01:27:13.1625750Z l2 = [1, 2, "foo", 3] 2022-11-23T01:27:13.1625830Z ~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:27:13.1625910Z d: Dict[str, int] = {k : v for k, v in zip(l1, l2)} 2022-11-23T01:27:13.1625960Z return d 2022-11-23T01:27:13.1626020Z (function emitListLiteral) 2022-11-23T01:27:13.1626070Z ok (0.001s) 2022-11-23T01:27:13.1626160Z test_for_in_dict (jit.test_typing.TestTyping) ... ok (0.005s) 2022-11-23T01:27:13.1626250Z test_for_in_string (jit.test_typing.TestTyping) ... ok (0.007s) 2022-11-23T01:27:13.1626350Z test_for_tuple_assign (jit.test_typing.TestTyping) ... ok (0.004s) 2022-11-23T01:27:13.1626450Z test_for_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.008s) 2022-11-23T01:27:13.1626540Z test_list_io (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T01:27:13.1626640Z test_list_iterables (jit.test_typing.TestTyping) ... ok (0.001s) 2022-11-23T01:27:13.1626730Z test_list_sum (jit.test_typing.TestTyping) ... ok (0.005s) 2022-11-23T01:27:13.1626860Z test_list_type_refinement_annotation_element_mismatch (jit.test_typing.TestTyping) ... ok (0.001s) 2022-11-23T01:27:13.1626960Z test_list_unification (jit.test_typing.TestTyping) ... ok (0.004s) 2022-11-23T01:27:13.1627050Z test_multiple_assign (jit.test_typing.TestTyping) ... ok (0.004s) 2022-11-23T01:27:13.1627270Z test_namedtuple_good_error (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T01:27:13.1627370Z test_namedtuple_py2 (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T01:27:13.1627470Z test_namedtuple_redefine (jit.test_typing.TestTyping) ... ok (0.004s) 2022-11-23T01:27:13.1627560Z test_nested_list (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1627670Z test_opt_opt_refinement (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T01:27:13.1627770Z test_optional_conversion (jit.test_typing.TestTyping) ... ok (0.006s) 2022-11-23T01:27:13.1627870Z test_optional_refinement (jit.test_typing.TestTyping) ... ok (0.001s) 2022-11-23T01:27:13.1627960Z test_optional_tuple (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1628070Z test_singleton_tuple_unpack (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T01:27:13.1628160Z test_sum_list_diff_elms (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1628290Z test_sum_list_empty (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1634540Z test_sum_list_literal (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T01:27:13.1634660Z test_sum_list_one (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1634760Z test_sum_list_wrong_type (jit.test_typing.TestTyping) ... ok (0.001s) 2022-11-23T01:27:13.1634860Z test_tuple_assignments (jit.test_typing.TestTyping) ... ok (0.011s) 2022-11-23T01:27:13.1635140Z test_tuple_create_return (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1635240Z test_tuple_io (jit.test_typing.TestTyping) ... ok (0.002s) 2022-11-23T01:27:13.1635330Z test_tuple_keyword (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1635430Z test_tuple_specialization (jit.test_typing.TestTyping) ... ok (0.003s) 2022-11-23T01:27:13.1635530Z test_check_union_annotation (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:27:13.1635650Z test_union_T_None_is_equivalent_to_optional_T (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:27:13.1635760Z test_union_argument_order_is_ignored (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1635880Z test_union_argument_order_is_ignored_container (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1635970Z test_union_as_annotation (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1636090Z test_union_as_annotation_in_typed_container (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1636190Z test_union_as_annotation_py2 (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1636280Z test_union_as_dict_key (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:27:13.1636380Z test_union_as_dict_value (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:27:13.1636480Z test_union_as_internal_tuple_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1636620Z test_union_branching_does_not_autoinfer_undeclared_union (jit.test_union.TestUnion) ... ok (0.001s) 2022-11-23T01:27:13.1636750Z test_union_branching_does_not_widen_existing_inferred_type (jit.test_union.TestUnion) ... ok (0.001s) 2022-11-23T01:27:13.1636880Z test_union_branching_with_union_return_and_homogenous_types (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:27:13.1637000Z test_union_does_not_replace_existing_annotated_type (jit.test_union.TestUnion) ... ok (0.001s) 2022-11-23T01:27:13.1637140Z test_union_does_not_replace_existing_annotated_type_empty_container (jit.test_union.TestUnion) ... ok (0.001s) 2022-11-23T01:27:13.1637260Z test_union_does_not_replace_existing_annotated_type_union (jit.test_union.TestUnion) ... ok (0.001s) 2022-11-23T01:27:13.1637370Z test_union_in_class_constructor (jit.test_union.TestUnion) ... ok (0.007s) 2022-11-23T01:27:13.1638010Z test_union_memory_aliasing (jit.test_union.TestUnion) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_jit_internal.py:1282: UserWarning: The inner type of a container is lost when calling torch.jit.isinstance in eager mode. For example, List[int] would become list and therefore falsely return True for List[float] or List[str]. 2022-11-23T01:27:13.1638070Z warnings.warn( 2022-11-23T01:27:13.1638120Z ok (0.007s) 2022-11-23T01:27:13.1638230Z test_union_module_with_union_class_variable (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:27:13.1638350Z test_union_module_with_union_instance_variable (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T01:27:13.1638460Z test_union_optional_of_union_is_flattened (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:27:13.1638580Z test_union_redundant_arguments_are_skipped (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1638700Z test_union_redundant_arguments_are_skipped_container (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1638830Z test_union_redundant_arguments_are_skipped_optional (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1638950Z test_union_redundant_arguments_are_skipped_subtyping (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1639050Z test_union_return_type (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1639170Z test_union_schema_matching_on_internal_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:27:13.1639290Z test_union_serialization_preserves_type_annotations (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:27:13.1639470Z test_union_subclasses_larger_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1639580Z test_union_subtractive_refinement (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:27:13.1639700Z test_union_subtractive_refinement_with_container (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:27:13.1639800Z test_union_type_refinement (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:27:13.1639920Z test_union_type_refinement_internal_declaration (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:27:13.1640060Z test_union_type_refinement_partial_static_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:27:13.1640190Z test_union_type_refinement_partial_static_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:27:13.1640300Z test_union_type_refinement_statically_false (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1640420Z test_union_type_refinement_statically_true (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1640530Z test_union_type_refinement_tuple_rhs (jit.test_union.TestUnion) ... ok (0.008s) 2022-11-23T01:27:13.1640650Z test_union_type_refinement_tuple_rhs_noncontained_type (jit.test_union.TestUnion) ... ok (0.006s) 2022-11-23T01:27:13.1640760Z test_union_type_refinement_tuple_rhs_union (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1640870Z test_union_type_refinement_union_rhs (jit.test_union.TestUnion) ... ok (0.002s) 2022-11-23T01:27:13.1640980Z test_union_variable_can_be_reassigned (jit.test_union.TestUnion) ... ok (0.005s) 2022-11-23T01:27:13.1641080Z test_union_with_collections (jit.test_union.TestUnion) ... ok (0.004s) 2022-11-23T01:27:13.1641190Z test_union_with_dict_assignment (jit.test_union.TestUnion) ... ok (0.016s) 2022-11-23T01:27:13.1641280Z test_union_with_enum (jit.test_union.TestUnion) ... ok (0.009s) 2022-11-23T01:27:13.1641590Z test_union_with_list_assignment (jit.test_union.TestUnion) ... [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:27:13.1641650Z File "", line 3 2022-11-23T01:27:13.1641650Z 2022-11-23T01:27:13.1641700Z def fn(): 2022-11-23T01:27:13.1641810Z x: Union[List[str], List[torch.Tensor]] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T01:27:13.1642040Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:27:13.1642130Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T01:27:13.1642190Z x.append(torch.tensor(3)) 2022-11-23T01:27:13.1642260Z (function emitListLiteral) 2022-11-23T01:27:13.1642520Z [W ir_emitter.cpp:4385] Warning: List consists of heterogeneous types, which means that it has been typed as containing Union[Tensor, int]. To use any of the values in this List, it will be necessary to add an `assert isinstance` statement before first use to trigger type refinement. 2022-11-23T01:27:13.1642580Z File "", line 3 2022-11-23T01:27:13.1642580Z 2022-11-23T01:27:13.1642620Z def fn(): 2022-11-23T01:27:13.1642730Z x: Union[List[torch.Tensor], int] = [torch.add(1, x) for x in [torch.arange(5), 1]] 2022-11-23T01:27:13.1642860Z ~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:27:13.1642950Z if torch.jit.isinstance(x, List[torch.Tensor]): 2022-11-23T01:27:13.1643010Z x.append(torch.tensor(3)) 2022-11-23T01:27:13.1643070Z (function emitListLiteral) 2022-11-23T01:27:13.1643110Z ok (0.013s) 2022-11-23T01:27:13.1643220Z test_union_with_scalar_values (jit.test_union.TestUnion) ... ok (0.003s) 2022-11-23T01:27:13.1643330Z test_unions_of_a_single_argument_vanish (jit.test_union.TestUnion) ... ok (0.001s) 2022-11-23T01:27:13.1643500Z test_unions_of_unions_are_flattened (jit.test_union.TestUnion) ... ok (0.001s) 2022-11-23T01:27:13.1643640Z test_factory_ops_requires_grad_fail (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.003s) 2022-11-23T01:27:13.1643750Z test_init_ops (jit.test_unsupported_ops.TestUnsupportedOps) ... ok (0.011s) 2022-11-23T01:27:13.1643870Z test_add_value_to_version_map (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-11-23T01:27:13.1643980Z test_aten_div_scalar_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.004s) 2022-11-23T01:27:13.1644080Z test_aten_div_tensor_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-11-23T01:27:13.1644190Z test_aten_div_tensor_out_at_3 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-11-23T01:27:13.1644300Z test_aten_full_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-11-23T01:27:13.1644410Z test_aten_full_other_variants (jit.test_upgraders.TestUpgraders) ... ok (0.005s) 2022-11-23T01:27:13.1644520Z test_aten_full_out_at_4 (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-11-23T01:27:13.1644620Z test_aten_linspace (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-11-23T01:27:13.1644730Z test_aten_linspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-11-23T01:27:13.1644830Z test_aten_logspace (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-11-23T01:27:13.1644940Z test_aten_logspace_out (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-11-23T01:27:13.1645050Z test_aten_test_serialization (jit.test_upgraders.TestUpgraders) ... ok (0.003s) 2022-11-23T01:27:13.1645180Z test_populated_test_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.002s) 2022-11-23T01:27:13.1645290Z test_populated_upgrader_graph (jit.test_upgraders.TestUpgraders) ... ok (0.001s) 2022-11-23T01:27:13.1645370Z test_warn (jit.test_warn.TestWarn) ... ok (0.002s) 2022-11-23T01:27:13.1645480Z test_warn_multiple_calls_multiple_warnings (jit.test_warn.TestWarn) ... ok (0.001s) 2022-11-23T01:27:13.1645600Z test_warn_multiple_calls_same_func_diff_stack (jit.test_warn.TestWarn) ... ok (0.003s) 2022-11-23T01:27:13.1645690Z test_warn_once_per_func (jit.test_warn.TestWarn) ... ok (0.003s) 2022-11-23T01:27:13.1645790Z test_warn_once_per_func_in_loop (jit.test_warn.TestWarn) ... ok (0.003s) 2022-11-23T01:27:13.1645890Z test_warn_only_once (jit.test_warn.TestWarn) ... ok (0.001s) 2022-11-23T01:27:13.1645980Z test_warn_only_once_in_loop_func (jit.test_warn.TestWarn) ... ok (0.002s) 2022-11-23T01:27:13.1646050Z test_with_as (jit.test_with.TestWith) 2022-11-23T01:27:13.1646310Z Check that with statements that use the 'as' keyword to bind expressions ... ok (0.036s) 2022-11-23T01:27:13.1646390Z test_with_errors (jit.test_with.TestWith) 2022-11-23T01:27:13.1646570Z Check that errors related to with-statements are detected and reported correctly. ... ok (0.017s) 2022-11-23T01:27:13.1646650Z test_with_exceptions (jit.test_with.TestWith) 2022-11-23T01:27:13.1646800Z Check that exceptions thrown in the bodies of with-statements are ... ok (0.014s) 2022-11-23T01:27:13.1646880Z test_with_no_as (jit.test_with.TestWith) 2022-11-23T01:27:13.1647040Z Check that with statements that do not use the 'as' keyword to bind expressions ... ok (0.036s) 2022-11-23T01:27:13.1647110Z test_with_no_grad (jit.test_with.TestWith) 2022-11-23T01:27:13.1647220Z Check that torch.no_grad() works. Most of these are adapted from ... ok (0.010s) 2022-11-23T01:27:13.1647300Z test_with_record_function (jit.test_with.TestWith) 2022-11-23T01:27:13.1647570Z Check that torch.autograd.profiler.record_function context manager is ... STAGE:2022-11-23 01:27:12 53144:57012842 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:27:13.1647760Z STAGE:2022-11-23 01:27:12 53144:57012842 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:27:13.1647940Z STAGE:2022-11-23 01:27:12 53144:57012842 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:27:13.1648110Z ok (0.016s) 2022-11-23T01:27:13.1648110Z 2022-11-23T01:27:13.1648260Z ---------------------------------------------------------------------- 2022-11-23T01:27:13.1648310Z Ran 2646 tests in 63.463s 2022-11-23T01:27:13.1648320Z 2022-11-23T01:27:13.1648390Z OK (skipped=208, expected failures=10) 2022-11-23T01:27:13.1648390Z 2022-11-23T01:27:13.1648450Z Generating XML reports... 2022-11-23T01:27:13.1648670Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_alias_analysis.TestAliasAnalysis-20221123012609.xml 2022-11-23T01:27:13.1648870Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_async.TestAsync-20221123012609.xml 2022-11-23T01:27:13.1649070Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_aten_pow.TestAtenPow-20221123012609.xml 2022-11-23T01:27:13.1649280Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff.TestAutodiffJit-20221123012609.xml 2022-11-23T01:27:13.1649560Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_autodiff_subgraph_slicing.TestAutodiffSubgraphSlicing-20221123012609.xml 2022-11-23T01:27:13.1649750Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_batch_mm.TestBatchMM-20221123012609.xml 2022-11-23T01:27:13.1649950Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestBuiltins-20221123012609.xml 2022-11-23T01:27:13.1650150Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_class_type.TestClassType-20221123012609.xml 2022-11-23T01:27:13.1650350Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_complex.TestComplex-20221123012609.xml 2022-11-23T01:27:13.1650570Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_custom_operators.TestCustomOperators-20221123012609.xml 2022-11-23T01:27:13.1650760Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dce.TestDCE-20221123012609.xml 2022-11-23T01:27:13.1651040Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dataclasses.TestDataclasses-20221123012609.xml 2022-11-23T01:27:13.1651260Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_device_analysis.TestDeviceAnalysis-20221123012609.xml 2022-11-23T01:27:13.1651450Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestDict-20221123012609.xml 2022-11-23T01:27:13.1651660Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeAnalysis-20221123012609.xml 2022-11-23T01:27:13.1651990Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_dtype_analysis.TestDtypeCustomRulesCPU-20221123012609.xml 2022-11-23T01:27:13.1652190Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_enum.TestEnum-20221123012609.xml 2022-11-23T01:27:13.1652390Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFreezing-20221123012609.xml 2022-11-23T01:27:13.1652570Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestFrontend-20221123012609.xml 2022-11-23T01:27:13.1652790Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestFrozenOptimizations-20221123012609.xml 2022-11-23T01:27:13.1653020Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_functional_blocks.TestFunctionalBlocks-20221123012609.xml 2022-11-23T01:27:13.1653280Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestFunctionalToInplaceActivation-20221123012609.xml 2022-11-23T01:27:13.1653480Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_attr.TestGetDefaultAttr-20221123012609.xml 2022-11-23T01:27:13.1653710Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_graph_rewrite_passes.TestGraphRewritePasses-20221123012609.xml 2022-11-23T01:27:13.1653900Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hash.TestHash-20221123012609.xml 2022-11-23T01:27:13.1654150Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_hooks.TestHooks-20221123012609.xml 2022-11-23T01:27:13.1654360Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignorable_args.TestIgnorableArgs-20221123012609.xml 2022-11-23T01:27:13.1654620Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_convert_activation.TestInplaceToFunctionalActivation-20221123012609.xml 2022-11-23T01:27:13.1654820Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_isinstance.TestIsinstance-20221123012609.xml 2022-11-23T01:27:13.1655000Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJit-20221123012609.xml 2022-11-23T01:27:13.1655200Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestJitGeneratedModule-20221123012609.xml 2022-11-23T01:27:13.1655400Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_jit_utils.TestJitUtils-20221123012609.xml 2022-11-23T01:27:13.1655580Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestList-20221123012609.xml 2022-11-23T01:27:13.1655780Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_logging.TestLogging-20221123012609.xml 2022-11-23T01:27:13.1655960Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_misc.TestMisc-20221123012609.xml 2022-11-23T01:27:13.1656180Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestMixTracingScripting-20221123012609.xml 2022-11-23T01:27:13.1656370Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_models.TestModels-20221123012609.xml 2022-11-23T01:27:13.1656570Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_apis.TestModuleAPIs-20221123012609.xml 2022-11-23T01:27:13.1656810Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_containers.TestModuleContainers-20221123012609.xml 2022-11-23T01:27:13.1657030Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_module_interface.TestModuleInterface-20221123012609.xml 2022-11-23T01:27:13.1657220Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_modules.TestModules-20221123012609.xml 2022-11-23T01:27:13.1657420Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestNamedTuple-20221123012609.xml 2022-11-23T01:27:13.1657660Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_op_decompositions.TestOpDecompositions-20221123012609.xml 2022-11-23T01:27:13.1658010Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_optimize_for_mobile_preserve_debug_info.TestOptimizeForMobilePreserveDebugInfo-20221123012609.xml 2022-11-23T01:27:13.1658250Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_parametrization.TestParametrization-20221123012609.xml 2022-11-23T01:27:13.1658450Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_peephole.TestPeephole-20221123012609.xml 2022-11-23T01:27:13.1658640Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestProducerVersion-20221123012609.xml 2022-11-23T01:27:13.1658840Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_profiler.TestProfiler-20221123012609.xml 2022-11-23T01:27:13.1659060Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_bindings.TestPythonBindings-20221123012609.xml 2022-11-23T01:27:13.1659280Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_builtins.TestPythonBuiltinOP-20221123012609.xml 2022-11-23T01:27:13.1659480Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_python_ir.TestPythonIr-20221123012609.xml 2022-11-23T01:27:13.1659700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_recursive_script.TestRecursiveScript-20221123012609.xml 2022-11-23T01:27:13.1659990Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_remove_mutation.TestRemoveMutation-20221123012609.xml 2022-11-23T01:27:13.1660190Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoad-20221123012609.xml 2022-11-23T01:27:13.1660430Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load_for_op_version.TestSaveLoadForOpVersion-20221123012609.xml 2022-11-23T01:27:13.1660610Z Generated XML report: test-reports/python-unittest/test_jit/TEST-TestScript-20221123012609.xml 2022-11-23T01:27:13.1660810Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptDict-20221123012609.xml 2022-11-23T01:27:13.1661000Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_list_dict.TestScriptList-20221123012609.xml 2022-11-23T01:27:13.1661290Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_scriptmod_ann.TestScriptModuleInstanceAttributeTypeAnnotation-20221123012609.xml 2022-11-23T01:27:13.1661510Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_script_profile.TestScriptProfile-20221123012609.xml 2022-11-23T01:27:13.1661700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_slice.TestSlice-20221123012609.xml 2022-11-23T01:27:13.1661890Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_sparse.TestSparse-20221123012609.xml 2022-11-23T01:27:13.1662110Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_string_formatting.TestStringFormatting-20221123012609.xml 2022-11-23T01:27:13.1662360Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_symbolic_shape_analysis.TestSymbolicShapeAnalysis-20221123012609.xml 2022-11-23T01:27:13.1662570Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_builtins.TestTensorBuiltins-20221123012609.xml 2022-11-23T01:27:13.1662790Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_creation_ops.TestTensorCreationOps-20221123012609.xml 2022-11-23T01:27:13.1663010Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tensor_methods.TestTensorMethods-20221123012609.xml 2022-11-23T01:27:13.1663200Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_tracer.TestTracer-20221123012609.xml 2022-11-23T01:27:13.1663400Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_type_sharing.TestTypeSharing-20221123012609.xml 2022-11-23T01:27:13.1663700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_types.TestTypesAndAnnotation-20221123012609.xml 2022-11-23T01:27:13.1663900Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_typing.TestTyping-20221123012609.xml 2022-11-23T01:27:13.1664090Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_union.TestUnion-20221123012609.xml 2022-11-23T01:27:13.1664310Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_unsupported_ops.TestUnsupportedOps-20221123012609.xml 2022-11-23T01:27:13.1664520Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_upgraders.TestUpgraders-20221123012609.xml 2022-11-23T01:27:13.1664700Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_warn.TestWarn-20221123012609.xml 2022-11-23T01:27:13.1664890Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_with.TestWith-20221123012609.xml 2022-11-23T01:27:13.1665090Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackends-20221123012609.xml 2022-11-23T01:27:13.1665310Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backends.TestBackendsWithCompiler-20221123012609.xml 2022-11-23T01:27:13.1665520Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_data_parallel.TestDataParallel-20221123012609.xml 2022-11-23T01:27:13.1665760Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_ignore_context_manager.TestIgnoreContextManager-20221123012609.xml 2022-11-23T01:27:13.1666050Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_freezing.TestMKLDNNReinplacing-20221123012609.xml 2022-11-23T01:27:13.1666260Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_backend_nnapi.TestNnapiBackend-20221123012609.xml 2022-11-23T01:27:13.1666480Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_save_load.TestSaveLoadFlatbuffer-20221123012609.xml 2022-11-23T01:27:13.1666680Z Generated XML report: test-reports/python-unittest/test_jit/TEST-jit.test_torchbind.TestTorchbind-20221123012609.xml 2022-11-23T01:27:13.1666680Z 2022-11-23T01:27:13.1667000Z ##[endgroup] 2022-11-23T01:27:13.1667210Z FINISHED PRINTING LOG FILE of test_jit (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_0x6w_kxm) 2022-11-23T01:27:13.1667210Z 2022-11-23T01:27:14.2073540Z Running test_binary_ufuncs ... [2022-11-23 01:27:14.207062] 2022-11-23T01:27:14.2075100Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_binary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:14.207348] 2022-11-23T01:27:14.2075480Z Ignoring disabled issues: [] 2022-11-23T01:27:51.0540570Z 2022-11-23T01:27:51.0540990Z Expand the folded group to see the log file of test_binary_ufuncs 2022-11-23T01:27:51.0542690Z ##[group]PRINTING LOG FILE of test_binary_ufuncs (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_binary_ufuncs_z9flyx1e) 2022-11-23T01:27:51.0543470Z 2022-11-23T01:27:51.0543620Z Running tests... 2022-11-23T01:27:51.0544260Z ---------------------------------------------------------------------- 2022-11-23T01:27:51.0544630Z Test results will be stored in test-reports/python-unittest/test_binary_ufuncs 2022-11-23T01:27:51.0545000Z test___add___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0545300Z test___add___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0545580Z test___add___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0546110Z test___add___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0546610Z test___add___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0546900Z test___add___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0547940Z test___add___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0548910Z test___add___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0549290Z test___and___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0549880Z test___and___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0550160Z test___and___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0550420Z test___and___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0550660Z test___and___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0551280Z test___and___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0551940Z test___and___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0552230Z test___and___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0552500Z test___eq___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0552810Z test___eq___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0553110Z test___eq___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0553590Z test___eq___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0553850Z test___eq___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0554580Z test___eq___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0554850Z test___eq___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0555160Z test___eq___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0555450Z test___floordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0555960Z test___floordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0556200Z test___floordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0556480Z test___floordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0620010Z test___floordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0620500Z test___floordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0620800Z test___floordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0621100Z test___floordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0621400Z test___ge___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0621670Z test___ge___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0621930Z test___ge___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0622180Z test___ge___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0622600Z test___ge___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0622870Z test___ge___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0623120Z test___ge___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0623380Z test___ge___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0623640Z test___gt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0624120Z test___gt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0624400Z test___gt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0624650Z test___gt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0624960Z test___gt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0625210Z test___gt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0625470Z test___gt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0625720Z test___gt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0625980Z test___iadd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0626260Z test___iadd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0626530Z test___iadd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0626790Z test___iadd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0627050Z test___iadd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0627380Z test___iadd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0627670Z test___iadd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0627930Z test___iadd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0628190Z test___iand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0628450Z test___iand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0628710Z test___iand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0628960Z test___iand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0629240Z test___iand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0629490Z test___iand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0629760Z test___iand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0641300Z test___iand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0641560Z test___ifloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0641820Z test___ifloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0642070Z test___ifloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0642350Z test___ifloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0642600Z test___ifloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0642850Z test___ifloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0643100Z test___ifloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0643350Z test___ifloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0643590Z test___ilshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0643830Z test___ilshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0644160Z test___ilshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0644610Z test___ilshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0644860Z test___ilshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0645100Z test___ilshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0645340Z test___ilshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0645580Z test___ilshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0645820Z test___imod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0646070Z test___imod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0646310Z test___imod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0646550Z test___imod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0646790Z test___imod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0647040Z test___imod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0647280Z test___imod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0647570Z test___imod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0647810Z test___imul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0648050Z test___imul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0648290Z test___imul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0648530Z test___imul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0648770Z test___imul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0649010Z test___imul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0649250Z test___imul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0649490Z test___imul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0649730Z test___ior___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0649970Z test___ior___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0650220Z test___ior___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0650450Z test___ior___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0650690Z test___ior___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0650940Z test___ior___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0651170Z test___ior___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0651410Z test___ior___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0651650Z test___ipow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0651890Z test___ipow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0652130Z test___ipow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0652370Z test___ipow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0652600Z test___ipow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0652890Z test___ipow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0653130Z test___ipow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0653380Z test___ipow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0653620Z test___irshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0653870Z test___irshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0654110Z test___irshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0654360Z test___irshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0654600Z test___irshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0654840Z test___irshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0655120Z test___irshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0655400Z test___irshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0655660Z test___isub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0655930Z test___isub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0656230Z test___isub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0656490Z test___isub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0656780Z test___isub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0657040Z test___isub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0657330Z test___isub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0657590Z test___isub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0657860Z test___itruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0658130Z test___itruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0658410Z test___itruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0658690Z test___itruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0658960Z test___itruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0659240Z test___itruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0659530Z test___itruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0659790Z test___itruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0660060Z test___ixor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0660320Z test___ixor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0660580Z test___ixor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0660840Z test___ixor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0661120Z test___ixor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0661390Z test___ixor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0661660Z test___ixor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0662000Z test___ixor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0662290Z test___le___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0662550Z test___le___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0662800Z test___le___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0663070Z test___le___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0663330Z test___le___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0663630Z test___le___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0663890Z test___le___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0664150Z test___le___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0664460Z test___lshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0664730Z test___lshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0665010Z test___lshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0665300Z test___lshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0665680Z test___lshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0665960Z test___lshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0666220Z test___lshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0666480Z test___lshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0666750Z test___lt___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0667010Z test___lt___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0667270Z test___lt___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0667530Z test___lt___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0667790Z test___lt___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0668060Z test___lt___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0668320Z test___lt___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0668580Z test___lt___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0668840Z test___matmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0669110Z test___matmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0669400Z test___matmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0669690Z test___matmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0669980Z test___matmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0670240Z test___matmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0670500Z test___matmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0670760Z test___matmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0671030Z test___mod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0671290Z test___mod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0671580Z test___mod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0671850Z test___mod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0672160Z test___mod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0672420Z test___mod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0672680Z test___mod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0672940Z test___mod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0673210Z test___mul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0673470Z test___mul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0673730Z test___mul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0673990Z test___mul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0674310Z test___mul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0674560Z test___mul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0674850Z test___mul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0675100Z test___mul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0675360Z test___ne___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0675630Z test___ne___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0675890Z test___ne___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0676160Z test___ne___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0676450Z test___ne___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0679900Z test___ne___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0680180Z test___ne___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0680440Z test___ne___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0680700Z test___or___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0680960Z test___or___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0681220Z test___or___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0681480Z test___or___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0681740Z test___or___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0681990Z test___or___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0682300Z test___or___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0682550Z test___or___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0682810Z test___pow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0683080Z test___pow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0683350Z test___pow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0683610Z test___pow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0683870Z test___pow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0684180Z test___pow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0684460Z test___pow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0684730Z test___pow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0684990Z test___radd___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0685250Z test___radd___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0685520Z test___radd___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0685780Z test___radd___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0686040Z test___radd___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0686300Z test___radd___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0686620Z test___radd___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0686870Z test___radd___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0687160Z test___rand___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0687510Z test___rand___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0687770Z test___rand___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0688030Z test___rand___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0688290Z test___rand___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0688590Z test___rand___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0688860Z test___rand___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0689120Z test___rand___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0689390Z test___rfloordiv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0689670Z test___rfloordiv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0689940Z test___rfloordiv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0690240Z test___rfloordiv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0690510Z test___rfloordiv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0690770Z test___rfloordiv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0691070Z test___rfloordiv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0691340Z test___rfloordiv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0691640Z test___rlshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0691930Z test___rlshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0692200Z test___rlshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0692460Z test___rlshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0692720Z test___rlshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0693000Z test___rlshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0693270Z test___rlshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0693570Z test___rlshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0693840Z test___rmatmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0694100Z test___rmatmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0694370Z test___rmatmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0694630Z test___rmatmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0694890Z test___rmatmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0695150Z test___rmatmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0695440Z test___rmatmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0695710Z test___rmatmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0695970Z test___rmod___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0696240Z test___rmod___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0696520Z test___rmod___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0696840Z test___rmod___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0697100Z test___rmod___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0697380Z test___rmod___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0697640Z test___rmod___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0697890Z test___rmod___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0698150Z test___rmul___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0698420Z test___rmul___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0698690Z test___rmul___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0698950Z test___rmul___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0699210Z test___rmul___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0699500Z test___rmul___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0699760Z test___rmul___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0700020Z test___rmul___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0700280Z test___ror___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0700550Z test___ror___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0700810Z test___ror___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0701070Z test___ror___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0701360Z test___ror___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0701630Z test___ror___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0701910Z test___ror___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0702170Z test___ror___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0702430Z test___rpow___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0702740Z test___rpow___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0703080Z test___rpow___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0703340Z test___rpow___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0703600Z test___rpow___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0703880Z test___rpow___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0704160Z test___rpow___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0704420Z test___rpow___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0704690Z test___rrshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0704970Z test___rrshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0705230Z test___rrshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0705530Z test___rrshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0705800Z test___rrshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0706070Z test___rrshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0706480Z test___rrshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0706740Z test___rrshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0707000Z test___rshift___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0707270Z test___rshift___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0707540Z test___rshift___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0707890Z test___rshift___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0708170Z test___rshift___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0708430Z test___rshift___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0708700Z test___rshift___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0708960Z test___rshift___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0709210Z test___rsub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0709470Z test___rsub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0709730Z test___rsub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0709980Z test___rsub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0710240Z test___rsub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0710500Z test___rsub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0710760Z test___rsub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0711030Z test___rsub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0711700Z test___rtruediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0711980Z test___rtruediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0712260Z test___rtruediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0712580Z test___rtruediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0712850Z test___rtruediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0713130Z test___rtruediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0713390Z test___rtruediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0713660Z test___rtruediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0714160Z test___rxor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0714430Z test___rxor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0714690Z test___rxor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0714950Z test___rxor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0715220Z test___rxor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0715490Z test___rxor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0715760Z test___rxor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0716020Z test___rxor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0716360Z test___sub___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0716620Z test___sub___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0716910Z test___sub___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0717170Z test___sub___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0717470Z test___sub___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0717730Z test___sub___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0717980Z test___sub___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0718240Z test___sub___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0718540Z test___truediv___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0718800Z test___truediv___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0719070Z test___truediv___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0719330Z test___truediv___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0719590Z test___truediv___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0719880Z test___truediv___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0720140Z test___truediv___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0720400Z test___truediv___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0720660Z test___xor___not_implemented_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0720910Z test___xor___not_implemented_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0721340Z test___xor___not_implemented_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0721600Z test___xor___not_implemented_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0721850Z test___xor___not_implemented_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0722100Z test___xor___not_implemented_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0722460Z test___xor___not_implemented_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0722750Z test___xor___not_implemented_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.000s) 2022-11-23T01:27:51.0723000Z test_add_broadcast_empty_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0723240Z test_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:27:51.0723480Z test_add_with_tail_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.214s) 2022-11-23T01:27:51.0723730Z test_addcmul_scalars_as_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0724000Z test_addsub_half_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0724240Z test_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0724470Z test_atan2_edgecases_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0724730Z test_batch_vs_slicing___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0724990Z test_batch_vs_slicing___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0725280Z test_batch_vs_slicing___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0725550Z test_batch_vs_slicing___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0725910Z test_batch_vs_slicing___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0726170Z test_batch_vs_slicing___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0726420Z test_batch_vs_slicing___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0726670Z test_batch_vs_slicing___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0726930Z test_batch_vs_slicing___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0727190Z test_batch_vs_slicing___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0727440Z test_batch_vs_slicing___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0727690Z test_batch_vs_slicing___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0727950Z test_batch_vs_slicing___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0728210Z test_batch_vs_slicing___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0728460Z test_batch_vs_slicing___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0728720Z test_batch_vs_slicing___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0728970Z test_batch_vs_slicing___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0729240Z test_batch_vs_slicing___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0729500Z test_batch_vs_slicing___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0729750Z test_batch_vs_slicing___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0730020Z test_batch_vs_slicing___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0730280Z test_batch_vs_slicing___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0730550Z test_batch_vs_slicing___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0730800Z test_batch_vs_slicing___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0731060Z test_batch_vs_slicing___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0731310Z test_batch_vs_slicing___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0731650Z test_batch_vs_slicing___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0731910Z test_batch_vs_slicing___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0732160Z test_batch_vs_slicing___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0732410Z test_batch_vs_slicing___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0732680Z test_batch_vs_slicing___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0732950Z test_batch_vs_slicing___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0733250Z test_batch_vs_slicing___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0733500Z test_batch_vs_slicing___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0733750Z test_batch_vs_slicing___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0734010Z test_batch_vs_slicing___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0734270Z test_batch_vs_slicing___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0734530Z test_batch_vs_slicing___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0734820Z test_batch_vs_slicing___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0735080Z test_batch_vs_slicing___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0735330Z test_batch_vs_slicing___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0735580Z test_batch_vs_slicing___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0735830Z test_batch_vs_slicing___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0736080Z test_batch_vs_slicing___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0736340Z test_batch_vs_slicing___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0736590Z test_batch_vs_slicing___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0736850Z test_batch_vs_slicing___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0737110Z test_batch_vs_slicing___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0737440Z test_batch_vs_slicing___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0737690Z test_batch_vs_slicing___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0737940Z test_batch_vs_slicing___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0738180Z test_batch_vs_slicing___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0739000Z test_batch_vs_slicing___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /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:27:51.0739570Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:27:51.0739760Z ok (0.005s) 2022-11-23T01:27:51.0739960Z test_batch_vs_slicing___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.0740230Z test_batch_vs_slicing___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.0740490Z test_batch_vs_slicing___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0740810Z test_batch_vs_slicing___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0748260Z test_batch_vs_slicing___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0748550Z test_batch_vs_slicing___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0748800Z test_batch_vs_slicing___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0749050Z test_batch_vs_slicing___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0749280Z test_batch_vs_slicing___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0749530Z test_batch_vs_slicing___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0749770Z test_batch_vs_slicing___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0750030Z test_batch_vs_slicing___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0750280Z test_batch_vs_slicing___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0750520Z test_batch_vs_slicing___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0750770Z test_batch_vs_slicing___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0751170Z test_batch_vs_slicing___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0751420Z test_batch_vs_slicing___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0751650Z test_batch_vs_slicing___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0751890Z test_batch_vs_slicing___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0752130Z test_batch_vs_slicing___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0752380Z test_batch_vs_slicing___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0752620Z test_batch_vs_slicing___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0752850Z test_batch_vs_slicing___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0753090Z test_batch_vs_slicing___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0753330Z test_batch_vs_slicing___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0753570Z test_batch_vs_slicing___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0753800Z test_batch_vs_slicing___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0754040Z test_batch_vs_slicing_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0754280Z test_batch_vs_slicing_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0754530Z test_batch_vs_slicing_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0755230Z test_batch_vs_slicing_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... /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:27:51.0755690Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T01:27:51.0755860Z ok (0.003s) 2022-11-23T01:27:51.0756040Z test_batch_vs_slicing_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0756290Z test_batch_vs_slicing_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0756540Z test_batch_vs_slicing_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0756820Z test_batch_vs_slicing_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0757070Z test_batch_vs_slicing_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0757310Z test_batch_vs_slicing_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0757540Z test_batch_vs_slicing_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0757780Z test_batch_vs_slicing_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0758010Z test_batch_vs_slicing_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0758250Z test_batch_vs_slicing_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0758490Z test_batch_vs_slicing_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0758730Z test_batch_vs_slicing_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0758980Z test_batch_vs_slicing_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0759220Z test_batch_vs_slicing_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0759460Z test_batch_vs_slicing_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0759690Z test_batch_vs_slicing_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0759960Z test_batch_vs_slicing_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0760200Z test_batch_vs_slicing_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0760440Z test_batch_vs_slicing_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0760690Z test_batch_vs_slicing_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0760940Z test_batch_vs_slicing_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0761190Z test_batch_vs_slicing_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0761430Z test_batch_vs_slicing_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0761680Z test_batch_vs_slicing_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0761940Z test_batch_vs_slicing_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0762200Z test_batch_vs_slicing_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0762460Z test_batch_vs_slicing_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0762720Z test_batch_vs_slicing_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0762970Z test_batch_vs_slicing_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0763220Z test_batch_vs_slicing_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0763470Z test_batch_vs_slicing_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0763720Z test_batch_vs_slicing_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0763960Z test_batch_vs_slicing_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0764210Z test_batch_vs_slicing_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0764450Z test_batch_vs_slicing_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0764710Z test_batch_vs_slicing_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0764980Z test_batch_vs_slicing_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0765260Z test_batch_vs_slicing_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0765520Z test_batch_vs_slicing_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0765780Z test_batch_vs_slicing_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0766040Z test_batch_vs_slicing_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0766290Z test_batch_vs_slicing_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0766530Z test_batch_vs_slicing_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0766780Z test_batch_vs_slicing_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0767020Z test_batch_vs_slicing_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0767270Z test_batch_vs_slicing_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0767520Z test_batch_vs_slicing_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0767770Z test_batch_vs_slicing_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0768020Z test_batch_vs_slicing_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0768310Z test_batch_vs_slicing_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0768570Z test_batch_vs_slicing_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0768820Z test_batch_vs_slicing_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0769060Z test_batch_vs_slicing_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0769300Z test_batch_vs_slicing_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0769540Z test_batch_vs_slicing_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0769780Z test_batch_vs_slicing_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0770040Z test_batch_vs_slicing_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0770280Z test_batch_vs_slicing_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0770530Z test_batch_vs_slicing_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0770780Z test_batch_vs_slicing_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0771020Z test_batch_vs_slicing_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0771260Z test_batch_vs_slicing_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0771500Z test_batch_vs_slicing_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0771740Z test_batch_vs_slicing_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0771980Z test_batch_vs_slicing_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0772220Z test_batch_vs_slicing_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0772460Z test_batch_vs_slicing_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0772700Z test_batch_vs_slicing_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0772940Z test_batch_vs_slicing_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0773180Z test_batch_vs_slicing_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0773430Z test_batch_vs_slicing_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0773710Z test_batch_vs_slicing_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0773960Z test_batch_vs_slicing_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0774200Z test_batch_vs_slicing_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0774450Z test_batch_vs_slicing_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0774690Z test_batch_vs_slicing_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0774930Z test_batch_vs_slicing_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0775180Z test_batch_vs_slicing_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0775420Z test_batch_vs_slicing_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0775680Z test_batch_vs_slicing_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0775950Z test_batch_vs_slicing_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0776220Z test_batch_vs_slicing_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0776470Z test_batch_vs_slicing_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0776750Z test_batch_vs_slicing_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0777020Z test_batch_vs_slicing_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0777280Z test_batch_vs_slicing_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0777530Z test_batch_vs_slicing_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0777800Z test_batch_vs_slicing_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0778060Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0778330Z test_batch_vs_slicing_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0778600Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0778870Z test_batch_vs_slicing_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0783950Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0784290Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0784550Z test_batch_vs_slicing_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0784810Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0785070Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0785330Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0785580Z test_batch_vs_slicing_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0785840Z test_batch_vs_slicing_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0786100Z test_batch_vs_slicing_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0786360Z test_batch_vs_slicing_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0786610Z test_batch_vs_slicing_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0787170Z test_batch_vs_slicing_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0787450Z test_batch_vs_slicing_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0787710Z test_batch_vs_slicing_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0787960Z test_batch_vs_slicing_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0788220Z test_batch_vs_slicing_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0788470Z test_batch_vs_slicing_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0788730Z test_batch_vs_slicing_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0788970Z test_batch_vs_slicing_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0789210Z test_batch_vs_slicing_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0789450Z test_batch_vs_slicing_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0789690Z test_batch_vs_slicing_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0789930Z test_batch_vs_slicing_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0790300Z test_batch_vs_slicing_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0790530Z test_batch_vs_slicing_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0790760Z test_batch_vs_slicing_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0791000Z test_batch_vs_slicing_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0791220Z test_batch_vs_slicing_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0791460Z test_batch_vs_slicing_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0791690Z test_batch_vs_slicing_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0791930Z test_batch_vs_slicing_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0792180Z test_batch_vs_slicing_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0792430Z test_batch_vs_slicing_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.0792690Z test_batch_vs_slicing_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.0792940Z test_batch_vs_slicing_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0793200Z test_batch_vs_slicing_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0793450Z test_batch_vs_slicing_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0793690Z test_batch_vs_slicing_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0793940Z test_batch_vs_slicing_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0794180Z test_batch_vs_slicing_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0794420Z test_batch_vs_slicing_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0794660Z test_batch_vs_slicing_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0794930Z test_batch_vs_slicing_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.0795190Z test_batch_vs_slicing_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.0795500Z test_batch_vs_slicing_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0795760Z test_batch_vs_slicing_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0796000Z test_batch_vs_slicing_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0796250Z test_batch_vs_slicing_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0796500Z test_batch_vs_slicing_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0796740Z test_batch_vs_slicing_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0796980Z test_batch_vs_slicing_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0797220Z test_batch_vs_slicing_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0797470Z test_batch_vs_slicing_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0797710Z test_batch_vs_slicing_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0797940Z test_batch_vs_slicing_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0798180Z test_batch_vs_slicing_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0798420Z test_batch_vs_slicing_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0798680Z test_batch_vs_slicing_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0798910Z test_batch_vs_slicing_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0799150Z test_batch_vs_slicing_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0799380Z test_batch_vs_slicing_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0799620Z test_batch_vs_slicing_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0799870Z test_batch_vs_slicing_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0800110Z test_batch_vs_slicing_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0800340Z test_batch_vs_slicing_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0800580Z test_batch_vs_slicing_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0800810Z test_batch_vs_slicing_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0801040Z test_batch_vs_slicing_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0801270Z test_batch_vs_slicing_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0801500Z test_batch_vs_slicing_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0801740Z test_batch_vs_slicing_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0801980Z test_batch_vs_slicing_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0802220Z test_batch_vs_slicing_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0802450Z test_batch_vs_slicing_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0802690Z test_batch_vs_slicing_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0802920Z test_batch_vs_slicing_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0803140Z test_batch_vs_slicing_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0803370Z test_batch_vs_slicing_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0803600Z test_batch_vs_slicing_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0803880Z test_batch_vs_slicing_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0804110Z test_batch_vs_slicing_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0804350Z test_batch_vs_slicing_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0804580Z test_batch_vs_slicing_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0804810Z test_batch_vs_slicing_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0805040Z test_batch_vs_slicing_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0805270Z test_batch_vs_slicing_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0805510Z test_batch_vs_slicing_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0805750Z test_batch_vs_slicing_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0805980Z test_batch_vs_slicing_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0806210Z test_batch_vs_slicing_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0806440Z test_batch_vs_slicing_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0806670Z test_batch_vs_slicing_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0806940Z test_batch_vs_slicing_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0807170Z test_batch_vs_slicing_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0807400Z test_batch_vs_slicing_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0807640Z test_batch_vs_slicing_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0807870Z test_batch_vs_slicing_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0808100Z test_batch_vs_slicing_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0808340Z test_batch_vs_slicing_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0808570Z test_batch_vs_slicing_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0808790Z test_batch_vs_slicing_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0809020Z test_batch_vs_slicing_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0809250Z test_batch_vs_slicing_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0809490Z test_batch_vs_slicing_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0809720Z test_batch_vs_slicing_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0809960Z test_batch_vs_slicing_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0810210Z test_batch_vs_slicing_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0810460Z test_batch_vs_slicing_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0810710Z test_batch_vs_slicing_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0810950Z test_batch_vs_slicing_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0811190Z test_batch_vs_slicing_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0811440Z test_batch_vs_slicing_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0811680Z test_batch_vs_slicing_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0811920Z test_batch_vs_slicing_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0812160Z test_batch_vs_slicing_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0812440Z test_batch_vs_slicing_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0812690Z test_batch_vs_slicing_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0812940Z test_batch_vs_slicing_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0813180Z test_batch_vs_slicing_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0813420Z test_batch_vs_slicing_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0813660Z test_batch_vs_slicing_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0813900Z test_batch_vs_slicing_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0819260Z test_batch_vs_slicing_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0819520Z test_batch_vs_slicing_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0819760Z test_batch_vs_slicing_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0820110Z test_batch_vs_slicing_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0820350Z test_batch_vs_slicing_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0820700Z test_batch_vs_slicing_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0820940Z test_batch_vs_slicing_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0821190Z test_batch_vs_slicing_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0821430Z test_batch_vs_slicing_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.0821670Z test_batch_vs_slicing_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0821910Z test_batch_vs_slicing_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0822150Z test_batch_vs_slicing_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0822390Z test_batch_vs_slicing_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0822630Z test_batch_vs_slicing_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0822870Z test_batch_vs_slicing_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0823110Z test_batch_vs_slicing_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0823380Z test_batch_vs_slicing_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0823670Z test_batch_vs_slicing_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0823970Z test_batch_vs_slicing_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0824260Z test_batch_vs_slicing_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0824550Z test_batch_vs_slicing_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0824840Z test_batch_vs_slicing_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0825120Z test_batch_vs_slicing_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0825410Z test_batch_vs_slicing_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0825690Z test_batch_vs_slicing_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0826090Z test_batch_vs_slicing_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0826420Z test_batch_vs_slicing_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0826710Z test_batch_vs_slicing_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0827000Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0827320Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0827630Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0827940Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0828260Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0828570Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0828950Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0829260Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0829560Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0829860Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0830160Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0830460Z test_batch_vs_slicing_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0830720Z test_batch_vs_slicing_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0830960Z test_batch_vs_slicing_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0831190Z test_batch_vs_slicing_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0831430Z test_batch_vs_slicing_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0831660Z test_batch_vs_slicing_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0831900Z test_batch_vs_slicing_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0832140Z test_batch_vs_slicing_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0832390Z test_batch_vs_slicing_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.0832630Z test_batch_vs_slicing_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.0832880Z test_batch_vs_slicing_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0833120Z test_batch_vs_slicing_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0833360Z test_batch_vs_slicing_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0833600Z test_batch_vs_slicing_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0833840Z test_batch_vs_slicing_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0834120Z test_batch_vs_slicing_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0834360Z test_batch_vs_slicing_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0834600Z test_batch_vs_slicing_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0834830Z test_batch_vs_slicing_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0835060Z test_batch_vs_slicing_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0835300Z test_batch_vs_slicing_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0835530Z test_batch_vs_slicing_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0835770Z test_batch_vs_slicing_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0836000Z test_batch_vs_slicing_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0836230Z test_batch_vs_slicing_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0836470Z test_batch_vs_slicing_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0836700Z test_batch_vs_slicing_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0836930Z test_batch_vs_slicing_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0837210Z test_batch_vs_slicing_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0837460Z test_batch_vs_slicing_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0837710Z test_batch_vs_slicing_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0837970Z test_batch_vs_slicing_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0838220Z test_batch_vs_slicing_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0838470Z test_batch_vs_slicing_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0838720Z test_batch_vs_slicing_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0838970Z test_batch_vs_slicing_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0839210Z test_batch_vs_slicing_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0839450Z test_batch_vs_slicing_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0839700Z test_batch_vs_slicing_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0839940Z test_batch_vs_slicing_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0840190Z test_batch_vs_slicing_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0840440Z test_batch_vs_slicing_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0840690Z test_batch_vs_slicing_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0840940Z test_batch_vs_slicing_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0841200Z test_batch_vs_slicing_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0841450Z test_batch_vs_slicing_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0841690Z test_batch_vs_slicing_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0841940Z test_batch_vs_slicing_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0842180Z test_batch_vs_slicing_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0842470Z test_batch_vs_slicing_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0842720Z test_batch_vs_slicing_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0842960Z test_batch_vs_slicing_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0843210Z test_batch_vs_slicing_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0843450Z test_batch_vs_slicing_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0843710Z test_batch_vs_slicing_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0843970Z test_batch_vs_slicing_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0844220Z test_batch_vs_slicing_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0844470Z test_batch_vs_slicing_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0844940Z test_batch_vs_slicing_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0845180Z test_batch_vs_slicing_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0845430Z test_batch_vs_slicing_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0845720Z test_batch_vs_slicing_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0845960Z test_batch_vs_slicing_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0846210Z test_batch_vs_slicing_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0846450Z test_batch_vs_slicing_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0846690Z test_batch_vs_slicing_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0846930Z test_batch_vs_slicing_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0847160Z test_batch_vs_slicing_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0847550Z test_batch_vs_slicing_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0847790Z test_batch_vs_slicing_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0848030Z test_batch_vs_slicing_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0848260Z test_batch_vs_slicing_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0848670Z test_batch_vs_slicing_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0848900Z test_batch_vs_slicing_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0849180Z test_batch_vs_slicing_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0849430Z test_batch_vs_slicing_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0849680Z test_batch_vs_slicing_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0850140Z test_batch_vs_slicing_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0850420Z test_batch_vs_slicing_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0850670Z test_batch_vs_slicing_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0850910Z test_batch_vs_slicing_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0851400Z test_batch_vs_slicing_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0857850Z test_batch_vs_slicing_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0858100Z test_batch_vs_slicing_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0858470Z test_batch_vs_slicing_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0858720Z test_batch_vs_slicing_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0859160Z test_batch_vs_slicing_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0859410Z test_batch_vs_slicing_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0859650Z test_batch_vs_slicing_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0859890Z test_batch_vs_slicing_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0860130Z test_batch_vs_slicing_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0860370Z test_batch_vs_slicing_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0860620Z test_batch_vs_slicing_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0860860Z test_batch_vs_slicing_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0861290Z test_batch_vs_slicing_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0861540Z test_batch_vs_slicing_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0861830Z test_batch_vs_slicing_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0862070Z test_batch_vs_slicing_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0862320Z test_batch_vs_slicing_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0862750Z test_batch_vs_slicing_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0863000Z test_batch_vs_slicing_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0863240Z test_batch_vs_slicing_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0863470Z test_batch_vs_slicing_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0863960Z test_batch_vs_slicing_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0864210Z test_batch_vs_slicing_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0864450Z test_batch_vs_slicing_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0864690Z test_batch_vs_slicing_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0864930Z test_batch_vs_slicing_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0865370Z test_batch_vs_slicing_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0865610Z test_batch_vs_slicing_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0865850Z test_batch_vs_slicing_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0866090Z test_batch_vs_slicing_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0866330Z test_batch_vs_slicing_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0866570Z test_batch_vs_slicing_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0866800Z test_batch_vs_slicing_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0867040Z test_batch_vs_slicing_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0867280Z test_batch_vs_slicing_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0867510Z test_batch_vs_slicing_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0867870Z test_batch_vs_slicing_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0868120Z test_batch_vs_slicing_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0868360Z test_batch_vs_slicing_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0868600Z test_batch_vs_slicing_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0868830Z test_batch_vs_slicing_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0869060Z test_batch_vs_slicing_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0869300Z test_batch_vs_slicing_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0869530Z test_batch_vs_slicing_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0869760Z test_batch_vs_slicing_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0870000Z test_batch_vs_slicing_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0870230Z test_batch_vs_slicing_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0870470Z test_batch_vs_slicing_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0870710Z test_batch_vs_slicing_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0871000Z test_batch_vs_slicing_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0871230Z test_batch_vs_slicing_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0871460Z test_batch_vs_slicing_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0871700Z test_batch_vs_slicing_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0871920Z test_batch_vs_slicing_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0872160Z test_batch_vs_slicing_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0872390Z test_batch_vs_slicing_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0872630Z test_batch_vs_slicing_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0872870Z test_batch_vs_slicing_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0873120Z test_batch_vs_slicing_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0873370Z test_batch_vs_slicing_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0873620Z test_batch_vs_slicing_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0873860Z test_batch_vs_slicing_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0874100Z test_batch_vs_slicing_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0874350Z test_batch_vs_slicing_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.0874590Z test_batch_vs_slicing_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.0874830Z test_batch_vs_slicing_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0875070Z test_batch_vs_slicing_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0875310Z test_batch_vs_slicing_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0875540Z test_batch_vs_slicing_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0875780Z test_batch_vs_slicing_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0876010Z test_batch_vs_slicing_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0876310Z test_batch_vs_slicing_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0876550Z test_batch_vs_slicing_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0876790Z test_batch_vs_slicing_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0877040Z test_batch_vs_slicing_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0877290Z test_batch_vs_slicing_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0877530Z test_batch_vs_slicing_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0877780Z test_batch_vs_slicing_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0878020Z test_batch_vs_slicing_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0878260Z test_batch_vs_slicing_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0878510Z test_batch_vs_slicing_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0878750Z test_batch_vs_slicing_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0878990Z test_batch_vs_slicing_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0879230Z test_batch_vs_slicing_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0879550Z test_batch_vs_slicing_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0879800Z test_batch_vs_slicing_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0880040Z test_batch_vs_slicing_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0880270Z test_batch_vs_slicing_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0880510Z test_batch_vs_slicing_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0880750Z test_batch_vs_slicing_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0880980Z test_batch_vs_slicing_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0881220Z test_batch_vs_slicing_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0881450Z test_batch_vs_slicing_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0881720Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0882000Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0882290Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0882570Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0882850Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0883130Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0883400Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0883680Z test_batch_vs_slicing_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0883960Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0884230Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0884510Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0884820Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0885130Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0885400Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0885670Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0885950Z test_batch_vs_slicing_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0886490Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0886970Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0887410Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0887840Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0888400Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0888850Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0889280Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0889700Z test_batch_vs_slicing_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0890120Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0890580Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0891020Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0896890Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0897470Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0897890Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0898330Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0898780Z test_batch_vs_slicing_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0899100Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0899540Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0899840Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0900120Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0900410Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0900690Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0900970Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0901240Z test_batch_vs_slicing_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0901520Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0901790Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0902090Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0902420Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0902710Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0902990Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0903270Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0903540Z test_batch_vs_slicing_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0903830Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0904110Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0904410Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0904690Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0904970Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0905260Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0905530Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0905810Z test_batch_vs_slicing_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0906220Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0906660Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0907110Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0907540Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0908070Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0908520Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0908970Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0909420Z test_batch_vs_slicing_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0909850Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0910360Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0910820Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0911270Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0911800Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0912260Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0912770Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0913220Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0913660Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0914110Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0914550Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0914990Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0915420Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0915870Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0916300Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0916750Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0917240Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0917700Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0918140Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0918600Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0919030Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0919470Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0920000Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0920510Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0920950Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0921390Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0921830Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0922270Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0922700Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0923140Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0923580Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0924020Z test_batch_vs_slicing_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.0924340Z test_batch_vs_slicing_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0924610Z test_batch_vs_slicing_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0924880Z test_batch_vs_slicing_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0925140Z test_batch_vs_slicing_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0925410Z test_batch_vs_slicing_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0925710Z test_batch_vs_slicing_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0925990Z test_batch_vs_slicing_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0926240Z test_batch_vs_slicing_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0926490Z test_batch_vs_slicing_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0926750Z test_batch_vs_slicing_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0927000Z test_batch_vs_slicing_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0927250Z test_batch_vs_slicing_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0927510Z test_batch_vs_slicing_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0927760Z test_batch_vs_slicing_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0928010Z test_batch_vs_slicing_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0928260Z test_batch_vs_slicing_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0928510Z test_batch_vs_slicing_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0928790Z test_batch_vs_slicing_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0929040Z test_batch_vs_slicing_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0929290Z test_batch_vs_slicing_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0929540Z test_batch_vs_slicing_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0929780Z test_batch_vs_slicing_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0948020Z test_batch_vs_slicing_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0948560Z test_batch_vs_slicing_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0948820Z test_batch_vs_slicing_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0949060Z test_batch_vs_slicing_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0949310Z test_batch_vs_slicing_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0949540Z test_batch_vs_slicing_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0949790Z test_batch_vs_slicing_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0950040Z test_batch_vs_slicing_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0950290Z test_batch_vs_slicing_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0950560Z test_batch_vs_slicing_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0950820Z test_batch_vs_slicing_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0951080Z test_batch_vs_slicing_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0951350Z test_batch_vs_slicing_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0951600Z test_batch_vs_slicing_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0951860Z test_batch_vs_slicing_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0952110Z test_batch_vs_slicing_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0952430Z test_batch_vs_slicing_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0952760Z test_batch_vs_slicing_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0953010Z test_batch_vs_slicing_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0953260Z test_batch_vs_slicing_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0953510Z test_batch_vs_slicing_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0953760Z test_batch_vs_slicing_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0954000Z test_batch_vs_slicing_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0954260Z test_batch_vs_slicing_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0954490Z test_batch_vs_slicing_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0954740Z test_batch_vs_slicing_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0954980Z test_batch_vs_slicing_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0955230Z test_batch_vs_slicing_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0955470Z test_batch_vs_slicing_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0955710Z test_batch_vs_slicing_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.0956010Z test_binary_op_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.158s) 2022-11-23T01:27:51.0956300Z test_binary_op_scalar_device_unspecified_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T01:27:51.0956590Z test_binary_ops_with_scalars_cpu (__main__.TestBinaryUfuncsCPU) ... ok (2.816s) 2022-11-23T01:27:51.0956840Z test_bitwise_ops_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:27:51.0957070Z test_bitwise_ops_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.044s) 2022-11-23T01:27:51.0957300Z test_bitwise_ops_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.047s) 2022-11-23T01:27:51.0957510Z test_bitwise_ops_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.049s) 2022-11-23T01:27:51.0957730Z test_bitwise_ops_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:27:51.0957940Z test_bitwise_ops_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:27:51.0958180Z test_bool_tensor_comparison_ops_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0958430Z test_broadcasting_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0958670Z test_broadcasting_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0958920Z test_broadcasting_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0959170Z test_broadcasting_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0959420Z test_broadcasting_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0959660Z test_broadcasting_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0959960Z test_broadcasting_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0960200Z test_broadcasting_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0960510Z test_broadcasting_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0960750Z test_broadcasting_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.0960980Z test_broadcasting_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.0961230Z test_broadcasting_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0961480Z test_broadcasting_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.0961960Z test_broadcasting_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0962230Z test_broadcasting_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0962500Z test_broadcasting_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0962780Z test_broadcasting_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0963020Z test_broadcasting_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0963250Z test_broadcasting_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.0963480Z test_broadcasting_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0963710Z test_broadcasting_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.0963940Z test_broadcasting_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.0964180Z test_broadcasting_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0964430Z test_broadcasting_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0964670Z test_broadcasting_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.0965050Z test_broadcasting_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0965330Z test_broadcasting_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.0965620Z test_broadcasting_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.0965920Z test_broadcasting_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.0966230Z test_broadcasting_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.0966500Z test_broadcasting_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0966730Z test_broadcasting_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.0966960Z test_broadcasting_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.0967200Z test_broadcasting_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.0967450Z test_broadcasting_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0967700Z test_broadcasting_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.0967950Z test_broadcasting_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0968200Z test_broadcasting_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.0968440Z test_broadcasting_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.0968780Z test_broadcasting_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.0969010Z test_broadcasting_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0969260Z test_broadcasting_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0969500Z test_broadcasting_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0969750Z test_broadcasting_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0970000Z test_broadcasting_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0970250Z test_broadcasting_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0970500Z test_broadcasting_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0970810Z test_broadcasting_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0971060Z test_broadcasting_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0971300Z test_broadcasting_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.0971530Z test_broadcasting_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.0971770Z test_broadcasting_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0972010Z test_broadcasting_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0972260Z test_broadcasting_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0972500Z test_broadcasting_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0972740Z test_broadcasting_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0972980Z test_broadcasting_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.0973710Z test_cdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... /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:27:51.0974250Z warnings.warn(message, UserWarning) 2022-11-23T01:27:51.0974390Z ok (0.002s) 2022-11-23T01:27:51.0974560Z test_cmul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.0974830Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.0975140Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.0975430Z test_comparison_ops_type_promotion_and_broadcasting_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0975730Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0976030Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0976330Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0976630Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0976930Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0977230Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0977530Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0977830Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0978140Z test_comparison_ops_type_promotion_and_broadcasting_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0978450Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.0978740Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.056s) 2022-11-23T01:27:51.0979030Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.0979410Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.0979710Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0980000Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0980290Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0980590Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.0980890Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0981180Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.0981470Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0981760Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0982040Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0982330Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0982660Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0982950Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.0983240Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0983540Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0983840Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.0984130Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0984420Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0984710Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0985010Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0985300Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0985590Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0985870Z test_comparison_ops_type_promotion_and_broadcasting_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0986170Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0986460Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0986750Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0987050Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0987380Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0987700Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.0987990Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.0988270Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0988560Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0988860Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0989150Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0989450Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0989740Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0990030Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.0990320Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.0990670Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0990960Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0991260Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0991560Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0991850Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0992140Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.0992430Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0992720Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.0993010Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0993310Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.0993600Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.0993890Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.0999980Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1000270Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1000570Z test_comparison_ops_type_promotion_and_broadcasting_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1000860Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1001150Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1001440Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1001880Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1002180Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1002480Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1002770Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1003060Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1003350Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1003640Z test_comparison_ops_type_promotion_and_broadcasting_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1003910Z test_complex_scalar_pow_tensor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1004160Z test_complex_scalar_pow_tensor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1004420Z test_complex_scalar_pow_tensor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1004760Z test_complex_scalar_pow_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1005000Z test_complex_scalar_pow_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1005250Z test_complex_scalar_pow_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1005490Z test_complex_scalar_pow_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1005730Z test_complex_scalar_pow_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1005980Z test_complex_scalar_pow_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1006220Z test_complex_scalar_pow_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1006460Z test_contig_size1___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1006690Z test_contig_size1___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1006940Z test_contig_size1___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1007180Z test_contig_size1___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1007420Z test_contig_size1___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1007660Z test_contig_size1___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1007890Z test_contig_size1___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1008130Z test_contig_size1___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1008360Z test_contig_size1___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1008590Z test_contig_size1___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1008820Z test_contig_size1___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1009050Z test_contig_size1___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1009280Z test_contig_size1___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1009520Z test_contig_size1___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1009750Z test_contig_size1___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1009970Z test_contig_size1___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1010270Z test_contig_size1___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1010500Z test_contig_size1___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1010730Z test_contig_size1___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1010970Z test_contig_size1___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1011210Z test_contig_size1___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1011450Z test_contig_size1___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1011690Z test_contig_size1___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1011930Z test_contig_size1___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1012160Z test_contig_size1___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1012390Z test_contig_size1___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1012620Z test_contig_size1___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1012840Z test_contig_size1___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1013070Z test_contig_size1___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1013370Z test_contig_size1___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1013600Z test_contig_size1___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1013830Z test_contig_size1___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1014060Z test_contig_size1___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1014290Z test_contig_size1___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1014530Z test_contig_size1___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1014760Z test_contig_size1___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1015000Z test_contig_size1___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1015240Z test_contig_size1___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1015470Z test_contig_size1___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1015700Z test_contig_size1___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1015930Z test_contig_size1___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1016160Z test_contig_size1___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1016390Z test_contig_size1___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1016620Z test_contig_size1___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1016840Z test_contig_size1___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1017070Z test_contig_size1___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1017300Z test_contig_size1___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1017530Z test_contig_size1___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1017760Z test_contig_size1___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1017990Z test_contig_size1___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1018220Z test_contig_size1___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1018490Z test_contig_size1___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1018720Z test_contig_size1___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1018970Z test_contig_size1___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1019210Z test_contig_size1___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1019450Z test_contig_size1___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1019680Z test_contig_size1___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1019910Z test_contig_size1___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1020140Z test_contig_size1___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1020370Z test_contig_size1___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1020600Z test_contig_size1___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1020830Z test_contig_size1___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1021050Z test_contig_size1___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1021290Z test_contig_size1___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1021600Z test_contig_size1___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1021830Z test_contig_size1___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1022070Z test_contig_size1___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1022300Z test_contig_size1___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1022530Z test_contig_size1___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1022760Z test_contig_size1___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1022990Z test_contig_size1___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1023220Z test_contig_size1___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1023440Z test_contig_size1___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1023670Z test_contig_size1___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1023900Z test_contig_size1___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1024130Z test_contig_size1___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1024360Z test_contig_size1___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1024590Z test_contig_size1___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1024820Z test_contig_size1___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1025050Z test_contig_size1___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1025280Z test_contig_size1_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1025510Z test_contig_size1_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1025740Z test_contig_size1_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1025980Z test_contig_size1_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1026210Z test_contig_size1_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1026440Z test_contig_size1_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1026680Z test_contig_size1_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1026940Z test_contig_size1_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1027180Z test_contig_size1_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1027410Z test_contig_size1_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1027640Z test_contig_size1_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1027870Z test_contig_size1_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1028100Z test_contig_size1_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1028330Z test_contig_size1_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1028570Z test_contig_size1_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1028810Z test_contig_size1_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1029050Z test_contig_size1_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1029280Z test_contig_size1_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1038570Z test_contig_size1_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1038820Z test_contig_size1_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1039250Z test_contig_size1_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1039490Z test_contig_size1_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1039740Z test_contig_size1_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1039990Z test_contig_size1_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1040260Z test_contig_size1_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1040510Z test_contig_size1_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1040760Z test_contig_size1_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1041000Z test_contig_size1_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1041250Z test_contig_size1_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1041500Z test_contig_size1_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1041750Z test_contig_size1_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1042000Z test_contig_size1_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1042250Z test_contig_size1_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1042500Z test_contig_size1_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1042740Z test_contig_size1_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1042970Z test_contig_size1_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1043210Z test_contig_size1_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1043450Z test_contig_size1_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1043690Z test_contig_size1_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1043940Z test_contig_size1_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1044190Z test_contig_size1_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1044450Z test_contig_size1_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1044840Z test_contig_size1_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1045100Z test_contig_size1_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1045350Z test_contig_size1_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1045590Z test_contig_size1_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1045830Z test_contig_size1_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1046080Z test_contig_size1_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1046320Z test_contig_size1_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1046550Z test_contig_size1_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1046790Z test_contig_size1_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1047040Z test_contig_size1_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1047280Z test_contig_size1_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1047520Z test_contig_size1_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1047870Z test_contig_size1_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1048110Z test_contig_size1_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1048350Z test_contig_size1_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1048590Z test_contig_size1_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1048820Z test_contig_size1_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1049070Z test_contig_size1_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1049310Z test_contig_size1_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1049550Z test_contig_size1_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1049790Z test_contig_size1_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1050030Z test_contig_size1_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1050270Z test_contig_size1_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1050500Z test_contig_size1_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1050740Z test_contig_size1_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1050980Z test_contig_size1_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1051210Z test_contig_size1_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1051450Z test_contig_size1_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1051680Z test_contig_size1_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1051920Z test_contig_size1_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1052150Z test_contig_size1_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1052390Z test_contig_size1_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1052640Z test_contig_size1_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1052890Z test_contig_size1_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1053130Z test_contig_size1_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1053420Z test_contig_size1_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1053660Z test_contig_size1_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1053900Z test_contig_size1_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1054140Z test_contig_size1_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1054370Z test_contig_size1_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1054610Z test_contig_size1_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1054860Z test_contig_size1_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1080400Z test_contig_size1_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1080680Z test_contig_size1_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1080940Z test_contig_size1_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1081200Z test_contig_size1_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1081450Z test_contig_size1_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1081900Z test_contig_size1_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1082150Z test_contig_size1_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1082400Z test_contig_size1_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1082660Z test_contig_size1_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1082930Z test_contig_size1_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1083190Z test_contig_size1_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1083460Z test_contig_size1_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1083720Z test_contig_size1_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1083980Z test_contig_size1_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1084240Z test_contig_size1_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1084490Z test_contig_size1_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1084740Z test_contig_size1_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1085000Z test_contig_size1_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1085260Z test_contig_size1_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1085510Z test_contig_size1_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1085770Z test_contig_size1_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1086030Z test_contig_size1_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1086280Z test_contig_size1_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1086530Z test_contig_size1_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1086780Z test_contig_size1_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1087030Z test_contig_size1_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1087370Z test_contig_size1_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1087630Z test_contig_size1_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1087880Z test_contig_size1_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1088120Z test_contig_size1_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1088350Z test_contig_size1_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1088590Z test_contig_size1_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1088830Z test_contig_size1_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1089060Z test_contig_size1_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1089300Z test_contig_size1_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1089530Z test_contig_size1_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1089760Z test_contig_size1_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1089990Z test_contig_size1_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1090250Z test_contig_size1_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1090480Z test_contig_size1_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1090710Z test_contig_size1_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1090930Z test_contig_size1_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1091170Z test_contig_size1_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1091420Z test_contig_size1_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1091670Z test_contig_size1_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1117380Z test_contig_size1_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1117640Z test_contig_size1_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1117890Z test_contig_size1_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1118140Z test_contig_size1_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1118380Z test_contig_size1_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1118620Z test_contig_size1_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1118860Z test_contig_size1_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1119100Z test_contig_size1_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1119340Z test_contig_size1_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1125110Z test_contig_size1_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:27:51.1125380Z test_contig_size1_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1125620Z test_contig_size1_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1125860Z test_contig_size1_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1126100Z test_contig_size1_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1126340Z test_contig_size1_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1126580Z test_contig_size1_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1126960Z test_contig_size1_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1127210Z test_contig_size1_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1127450Z test_contig_size1_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1127680Z test_contig_size1_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1127910Z test_contig_size1_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1128150Z test_contig_size1_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1128370Z test_contig_size1_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1128600Z test_contig_size1_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1128830Z test_contig_size1_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1129060Z test_contig_size1_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1129290Z test_contig_size1_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1129510Z test_contig_size1_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1129740Z test_contig_size1_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1130020Z test_contig_size1_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1130260Z test_contig_size1_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1130490Z test_contig_size1_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1130720Z test_contig_size1_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1130950Z test_contig_size1_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1131170Z test_contig_size1_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1131390Z test_contig_size1_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1131620Z test_contig_size1_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1131850Z test_contig_size1_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1132080Z test_contig_size1_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1132310Z test_contig_size1_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1132530Z test_contig_size1_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1132760Z test_contig_size1_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1132990Z test_contig_size1_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1133210Z test_contig_size1_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1133440Z test_contig_size1_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1133660Z test_contig_size1_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1133880Z test_contig_size1_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1134110Z test_contig_size1_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1134340Z test_contig_size1_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1134560Z test_contig_size1_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1134790Z test_contig_size1_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1135010Z test_contig_size1_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1135330Z test_contig_size1_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1135570Z test_contig_size1_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1135800Z test_contig_size1_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1136020Z test_contig_size1_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1136250Z test_contig_size1_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1136470Z test_contig_size1_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1136700Z test_contig_size1_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1136920Z test_contig_size1_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1137150Z test_contig_size1_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1137370Z test_contig_size1_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1137600Z test_contig_size1_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1137830Z test_contig_size1_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1138060Z test_contig_size1_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1138390Z test_contig_size1_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1138610Z test_contig_size1_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1138840Z test_contig_size1_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1139060Z test_contig_size1_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1139280Z test_contig_size1_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1139510Z test_contig_size1_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1139740Z test_contig_size1_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1139970Z test_contig_size1_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1140210Z test_contig_size1_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1140450Z test_contig_size1_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1140690Z test_contig_size1_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1140930Z test_contig_size1_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1141170Z test_contig_size1_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1141410Z test_contig_size1_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1141650Z test_contig_size1_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1141890Z test_contig_size1_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1142120Z test_contig_size1_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1142360Z test_contig_size1_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1142600Z test_contig_size1_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1142830Z test_contig_size1_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1143070Z test_contig_size1_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1143310Z test_contig_size1_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1143540Z test_contig_size1_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1143780Z test_contig_size1_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1144060Z test_contig_size1_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1144310Z test_contig_size1_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1144540Z test_contig_size1_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1144780Z test_contig_size1_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1145010Z test_contig_size1_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1145250Z test_contig_size1_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1145490Z test_contig_size1_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1145740Z test_contig_size1_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1146010Z test_contig_size1_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1146240Z test_contig_size1_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1146470Z test_contig_size1_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1146710Z test_contig_size1_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1146990Z test_contig_size1_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1147220Z test_contig_size1_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1147450Z test_contig_size1_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1147680Z test_contig_size1_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1147950Z test_contig_size1_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1148240Z test_contig_size1_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1148530Z test_contig_size1_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1148820Z test_contig_size1_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1149100Z test_contig_size1_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1149390Z test_contig_size1_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1149660Z test_contig_size1_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1149940Z test_contig_size1_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1150220Z test_contig_size1_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1150500Z test_contig_size1_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1150770Z test_contig_size1_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1151050Z test_contig_size1_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1151340Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1151650Z test_contig_size1_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1151950Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1152300Z test_contig_size1_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1152610Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1152910Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1153210Z test_contig_size1_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1153500Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1153800Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1154100Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1154400Z test_contig_size1_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1154690Z test_contig_size1_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1155010Z test_contig_size1_large_dim___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1160450Z test_contig_size1_large_dim___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1160650Z test_contig_size1_large_dim___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1160770Z test_contig_size1_large_dim___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1160890Z test_contig_size1_large_dim___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1161020Z test_contig_size1_large_dim___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1161130Z test_contig_size1_large_dim___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1161250Z test_contig_size1_large_dim___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1161370Z test_contig_size1_large_dim___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1161480Z test_contig_size1_large_dim___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1161590Z test_contig_size1_large_dim___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1161710Z test_contig_size1_large_dim___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1161820Z test_contig_size1_large_dim___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1161940Z test_contig_size1_large_dim___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1162050Z test_contig_size1_large_dim___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1162160Z test_contig_size1_large_dim___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1162270Z test_contig_size1_large_dim___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1162380Z test_contig_size1_large_dim___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1162500Z test_contig_size1_large_dim___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1162620Z test_contig_size1_large_dim___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1162740Z test_contig_size1_large_dim___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1163010Z test_contig_size1_large_dim___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1163120Z test_contig_size1_large_dim___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1163240Z test_contig_size1_large_dim___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1163360Z test_contig_size1_large_dim___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1163480Z test_contig_size1_large_dim___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1163590Z test_contig_size1_large_dim___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1163700Z test_contig_size1_large_dim___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1163810Z test_contig_size1_large_dim___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1163920Z test_contig_size1_large_dim___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1164040Z test_contig_size1_large_dim___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1164160Z test_contig_size1_large_dim___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1164270Z test_contig_size1_large_dim___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1164440Z test_contig_size1_large_dim___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1164560Z test_contig_size1_large_dim___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1164680Z test_contig_size1_large_dim___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1164800Z test_contig_size1_large_dim___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1164920Z test_contig_size1_large_dim___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1165030Z test_contig_size1_large_dim___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1165150Z test_contig_size1_large_dim___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1165260Z test_contig_size1_large_dim___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1165370Z test_contig_size1_large_dim___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1165480Z test_contig_size1_large_dim___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1165600Z test_contig_size1_large_dim___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1165710Z test_contig_size1_large_dim___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1165820Z test_contig_size1_large_dim___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1165930Z test_contig_size1_large_dim___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1166050Z test_contig_size1_large_dim___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1166170Z test_contig_size1_large_dim___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1166280Z test_contig_size1_large_dim___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1166390Z test_contig_size1_large_dim___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1166500Z test_contig_size1_large_dim___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1166620Z test_contig_size1_large_dim___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1166970Z test_contig_size1_large_dim___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1167100Z test_contig_size1_large_dim___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1167220Z test_contig_size1_large_dim___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1167330Z test_contig_size1_large_dim___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1167450Z test_contig_size1_large_dim___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1167560Z test_contig_size1_large_dim___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1167670Z test_contig_size1_large_dim___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1167780Z test_contig_size1_large_dim___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1167900Z test_contig_size1_large_dim___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1168010Z test_contig_size1_large_dim___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1168130Z test_contig_size1_large_dim___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1168240Z test_contig_size1_large_dim___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1168490Z test_contig_size1_large_dim___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1168610Z test_contig_size1_large_dim___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1168720Z test_contig_size1_large_dim___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1168830Z test_contig_size1_large_dim___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1168940Z test_contig_size1_large_dim___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1169050Z test_contig_size1_large_dim___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1169160Z test_contig_size1_large_dim___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1169280Z test_contig_size1_large_dim___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1169390Z test_contig_size1_large_dim___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1169500Z test_contig_size1_large_dim___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1169610Z test_contig_size1_large_dim___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1169710Z test_contig_size1_large_dim___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1169820Z test_contig_size1_large_dim___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1169940Z test_contig_size1_large_dim___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1170050Z test_contig_size1_large_dim___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1170160Z test_contig_size1_large_dim_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1170280Z test_contig_size1_large_dim_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1170390Z test_contig_size1_large_dim_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1170510Z test_contig_size1_large_dim_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1170620Z test_contig_size1_large_dim_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1170740Z test_contig_size1_large_dim_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1170900Z test_contig_size1_large_dim_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1171020Z test_contig_size1_large_dim_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1171140Z test_contig_size1_large_dim_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1171250Z test_contig_size1_large_dim_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1171360Z test_contig_size1_large_dim_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1171470Z test_contig_size1_large_dim_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1171570Z test_contig_size1_large_dim_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1171690Z test_contig_size1_large_dim_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1171810Z test_contig_size1_large_dim_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1171920Z test_contig_size1_large_dim_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1172030Z test_contig_size1_large_dim_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1172150Z test_contig_size1_large_dim_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1172290Z test_contig_size1_large_dim_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1172400Z test_contig_size1_large_dim_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1172510Z test_contig_size1_large_dim_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1172620Z test_contig_size1_large_dim_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1172740Z test_contig_size1_large_dim_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1172860Z test_contig_size1_large_dim_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1172980Z test_contig_size1_large_dim_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1173100Z test_contig_size1_large_dim_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1173220Z test_contig_size1_large_dim_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1173330Z test_contig_size1_large_dim_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1173460Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1173590Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1173710Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1173840Z test_contig_size1_large_dim_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1173970Z test_contig_size1_large_dim_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1174100Z test_contig_size1_large_dim_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1174220Z test_contig_size1_large_dim_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1174330Z test_contig_size1_large_dim_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1174450Z test_contig_size1_large_dim_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1174570Z test_contig_size1_large_dim_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1174680Z test_contig_size1_large_dim_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1174840Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1174970Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1175100Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1175230Z test_contig_size1_large_dim_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1175360Z test_contig_size1_large_dim_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1175470Z test_contig_size1_large_dim_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1175590Z test_contig_size1_large_dim_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1175710Z test_contig_size1_large_dim_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1175830Z test_contig_size1_large_dim_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1175950Z test_contig_size1_large_dim_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1176060Z test_contig_size1_large_dim_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1176210Z test_contig_size1_large_dim_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1176330Z test_contig_size1_large_dim_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1176450Z test_contig_size1_large_dim_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1176570Z test_contig_size1_large_dim_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1176690Z test_contig_size1_large_dim_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1176800Z test_contig_size1_large_dim_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1176920Z test_contig_size1_large_dim_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1177040Z test_contig_size1_large_dim_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1177150Z test_contig_size1_large_dim_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1177270Z test_contig_size1_large_dim_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1177390Z test_contig_size1_large_dim_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1177510Z test_contig_size1_large_dim_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1177620Z test_contig_size1_large_dim_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1177740Z test_contig_size1_large_dim_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1177850Z test_contig_size1_large_dim_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1177970Z test_contig_size1_large_dim_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1178080Z test_contig_size1_large_dim_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1178200Z test_contig_size1_large_dim_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1178310Z test_contig_size1_large_dim_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1178430Z test_contig_size1_large_dim_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1178550Z test_contig_size1_large_dim_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1178690Z test_contig_size1_large_dim_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1178800Z test_contig_size1_large_dim_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1178930Z test_contig_size1_large_dim_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1179050Z test_contig_size1_large_dim_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1179160Z test_contig_size1_large_dim_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1179280Z test_contig_size1_large_dim_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1179400Z test_contig_size1_large_dim_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1179520Z test_contig_size1_large_dim_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1179630Z test_contig_size1_large_dim_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1179750Z test_contig_size1_large_dim_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1179860Z test_contig_size1_large_dim_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1180000Z test_contig_size1_large_dim_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1180130Z test_contig_size1_large_dim_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1180260Z test_contig_size1_large_dim_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1180390Z test_contig_size1_large_dim_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1180520Z test_contig_size1_large_dim_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1180650Z test_contig_size1_large_dim_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1180770Z test_contig_size1_large_dim_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1180890Z test_contig_size1_large_dim_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1181020Z test_contig_size1_large_dim_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1181140Z test_contig_size1_large_dim_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1181280Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1181410Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1181540Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1181680Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1181810Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1181940Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1182060Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1182190Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1182310Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1182480Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1182610Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1182740Z test_contig_size1_large_dim_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1182880Z test_contig_size1_large_dim_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1183000Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1183130Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1183250Z test_contig_size1_large_dim_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1183370Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1183500Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1183620Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1183750Z test_contig_size1_large_dim_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1183960Z test_contig_size1_large_dim_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1184080Z test_contig_size1_large_dim_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1184200Z test_contig_size1_large_dim_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1184320Z test_contig_size1_large_dim_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1184430Z test_contig_size1_large_dim_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1184550Z test_contig_size1_large_dim_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1184660Z test_contig_size1_large_dim_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1184780Z test_contig_size1_large_dim_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1184890Z test_contig_size1_large_dim_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1185000Z test_contig_size1_large_dim_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1185110Z test_contig_size1_large_dim_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1185220Z test_contig_size1_large_dim_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1185330Z test_contig_size1_large_dim_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1185440Z test_contig_size1_large_dim_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1185570Z test_contig_size1_large_dim_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1185690Z test_contig_size1_large_dim_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1185820Z test_contig_size1_large_dim_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1185940Z test_contig_size1_large_dim_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1186070Z test_contig_size1_large_dim_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1186190Z test_contig_size1_large_dim_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1186310Z test_contig_size1_large_dim_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1186480Z test_contig_size1_large_dim_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1186600Z test_contig_size1_large_dim_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1186710Z test_contig_size1_large_dim_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1186840Z test_contig_size1_large_dim_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1186950Z test_contig_size1_large_dim_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1187090Z test_contig_size1_large_dim_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:27:51.1187220Z test_contig_size1_large_dim_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1187340Z test_contig_size1_large_dim_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1187460Z test_contig_size1_large_dim_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1187580Z test_contig_size1_large_dim_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1187700Z test_contig_size1_large_dim_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1187820Z test_contig_size1_large_dim_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1187960Z test_contig_size1_large_dim_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1188090Z test_contig_size1_large_dim_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1188210Z test_contig_size1_large_dim_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1188320Z test_contig_size1_large_dim_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1188440Z test_contig_size1_large_dim_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1188560Z test_contig_size1_large_dim_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1188680Z test_contig_size1_large_dim_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1188790Z test_contig_size1_large_dim_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1188900Z test_contig_size1_large_dim_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1189010Z test_contig_size1_large_dim_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1189120Z test_contig_size1_large_dim_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1189240Z test_contig_size1_large_dim_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1189360Z test_contig_size1_large_dim_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1194720Z test_contig_size1_large_dim_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1194910Z test_contig_size1_large_dim_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1195020Z test_contig_size1_large_dim_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1195140Z test_contig_size1_large_dim_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1195250Z test_contig_size1_large_dim_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1195360Z test_contig_size1_large_dim_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1195470Z test_contig_size1_large_dim_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1195580Z test_contig_size1_large_dim_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1195820Z test_contig_size1_large_dim_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1195940Z test_contig_size1_large_dim_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1196050Z test_contig_size1_large_dim_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1196170Z test_contig_size1_large_dim_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1196280Z test_contig_size1_large_dim_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1196390Z test_contig_size1_large_dim_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1196490Z test_contig_size1_large_dim_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1196600Z test_contig_size1_large_dim_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1196710Z test_contig_size1_large_dim_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1196820Z test_contig_size1_large_dim_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1196930Z test_contig_size1_large_dim_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1197050Z test_contig_size1_large_dim_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1197220Z test_contig_size1_large_dim_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1197330Z test_contig_size1_large_dim_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1197440Z test_contig_size1_large_dim_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1197560Z test_contig_size1_large_dim_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1197670Z test_contig_size1_large_dim_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1197780Z test_contig_size1_large_dim_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1197890Z test_contig_size1_large_dim_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1198000Z test_contig_size1_large_dim_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1198110Z test_contig_size1_large_dim_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1198220Z test_contig_size1_large_dim_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1198330Z test_contig_size1_large_dim_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1198440Z test_contig_size1_large_dim_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1198550Z test_contig_size1_large_dim_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1198660Z test_contig_size1_large_dim_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1198770Z test_contig_size1_large_dim_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1198880Z test_contig_size1_large_dim_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1198990Z test_contig_size1_large_dim_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1199100Z test_contig_size1_large_dim_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1199200Z test_contig_size1_large_dim_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1199310Z test_contig_size1_large_dim_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1199420Z test_contig_size1_large_dim_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1199530Z test_contig_size1_large_dim_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1199660Z test_contig_size1_large_dim_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1199790Z test_contig_size1_large_dim_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1199910Z test_contig_size1_large_dim_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1200040Z test_contig_size1_large_dim_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1200160Z test_contig_size1_large_dim_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1200270Z test_contig_size1_large_dim_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1200390Z test_contig_size1_large_dim_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1200510Z test_contig_size1_large_dim_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1200630Z test_contig_size1_large_dim_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1200750Z test_contig_size1_large_dim_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1200860Z test_contig_size1_large_dim_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1200980Z test_contig_size1_large_dim_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1201120Z test_contig_size1_large_dim_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1201240Z test_contig_size1_large_dim_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1201360Z test_contig_size1_large_dim_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1201470Z test_contig_size1_large_dim_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1201590Z test_contig_size1_large_dim_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1201700Z test_contig_size1_large_dim_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1201820Z test_contig_size1_large_dim_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1201940Z test_contig_size1_large_dim_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1202060Z test_contig_size1_large_dim_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1202170Z test_contig_size1_large_dim_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1202290Z test_contig_size1_large_dim_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1202410Z test_contig_size1_large_dim_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1202530Z test_contig_size1_large_dim_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1202660Z test_contig_size1_large_dim_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1202770Z test_contig_size1_large_dim_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1202890Z test_contig_size1_large_dim_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1203000Z test_contig_size1_large_dim_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1203120Z test_contig_size1_large_dim_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1203230Z test_contig_size1_large_dim_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1203340Z test_contig_size1_large_dim_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1203460Z test_contig_size1_large_dim_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1203660Z test_contig_size1_large_dim_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1203810Z test_contig_size1_large_dim_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1203960Z test_contig_size1_large_dim_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1204110Z test_contig_size1_large_dim_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1204260Z test_contig_size1_large_dim_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1204400Z test_contig_size1_large_dim_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1204550Z test_contig_size1_large_dim_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1204680Z test_contig_size1_large_dim_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1204820Z test_contig_size1_large_dim_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1204960Z test_contig_size1_large_dim_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1205150Z test_contig_size1_large_dim_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1205290Z test_contig_size1_large_dim_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1205430Z test_contig_size1_large_dim_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1205590Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1205740Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1205900Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1206060Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1206210Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1206360Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1206510Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1206660Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1206810Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1206950Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-11-23T01:27:51.1207100Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1207250Z test_contig_size1_large_dim_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1207420Z test_contig_size1_large_dim_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1207540Z test_contig_size1_large_dim_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1207660Z test_contig_size1_large_dim_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1207770Z test_contig_size1_large_dim_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1207880Z test_contig_size1_large_dim_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1208000Z test_contig_size1_large_dim_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1208110Z test_contig_size1_large_dim_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1208230Z test_contig_size1_large_dim_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1208360Z test_contig_size1_large_dim_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1208470Z test_contig_size1_large_dim_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1208590Z test_contig_size1_large_dim_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1208710Z test_contig_size1_large_dim_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1208900Z test_contig_size1_large_dim_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1209010Z test_contig_size1_large_dim_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1209120Z test_contig_size1_large_dim_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1209240Z test_contig_size1_large_dim_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1209350Z test_contig_size1_large_dim_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1209470Z test_contig_size1_large_dim_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1209580Z test_contig_size1_large_dim_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1209690Z test_contig_size1_large_dim_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1209810Z test_contig_size1_large_dim_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1209920Z test_contig_size1_large_dim_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1210030Z test_contig_size1_large_dim_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1210140Z test_contig_size1_large_dim_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1210250Z test_contig_size1_large_dim_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1210360Z test_contig_size1_large_dim_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1210470Z test_contig_size1_large_dim_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1210600Z test_contig_size1_large_dim_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1210720Z test_contig_size1_large_dim_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1210860Z test_contig_size1_large_dim_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1210980Z test_contig_size1_large_dim_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1211110Z test_contig_size1_large_dim_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1211230Z test_contig_size1_large_dim_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1211350Z test_contig_size1_large_dim_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1211520Z test_contig_size1_large_dim_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1211640Z test_contig_size1_large_dim_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1211750Z test_contig_size1_large_dim_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1211880Z test_contig_size1_large_dim_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1211990Z test_contig_size1_large_dim_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1212120Z test_contig_size1_large_dim_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1212230Z test_contig_size1_large_dim_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1212360Z test_contig_size1_large_dim_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1212490Z test_contig_size1_large_dim_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1212600Z test_contig_size1_large_dim_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1212720Z test_contig_size1_large_dim_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1212870Z test_contig_size1_large_dim_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1212990Z test_contig_size1_large_dim_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1213110Z test_contig_size1_large_dim_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1213230Z test_contig_size1_large_dim_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1213350Z test_contig_size1_large_dim_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1213470Z test_contig_size1_large_dim_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1213590Z test_contig_size1_large_dim_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1213710Z test_contig_size1_large_dim_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1213830Z test_contig_size1_large_dim_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1213960Z test_contig_size1_large_dim_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1214080Z test_contig_size1_large_dim_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1214200Z test_contig_size1_large_dim_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1214320Z test_contig_size1_large_dim_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1214440Z test_contig_size1_large_dim_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1214550Z test_contig_size1_large_dim_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1214670Z test_contig_size1_large_dim_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1214790Z test_contig_size1_large_dim_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1214900Z test_contig_size1_large_dim_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1215020Z test_contig_size1_large_dim_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1215130Z test_contig_size1_large_dim_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1215250Z test_contig_size1_large_dim_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1215380Z test_contig_size1_large_dim_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1215500Z test_contig_size1_large_dim_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1215610Z test_contig_size1_large_dim_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1215730Z test_contig_size1_large_dim_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1215840Z test_contig_size1_large_dim_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1215950Z test_contig_size1_large_dim_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1216060Z test_contig_size1_large_dim_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1216180Z test_contig_size1_large_dim_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1216300Z test_contig_size1_large_dim_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1216430Z test_contig_size1_large_dim_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1216540Z test_contig_size1_large_dim_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1216660Z test_contig_size1_large_dim_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1216800Z test_contig_size1_large_dim_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1217000Z test_contig_size1_large_dim_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1217110Z test_contig_size1_large_dim_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1217230Z test_contig_size1_large_dim_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1217350Z test_contig_size1_large_dim_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1217460Z test_contig_size1_large_dim_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1217580Z test_contig_size1_large_dim_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1217700Z test_contig_size1_large_dim_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1217810Z test_contig_size1_large_dim_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1217930Z test_contig_size1_large_dim_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1218050Z test_contig_size1_large_dim_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1218170Z test_contig_size1_large_dim_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1218280Z test_contig_size1_large_dim_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1218400Z test_contig_size1_large_dim_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1218510Z test_contig_size1_large_dim_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1218630Z test_contig_size1_large_dim_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1218740Z test_contig_size1_large_dim_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1218860Z test_contig_size1_large_dim_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1218980Z test_contig_size1_large_dim_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1219100Z test_contig_size1_large_dim_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1219280Z test_contig_size1_large_dim_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1219450Z test_contig_size1_large_dim_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1219560Z test_contig_size1_large_dim_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1219680Z test_contig_size1_large_dim_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1219800Z test_contig_size1_large_dim_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1219910Z test_contig_size1_large_dim_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1220030Z test_contig_size1_large_dim_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1220140Z test_contig_size1_large_dim_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1220260Z test_contig_size1_large_dim_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1220370Z test_contig_size1_large_dim_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1220490Z test_contig_size1_large_dim_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1220600Z test_contig_size1_large_dim_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1220760Z test_contig_size1_large_dim_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1220870Z test_contig_size1_large_dim_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1220990Z test_contig_size1_large_dim_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1221100Z test_contig_size1_large_dim_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1221210Z test_contig_size1_large_dim_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1221330Z test_contig_size1_large_dim_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1221450Z test_contig_size1_large_dim_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1221560Z test_contig_size1_large_dim_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1221670Z test_contig_size1_large_dim_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1221790Z test_contig_size1_large_dim_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1221900Z test_contig_size1_large_dim_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1222010Z test_contig_size1_large_dim_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1222130Z test_contig_size1_large_dim_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1222240Z test_contig_size1_large_dim_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1222350Z test_contig_size1_large_dim_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1222460Z test_contig_size1_large_dim_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1222570Z test_contig_size1_large_dim_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1222680Z test_contig_size1_large_dim_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1222800Z test_contig_size1_large_dim_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1222920Z test_contig_size1_large_dim_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1223040Z test_contig_size1_large_dim_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1223150Z test_contig_size1_large_dim_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1223310Z test_contig_size1_large_dim_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1223420Z test_contig_size1_large_dim_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1223530Z test_contig_size1_large_dim_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1223640Z test_contig_size1_large_dim_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1223760Z test_contig_size1_large_dim_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1228010Z test_contig_size1_large_dim_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1228150Z test_contig_size1_large_dim_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1228270Z test_contig_size1_large_dim_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1228400Z test_contig_size1_large_dim_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1228510Z test_contig_size1_large_dim_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1228630Z test_contig_size1_large_dim_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1228740Z test_contig_size1_large_dim_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1228980Z test_contig_size1_large_dim_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1229090Z test_contig_size1_large_dim_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1229210Z test_contig_size1_large_dim_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1229320Z test_contig_size1_large_dim_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1229430Z test_contig_size1_large_dim_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1229540Z test_contig_size1_large_dim_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1229650Z test_contig_size1_large_dim_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1229760Z test_contig_size1_large_dim_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1229870Z test_contig_size1_large_dim_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1229980Z test_contig_size1_large_dim_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1230110Z test_contig_size1_large_dim_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1230230Z test_contig_size1_large_dim_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1230350Z test_contig_size1_large_dim_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1230470Z test_contig_size1_large_dim_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1230590Z test_contig_size1_large_dim_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1230700Z test_contig_size1_large_dim_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1230820Z test_contig_size1_large_dim_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1230940Z test_contig_size1_large_dim_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1231060Z test_contig_size1_large_dim_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1231170Z test_contig_size1_large_dim_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1231290Z test_contig_size1_large_dim_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1231430Z test_contig_size1_large_dim_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1231550Z test_contig_size1_large_dim_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1231670Z test_contig_size1_large_dim_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1231780Z test_contig_size1_large_dim_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1231900Z test_contig_size1_large_dim_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1232010Z test_contig_size1_large_dim_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1232110Z test_contig_size1_large_dim_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1232230Z test_contig_size1_large_dim_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1232340Z test_contig_size1_large_dim_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1232480Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1232620Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1232790Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1232930Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1233060Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1233190Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1233330Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1233460Z test_contig_size1_large_dim_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1233600Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1233730Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1233870Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1234000Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1234130Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1234260Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1234400Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1234530Z test_contig_size1_large_dim_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1234930Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1235190Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1235450Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1235760Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1236010Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1236270Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1236510Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1236760Z test_contig_size1_large_dim_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1237010Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1237260Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1237560Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1237810Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1238050Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1238290Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1238540Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1238790Z test_contig_size1_large_dim_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1238930Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1239060Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1239200Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1239330Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1239460Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1239600Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1239730Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1239870Z test_contig_size1_large_dim_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1240000Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1240300Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1240440Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1240570Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1240710Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1240840Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1240970Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1241100Z test_contig_size1_large_dim_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1241240Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1241380Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1241510Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1241760Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1241900Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1242030Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1242160Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1242300Z test_contig_size1_large_dim_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1242580Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1242830Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1243080Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1243330Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1243590Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1243830Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.007s) 2022-11-23T01:27:51.1244090Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1244330Z test_contig_size1_large_dim_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1244590Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1244920Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1245190Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1245450Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1245700Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1245960Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1246220Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1246470Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T01:27:51.1246760Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1247020Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1247270Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1247530Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1247780Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1248030Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1248280Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1248540Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1248790Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1249050Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1249300Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1249550Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1249830Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1250090Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1250340Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1250600Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1250850Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1251100Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1251360Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1251640Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1251890Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1252150Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1252400Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1252650Z test_contig_size1_large_dim_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1252790Z test_contig_size1_large_dim_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1252910Z test_contig_size1_large_dim_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1253040Z test_contig_size1_large_dim_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1253170Z test_contig_size1_large_dim_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1253300Z test_contig_size1_large_dim_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1253420Z test_contig_size1_large_dim_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1253550Z test_contig_size1_large_dim_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1253670Z test_contig_size1_large_dim_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1253790Z test_contig_size1_large_dim_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1253920Z test_contig_size1_large_dim_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1254040Z test_contig_size1_large_dim_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1254200Z test_contig_size1_large_dim_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1254320Z test_contig_size1_large_dim_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1254450Z test_contig_size1_large_dim_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1254570Z test_contig_size1_large_dim_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1254690Z test_contig_size1_large_dim_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1254810Z test_contig_size1_large_dim_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1254930Z test_contig_size1_large_dim_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1255050Z test_contig_size1_large_dim_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1255170Z test_contig_size1_large_dim_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1255290Z test_contig_size1_large_dim_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1255400Z test_contig_size1_large_dim_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1255520Z test_contig_size1_large_dim_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1255650Z test_contig_size1_large_dim_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1255770Z test_contig_size1_large_dim_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1255880Z test_contig_size1_large_dim_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1255990Z test_contig_size1_large_dim_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1256100Z test_contig_size1_large_dim_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1256210Z test_contig_size1_large_dim_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1256320Z test_contig_size1_large_dim_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1256440Z test_contig_size1_large_dim_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1256560Z test_contig_size1_large_dim_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1256690Z test_contig_size1_large_dim_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1256820Z test_contig_size1_large_dim_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1256940Z test_contig_size1_large_dim_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1257060Z test_contig_size1_large_dim_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1257180Z test_contig_size1_large_dim_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1257300Z test_contig_size1_large_dim_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1257410Z test_contig_size1_large_dim_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1257530Z test_contig_size1_large_dim_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1257650Z test_contig_size1_large_dim_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1257770Z test_contig_size1_large_dim_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1257890Z test_contig_size1_large_dim_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1258000Z test_contig_size1_large_dim_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1258180Z test_contig_size1_large_dim_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1258300Z test_contig_size1_large_dim_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1258410Z test_contig_size1_large_dim_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1258530Z test_contig_size1_large_dim_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1258640Z test_contig_size1_large_dim_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1258750Z test_contig_size1_large_dim_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1258870Z test_contig_size1_large_dim_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1258980Z test_contig_size1_large_dim_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1259090Z test_contig_size1_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1259200Z test_contig_size1_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1259300Z test_contig_size1_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1259410Z test_contig_size1_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1259600Z test_contig_size1_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1259710Z test_contig_size1_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1259820Z test_contig_size1_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1259940Z test_contig_size1_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1260050Z test_contig_size1_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1260160Z test_contig_size1_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1260270Z test_contig_size1_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1260370Z test_contig_size1_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1260480Z test_contig_size1_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1260590Z test_contig_size1_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1260700Z test_contig_size1_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1260810Z test_contig_size1_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1260920Z test_contig_size1_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1261020Z test_contig_size1_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1261130Z test_contig_size1_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1261230Z test_contig_size1_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1261340Z test_contig_size1_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1261440Z test_contig_size1_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1261550Z test_contig_size1_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1261660Z test_contig_size1_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1261760Z test_contig_size1_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1261860Z test_contig_size1_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1261970Z test_contig_size1_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1262080Z test_contig_size1_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1262240Z test_contig_size1_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1262360Z test_contig_size1_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1262480Z test_contig_size1_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1262590Z test_contig_size1_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1262710Z test_contig_size1_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1262820Z test_contig_size1_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1262930Z test_contig_size1_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1263040Z test_contig_size1_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1263150Z test_contig_size1_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1263260Z test_contig_size1_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1263370Z test_contig_size1_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1263480Z test_contig_size1_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1263620Z test_contig_size1_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1263740Z test_contig_size1_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1263860Z test_contig_size1_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1263970Z test_contig_size1_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1264080Z test_contig_size1_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1264200Z test_contig_size1_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1264310Z test_contig_size1_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1264420Z test_contig_size1_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1264530Z test_contig_size1_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1269400Z test_contig_size1_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1269560Z test_contig_size1_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1269670Z test_contig_size1_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1269780Z test_contig_size1_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1269900Z test_contig_size1_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1270020Z test_contig_size1_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1270130Z test_contig_size1_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1270250Z test_contig_size1_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1270360Z test_contig_size1_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1270470Z test_contig_size1_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1270580Z test_contig_size1_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1270690Z test_contig_size1_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1270800Z test_contig_size1_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1271080Z test_contig_size1_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1271190Z test_contig_size1_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1271300Z test_contig_size1_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1271410Z test_contig_size1_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1271520Z test_contig_size1_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1271620Z test_contig_size1_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1271730Z test_contig_size1_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1271830Z test_contig_size1_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1271930Z test_contig_size1_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1272040Z test_contig_size1_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1272140Z test_contig_size1_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1272250Z test_contig_size1_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1272370Z test_contig_size1_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1272480Z test_contig_size1_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1272630Z test_contig_size1_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1272750Z test_contig_size1_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1272860Z test_contig_size1_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1272970Z test_contig_size1_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1273080Z test_contig_size1_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1273190Z test_contig_size1_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1273290Z test_contig_size1_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1273400Z test_contig_size1_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1273510Z test_contig_size1_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1273620Z test_contig_size1_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1273730Z test_contig_size1_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1273840Z test_contig_size1_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1273950Z test_contig_size1_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1274060Z test_contig_size1_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1274160Z test_contig_size1_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1274270Z test_contig_size1_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1274380Z test_contig_size1_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1274490Z test_contig_size1_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1274600Z test_contig_size1_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1274710Z test_contig_size1_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1274830Z test_contig_size1_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1274940Z test_contig_size1_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1275090Z test_contig_size1_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1275200Z test_contig_size1_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1275310Z test_contig_size1_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1275420Z test_contig_size1_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1275530Z test_contig_size1_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1275630Z test_contig_size1_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1275740Z test_contig_size1_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1275850Z test_contig_size1_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1275950Z test_contig_size1_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1276060Z test_contig_size1_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1276170Z test_contig_size1_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1276280Z test_contig_size1_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1276380Z test_contig_size1_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1276520Z test_contig_size1_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1276630Z test_contig_size1_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1276730Z test_contig_size1_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1276840Z test_contig_size1_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1276950Z test_contig_size1_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1277060Z test_contig_size1_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1277160Z test_contig_size1_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1277270Z test_contig_size1_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1277380Z test_contig_size1_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1277480Z test_contig_size1_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1277590Z test_contig_size1_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1277700Z test_contig_size1_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1277800Z test_contig_size1_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1277900Z test_contig_size1_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1278010Z test_contig_size1_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1278110Z test_contig_size1_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1278220Z test_contig_size1_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1278330Z test_contig_size1_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1278430Z test_contig_size1_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1278540Z test_contig_size1_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1278650Z test_contig_size1_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1278750Z test_contig_size1_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1278860Z test_contig_size1_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1279030Z test_contig_size1_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1279140Z test_contig_size1_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1279250Z test_contig_size1_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1279350Z test_contig_size1_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1279460Z test_contig_size1_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1279580Z test_contig_size1_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1279690Z test_contig_size1_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1279800Z test_contig_size1_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1279900Z test_contig_size1_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1280010Z test_contig_size1_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1280120Z test_contig_size1_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1280230Z test_contig_size1_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1280340Z test_contig_size1_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1280540Z test_contig_size1_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1280640Z test_contig_size1_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1280750Z test_contig_size1_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1280860Z test_contig_size1_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1280960Z test_contig_size1_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1281070Z test_contig_size1_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1281170Z test_contig_size1_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1281290Z test_contig_size1_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1281400Z test_contig_size1_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1281510Z test_contig_size1_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1281620Z test_contig_size1_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1281730Z test_contig_size1_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1281850Z test_contig_size1_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1281960Z test_contig_size1_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1282080Z test_contig_size1_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1282190Z test_contig_size1_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1282300Z test_contig_size1_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1282410Z test_contig_size1_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1282520Z test_contig_size1_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1282630Z test_contig_size1_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1282730Z test_contig_size1_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1282840Z test_contig_size1_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1282940Z test_contig_size1_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1283110Z test_contig_size1_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1283220Z test_contig_size1_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1283320Z test_contig_size1_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1283430Z test_contig_size1_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1283570Z test_contig_size1_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1283700Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1283830Z test_contig_size1_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1283970Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1284090Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1284220Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1284350Z test_contig_size1_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1284480Z test_contig_size1_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1284670Z test_contig_size1_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1284790Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1284920Z test_contig_size1_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1285050Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1285170Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1285310Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1285430Z test_contig_size1_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1285560Z test_contig_size1_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1285920Z test_contig_size1_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1286160Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1286400Z test_contig_size1_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1286650Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1286880Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1287130Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1287380Z test_contig_size1_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1287680Z test_contig_size1_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1287940Z test_contig_size1_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1288180Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1288430Z test_contig_size1_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1288660Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1288900Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1289130Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1289370Z test_contig_size1_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1289690Z test_contig_size1_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1289820Z test_contig_size1_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1289950Z test_contig_size1_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1290080Z test_contig_size1_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1290210Z test_contig_size1_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1290330Z test_contig_size1_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1290460Z test_contig_size1_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1290590Z test_contig_size1_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1290720Z test_contig_size1_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1290840Z test_contig_size1_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1290970Z test_contig_size1_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1291100Z test_contig_size1_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1291230Z test_contig_size1_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1291360Z test_contig_size1_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1291490Z test_contig_size1_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1291610Z test_contig_size1_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1291730Z test_contig_size1_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1291860Z test_contig_size1_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1291990Z test_contig_size1_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1292180Z test_contig_size1_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1292310Z test_contig_size1_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1292440Z test_contig_size1_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1292560Z test_contig_size1_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1292690Z test_contig_size1_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1292820Z test_contig_size1_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1293090Z test_contig_size1_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1293340Z test_contig_size1_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1293590Z test_contig_size1_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1293880Z test_contig_size1_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1294120Z test_contig_size1_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1294350Z test_contig_size1_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1294590Z test_contig_size1_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.007s) 2022-11-23T01:27:51.1294830Z test_contig_size1_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1295080Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1295330Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1295580Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1295820Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1296070Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1296320Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1296570Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1296870Z test_contig_size1_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1297240Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1297530Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1297790Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1298040Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1298280Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1298520Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1298770Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1299120Z test_contig_size1_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1299370Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1299610Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1299860Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1300100Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1300350Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1300590Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1300830Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1301080Z test_contig_size1_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1301330Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1301570Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1301820Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1302130Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1302380Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1302620Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1302870Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1303110Z test_contig_size1_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1303230Z test_contig_size1_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1303350Z test_contig_size1_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1303470Z test_contig_size1_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1303580Z test_contig_size1_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1303710Z test_contig_size1_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1303860Z test_contig_size1_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1303980Z test_contig_size1_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1304090Z test_contig_size1_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1304210Z test_contig_size1_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1304330Z test_contig_size1_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1304470Z test_contig_size1_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1304580Z test_contig_size1_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1304700Z test_contig_size1_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1304810Z test_contig_size1_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1322310Z test_contig_size1_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1322520Z test_contig_size1_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1322630Z test_contig_size1_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1322750Z test_contig_size1_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1322950Z test_contig_size1_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1323060Z test_contig_size1_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1323170Z test_contig_size1_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1323270Z test_contig_size1_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1323390Z test_contig_size1_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1323490Z test_contig_size1_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1323590Z test_contig_size1_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1323700Z test_contig_size1_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1323820Z test_contig_size1_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1324190Z test_contig_size1_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1324300Z test_contig_size1_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1324430Z test_contig_size1_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1324550Z test_contig_size1_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1324660Z test_contig_size1_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1324780Z test_contig_size1_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1324920Z test_contig_size1_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1325030Z test_contig_size1_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1325160Z test_contig_size1_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1325270Z test_contig_size1_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1325400Z test_contig_size1_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1325510Z test_contig_size1_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1325620Z test_contig_size1_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1325850Z test_contig_size1_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1325960Z test_contig_size1_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1326110Z test_contig_size1_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1326220Z test_contig_size1_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1326640Z test_contig_size1_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1326750Z test_contig_size1_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1326880Z test_contig_size1_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1326990Z test_contig_size1_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1327130Z test_contig_size1_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1327240Z test_contig_size1_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1327340Z test_contig_size1_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1327450Z test_contig_size1_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1327590Z test_contig_vs_every_other___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1327740Z test_contig_vs_every_other___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1327870Z test_contig_vs_every_other___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1328000Z test_contig_vs_every_other___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1328120Z test_contig_vs_every_other___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1328240Z test_contig_vs_every_other___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1328360Z test_contig_vs_every_other___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1328500Z test_contig_vs_every_other___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1328620Z test_contig_vs_every_other___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1328760Z test_contig_vs_every_other___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1328950Z test_contig_vs_every_other___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1329090Z test_contig_vs_every_other___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1329200Z test_contig_vs_every_other___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1329320Z test_contig_vs_every_other___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1329470Z test_contig_vs_every_other___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1329570Z test_contig_vs_every_other___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1329700Z test_contig_vs_every_other___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1329810Z test_contig_vs_every_other___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1329940Z test_contig_vs_every_other___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1330050Z test_contig_vs_every_other___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1330170Z test_contig_vs_every_other___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1330290Z test_contig_vs_every_other___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1330460Z test_contig_vs_every_other___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1330580Z test_contig_vs_every_other___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1330740Z test_contig_vs_every_other___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1330860Z test_contig_vs_every_other___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1330970Z test_contig_vs_every_other___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1331090Z test_contig_vs_every_other___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1331200Z test_contig_vs_every_other___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1331370Z test_contig_vs_every_other___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1331490Z test_contig_vs_every_other___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1331650Z test_contig_vs_every_other___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1331760Z test_contig_vs_every_other___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1331910Z test_contig_vs_every_other___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1332030Z test_contig_vs_every_other___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1332140Z test_contig_vs_every_other___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1332260Z test_contig_vs_every_other___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1332410Z test_contig_vs_every_other___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1332530Z test_contig_vs_every_other___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1332640Z test_contig_vs_every_other___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1332750Z test_contig_vs_every_other___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1332860Z test_contig_vs_every_other___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1333190Z test_contig_vs_every_other___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1333310Z test_contig_vs_every_other___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1333440Z test_contig_vs_every_other___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1333550Z test_contig_vs_every_other___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1333670Z test_contig_vs_every_other___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1333780Z test_contig_vs_every_other___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1333890Z test_contig_vs_every_other___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1334000Z test_contig_vs_every_other___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1334110Z test_contig_vs_every_other___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1334250Z test_contig_vs_every_other___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1334360Z test_contig_vs_every_other___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1334490Z test_contig_vs_every_other___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1334760Z test_contig_vs_every_other___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1334880Z test_contig_vs_every_other___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1334990Z test_contig_vs_every_other___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1335100Z test_contig_vs_every_other___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1335210Z test_contig_vs_every_other___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1335330Z test_contig_vs_every_other___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1335440Z test_contig_vs_every_other___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1335550Z test_contig_vs_every_other___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1335660Z test_contig_vs_every_other___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1335780Z test_contig_vs_every_other___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1335900Z test_contig_vs_every_other___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1336010Z test_contig_vs_every_other___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1336120Z test_contig_vs_every_other___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1336240Z test_contig_vs_every_other___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1336350Z test_contig_vs_every_other___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1336460Z test_contig_vs_every_other___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1336570Z test_contig_vs_every_other___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1336680Z test_contig_vs_every_other___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1336790Z test_contig_vs_every_other___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1336900Z test_contig_vs_every_other___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1337010Z test_contig_vs_every_other___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1337160Z test_contig_vs_every_other___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1337270Z test_contig_vs_every_other___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1337380Z test_contig_vs_every_other___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1337490Z test_contig_vs_every_other___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1337600Z test_contig_vs_every_other___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1337710Z test_contig_vs_every_other_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1337820Z test_contig_vs_every_other_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1337940Z test_contig_vs_every_other_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1338050Z test_contig_vs_every_other_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1338160Z test_contig_vs_every_other_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1338280Z test_contig_vs_every_other_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1338390Z test_contig_vs_every_other_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1338530Z test_contig_vs_every_other_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1338640Z test_contig_vs_every_other_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1338760Z test_contig_vs_every_other_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1338860Z test_contig_vs_every_other_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1338980Z test_contig_vs_every_other_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1339090Z test_contig_vs_every_other_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1339200Z test_contig_vs_every_other_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1339310Z test_contig_vs_every_other_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1339420Z test_contig_vs_every_other_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1339540Z test_contig_vs_every_other_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1339650Z test_contig_vs_every_other_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1339750Z test_contig_vs_every_other_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1339860Z test_contig_vs_every_other_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1339980Z test_contig_vs_every_other_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1340080Z test_contig_vs_every_other_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1340200Z test_contig_vs_every_other_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1340320Z test_contig_vs_every_other_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1340440Z test_contig_vs_every_other_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1340560Z test_contig_vs_every_other_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1340670Z test_contig_vs_every_other_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1340790Z test_contig_vs_every_other_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1340920Z test_contig_vs_every_other_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1341100Z test_contig_vs_every_other_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1341220Z test_contig_vs_every_other_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1341350Z test_contig_vs_every_other_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1341470Z test_contig_vs_every_other_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1341590Z test_contig_vs_every_other_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1341710Z test_contig_vs_every_other_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1341820Z test_contig_vs_every_other_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1341940Z test_contig_vs_every_other_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1342050Z test_contig_vs_every_other_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1342170Z test_contig_vs_every_other_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1342290Z test_contig_vs_every_other_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1342460Z test_contig_vs_every_other_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1342590Z test_contig_vs_every_other_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1342710Z test_contig_vs_every_other_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1342830Z test_contig_vs_every_other_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1342950Z test_contig_vs_every_other_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1343070Z test_contig_vs_every_other_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1343180Z test_contig_vs_every_other_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1343300Z test_contig_vs_every_other_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1343420Z test_contig_vs_every_other_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1343530Z test_contig_vs_every_other_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1343660Z test_contig_vs_every_other_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1343770Z test_contig_vs_every_other_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1343890Z test_contig_vs_every_other_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1344010Z test_contig_vs_every_other_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1344120Z test_contig_vs_every_other_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1344240Z test_contig_vs_every_other_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1344360Z test_contig_vs_every_other_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1344470Z test_contig_vs_every_other_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1344590Z test_contig_vs_every_other_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1344700Z test_contig_vs_every_other_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1344820Z test_contig_vs_every_other_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1344960Z test_contig_vs_every_other_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1345080Z test_contig_vs_every_other_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1345190Z test_contig_vs_every_other_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1345310Z test_contig_vs_every_other_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1345430Z test_contig_vs_every_other_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1345540Z test_contig_vs_every_other_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1345660Z test_contig_vs_every_other_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1345770Z test_contig_vs_every_other_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1345880Z test_contig_vs_every_other_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1346000Z test_contig_vs_every_other_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1346110Z test_contig_vs_every_other_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1346240Z test_contig_vs_every_other_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1346360Z test_contig_vs_every_other_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1346480Z test_contig_vs_every_other_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1346600Z test_contig_vs_every_other_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1346710Z test_contig_vs_every_other_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1346830Z test_contig_vs_every_other_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1346950Z test_contig_vs_every_other_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1347070Z test_contig_vs_every_other_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1347180Z test_contig_vs_every_other_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1347300Z test_contig_vs_every_other_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1347410Z test_contig_vs_every_other_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1347540Z test_contig_vs_every_other_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1347680Z test_contig_vs_every_other_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1347800Z test_contig_vs_every_other_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1347930Z test_contig_vs_every_other_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1348050Z test_contig_vs_every_other_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1348180Z test_contig_vs_every_other_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1348300Z test_contig_vs_every_other_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1348430Z test_contig_vs_every_other_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1348550Z test_contig_vs_every_other_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1348740Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1348880Z test_contig_vs_every_other_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1349010Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1349140Z test_contig_vs_every_other_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1349270Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1349400Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1349520Z test_contig_vs_every_other_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1349650Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1349770Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1349900Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1350020Z test_contig_vs_every_other_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1350220Z test_contig_vs_every_other_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1350350Z test_contig_vs_every_other_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1350480Z test_contig_vs_every_other_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1350600Z test_contig_vs_every_other_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1350720Z test_contig_vs_every_other_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1350850Z test_contig_vs_every_other_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1350970Z test_contig_vs_every_other_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1351090Z test_contig_vs_every_other_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1351220Z test_contig_vs_every_other_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1351340Z test_contig_vs_every_other_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1351460Z test_contig_vs_every_other_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1351570Z test_contig_vs_every_other_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1351680Z test_contig_vs_every_other_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1351800Z test_contig_vs_every_other_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1351920Z test_contig_vs_every_other_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1352030Z test_contig_vs_every_other_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1356190Z test_contig_vs_every_other_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1356370Z test_contig_vs_every_other_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1356480Z test_contig_vs_every_other_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1356590Z test_contig_vs_every_other_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1356700Z test_contig_vs_every_other_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1356950Z test_contig_vs_every_other_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1357060Z test_contig_vs_every_other_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1357190Z test_contig_vs_every_other_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1357310Z test_contig_vs_every_other_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1357430Z test_contig_vs_every_other_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1357560Z test_contig_vs_every_other_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1357680Z test_contig_vs_every_other_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1357800Z test_contig_vs_every_other_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1357910Z test_contig_vs_every_other_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1358030Z test_contig_vs_every_other_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1358150Z test_contig_vs_every_other_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1358270Z test_contig_vs_every_other_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1358460Z test_contig_vs_every_other_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1358570Z test_contig_vs_every_other_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1358710Z test_contig_vs_every_other_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1358840Z test_contig_vs_every_other_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1358960Z test_contig_vs_every_other_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1359070Z test_contig_vs_every_other_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1359190Z test_contig_vs_every_other_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1359310Z test_contig_vs_every_other_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1359430Z test_contig_vs_every_other_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1359540Z test_contig_vs_every_other_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1359660Z test_contig_vs_every_other_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1359780Z test_contig_vs_every_other_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1359890Z test_contig_vs_every_other_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1360010Z test_contig_vs_every_other_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1360120Z test_contig_vs_every_other_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1360230Z test_contig_vs_every_other_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1360340Z test_contig_vs_every_other_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1360450Z test_contig_vs_every_other_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1360560Z test_contig_vs_every_other_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1360670Z test_contig_vs_every_other_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1360810Z test_contig_vs_every_other_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1360930Z test_contig_vs_every_other_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1361040Z test_contig_vs_every_other_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1361150Z test_contig_vs_every_other_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1361260Z test_contig_vs_every_other_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1361370Z test_contig_vs_every_other_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1361480Z test_contig_vs_every_other_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1361590Z test_contig_vs_every_other_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1361690Z test_contig_vs_every_other_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1361800Z test_contig_vs_every_other_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1361910Z test_contig_vs_every_other_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1362040Z test_contig_vs_every_other_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1362160Z test_contig_vs_every_other_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1362300Z test_contig_vs_every_other_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1362410Z test_contig_vs_every_other_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1362520Z test_contig_vs_every_other_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1362630Z test_contig_vs_every_other_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1362730Z test_contig_vs_every_other_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1362840Z test_contig_vs_every_other_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1362950Z test_contig_vs_every_other_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1363060Z test_contig_vs_every_other_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1363170Z test_contig_vs_every_other_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1363280Z test_contig_vs_every_other_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1363390Z test_contig_vs_every_other_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1363500Z test_contig_vs_every_other_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1363610Z test_contig_vs_every_other_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1363720Z test_contig_vs_every_other_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1363840Z test_contig_vs_every_other_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1363940Z test_contig_vs_every_other_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1364050Z test_contig_vs_every_other_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1364160Z test_contig_vs_every_other_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1364270Z test_contig_vs_every_other_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1364380Z test_contig_vs_every_other_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1364490Z test_contig_vs_every_other_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1364600Z test_contig_vs_every_other_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1364780Z test_contig_vs_every_other_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1364890Z test_contig_vs_every_other_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1365000Z test_contig_vs_every_other_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1365110Z test_contig_vs_every_other_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1365210Z test_contig_vs_every_other_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1365320Z test_contig_vs_every_other_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1365430Z test_contig_vs_every_other_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1365530Z test_contig_vs_every_other_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1365640Z test_contig_vs_every_other_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1365750Z test_contig_vs_every_other_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1365870Z test_contig_vs_every_other_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1365990Z test_contig_vs_every_other_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1366130Z test_contig_vs_every_other_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1366250Z test_contig_vs_every_other_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1366370Z test_contig_vs_every_other_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1366490Z test_contig_vs_every_other_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1366610Z test_contig_vs_every_other_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1366730Z test_contig_vs_every_other_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1366840Z test_contig_vs_every_other_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1366960Z test_contig_vs_every_other_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1367070Z test_contig_vs_every_other_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1367190Z test_contig_vs_every_other_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1367300Z test_contig_vs_every_other_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1367420Z test_contig_vs_every_other_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1367530Z test_contig_vs_every_other_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1367650Z test_contig_vs_every_other_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1367760Z test_contig_vs_every_other_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1367880Z test_contig_vs_every_other_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1368000Z test_contig_vs_every_other_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1368110Z test_contig_vs_every_other_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1368230Z test_contig_vs_every_other_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1368340Z test_contig_vs_every_other_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1368460Z test_contig_vs_every_other_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1368630Z test_contig_vs_every_other_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1368750Z test_contig_vs_every_other_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1368870Z test_contig_vs_every_other_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1368980Z test_contig_vs_every_other_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1369100Z test_contig_vs_every_other_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1369210Z test_contig_vs_every_other_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1369330Z test_contig_vs_every_other_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1369440Z test_contig_vs_every_other_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1369550Z test_contig_vs_every_other_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1369660Z test_contig_vs_every_other_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1369810Z test_contig_vs_every_other_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1370010Z test_contig_vs_every_other_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1370160Z test_contig_vs_every_other_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1370310Z test_contig_vs_every_other_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1370450Z test_contig_vs_every_other_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1370590Z test_contig_vs_every_other_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1370730Z test_contig_vs_every_other_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1370870Z test_contig_vs_every_other_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1371010Z test_contig_vs_every_other_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1371140Z test_contig_vs_every_other_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1371280Z test_contig_vs_every_other_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1371410Z test_contig_vs_every_other_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1371570Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1371720Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1371870Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1372030Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1372180Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1372330Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1372500Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1372650Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1372800Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1372950Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1373100Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1373240Z test_contig_vs_every_other_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1373350Z test_contig_vs_every_other_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1373470Z test_contig_vs_every_other_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1373580Z test_contig_vs_every_other_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1373690Z test_contig_vs_every_other_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1373820Z test_contig_vs_every_other_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1373940Z test_contig_vs_every_other_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1374060Z test_contig_vs_every_other_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1374180Z test_contig_vs_every_other_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1374310Z test_contig_vs_every_other_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1374420Z test_contig_vs_every_other_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1374530Z test_contig_vs_every_other_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1374650Z test_contig_vs_every_other_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1374760Z test_contig_vs_every_other_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1374870Z test_contig_vs_every_other_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1374980Z test_contig_vs_every_other_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1375090Z test_contig_vs_every_other_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1375200Z test_contig_vs_every_other_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1375310Z test_contig_vs_every_other_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1375420Z test_contig_vs_every_other_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1375530Z test_contig_vs_every_other_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1375640Z test_contig_vs_every_other_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1375750Z test_contig_vs_every_other_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1375860Z test_contig_vs_every_other_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1375970Z test_contig_vs_every_other_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1376080Z test_contig_vs_every_other_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1376210Z test_contig_vs_every_other_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1376320Z test_contig_vs_every_other_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1376440Z test_contig_vs_every_other_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1376560Z test_contig_vs_every_other_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1376690Z test_contig_vs_every_other_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1376820Z test_contig_vs_every_other_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1376940Z test_contig_vs_every_other_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1377060Z test_contig_vs_every_other_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1377170Z test_contig_vs_every_other_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1377290Z test_contig_vs_every_other_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1377410Z test_contig_vs_every_other_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1377520Z test_contig_vs_every_other_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1377700Z test_contig_vs_every_other_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1377820Z test_contig_vs_every_other_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1377940Z test_contig_vs_every_other_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1378050Z test_contig_vs_every_other_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1378180Z test_contig_vs_every_other_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1378300Z test_contig_vs_every_other_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1378420Z test_contig_vs_every_other_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1378540Z test_contig_vs_every_other_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1378660Z test_contig_vs_every_other_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1378770Z test_contig_vs_every_other_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1378890Z test_contig_vs_every_other_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1379000Z test_contig_vs_every_other_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1379120Z test_contig_vs_every_other_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1379240Z test_contig_vs_every_other_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1379360Z test_contig_vs_every_other_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1379470Z test_contig_vs_every_other_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1379600Z test_contig_vs_every_other_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1379730Z test_contig_vs_every_other_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1379850Z test_contig_vs_every_other_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1379960Z test_contig_vs_every_other_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1380100Z test_contig_vs_every_other_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1380220Z test_contig_vs_every_other_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1380330Z test_contig_vs_every_other_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1380450Z test_contig_vs_every_other_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1380570Z test_contig_vs_every_other_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1380680Z test_contig_vs_every_other_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1380800Z test_contig_vs_every_other_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1380910Z test_contig_vs_every_other_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1381020Z test_contig_vs_every_other_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1381130Z test_contig_vs_every_other_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1381240Z test_contig_vs_every_other_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1381350Z test_contig_vs_every_other_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1381490Z test_contig_vs_every_other_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1381600Z test_contig_vs_every_other_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1381710Z test_contig_vs_every_other_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1381810Z test_contig_vs_every_other_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1381930Z test_contig_vs_every_other_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1382050Z test_contig_vs_every_other_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1382170Z test_contig_vs_every_other_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1382290Z test_contig_vs_every_other_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1382410Z test_contig_vs_every_other_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1382530Z test_contig_vs_every_other_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1382640Z test_contig_vs_every_other_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1382760Z test_contig_vs_every_other_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1382870Z test_contig_vs_every_other_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1382990Z test_contig_vs_every_other_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1383110Z test_contig_vs_every_other_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1383220Z test_contig_vs_every_other_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1383340Z test_contig_vs_every_other_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1383450Z test_contig_vs_every_other_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1383570Z test_contig_vs_every_other_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1383680Z test_contig_vs_every_other_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1383790Z test_contig_vs_every_other_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1383900Z test_contig_vs_every_other_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1384080Z test_contig_vs_every_other_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1384190Z test_contig_vs_every_other_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1384310Z test_contig_vs_every_other_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1384430Z test_contig_vs_every_other_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1384550Z test_contig_vs_every_other_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1384660Z test_contig_vs_every_other_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1384780Z test_contig_vs_every_other_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1388140Z test_contig_vs_every_other_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1388270Z test_contig_vs_every_other_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1388390Z test_contig_vs_every_other_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1388500Z test_contig_vs_every_other_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1388750Z test_contig_vs_every_other_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1388870Z test_contig_vs_every_other_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1388990Z test_contig_vs_every_other_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1389100Z test_contig_vs_every_other_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1389210Z test_contig_vs_every_other_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1389330Z test_contig_vs_every_other_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1389440Z test_contig_vs_every_other_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1389550Z test_contig_vs_every_other_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1389660Z test_contig_vs_every_other_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1389780Z test_contig_vs_every_other_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:27:51.1389890Z test_contig_vs_every_other_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1390000Z test_contig_vs_every_other_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1390110Z test_contig_vs_every_other_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1390230Z test_contig_vs_every_other_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1390340Z test_contig_vs_every_other_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1390450Z test_contig_vs_every_other_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1390560Z test_contig_vs_every_other_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1390680Z test_contig_vs_every_other_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1390790Z test_contig_vs_every_other_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1390900Z test_contig_vs_every_other_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1391010Z test_contig_vs_every_other_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1391120Z test_contig_vs_every_other_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1391250Z test_contig_vs_every_other_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1391360Z test_contig_vs_every_other_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1391480Z test_contig_vs_every_other_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1391590Z test_contig_vs_every_other_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1391700Z test_contig_vs_every_other_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1391820Z test_contig_vs_every_other_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1391930Z test_contig_vs_every_other_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1392040Z test_contig_vs_every_other_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1392150Z test_contig_vs_every_other_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1392260Z test_contig_vs_every_other_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1392370Z test_contig_vs_every_other_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1392470Z test_contig_vs_every_other_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1392610Z test_contig_vs_every_other_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1392720Z test_contig_vs_every_other_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1392840Z test_contig_vs_every_other_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1392960Z test_contig_vs_every_other_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1393080Z test_contig_vs_every_other_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1393200Z test_contig_vs_every_other_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1393310Z test_contig_vs_every_other_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1393430Z test_contig_vs_every_other_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1393540Z test_contig_vs_every_other_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1393660Z test_contig_vs_every_other_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1393770Z test_contig_vs_every_other_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1393880Z test_contig_vs_every_other_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1393990Z test_contig_vs_every_other_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1394100Z test_contig_vs_every_other_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1394210Z test_contig_vs_every_other_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1394310Z test_contig_vs_every_other_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1394420Z test_contig_vs_every_other_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1394530Z test_contig_vs_every_other_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1394670Z test_contig_vs_every_other_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1394790Z test_contig_vs_every_other_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1394910Z test_contig_vs_every_other_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1395050Z test_contig_vs_every_other_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1395170Z test_contig_vs_every_other_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1395290Z test_contig_vs_every_other_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1395410Z test_contig_vs_every_other_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1395530Z test_contig_vs_every_other_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1395640Z test_contig_vs_every_other_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1395750Z test_contig_vs_every_other_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1395860Z test_contig_vs_every_other_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1395980Z test_contig_vs_every_other_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1396100Z test_contig_vs_every_other_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1396210Z test_contig_vs_every_other_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1396320Z test_contig_vs_every_other_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1396450Z test_contig_vs_every_other_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1396570Z test_contig_vs_every_other_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1396680Z test_contig_vs_every_other_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1396790Z test_contig_vs_every_other_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1396900Z test_contig_vs_every_other_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1397040Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1397180Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1397320Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1397450Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1397590Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1397720Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1397850Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1397980Z test_contig_vs_every_other_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1398110Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1398250Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1398390Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1398520Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1398640Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1398770Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1398940Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1399080Z test_contig_vs_every_other_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1399450Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1399710Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1399960Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1400210Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1400450Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1400690Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1401000Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1401250Z test_contig_vs_every_other_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1401500Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1401740Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1401990Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1402230Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1402470Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1402710Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1402960Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1403200Z test_contig_vs_every_other_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1403340Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1403480Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1403610Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1403960Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1404120Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1404250Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1404390Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1404520Z test_contig_vs_every_other_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1404660Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1404790Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1404930Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1405060Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1405190Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1405320Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1405570Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1405700Z test_contig_vs_every_other_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1405840Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1405970Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1406110Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1406240Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1406370Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1406500Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1406630Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1406760Z test_contig_vs_every_other_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1407020Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1407270Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1407520Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1407770Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1408020Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1408320Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1408580Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1408820Z test_contig_vs_every_other_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1409080Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1409350Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1409610Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1409860Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1410190Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1410440Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1410700Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1410960Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1411210Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1411470Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1411720Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1411980Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1412230Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1412470Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1412720Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1412980Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1413310Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1413570Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1413820Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1414070Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1414320Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1414570Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1414820Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1415160Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1415410Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1415670Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1415920Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1416170Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1416420Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1416670Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1416920Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1417210Z test_contig_vs_every_other_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1417340Z test_contig_vs_every_other_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1417470Z test_contig_vs_every_other_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1417600Z test_contig_vs_every_other_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1417720Z test_contig_vs_every_other_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1417850Z test_contig_vs_every_other_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1418040Z test_contig_vs_every_other_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1418160Z test_contig_vs_every_other_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1418290Z test_contig_vs_every_other_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1418410Z test_contig_vs_every_other_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1418540Z test_contig_vs_every_other_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1418660Z test_contig_vs_every_other_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1418780Z test_contig_vs_every_other_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1418900Z test_contig_vs_every_other_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1419020Z test_contig_vs_every_other_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1419140Z test_contig_vs_every_other_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1419250Z test_contig_vs_every_other_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1419370Z test_contig_vs_every_other_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1419520Z test_contig_vs_every_other_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1419630Z test_contig_vs_every_other_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1419750Z test_contig_vs_every_other_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1419870Z test_contig_vs_every_other_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1419980Z test_contig_vs_every_other_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1420100Z test_contig_vs_every_other_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1420210Z test_contig_vs_every_other_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1420320Z test_contig_vs_every_other_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1420440Z test_contig_vs_every_other_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1420550Z test_contig_vs_every_other_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1420650Z test_contig_vs_every_other_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1420770Z test_contig_vs_every_other_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1420870Z test_contig_vs_every_other_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1421000Z test_contig_vs_every_other_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1421120Z test_contig_vs_every_other_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1421250Z test_contig_vs_every_other_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1421370Z test_contig_vs_every_other_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1421490Z test_contig_vs_every_other_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1421620Z test_contig_vs_every_other_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1421730Z test_contig_vs_every_other_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1421850Z test_contig_vs_every_other_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1422030Z test_contig_vs_every_other_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1422180Z test_contig_vs_every_other_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1422300Z test_contig_vs_every_other_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1422420Z test_contig_vs_every_other_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1422530Z test_contig_vs_every_other_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1422650Z test_contig_vs_every_other_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1422760Z test_contig_vs_every_other_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1422880Z test_contig_vs_every_other_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1422990Z test_contig_vs_every_other_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1423100Z test_contig_vs_every_other_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1423210Z test_contig_vs_every_other_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1423320Z test_contig_vs_every_other_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1423500Z test_contig_vs_every_other_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1423620Z test_contig_vs_every_other_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1423740Z test_contig_vs_transposed___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1423850Z test_contig_vs_transposed___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1423980Z test_contig_vs_transposed___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1424090Z test_contig_vs_transposed___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1424210Z test_contig_vs_transposed___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1424330Z test_contig_vs_transposed___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1424440Z test_contig_vs_transposed___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1424560Z test_contig_vs_transposed___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1424670Z test_contig_vs_transposed___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1424780Z test_contig_vs_transposed___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1428370Z test_contig_vs_transposed___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1428540Z test_contig_vs_transposed___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1428660Z test_contig_vs_transposed___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1428770Z test_contig_vs_transposed___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1428880Z test_contig_vs_transposed___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1428990Z test_contig_vs_transposed___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1429100Z test_contig_vs_transposed___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1429210Z test_contig_vs_transposed___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1429330Z test_contig_vs_transposed___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1429570Z test_contig_vs_transposed___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1429690Z test_contig_vs_transposed___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1429810Z test_contig_vs_transposed___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1429930Z test_contig_vs_transposed___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1430040Z test_contig_vs_transposed___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1430160Z test_contig_vs_transposed___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1430270Z test_contig_vs_transposed___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1430380Z test_contig_vs_transposed___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1430490Z test_contig_vs_transposed___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1430600Z test_contig_vs_transposed___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1430710Z test_contig_vs_transposed___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1430820Z test_contig_vs_transposed___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1430970Z test_contig_vs_transposed___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1431080Z test_contig_vs_transposed___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1431200Z test_contig_vs_transposed___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1431310Z test_contig_vs_transposed___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1431430Z test_contig_vs_transposed___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1431550Z test_contig_vs_transposed___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1431670Z test_contig_vs_transposed___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1431780Z test_contig_vs_transposed___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1431890Z test_contig_vs_transposed___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1432000Z test_contig_vs_transposed___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1432120Z test_contig_vs_transposed___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1432230Z test_contig_vs_transposed___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1432340Z test_contig_vs_transposed___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1432450Z test_contig_vs_transposed___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1432560Z test_contig_vs_transposed___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1432670Z test_contig_vs_transposed___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1432780Z test_contig_vs_transposed___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1432890Z test_contig_vs_transposed___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1433000Z test_contig_vs_transposed___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1433110Z test_contig_vs_transposed___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1433220Z test_contig_vs_transposed___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1433390Z test_contig_vs_transposed___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1433510Z test_contig_vs_transposed___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1433630Z test_contig_vs_transposed___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:27:51.1433740Z test_contig_vs_transposed___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1433860Z test_contig_vs_transposed___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1433970Z test_contig_vs_transposed___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1434080Z test_contig_vs_transposed___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1434190Z test_contig_vs_transposed___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1434300Z test_contig_vs_transposed___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1434410Z test_contig_vs_transposed___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1434520Z test_contig_vs_transposed___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1434640Z test_contig_vs_transposed___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1434790Z test_contig_vs_transposed___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1434910Z test_contig_vs_transposed___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1435020Z test_contig_vs_transposed___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1435140Z test_contig_vs_transposed___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1435250Z test_contig_vs_transposed___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1435360Z test_contig_vs_transposed___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1435470Z test_contig_vs_transposed___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1435580Z test_contig_vs_transposed___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1435690Z test_contig_vs_transposed___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1435800Z test_contig_vs_transposed___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1435910Z test_contig_vs_transposed___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1436020Z test_contig_vs_transposed___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1436120Z test_contig_vs_transposed___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1436230Z test_contig_vs_transposed___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1436340Z test_contig_vs_transposed___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1436450Z test_contig_vs_transposed___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1436570Z test_contig_vs_transposed_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1436680Z test_contig_vs_transposed_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1436790Z test_contig_vs_transposed_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1436910Z test_contig_vs_transposed_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.1437020Z test_contig_vs_transposed_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1437170Z test_contig_vs_transposed_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1437280Z test_contig_vs_transposed_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1437400Z test_contig_vs_transposed_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1437510Z test_contig_vs_transposed_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1437630Z test_contig_vs_transposed_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1437740Z test_contig_vs_transposed_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1437850Z test_contig_vs_transposed_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1437950Z test_contig_vs_transposed_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1438070Z test_contig_vs_transposed_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1438180Z test_contig_vs_transposed_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1438290Z test_contig_vs_transposed_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1438410Z test_contig_vs_transposed_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1438540Z test_contig_vs_transposed_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1438660Z test_contig_vs_transposed_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1438760Z test_contig_vs_transposed_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1438870Z test_contig_vs_transposed_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1438990Z test_contig_vs_transposed_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1439110Z test_contig_vs_transposed_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1439230Z test_contig_vs_transposed_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1439350Z test_contig_vs_transposed_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1439470Z test_contig_vs_transposed_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1439580Z test_contig_vs_transposed_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1439700Z test_contig_vs_transposed_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1439830Z test_contig_vs_transposed_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1439950Z test_contig_vs_transposed_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1440080Z test_contig_vs_transposed_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1440200Z test_contig_vs_transposed_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1440330Z test_contig_vs_transposed_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1440450Z test_contig_vs_transposed_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1440560Z test_contig_vs_transposed_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1440680Z test_contig_vs_transposed_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1440790Z test_contig_vs_transposed_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1440910Z test_contig_vs_transposed_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1441070Z test_contig_vs_transposed_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1441200Z test_contig_vs_transposed_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1441330Z test_contig_vs_transposed_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1441460Z test_contig_vs_transposed_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1441580Z test_contig_vs_transposed_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1441710Z test_contig_vs_transposed_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1441820Z test_contig_vs_transposed_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1441940Z test_contig_vs_transposed_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1442060Z test_contig_vs_transposed_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1442180Z test_contig_vs_transposed_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1442290Z test_contig_vs_transposed_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1442410Z test_contig_vs_transposed_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1442580Z test_contig_vs_transposed_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1442700Z test_contig_vs_transposed_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1442820Z test_contig_vs_transposed_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1442930Z test_contig_vs_transposed_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1443050Z test_contig_vs_transposed_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1443170Z test_contig_vs_transposed_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1443290Z test_contig_vs_transposed_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1443400Z test_contig_vs_transposed_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1443520Z test_contig_vs_transposed_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1443630Z test_contig_vs_transposed_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1443750Z test_contig_vs_transposed_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1443870Z test_contig_vs_transposed_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1443980Z test_contig_vs_transposed_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1444100Z test_contig_vs_transposed_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1444220Z test_contig_vs_transposed_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1444330Z test_contig_vs_transposed_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1444450Z test_contig_vs_transposed_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1444560Z test_contig_vs_transposed_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1444670Z test_contig_vs_transposed_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1444790Z test_contig_vs_transposed_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1444900Z test_contig_vs_transposed_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1445040Z test_contig_vs_transposed_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1445150Z test_contig_vs_transposed_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1445270Z test_contig_vs_transposed_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1445390Z test_contig_vs_transposed_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1445510Z test_contig_vs_transposed_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1445630Z test_contig_vs_transposed_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1445740Z test_contig_vs_transposed_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1445860Z test_contig_vs_transposed_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1445970Z test_contig_vs_transposed_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1446080Z test_contig_vs_transposed_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1446200Z test_contig_vs_transposed_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1446310Z test_contig_vs_transposed_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1446460Z test_contig_vs_transposed_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1446590Z test_contig_vs_transposed_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1446720Z test_contig_vs_transposed_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1446850Z test_contig_vs_transposed_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1446980Z test_contig_vs_transposed_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1447100Z test_contig_vs_transposed_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1447220Z test_contig_vs_transposed_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1447350Z test_contig_vs_transposed_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1447470Z test_contig_vs_transposed_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1447600Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1447730Z test_contig_vs_transposed_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1447870Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1448000Z test_contig_vs_transposed_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1448120Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1448250Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1448370Z test_contig_vs_transposed_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1448500Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1448620Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1448750Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1448910Z test_contig_vs_transposed_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1449040Z test_contig_vs_transposed_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1449170Z test_contig_vs_transposed_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1449300Z test_contig_vs_transposed_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1449420Z test_contig_vs_transposed_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1449540Z test_contig_vs_transposed_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1449670Z test_contig_vs_transposed_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1449790Z test_contig_vs_transposed_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1449920Z test_contig_vs_transposed_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1450040Z test_contig_vs_transposed_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1450160Z test_contig_vs_transposed_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1450310Z test_contig_vs_transposed_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1450430Z test_contig_vs_transposed_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1450550Z test_contig_vs_transposed_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1450660Z test_contig_vs_transposed_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1450770Z test_contig_vs_transposed_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1450890Z test_contig_vs_transposed_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1451000Z test_contig_vs_transposed_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1451110Z test_contig_vs_transposed_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1451220Z test_contig_vs_transposed_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1451340Z test_contig_vs_transposed_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1451440Z test_contig_vs_transposed_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1451550Z test_contig_vs_transposed_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1451660Z test_contig_vs_transposed_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1451790Z test_contig_vs_transposed_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1451900Z test_contig_vs_transposed_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1452030Z test_contig_vs_transposed_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1452150Z test_contig_vs_transposed_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.1452280Z test_contig_vs_transposed_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1452400Z test_contig_vs_transposed_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1452510Z test_contig_vs_transposed_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1452630Z test_contig_vs_transposed_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1452770Z test_contig_vs_transposed_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1452890Z test_contig_vs_transposed_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1453010Z test_contig_vs_transposed_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1453130Z test_contig_vs_transposed_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1453270Z test_contig_vs_transposed_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:27:51.1453390Z test_contig_vs_transposed_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:27:51.1453510Z test_contig_vs_transposed_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1453630Z test_contig_vs_transposed_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1453750Z test_contig_vs_transposed_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1453870Z test_contig_vs_transposed_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1453990Z test_contig_vs_transposed_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1454110Z test_contig_vs_transposed_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1454250Z test_contig_vs_transposed_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1454360Z test_contig_vs_transposed_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1454480Z test_contig_vs_transposed_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1454590Z test_contig_vs_transposed_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1454710Z test_contig_vs_transposed_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1454820Z test_contig_vs_transposed_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1454930Z test_contig_vs_transposed_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1455040Z test_contig_vs_transposed_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1455150Z test_contig_vs_transposed_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1455260Z test_contig_vs_transposed_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1455380Z test_contig_vs_transposed_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1455490Z test_contig_vs_transposed_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1455600Z test_contig_vs_transposed_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1455710Z test_contig_vs_transposed_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1455820Z test_contig_vs_transposed_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1455930Z test_contig_vs_transposed_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1456040Z test_contig_vs_transposed_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1456150Z test_contig_vs_transposed_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1456260Z test_contig_vs_transposed_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1456370Z test_contig_vs_transposed_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1456490Z test_contig_vs_transposed_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1459800Z test_contig_vs_transposed_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1460130Z test_contig_vs_transposed_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1460240Z test_contig_vs_transposed_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1460350Z test_contig_vs_transposed_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1460460Z test_contig_vs_transposed_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1460570Z test_contig_vs_transposed_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1460680Z test_contig_vs_transposed_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1460790Z test_contig_vs_transposed_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1460900Z test_contig_vs_transposed_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1461010Z test_contig_vs_transposed_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1461130Z test_contig_vs_transposed_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1461240Z test_contig_vs_transposed_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1461350Z test_contig_vs_transposed_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1461530Z test_contig_vs_transposed_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1461650Z test_contig_vs_transposed_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1461760Z test_contig_vs_transposed_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1461870Z test_contig_vs_transposed_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1461980Z test_contig_vs_transposed_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1462090Z test_contig_vs_transposed_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1462200Z test_contig_vs_transposed_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1462310Z test_contig_vs_transposed_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1462410Z test_contig_vs_transposed_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1462530Z test_contig_vs_transposed_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1462630Z test_contig_vs_transposed_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1462750Z test_contig_vs_transposed_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1462860Z test_contig_vs_transposed_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1462970Z test_contig_vs_transposed_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1463080Z test_contig_vs_transposed_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1463190Z test_contig_vs_transposed_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1463300Z test_contig_vs_transposed_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1463410Z test_contig_vs_transposed_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1463510Z test_contig_vs_transposed_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1463620Z test_contig_vs_transposed_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1463730Z test_contig_vs_transposed_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1463860Z test_contig_vs_transposed_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1464030Z test_contig_vs_transposed_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1464160Z test_contig_vs_transposed_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1464280Z test_contig_vs_transposed_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1464400Z test_contig_vs_transposed_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1464530Z test_contig_vs_transposed_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1464650Z test_contig_vs_transposed_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1464760Z test_contig_vs_transposed_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1464890Z test_contig_vs_transposed_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1465000Z test_contig_vs_transposed_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1465120Z test_contig_vs_transposed_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1465240Z test_contig_vs_transposed_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1465360Z test_contig_vs_transposed_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1465500Z test_contig_vs_transposed_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1465620Z test_contig_vs_transposed_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1465730Z test_contig_vs_transposed_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1465840Z test_contig_vs_transposed_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1465960Z test_contig_vs_transposed_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1466080Z test_contig_vs_transposed_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1466190Z test_contig_vs_transposed_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1466300Z test_contig_vs_transposed_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1466420Z test_contig_vs_transposed_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1466540Z test_contig_vs_transposed_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1466660Z test_contig_vs_transposed_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1466780Z test_contig_vs_transposed_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1466890Z test_contig_vs_transposed_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1467020Z test_contig_vs_transposed_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1467130Z test_contig_vs_transposed_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1467240Z test_contig_vs_transposed_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1467360Z test_contig_vs_transposed_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1467470Z test_contig_vs_transposed_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1467580Z test_contig_vs_transposed_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1467700Z test_contig_vs_transposed_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1467840Z test_contig_vs_transposed_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1468020Z test_contig_vs_transposed_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1468170Z test_contig_vs_transposed_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1468320Z test_contig_vs_transposed_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1468460Z test_contig_vs_transposed_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1468600Z test_contig_vs_transposed_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1468740Z test_contig_vs_transposed_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1468880Z test_contig_vs_transposed_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1469010Z test_contig_vs_transposed_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1469150Z test_contig_vs_transposed_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1469290Z test_contig_vs_transposed_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1469450Z test_contig_vs_transposed_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1469610Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1469760Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1469920Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1470080Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1470230Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1470380Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1470520Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1470670Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1470820Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1470970Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1471110Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1471260Z test_contig_vs_transposed_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1471380Z test_contig_vs_transposed_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1471500Z test_contig_vs_transposed_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1471610Z test_contig_vs_transposed_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1471720Z test_contig_vs_transposed_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1471870Z test_contig_vs_transposed_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1471990Z test_contig_vs_transposed_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1472110Z test_contig_vs_transposed_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1472230Z test_contig_vs_transposed_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.1472350Z test_contig_vs_transposed_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1472460Z test_contig_vs_transposed_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1472570Z test_contig_vs_transposed_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1472680Z test_contig_vs_transposed_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1472800Z test_contig_vs_transposed_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:27:51.1472910Z test_contig_vs_transposed_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1473020Z test_contig_vs_transposed_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1473140Z test_contig_vs_transposed_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.039s) 2022-11-23T01:27:51.1473270Z test_contig_vs_transposed_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1473380Z test_contig_vs_transposed_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1473490Z test_contig_vs_transposed_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1473610Z test_contig_vs_transposed_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1473720Z test_contig_vs_transposed_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1473830Z test_contig_vs_transposed_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:27:51.1473940Z test_contig_vs_transposed_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.035s) 2022-11-23T01:27:51.1474050Z test_contig_vs_transposed_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:27:51.1474160Z test_contig_vs_transposed_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1474270Z test_contig_vs_transposed_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1474370Z test_contig_vs_transposed_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1474500Z test_contig_vs_transposed_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1474620Z test_contig_vs_transposed_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1474750Z test_contig_vs_transposed_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1474870Z test_contig_vs_transposed_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1475000Z test_contig_vs_transposed_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1475110Z test_contig_vs_transposed_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1475230Z test_contig_vs_transposed_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1475350Z test_contig_vs_transposed_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1475470Z test_contig_vs_transposed_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1475590Z test_contig_vs_transposed_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1475900Z test_contig_vs_transposed_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1476030Z test_contig_vs_transposed_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1476160Z test_contig_vs_transposed_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1476270Z test_contig_vs_transposed_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1476400Z test_contig_vs_transposed_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1476520Z test_contig_vs_transposed_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1476640Z test_contig_vs_transposed_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1476760Z test_contig_vs_transposed_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1476880Z test_contig_vs_transposed_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1476990Z test_contig_vs_transposed_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1477110Z test_contig_vs_transposed_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1477230Z test_contig_vs_transposed_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1477460Z test_contig_vs_transposed_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1477580Z test_contig_vs_transposed_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1477700Z test_contig_vs_transposed_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1477810Z test_contig_vs_transposed_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1477940Z test_contig_vs_transposed_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1478060Z test_contig_vs_transposed_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1478180Z test_contig_vs_transposed_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1478300Z test_contig_vs_transposed_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1478420Z test_contig_vs_transposed_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1478540Z test_contig_vs_transposed_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1478660Z test_contig_vs_transposed_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1478770Z test_contig_vs_transposed_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1478890Z test_contig_vs_transposed_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1479010Z test_contig_vs_transposed_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1479120Z test_contig_vs_transposed_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1479230Z test_contig_vs_transposed_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1479350Z test_contig_vs_transposed_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1479460Z test_contig_vs_transposed_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1479570Z test_contig_vs_transposed_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1479680Z test_contig_vs_transposed_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1479790Z test_contig_vs_transposed_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1479950Z test_contig_vs_transposed_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1480060Z test_contig_vs_transposed_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1480170Z test_contig_vs_transposed_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1480300Z test_contig_vs_transposed_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1480410Z test_contig_vs_transposed_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1480530Z test_contig_vs_transposed_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1480650Z test_contig_vs_transposed_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1480770Z test_contig_vs_transposed_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1480890Z test_contig_vs_transposed_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1481010Z test_contig_vs_transposed_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1481120Z test_contig_vs_transposed_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1481230Z test_contig_vs_transposed_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1481370Z test_contig_vs_transposed_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1481490Z test_contig_vs_transposed_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1481610Z test_contig_vs_transposed_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1481720Z test_contig_vs_transposed_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1481840Z test_contig_vs_transposed_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1481950Z test_contig_vs_transposed_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1482070Z test_contig_vs_transposed_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1482180Z test_contig_vs_transposed_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1482290Z test_contig_vs_transposed_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1482410Z test_contig_vs_transposed_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1482520Z test_contig_vs_transposed_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1482640Z test_contig_vs_transposed_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1482760Z test_contig_vs_transposed_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1482880Z test_contig_vs_transposed_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1482990Z test_contig_vs_transposed_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1483110Z test_contig_vs_transposed_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1483230Z test_contig_vs_transposed_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1483340Z test_contig_vs_transposed_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1483450Z test_contig_vs_transposed_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1483570Z test_contig_vs_transposed_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1483680Z test_contig_vs_transposed_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1483820Z test_contig_vs_transposed_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1483930Z test_contig_vs_transposed_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1484050Z test_contig_vs_transposed_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1484170Z test_contig_vs_transposed_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1484280Z test_contig_vs_transposed_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1484400Z test_contig_vs_transposed_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1484510Z test_contig_vs_transposed_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1484620Z test_contig_vs_transposed_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1484730Z test_contig_vs_transposed_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1484840Z test_contig_vs_transposed_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1484960Z test_contig_vs_transposed_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1485070Z test_contig_vs_transposed_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1485210Z test_contig_vs_transposed_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1485330Z test_contig_vs_transposed_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:27:51.1485450Z test_contig_vs_transposed_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1485560Z test_contig_vs_transposed_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1485670Z test_contig_vs_transposed_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1485790Z test_contig_vs_transposed_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1485900Z test_contig_vs_transposed_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1486010Z test_contig_vs_transposed_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1486120Z test_contig_vs_transposed_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1486230Z test_contig_vs_transposed_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1486340Z test_contig_vs_transposed_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1486450Z test_contig_vs_transposed_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1486570Z test_contig_vs_transposed_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1486680Z test_contig_vs_transposed_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1486800Z test_contig_vs_transposed_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1486910Z test_contig_vs_transposed_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1487020Z test_contig_vs_transposed_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1487130Z test_contig_vs_transposed_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1487240Z test_contig_vs_transposed_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1487350Z test_contig_vs_transposed_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1487460Z test_contig_vs_transposed_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1487570Z test_contig_vs_transposed_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1487690Z test_contig_vs_transposed_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1487810Z test_contig_vs_transposed_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1487940Z test_contig_vs_transposed_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1488060Z test_contig_vs_transposed_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1488170Z test_contig_vs_transposed_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1488290Z test_contig_vs_transposed_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1488400Z test_contig_vs_transposed_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1488520Z test_contig_vs_transposed_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1488630Z test_contig_vs_transposed_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.1491900Z test_contig_vs_transposed_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1492030Z test_contig_vs_transposed_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1492150Z test_contig_vs_transposed_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1492360Z test_contig_vs_transposed_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1492470Z test_contig_vs_transposed_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1492580Z test_contig_vs_transposed_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1492690Z test_contig_vs_transposed_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1492800Z test_contig_vs_transposed_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1492930Z test_contig_vs_transposed_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1493050Z test_contig_vs_transposed_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1493170Z test_contig_vs_transposed_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1493280Z test_contig_vs_transposed_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1493400Z test_contig_vs_transposed_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1493520Z test_contig_vs_transposed_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1493640Z test_contig_vs_transposed_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1493750Z test_contig_vs_transposed_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1493870Z test_contig_vs_transposed_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1493980Z test_contig_vs_transposed_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1494100Z test_contig_vs_transposed_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1494210Z test_contig_vs_transposed_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.1494330Z test_contig_vs_transposed_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1494440Z test_contig_vs_transposed_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1494550Z test_contig_vs_transposed_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1494660Z test_contig_vs_transposed_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1494770Z test_contig_vs_transposed_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1494950Z test_contig_vs_transposed_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1495060Z test_contig_vs_transposed_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1495170Z test_contig_vs_transposed_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1495320Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1495460Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1495590Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1495730Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1495860Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1495990Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1496130Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1496260Z test_contig_vs_transposed_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1496430Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1496560Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1496700Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1496830Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1496960Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1497090Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1497220Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1497360Z test_contig_vs_transposed_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1497690Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1497960Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1498210Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1498450Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1498700Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1498950Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1499250Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1499500Z test_contig_vs_transposed_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1499740Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1499990Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1500230Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1500480Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1500720Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1500970Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1501260Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1501510Z test_contig_vs_transposed_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1501640Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1501780Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1501920Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1502050Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1502190Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1502310Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1502450Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1502580Z test_contig_vs_transposed_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1502710Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1502850Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1502980Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1503120Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1503250Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1503380Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1503500Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1503690Z test_contig_vs_transposed_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1503830Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1503960Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1504100Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1504230Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1504360Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1504490Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1504620Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1504750Z test_contig_vs_transposed_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1505000Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1505320Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1505570Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1505820Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1506060Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1506310Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1506560Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1506800Z test_contig_vs_transposed_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1507060Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1507320Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1507570Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1507830Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1508080Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1508380Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1508640Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1508890Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1509140Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1509400Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1509650Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1509900Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1510180Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1510430Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1510680Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1510930Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1511180Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1511430Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1511690Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1511940Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1512190Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1512440Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1512690Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1512940Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1513240Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1513500Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1513750Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1514000Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1514250Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1514500Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1514750Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1515060Z test_contig_vs_transposed_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1515190Z test_contig_vs_transposed_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1515310Z test_contig_vs_transposed_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1515440Z test_contig_vs_transposed_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1515570Z test_contig_vs_transposed_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1515690Z test_contig_vs_transposed_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1515810Z test_contig_vs_transposed_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1515940Z test_contig_vs_transposed_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1516060Z test_contig_vs_transposed_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1516180Z test_contig_vs_transposed_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1516300Z test_contig_vs_transposed_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1516430Z test_contig_vs_transposed_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1516550Z test_contig_vs_transposed_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1516670Z test_contig_vs_transposed_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1516790Z test_contig_vs_transposed_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1516910Z test_contig_vs_transposed_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1517060Z test_contig_vs_transposed_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1517180Z test_contig_vs_transposed_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1517300Z test_contig_vs_transposed_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:27:51.1517410Z test_contig_vs_transposed_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1517570Z test_contig_vs_transposed_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1517690Z test_contig_vs_transposed_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.1517800Z test_contig_vs_transposed_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1517920Z test_contig_vs_transposed_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.1518030Z test_contig_vs_transposed_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1518140Z test_contig_vs_transposed_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1518250Z test_contig_vs_transposed_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1518370Z test_contig_vs_transposed_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1518480Z test_contig_vs_transposed_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1518590Z test_contig_vs_transposed_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1518700Z test_contig_vs_transposed_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1518820Z test_contig_vs_transposed_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1518960Z test_contig_vs_transposed_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1519090Z test_contig_vs_transposed_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1519210Z test_contig_vs_transposed_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1519330Z test_contig_vs_transposed_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1519450Z test_contig_vs_transposed_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1519570Z test_contig_vs_transposed_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1519690Z test_contig_vs_transposed_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1519810Z test_contig_vs_transposed_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1519930Z test_contig_vs_transposed_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1520040Z test_contig_vs_transposed_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1520160Z test_contig_vs_transposed_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1520270Z test_contig_vs_transposed_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1520390Z test_contig_vs_transposed_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1520500Z test_contig_vs_transposed_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1520620Z test_contig_vs_transposed_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1520730Z test_contig_vs_transposed_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1520840Z test_contig_vs_transposed_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1520950Z test_contig_vs_transposed_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1521060Z test_contig_vs_transposed_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1521180Z test_contig_vs_transposed_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1521290Z test_contig_vs_transposed_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1521400Z test_copysign_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1521530Z test_copysign_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1521640Z test_copysign_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1521750Z test_copysign_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1521860Z test_copysign_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1521970Z test_copysign_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1522070Z test_copysign_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1522180Z test_copysign_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1522280Z test_copysign_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1522380Z test_copysign_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1522490Z test_copysign_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1522590Z test_copysign_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1522700Z test_copysign_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1522800Z test_copysign_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1522930Z test_copysign_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1523030Z test_copysign_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1523130Z test_copysign_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1523230Z test_copysign_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1523340Z test_copysign_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1523440Z test_copysign_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1523540Z test_copysign_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1523650Z test_copysign_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1523760Z test_copysign_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1523870Z test_copysign_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1523970Z test_copysign_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1524070Z test_copysign_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1524180Z test_copysign_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1524280Z test_copysign_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1524380Z test_copysign_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1524490Z test_copysign_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1524590Z test_copysign_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1524690Z test_copysign_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1524800Z test_copysign_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1524900Z test_copysign_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1525000Z test_copysign_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1525100Z test_copysign_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1525210Z test_copysign_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1525310Z test_copysign_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1525450Z test_copysign_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1525550Z test_copysign_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1525650Z test_copysign_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1525750Z test_copysign_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1525860Z test_copysign_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1525960Z test_copysign_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1526060Z test_copysign_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1526160Z test_copysign_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1526260Z test_copysign_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1526370Z test_copysign_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1526460Z test_copysign_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1526560Z test_copysign_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1526670Z test_copysign_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1526790Z test_copysign_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1526900Z test_copysign_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1527000Z test_copysign_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1527100Z test_copysign_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1527200Z test_copysign_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1527300Z test_copysign_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1527410Z test_copysign_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1527510Z test_copysign_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1530870Z test_copysign_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1531000Z test_copysign_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1531100Z test_copysign_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1531200Z test_copysign_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1531310Z test_copysign_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1531410Z test_copysign_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1531510Z test_copysign_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1531610Z test_copysign_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1531710Z test_copysign_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1531810Z test_copysign_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1531910Z test_copysign_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1532020Z test_copysign_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1532120Z test_copysign_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1532220Z test_copysign_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1532320Z test_copysign_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1532420Z test_copysign_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1532650Z test_copysign_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1532750Z test_copysign_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1532850Z test_copysign_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1532950Z test_copysign_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1533050Z test_copysign_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1533150Z test_copysign_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1533250Z test_copysign_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1533360Z test_copysign_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1533460Z test_copysign_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1533560Z test_copysign_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1533670Z test_copysign_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1533760Z test_copysign_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1533860Z test_copysign_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1533960Z test_copysign_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1534090Z test_copysign_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1534200Z test_copysign_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1534310Z test_copysign_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1534410Z test_copysign_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1534510Z test_copysign_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1534610Z test_copysign_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1534710Z test_copysign_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1534810Z test_copysign_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1534910Z test_copysign_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1535020Z test_copysign_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1535110Z test_copysign_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1535240Z test_copysign_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.254s) 2022-11-23T01:27:51.1535360Z test_copysign_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1535480Z test_copysign_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1535600Z test_copysign_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1535720Z test_copysign_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1535840Z test_copysign_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1535950Z test_copysign_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1536070Z test_copysign_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1536190Z test_copysign_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1536300Z test_copysign_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1536420Z test_copysign_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1536560Z test_copysign_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1536670Z test_copysign_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1536780Z test_copysign_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1536900Z test_copysign_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1537010Z test_copysign_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1537110Z test_cpow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1537260Z test_cpu_tensor_pow_cuda_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1537370Z test_cremainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1537510Z test_cross_device_binary_ops_cpu (__main__.TestBinaryUfuncsCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-11-23T01:27:51.1537650Z test_cross_device_inplace_error_msg_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.1537750Z test_csub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1537880Z test_cuda_tensor_pow_scalar_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1538020Z test_cumulative_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.068s) 2022-11-23T01:27:51.1538130Z test_div_and_floordiv_script_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.059s) 2022-11-23T01:27:51.1538250Z test_div_and_floordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1538350Z test_div_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1538450Z test_div_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1538560Z test_div_rounding_modes_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1538670Z test_div_rounding_modes_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1538780Z test_div_rounding_modes_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1538880Z test_div_rounding_modes_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1538990Z test_div_rounding_modes_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1539100Z test_div_rounding_modes_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1539210Z test_div_rounding_modes_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1539310Z test_div_rounding_modes_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1539420Z test_div_rounding_modes_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1539540Z test_div_rounding_nonfinite_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1539660Z test_div_rounding_nonfinite_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1539770Z test_div_rounding_nonfinite_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1539880Z test_div_rounding_nonfinite_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1539990Z test_div_rounding_numpy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1540100Z test_div_rounding_numpy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1540210Z test_div_rounding_numpy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1540310Z test_div_rounding_numpy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1540420Z test_div_rounding_numpy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1540560Z test_div_rounding_numpy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1540670Z test_div_rounding_numpy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1540780Z test_div_rounding_numpy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1541160Z test_divide_by_zero_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:1035: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T01:27:51.1541220Z expect = np.divide(an, 0) 2022-11-23T01:27:51.1541440Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:1035: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T01:27:51.1541500Z expect = np.divide(an, 0) 2022-11-23T01:27:51.1541550Z ok (0.001s) 2022-11-23T01:27:51.1541660Z test_divide_by_zero_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1541780Z test_divide_by_zero_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1541890Z test_divide_by_zero_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1542020Z test_divmul_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1542320Z test_float_power_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:4010: RuntimeWarning: invalid value encountered in float_power 2022-11-23T01:27:51.1542460Z expected_scalar_base = torch.from_numpy(np.float_power(i, to_np(exp))) 2022-11-23T01:27:51.1542510Z ok (0.014s) 2022-11-23T01:27:51.1542620Z test_float_power_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1542730Z test_float_power_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1542840Z test_float_power_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1542960Z test_float_power_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1543060Z test_float_power_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1543170Z test_float_power_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1543280Z test_float_power_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1543380Z test_float_power_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1543490Z test_float_power_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1543600Z test_float_power_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1543710Z test_float_power_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1543830Z test_float_power_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1543940Z test_float_power_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1544060Z test_float_power_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1544170Z test_float_power_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1544280Z test_float_power_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1544390Z test_float_power_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1544500Z test_float_power_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1544600Z test_float_power_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1544720Z test_float_power_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1544860Z test_float_power_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1544970Z test_float_power_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1545090Z test_float_power_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1545200Z test_float_power_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1545310Z test_float_power_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1545430Z test_float_power_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1545530Z test_float_power_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1545640Z test_float_power_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1545750Z test_float_power_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1545860Z test_float_power_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1545960Z test_float_power_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1546070Z test_float_power_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1546180Z test_float_power_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1546310Z test_float_power_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1546420Z test_float_power_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1546530Z test_float_power_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1546640Z test_float_power_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1546740Z test_float_power_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1546850Z test_float_power_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1546960Z test_float_power_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1547060Z test_float_power_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1547170Z test_float_power_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1547270Z test_float_power_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1547380Z test_float_power_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1547490Z test_float_power_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1547600Z test_float_power_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1547710Z test_float_power_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1547810Z test_float_power_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1547920Z test_float_power_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1548030Z test_float_power_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1548130Z test_float_power_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1548230Z test_float_power_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1548340Z test_float_power_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1548440Z test_float_power_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1548550Z test_float_power_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1548660Z test_float_power_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1548960Z test_float_power_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1549070Z test_float_power_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1549170Z test_float_power_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1549280Z test_float_power_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1549380Z test_float_power_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1549480Z test_float_power_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1549580Z test_float_power_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1549690Z test_float_power_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1549790Z test_float_power_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1549900Z test_float_power_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1550010Z test_float_power_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1550120Z test_float_power_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1550220Z test_float_power_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1550440Z test_float_power_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1550540Z test_float_power_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1550650Z test_float_power_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1550750Z test_float_power_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1550850Z test_float_power_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1550960Z test_float_power_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1551060Z test_float_power_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1551170Z test_float_power_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1551270Z test_float_power_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1551380Z test_float_power_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1551480Z test_float_power_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1551590Z test_float_power_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1551690Z test_float_power_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1551790Z test_float_power_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1551890Z test_float_power_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1551990Z test_float_power_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1552100Z test_float_power_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1552200Z test_float_power_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1552300Z test_float_power_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1552410Z test_float_power_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1552520Z test_float_power_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1552620Z test_float_power_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1552720Z test_float_power_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1552850Z test_float_power_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1552960Z test_float_power_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1553060Z test_float_power_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1553160Z test_float_power_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1553270Z test_float_power_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1553370Z test_float_power_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1553470Z test_float_power_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1553580Z test_float_power_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1553690Z test_float_power_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1553800Z test_float_power_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1553900Z test_float_power_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1554010Z test_float_power_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1554110Z test_float_power_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1554260Z test_float_power_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1554370Z test_float_power_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1554480Z test_float_power_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1554580Z test_float_power_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1554690Z test_float_power_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1554810Z test_float_power_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1554920Z test_float_power_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1555020Z test_float_power_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1555120Z test_float_power_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1555230Z test_float_power_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1555340Z test_float_power_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1555450Z test_float_power_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1555550Z test_float_power_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1555660Z test_float_power_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1555760Z test_float_power_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1556580Z test_float_power_exceptions_cpu (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:4041: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:27:51.1556660Z torch.float_power(base, exp, out=out) 2022-11-23T01:27:51.1556700Z ok (0.016s) 2022-11-23T01:27:51.1557000Z test_float_scalar_pow_float_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:1378: RuntimeWarning: invalid value encountered in power 2022-11-23T01:27:51.1557150Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T01:27:51.1557460Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:1378: RuntimeWarning: divide by zero encountered in power 2022-11-23T01:27:51.1557550Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T01:27:51.1557600Z ok (0.007s) 2022-11-23T01:27:51.1557720Z test_float_scalar_pow_float_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.1557830Z test_floor_divide_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1557940Z test_floor_divide_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1558040Z test_floor_divide_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1558150Z test_floor_divide_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1558250Z test_floor_divide_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1558360Z test_floor_divide_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1558460Z test_floor_divide_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1561810Z test_floor_divide_tensor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1562070Z test_floor_divide_tensor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1562180Z test_floor_divide_tensor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1562280Z test_floor_divide_tensor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1562380Z test_floor_divide_tensor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1562490Z test_floor_divide_tensor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1562590Z test_floor_divide_tensor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1562700Z test_floor_divide_zero_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1562800Z test_floor_divide_zero_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1562910Z test_floor_divide_zero_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1563020Z test_floor_divide_zero_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1563120Z test_floor_divide_zero_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1563240Z test_fmod_remainder_by_zero_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1563360Z test_fmod_remainder_by_zero_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1563470Z test_fmod_remainder_by_zero_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1563590Z test_fmod_remainder_by_zero_integral_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1563710Z test_fmod_remainder_by_zero_integral_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1563830Z test_fmod_remainder_by_zero_integral_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1563940Z test_fmod_remainder_by_zero_integral_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1564060Z test_fmod_remainder_by_zero_integral_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.1564160Z test_fmod_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1564270Z test_fmod_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1564380Z test_fmod_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.1564480Z test_fmod_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:27:51.1564610Z test_fmod_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:27:51.1564710Z test_fmod_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:27:51.1564820Z test_fmod_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:27:51.1564930Z test_fmod_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:27:51.1565030Z test_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1565120Z test_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1565220Z test_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1565310Z test_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1565400Z test_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1565530Z test_heaviside_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1565650Z test_heaviside_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1565780Z test_heaviside_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1565900Z test_heaviside_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1566010Z test_heaviside_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1566140Z test_heaviside_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1566250Z test_heaviside_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1566360Z test_heaviside_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1566470Z test_heaviside_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1566580Z test_heaviside_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1566680Z test_heaviside_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1566790Z test_heaviside_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1566890Z test_heaviside_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1567000Z test_heaviside_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1567100Z test_heaviside_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1567210Z test_heaviside_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1567320Z test_heaviside_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1567420Z test_heaviside_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1567530Z test_heaviside_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1567630Z test_heaviside_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1567730Z test_heaviside_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1567840Z test_heaviside_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1567940Z test_heaviside_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1568040Z test_heaviside_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1568150Z test_heaviside_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1568260Z test_heaviside_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1568370Z test_heaviside_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1568470Z test_heaviside_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1568630Z test_heaviside_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1568740Z test_heaviside_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1568840Z test_heaviside_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1568950Z test_heaviside_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1569050Z test_heaviside_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1569150Z test_heaviside_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1569260Z test_heaviside_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1569360Z test_heaviside_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1569460Z test_heaviside_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1569570Z test_heaviside_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1569670Z test_heaviside_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1569770Z test_heaviside_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1569870Z test_heaviside_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1570010Z test_heaviside_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1570110Z test_heaviside_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1570210Z test_heaviside_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1570320Z test_heaviside_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1570430Z test_heaviside_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1570530Z test_heaviside_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1570640Z test_heaviside_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1570740Z test_heaviside_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1570840Z test_heaviside_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1570950Z test_heaviside_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1571050Z test_heaviside_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1571150Z test_heaviside_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1571250Z test_heaviside_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1571360Z test_heaviside_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1571460Z test_heaviside_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1571560Z test_heaviside_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1571670Z test_heaviside_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1571770Z test_heaviside_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1571870Z test_heaviside_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1571980Z test_heaviside_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1572080Z test_heaviside_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1572190Z test_heaviside_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1572290Z test_heaviside_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1572400Z test_heaviside_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1572530Z test_heaviside_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1572640Z test_heaviside_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1572740Z test_heaviside_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1572840Z test_heaviside_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1572950Z test_heaviside_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1573050Z test_heaviside_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1573150Z test_heaviside_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1573250Z test_heaviside_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1573350Z test_heaviside_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1573460Z test_heaviside_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1573560Z test_heaviside_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1573670Z test_heaviside_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1573770Z test_heaviside_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1573900Z test_heaviside_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1574000Z test_heaviside_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1574100Z test_heaviside_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1574200Z test_heaviside_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1574300Z test_heaviside_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1574400Z test_heaviside_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1574510Z test_heaviside_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1574610Z test_heaviside_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1574720Z test_heaviside_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1574820Z test_heaviside_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1574920Z test_heaviside_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1575030Z test_heaviside_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1575130Z test_heaviside_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1575240Z test_heaviside_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1575340Z test_heaviside_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1575440Z test_heaviside_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1575550Z test_heaviside_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1575650Z test_heaviside_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1575760Z test_heaviside_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1575860Z test_heaviside_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1575960Z test_heaviside_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1576070Z test_heaviside_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1576170Z test_heaviside_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1576270Z test_heaviside_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1576370Z test_heaviside_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1576500Z test_heaviside_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1576630Z test_heaviside_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1576740Z test_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1576840Z test_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1576940Z test_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1577060Z test_idiv_and_ifloordiv_vs_python_cpu (__main__.TestBinaryUfuncsCPU) ... ok (4.819s) 2022-11-23T01:27:51.1577160Z test_inplace_division_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1577270Z test_inplace_dunders_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1577650Z test_int_and_float_pow_cpu (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:1378: RuntimeWarning: invalid value encountered in power 2022-11-23T01:27:51.1577740Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T01:27:51.1577780Z ok (0.591s) 2022-11-23T01:27:51.1577890Z test_int_tensor_pow_neg_ints_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:27:51.1577990Z test_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1578150Z test_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1578240Z test_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1578330Z test_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1579060Z test_lerp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:3347: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:27:51.1579150Z torch.lerp(start, end, weight, out=actual_out) 2022-11-23T01:27:51.1579800Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:3347: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:27:51.1579890Z torch.lerp(start, end, weight, out=actual_out) 2022-11-23T01:27:51.1579930Z ok (0.014s) 2022-11-23T01:27:51.1580030Z test_lerp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:27:51.1580130Z test_lerp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1580230Z test_lerp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.1580350Z test_lerp_lowp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1580460Z test_lerp_lowp_cpu_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1580580Z test_lerp_lowp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1580690Z test_logaddexp2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1580790Z test_logaddexp2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1580890Z test_logaddexp2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1581040Z test_logaddexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1581150Z test_logaddexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1581250Z test_logaddexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1581360Z test_logical_and_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1581470Z test_logical_and_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1581900Z test_logical_and_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:3247: 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:27:51.1581960Z getattr(a, op + "_")(b) 2022-11-23T01:27:51.1582000Z ok (0.001s) 2022-11-23T01:27:51.1582120Z test_logical_and_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1582230Z test_logical_and_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1582340Z test_logical_and_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1582450Z test_logical_and_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1582580Z test_logical_and_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1582690Z test_logical_and_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1582790Z test_logical_and_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1582900Z test_logical_and_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1583010Z test_logical_and_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1583110Z test_logical_and_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1583220Z test_logical_and_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1583330Z test_logical_and_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1583440Z test_logical_and_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1583550Z test_logical_and_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1583650Z test_logical_and_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1583760Z test_logical_and_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1583860Z test_logical_and_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1583970Z test_logical_and_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1584070Z test_logical_and_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1584170Z test_logical_and_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1584280Z test_logical_and_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1584390Z test_logical_and_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1584500Z test_logical_and_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1584620Z test_logical_and_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1584730Z test_logical_and_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1584850Z test_logical_and_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1584960Z test_logical_and_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1585110Z test_logical_and_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1585220Z test_logical_and_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1585330Z test_logical_and_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1585440Z test_logical_and_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1585550Z test_logical_and_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1585660Z test_logical_and_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1585770Z test_logical_and_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1585880Z test_logical_and_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1585990Z test_logical_and_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1586110Z test_logical_and_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1586230Z test_logical_and_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1586340Z test_logical_and_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1586530Z test_logical_and_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1586640Z test_logical_and_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1586750Z test_logical_and_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1586860Z test_logical_and_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1586970Z test_logical_and_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1587070Z test_logical_and_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1587190Z test_logical_and_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1587290Z test_logical_and_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1587410Z test_logical_and_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1587520Z test_logical_and_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1587620Z test_logical_and_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1587730Z test_logical_and_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1587830Z test_logical_and_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1587940Z test_logical_and_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1588050Z test_logical_and_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1588160Z test_logical_and_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1588260Z test_logical_and_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1588370Z test_logical_and_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1588480Z test_logical_and_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1588590Z test_logical_and_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1588700Z test_logical_and_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1588810Z test_logical_and_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1588910Z test_logical_and_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1589040Z test_logical_and_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1589150Z test_logical_and_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1592570Z test_logical_and_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1592690Z test_logical_and_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1592800Z test_logical_and_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1592910Z test_logical_and_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1593010Z test_logical_and_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1593120Z test_logical_and_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1593230Z test_logical_and_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1593340Z test_logical_and_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1593460Z test_logical_and_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1593570Z test_logical_and_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1593670Z test_logical_and_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1593890Z test_logical_and_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1594000Z test_logical_and_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1594100Z test_logical_and_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1594210Z test_logical_and_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1594320Z test_logical_and_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1594420Z test_logical_and_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1594530Z test_logical_and_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1594640Z test_logical_and_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1594750Z test_logical_and_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1594850Z test_logical_and_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1594960Z test_logical_and_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1595060Z test_logical_and_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1595160Z test_logical_and_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1595270Z test_logical_and_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1595380Z test_logical_and_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1595480Z test_logical_and_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1595590Z test_logical_and_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1595690Z test_logical_and_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1595800Z test_logical_and_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1595910Z test_logical_and_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1596020Z test_logical_and_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1596130Z test_logical_and_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1596230Z test_logical_and_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1596340Z test_logical_and_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1596470Z test_logical_and_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1596580Z test_logical_and_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1596680Z test_logical_and_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1596790Z test_logical_and_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1596890Z test_logical_and_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1596990Z test_logical_and_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1597110Z test_logical_and_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1597210Z test_logical_and_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1597320Z test_logical_and_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1597440Z test_logical_and_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1597540Z test_logical_and_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1597650Z test_logical_and_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1597750Z test_logical_and_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1597880Z test_logical_and_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1597990Z test_logical_and_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1598090Z test_logical_and_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1598190Z test_logical_and_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1598290Z test_logical_and_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1598400Z test_logical_and_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1598500Z test_logical_and_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1598610Z test_logical_and_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1598720Z test_logical_and_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1598830Z test_logical_and_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1598930Z test_logical_and_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1599040Z test_logical_and_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1599140Z test_logical_and_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1599250Z test_logical_and_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1599350Z test_logical_and_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1599450Z test_logical_and_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1599550Z test_logical_and_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1599660Z test_logical_and_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1599770Z test_logical_and_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1599880Z test_logical_and_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1599990Z test_logical_and_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1600090Z test_logical_and_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1600190Z test_logical_and_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1600350Z test_logical_and_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1600450Z test_logical_and_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1600560Z test_logical_and_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1600660Z test_logical_and_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1600760Z test_logical_and_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1600860Z test_logical_and_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1600960Z test_logical_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1601060Z test_logical_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1601160Z test_logical_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1601260Z test_logical_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1601360Z test_logical_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1601460Z test_logical_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1601560Z test_logical_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1601660Z test_logical_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1601780Z test_logical_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1601880Z test_logical_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1601990Z test_logical_or_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1602100Z test_logical_or_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1602220Z test_logical_or_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1602330Z test_logical_or_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1602440Z test_logical_or_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1602550Z test_logical_or_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1602650Z test_logical_or_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1602760Z test_logical_or_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1602870Z test_logical_or_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1602970Z test_logical_or_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1603080Z test_logical_or_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1603180Z test_logical_or_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1603290Z test_logical_or_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1603400Z test_logical_or_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1603510Z test_logical_or_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1603620Z test_logical_or_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1603720Z test_logical_or_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1603820Z test_logical_or_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1603930Z test_logical_or_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1604030Z test_logical_or_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1604140Z test_logical_or_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1604290Z test_logical_or_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1604400Z test_logical_or_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1604500Z test_logical_or_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1604620Z test_logical_or_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1604730Z test_logical_or_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1604850Z test_logical_or_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1604960Z test_logical_or_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1605080Z test_logical_or_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1605190Z test_logical_or_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1605300Z test_logical_or_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1605400Z test_logical_or_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1605510Z test_logical_or_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1605620Z test_logical_or_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1605760Z test_logical_or_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1605870Z test_logical_or_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1605980Z test_logical_or_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1606090Z test_logical_or_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1606200Z test_logical_or_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1606320Z test_logical_or_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1606430Z test_logical_or_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1606540Z test_logical_or_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1606650Z test_logical_or_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1606760Z test_logical_or_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1606860Z test_logical_or_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1606970Z test_logical_or_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1607070Z test_logical_or_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1607180Z test_logical_or_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1607290Z test_logical_or_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1607390Z test_logical_or_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1607500Z test_logical_or_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1607620Z test_logical_or_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1607730Z test_logical_or_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1607830Z test_logical_or_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1607940Z test_logical_or_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1608040Z test_logical_or_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1608150Z test_logical_or_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1608280Z test_logical_or_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1608380Z test_logical_or_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1608490Z test_logical_or_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1608600Z test_logical_or_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1608710Z test_logical_or_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1608820Z test_logical_or_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1608930Z test_logical_or_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1609040Z test_logical_or_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1609140Z test_logical_or_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1609240Z test_logical_or_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1609350Z test_logical_or_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1609450Z test_logical_or_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1609560Z test_logical_or_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1609700Z test_logical_or_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1609810Z test_logical_or_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1609910Z test_logical_or_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1610020Z test_logical_or_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1610130Z test_logical_or_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1610240Z test_logical_or_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1610340Z test_logical_or_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1610450Z test_logical_or_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1610550Z test_logical_or_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1610660Z test_logical_or_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1610760Z test_logical_or_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1610860Z test_logical_or_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1610970Z test_logical_or_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1611070Z test_logical_or_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1611180Z test_logical_or_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1611290Z test_logical_or_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1611400Z test_logical_or_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1611510Z test_logical_or_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1611610Z test_logical_or_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1611720Z test_logical_or_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1611820Z test_logical_or_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1611920Z test_logical_or_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1612030Z test_logical_or_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1612180Z test_logical_or_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1612280Z test_logical_or_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1612390Z test_logical_or_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1612500Z test_logical_or_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1612600Z test_logical_or_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1612710Z test_logical_or_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1612820Z test_logical_or_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1612920Z test_logical_or_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1613030Z test_logical_or_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1613130Z test_logical_or_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1613230Z test_logical_or_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1613340Z test_logical_or_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1613440Z test_logical_or_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1613540Z test_logical_or_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1613670Z test_logical_or_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1613780Z test_logical_or_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1613880Z test_logical_or_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1614000Z test_logical_or_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1614100Z test_logical_or_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1614210Z test_logical_or_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1614310Z test_logical_or_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1614410Z test_logical_or_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1614520Z test_logical_or_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1614620Z test_logical_or_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1614720Z test_logical_or_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1614820Z test_logical_or_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1614920Z test_logical_or_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1615030Z test_logical_or_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1615140Z test_logical_or_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1615250Z test_logical_or_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1615360Z test_logical_or_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1615470Z test_logical_or_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1615570Z test_logical_or_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1615680Z test_logical_or_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1615780Z test_logical_or_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1615880Z test_logical_or_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1615980Z test_logical_or_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1616100Z test_logical_or_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1616200Z test_logical_or_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1616310Z test_logical_or_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1616420Z test_logical_or_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1616530Z test_logical_or_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1616640Z test_logical_or_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1616740Z test_logical_or_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1616850Z test_logical_or_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1616950Z test_logical_or_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1617090Z test_logical_or_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1617200Z test_logical_or_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1617300Z test_logical_or_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1617410Z test_logical_or_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1617510Z test_logical_or_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1617650Z test_logical_xor_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1617770Z test_logical_xor_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1617880Z test_logical_xor_cpu_bfloat16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1618000Z test_logical_xor_cpu_bfloat16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1618110Z test_logical_xor_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1618220Z test_logical_xor_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1618330Z test_logical_xor_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1621600Z test_logical_xor_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1621760Z test_logical_xor_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1621870Z test_logical_xor_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1621970Z test_logical_xor_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1622080Z test_logical_xor_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1622190Z test_logical_xor_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1622290Z test_logical_xor_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1622400Z test_logical_xor_cpu_bool_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1622510Z test_logical_xor_cpu_bool_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1622620Z test_logical_xor_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1622720Z test_logical_xor_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1622830Z test_logical_xor_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1622940Z test_logical_xor_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1623040Z test_logical_xor_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1623140Z test_logical_xor_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1623240Z test_logical_xor_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1623640Z test_logical_xor_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1623760Z test_logical_xor_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1623880Z test_logical_xor_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1624000Z test_logical_xor_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1624110Z test_logical_xor_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1624230Z test_logical_xor_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1624340Z test_logical_xor_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1624450Z test_logical_xor_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1624560Z test_logical_xor_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1624670Z test_logical_xor_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1624780Z test_logical_xor_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1624880Z test_logical_xor_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1625100Z test_logical_xor_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1625210Z test_logical_xor_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1625320Z test_logical_xor_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1625430Z test_logical_xor_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1625550Z test_logical_xor_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1625660Z test_logical_xor_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1625770Z test_logical_xor_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1625880Z test_logical_xor_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1625990Z test_logical_xor_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1626090Z test_logical_xor_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1626200Z test_logical_xor_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1626310Z test_logical_xor_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1626410Z test_logical_xor_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1626520Z test_logical_xor_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1626630Z test_logical_xor_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1626740Z test_logical_xor_cpu_float16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1626850Z test_logical_xor_cpu_float16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1626960Z test_logical_xor_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1627070Z test_logical_xor_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1627180Z test_logical_xor_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1627290Z test_logical_xor_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1627390Z test_logical_xor_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1627500Z test_logical_xor_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1627650Z test_logical_xor_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1627760Z test_logical_xor_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1627870Z test_logical_xor_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1627980Z test_logical_xor_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1628090Z test_logical_xor_cpu_float32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1628200Z test_logical_xor_cpu_float32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1628310Z test_logical_xor_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1628410Z test_logical_xor_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1628520Z test_logical_xor_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1628630Z test_logical_xor_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1628730Z test_logical_xor_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1628840Z test_logical_xor_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1628950Z test_logical_xor_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1629070Z test_logical_xor_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1629190Z test_logical_xor_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1629300Z test_logical_xor_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1629410Z test_logical_xor_cpu_float64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1629520Z test_logical_xor_cpu_float64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1629630Z test_logical_xor_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1629740Z test_logical_xor_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1629840Z test_logical_xor_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1629950Z test_logical_xor_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1630050Z test_logical_xor_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1630160Z test_logical_xor_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1630260Z test_logical_xor_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1630370Z test_logical_xor_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1630480Z test_logical_xor_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1630580Z test_logical_xor_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1630690Z test_logical_xor_cpu_int16_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1630800Z test_logical_xor_cpu_int16_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1630910Z test_logical_xor_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1631010Z test_logical_xor_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1631110Z test_logical_xor_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1631220Z test_logical_xor_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1631320Z test_logical_xor_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1631430Z test_logical_xor_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1631560Z test_logical_xor_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1631660Z test_logical_xor_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1631780Z test_logical_xor_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1631880Z test_logical_xor_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1632000Z test_logical_xor_cpu_int32_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1632110Z test_logical_xor_cpu_int32_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1632210Z test_logical_xor_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1632320Z test_logical_xor_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1632420Z test_logical_xor_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1632530Z test_logical_xor_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1632630Z test_logical_xor_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1632730Z test_logical_xor_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1632840Z test_logical_xor_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1632970Z test_logical_xor_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1633080Z test_logical_xor_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1633180Z test_logical_xor_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1633290Z test_logical_xor_cpu_int64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1633400Z test_logical_xor_cpu_int64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1633510Z test_logical_xor_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1633610Z test_logical_xor_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1633710Z test_logical_xor_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1633820Z test_logical_xor_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1633920Z test_logical_xor_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1634020Z test_logical_xor_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1634130Z test_logical_xor_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1634230Z test_logical_xor_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1634330Z test_logical_xor_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1634440Z test_logical_xor_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1634540Z test_logical_xor_cpu_int8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1634650Z test_logical_xor_cpu_int8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1634760Z test_logical_xor_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1634870Z test_logical_xor_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1634970Z test_logical_xor_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1635070Z test_logical_xor_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1635180Z test_logical_xor_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1635280Z test_logical_xor_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1635380Z test_logical_xor_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1635530Z test_logical_xor_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1635650Z test_logical_xor_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1635750Z test_logical_xor_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1635860Z test_logical_xor_cpu_uint8_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1635970Z test_logical_xor_cpu_uint8_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1636080Z test_logical_xor_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1636180Z test_logical_xor_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1636280Z test_logical_xor_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1636390Z test_logical_xor_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1636490Z test_logical_xor_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1636590Z test_logical_xor_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1636700Z test_logical_xor_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1636800Z test_logical_xor_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1636950Z test_logical_xor_with_nontrivial_alignment_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.102s) 2022-11-23T01:27:51.1637060Z test_long_tensor_pow_floats_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1637190Z test_maximum_and_minimum_subgradient_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1637320Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1637450Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1637580Z test_maximum_and_minimum_subgradient_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1637700Z test_maximum_and_minimum_subgradient_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1637830Z test_maximum_and_minimum_subgradient_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1637960Z test_maximum_and_minimum_subgradient_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1638090Z test_maximum_and_minimum_subgradient_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1638220Z test_maximum_and_minimum_subgradient_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1638340Z test_maximum_and_minimum_subgradient_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1638460Z test_maximum_and_minimum_subgradient_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1638590Z test_maximum_and_minimum_subgradient_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1638720Z test_maximum_and_minimum_subgradient_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1638840Z test_maximum_and_minimum_subgradient_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1638960Z test_maximum_and_minimum_subgradient_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1639080Z test_maximum_and_minimum_subgradient_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1639210Z test_maximum_minimum_complex_cpu_complex128_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1639380Z test_maximum_minimum_complex_cpu_complex128_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1639510Z test_maximum_minimum_complex_cpu_complex128_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1639640Z test_maximum_minimum_complex_cpu_complex128_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1639770Z test_maximum_minimum_complex_cpu_complex128_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1639890Z test_maximum_minimum_complex_cpu_complex128_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1640000Z test_maximum_minimum_complex_cpu_complex128_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1640130Z test_maximum_minimum_complex_cpu_complex128_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1640240Z test_maximum_minimum_complex_cpu_complex128_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1640360Z test_maximum_minimum_complex_cpu_complex128_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1640480Z test_maximum_minimum_complex_cpu_complex128_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1640600Z test_maximum_minimum_complex_cpu_complex128_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1640730Z test_maximum_minimum_complex_cpu_complex64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1640920Z test_maximum_minimum_complex_cpu_complex64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1641040Z test_maximum_minimum_complex_cpu_complex64_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1641170Z test_maximum_minimum_complex_cpu_complex64_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1641290Z test_maximum_minimum_complex_cpu_complex64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1641410Z test_maximum_minimum_complex_cpu_complex64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1641530Z test_maximum_minimum_complex_cpu_complex64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1641650Z test_maximum_minimum_complex_cpu_complex64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1641760Z test_maximum_minimum_complex_cpu_complex64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1641880Z test_maximum_minimum_complex_cpu_complex64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1642000Z test_maximum_minimum_complex_cpu_complex64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1642120Z test_maximum_minimum_complex_cpu_complex64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1642250Z test_maximum_minimum_cross_device_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1642360Z test_maximum_minimum_float_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1642480Z test_maximum_minimum_float_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1642590Z test_maximum_minimum_float_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1642690Z test_maximum_minimum_float_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1642820Z test_maximum_minimum_float_nan_and_inf_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1642940Z test_maximum_minimum_float_nan_and_inf_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1643060Z test_maximum_minimum_float_nan_and_inf_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1643170Z test_maximum_minimum_float_nan_and_inf_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1643290Z test_maximum_minimum_forward_ad_float32_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.119s) 2022-11-23T01:27:51.1643440Z test_maximum_minimum_int_and_bool_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1643560Z test_maximum_minimum_int_and_bool_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1643670Z test_maximum_minimum_int_and_bool_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1643780Z test_maximum_minimum_int_and_bool_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1643890Z test_maximum_minimum_int_and_bool_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1644000Z test_maximum_minimum_int_and_bool_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1644130Z test_maximum_minimum_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1644260Z test_maximum_minimum_type_promotion_cpu_bfloat16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1644390Z test_maximum_minimum_type_promotion_cpu_bfloat16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1644520Z test_maximum_minimum_type_promotion_cpu_bfloat16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1644640Z test_maximum_minimum_type_promotion_cpu_bfloat16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1644830Z test_maximum_minimum_type_promotion_cpu_bfloat16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1644960Z test_maximum_minimum_type_promotion_cpu_bfloat16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1645080Z test_maximum_minimum_type_promotion_cpu_bfloat16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1645200Z test_maximum_minimum_type_promotion_cpu_bfloat16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1645330Z test_maximum_minimum_type_promotion_cpu_bfloat16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1645450Z test_maximum_minimum_type_promotion_cpu_bool_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1645570Z test_maximum_minimum_type_promotion_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1645690Z test_maximum_minimum_type_promotion_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1645820Z test_maximum_minimum_type_promotion_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1645940Z test_maximum_minimum_type_promotion_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1646060Z test_maximum_minimum_type_promotion_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1646180Z test_maximum_minimum_type_promotion_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1646300Z test_maximum_minimum_type_promotion_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1646420Z test_maximum_minimum_type_promotion_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1646530Z test_maximum_minimum_type_promotion_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1646660Z test_maximum_minimum_type_promotion_cpu_float16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1646780Z test_maximum_minimum_type_promotion_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1646910Z test_maximum_minimum_type_promotion_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1647030Z test_maximum_minimum_type_promotion_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1647160Z test_maximum_minimum_type_promotion_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1647300Z test_maximum_minimum_type_promotion_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1647420Z test_maximum_minimum_type_promotion_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1647540Z test_maximum_minimum_type_promotion_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1647670Z test_maximum_minimum_type_promotion_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1647790Z test_maximum_minimum_type_promotion_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1647910Z test_maximum_minimum_type_promotion_cpu_float32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1648040Z test_maximum_minimum_type_promotion_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1648160Z test_maximum_minimum_type_promotion_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1648280Z test_maximum_minimum_type_promotion_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1648400Z test_maximum_minimum_type_promotion_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1648520Z test_maximum_minimum_type_promotion_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1648670Z test_maximum_minimum_type_promotion_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1648790Z test_maximum_minimum_type_promotion_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1648910Z test_maximum_minimum_type_promotion_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1649030Z test_maximum_minimum_type_promotion_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1649160Z test_maximum_minimum_type_promotion_cpu_float64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1649280Z test_maximum_minimum_type_promotion_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1652800Z test_maximum_minimum_type_promotion_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1652980Z test_maximum_minimum_type_promotion_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1653110Z test_maximum_minimum_type_promotion_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1653230Z test_maximum_minimum_type_promotion_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1653350Z test_maximum_minimum_type_promotion_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1653460Z test_maximum_minimum_type_promotion_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1653590Z test_maximum_minimum_type_promotion_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1653710Z test_maximum_minimum_type_promotion_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1653830Z test_maximum_minimum_type_promotion_cpu_int16_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1653950Z test_maximum_minimum_type_promotion_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1654070Z test_maximum_minimum_type_promotion_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1654190Z test_maximum_minimum_type_promotion_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1654310Z test_maximum_minimum_type_promotion_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1654430Z test_maximum_minimum_type_promotion_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1654660Z test_maximum_minimum_type_promotion_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1654780Z test_maximum_minimum_type_promotion_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1654900Z test_maximum_minimum_type_promotion_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1655020Z test_maximum_minimum_type_promotion_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1655140Z test_maximum_minimum_type_promotion_cpu_int32_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1655260Z test_maximum_minimum_type_promotion_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1655380Z test_maximum_minimum_type_promotion_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1655500Z test_maximum_minimum_type_promotion_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1655620Z test_maximum_minimum_type_promotion_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1655740Z test_maximum_minimum_type_promotion_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1655860Z test_maximum_minimum_type_promotion_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1656000Z test_maximum_minimum_type_promotion_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1656120Z test_maximum_minimum_type_promotion_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1656240Z test_maximum_minimum_type_promotion_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1656360Z test_maximum_minimum_type_promotion_cpu_int64_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1656480Z test_maximum_minimum_type_promotion_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1656600Z test_maximum_minimum_type_promotion_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1656720Z test_maximum_minimum_type_promotion_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1656830Z test_maximum_minimum_type_promotion_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1656950Z test_maximum_minimum_type_promotion_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1657070Z test_maximum_minimum_type_promotion_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1657180Z test_maximum_minimum_type_promotion_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1657300Z test_maximum_minimum_type_promotion_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1657420Z test_maximum_minimum_type_promotion_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1657540Z test_maximum_minimum_type_promotion_cpu_int8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1657660Z test_maximum_minimum_type_promotion_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1657780Z test_maximum_minimum_type_promotion_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1657900Z test_maximum_minimum_type_promotion_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1658020Z test_maximum_minimum_type_promotion_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1658140Z test_maximum_minimum_type_promotion_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1658260Z test_maximum_minimum_type_promotion_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1658440Z test_maximum_minimum_type_promotion_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1658570Z test_maximum_minimum_type_promotion_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1658690Z test_maximum_minimum_type_promotion_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1658810Z test_maximum_minimum_type_promotion_cpu_uint8_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1658930Z test_maximum_minimum_type_promotion_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1659050Z test_maximum_minimum_type_promotion_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1659170Z test_maximum_minimum_type_promotion_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1659290Z test_maximum_minimum_type_promotion_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1659410Z test_maximum_minimum_type_promotion_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1659530Z test_maximum_minimum_type_promotion_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1659650Z test_maximum_minimum_type_promotion_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1659770Z test_maximum_minimum_type_promotion_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1659950Z test_maximum_minimum_type_promotion_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1660070Z test_min_max_binary_op_nan_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1660180Z test_min_max_binary_op_nan_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1660330Z test_mul_chalf_tensor_and_cpu_scalar_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.1660420Z test_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1660530Z test_mul_intertype_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1660640Z test_mul_intertype_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1660750Z test_muldiv_scalar_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1660860Z test_muldiv_scalar_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1660970Z test_muldiv_scalar_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1661070Z test_muldiv_scalar_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1661180Z test_muldiv_scalar_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1661280Z test_muldiv_scalar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1661390Z test_muldiv_scalar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1661490Z test_muldiv_scalar_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1661590Z test_muldiv_scalar_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1661690Z test_muldiv_scalar_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1661800Z test_muldiv_scalar_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1661900Z test_muldiv_scalar_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1662010Z test_nextafter_bfloat16_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1662110Z test_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1662210Z test_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1662320Z test_non_contig___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1662460Z test_non_contig___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1662580Z test_non_contig___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1662690Z test_non_contig___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1662800Z test_non_contig___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1662900Z test_non_contig___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1663010Z test_non_contig___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1663120Z test_non_contig___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1663220Z test_non_contig___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1663320Z test_non_contig___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1663430Z test_non_contig___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1663540Z test_non_contig___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1663640Z test_non_contig___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1663750Z test_non_contig___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1663870Z test_non_contig___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1663980Z test_non_contig___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1664080Z test_non_contig___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1664180Z test_non_contig___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1664290Z test_non_contig___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1664400Z test_non_contig___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1664510Z test_non_contig___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1664620Z test_non_contig___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1664720Z test_non_contig___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1664830Z test_non_contig___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1664930Z test_non_contig___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1665030Z test_non_contig___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1665140Z test_non_contig___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1665240Z test_non_contig___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1665340Z test_non_contig___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1665440Z test_non_contig___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1665550Z test_non_contig___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1665660Z test_non_contig___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1665770Z test_non_contig___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1665870Z test_non_contig___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1665970Z test_non_contig___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1666080Z test_non_contig___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1666190Z test_non_contig___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1666320Z test_non_contig___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1666420Z test_non_contig___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1666530Z test_non_contig___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1666630Z test_non_contig___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1666730Z test_non_contig___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1666830Z test_non_contig___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1666930Z test_non_contig___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1667030Z test_non_contig___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1667140Z test_non_contig___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1667240Z test_non_contig___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1667340Z test_non_contig___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1667450Z test_non_contig___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1667550Z test_non_contig___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1667670Z test_non_contig___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1667780Z test_non_contig___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1668360Z test_non_contig___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /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:27:51.1668470Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:27:51.1668510Z ok (0.001s) 2022-11-23T01:27:51.1668630Z test_non_contig___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1668740Z test_non_contig___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1668850Z test_non_contig___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1668950Z test_non_contig___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1669050Z test_non_contig___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1669150Z test_non_contig___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1669260Z test_non_contig___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1669360Z test_non_contig___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1669460Z test_non_contig___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1669560Z test_non_contig___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1669670Z test_non_contig___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1669780Z test_non_contig___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1669890Z test_non_contig___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1669990Z test_non_contig___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1670100Z test_non_contig___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1670200Z test_non_contig___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1670350Z test_non_contig___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1670460Z test_non_contig___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1670560Z test_non_contig___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1670660Z test_non_contig___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1670760Z test_non_contig___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1670870Z test_non_contig___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1670970Z test_non_contig___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1671070Z test_non_contig___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1671170Z test_non_contig___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1671270Z test_non_contig___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1671370Z test_non_contig___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1671480Z test_non_contig_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1671580Z test_non_contig_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1671710Z test_non_contig_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1671810Z test_non_contig_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1671920Z test_non_contig_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1672030Z test_non_contig_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1672130Z test_non_contig_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1672240Z test_non_contig_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1672340Z test_non_contig_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1672450Z test_non_contig_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1672550Z test_non_contig_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1672650Z test_non_contig_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1672750Z test_non_contig_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1672860Z test_non_contig_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1672960Z test_non_contig_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1673070Z test_non_contig_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1673170Z test_non_contig_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1673280Z test_non_contig_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1673380Z test_non_contig_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1673480Z test_non_contig_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1673590Z test_non_contig_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1673690Z test_non_contig_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1673800Z test_non_contig_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1673910Z test_non_contig_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1674020Z test_non_contig_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1674130Z test_non_contig_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1674290Z test_non_contig_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1674400Z test_non_contig_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1674520Z test_non_contig_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1674630Z test_non_contig_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1674740Z test_non_contig_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1674860Z test_non_contig_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1674970Z test_non_contig_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1675080Z test_non_contig_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1675190Z test_non_contig_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1675290Z test_non_contig_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1675400Z test_non_contig_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1675500Z test_non_contig_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1675660Z test_non_contig_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1675780Z test_non_contig_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1675900Z test_non_contig_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1676010Z test_non_contig_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1676130Z test_non_contig_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1676240Z test_non_contig_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1676350Z test_non_contig_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1676460Z test_non_contig_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1676570Z test_non_contig_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1676670Z test_non_contig_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1676780Z test_non_contig_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1676890Z test_non_contig_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1677000Z test_non_contig_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1677110Z test_non_contig_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1677220Z test_non_contig_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1677330Z test_non_contig_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1677430Z test_non_contig_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1677540Z test_non_contig_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1677650Z test_non_contig_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1677750Z test_non_contig_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1677860Z test_non_contig_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1677960Z test_non_contig_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1678070Z test_non_contig_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1678200Z test_non_contig_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1678310Z test_non_contig_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1678420Z test_non_contig_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1678520Z test_non_contig_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1678630Z test_non_contig_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1678730Z test_non_contig_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1678830Z test_non_contig_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1678940Z test_non_contig_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1679040Z test_non_contig_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1679150Z test_non_contig_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1679250Z test_non_contig_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1679350Z test_non_contig_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1679460Z test_non_contig_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1679590Z test_non_contig_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1679700Z test_non_contig_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1679810Z test_non_contig_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1682730Z test_non_contig_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1682860Z test_non_contig_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1682960Z test_non_contig_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1683070Z test_non_contig_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1683180Z test_non_contig_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1683280Z test_non_contig_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1683400Z test_non_contig_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1683520Z test_non_contig_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1683640Z test_non_contig_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1683760Z test_non_contig_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1683870Z test_non_contig_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1683980Z test_non_contig_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1684100Z test_non_contig_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1684210Z test_non_contig_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1684320Z test_non_contig_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1684440Z test_non_contig_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1684560Z test_non_contig_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1684690Z test_non_contig_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1684930Z test_non_contig_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1685050Z test_non_contig_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1685160Z test_non_contig_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1685280Z test_non_contig_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1685390Z test_non_contig_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1685510Z test_non_contig_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1685620Z test_non_contig_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1685730Z test_non_contig_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1685850Z test_non_contig_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1685970Z test_non_contig_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1686080Z test_non_contig_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1686200Z test_non_contig_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1686340Z test_non_contig_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1686460Z test_non_contig_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1686570Z test_non_contig_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1686680Z test_non_contig_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1686790Z test_non_contig_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1686900Z test_non_contig_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1687010Z test_non_contig_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1687110Z test_non_contig_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1687220Z test_non_contig_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1687330Z test_non_contig_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1687440Z test_non_contig_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1687540Z test_non_contig_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1687650Z test_non_contig_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1687750Z test_non_contig_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1687850Z test_non_contig_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1687950Z test_non_contig_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1688050Z test_non_contig_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1688150Z test_non_contig_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1688250Z test_non_contig_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1688370Z test_non_contig_expand___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1688480Z test_non_contig_expand___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1688590Z test_non_contig_expand___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1688710Z test_non_contig_expand___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1688860Z test_non_contig_expand___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1688970Z test_non_contig_expand___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1689080Z test_non_contig_expand___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1689200Z test_non_contig_expand___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1689310Z test_non_contig_expand___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1689410Z test_non_contig_expand___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1689520Z test_non_contig_expand___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1689640Z test_non_contig_expand___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1689750Z test_non_contig_expand___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1689860Z test_non_contig_expand___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1689960Z test_non_contig_expand___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1690070Z test_non_contig_expand___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1690200Z test_non_contig_expand___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1690310Z test_non_contig_expand___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1690420Z test_non_contig_expand___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1690530Z test_non_contig_expand___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1690650Z test_non_contig_expand___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1690770Z test_non_contig_expand___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1690880Z test_non_contig_expand___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1690990Z test_non_contig_expand___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1691100Z test_non_contig_expand___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1691210Z test_non_contig_expand___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1691310Z test_non_contig_expand___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1691420Z test_non_contig_expand___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1691530Z test_non_contig_expand___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1691640Z test_non_contig_expand___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1691750Z test_non_contig_expand___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1691860Z test_non_contig_expand___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1691970Z test_non_contig_expand___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1692080Z test_non_contig_expand___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1692190Z test_non_contig_expand___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1692300Z test_non_contig_expand___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1692410Z test_non_contig_expand___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1692530Z test_non_contig_expand___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1692840Z test_non_contig_expand___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1692960Z test_non_contig_expand___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1693060Z test_non_contig_expand___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1693170Z test_non_contig_expand___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1693280Z test_non_contig_expand___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1693380Z test_non_contig_expand___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1693500Z test_non_contig_expand___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1693600Z test_non_contig_expand___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1693720Z test_non_contig_expand___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1693820Z test_non_contig_expand___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1693930Z test_non_contig_expand___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1694040Z test_non_contig_expand___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1694260Z test_non_contig_expand___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1694360Z test_non_contig_expand___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1694480Z test_non_contig_expand___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1694600Z test_non_contig_expand___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1694710Z test_non_contig_expand___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1694830Z test_non_contig_expand___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1694930Z test_non_contig_expand___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1695040Z test_non_contig_expand___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1695150Z test_non_contig_expand___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1695260Z test_non_contig_expand___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1695370Z test_non_contig_expand___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1695480Z test_non_contig_expand___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1695580Z test_non_contig_expand___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1695700Z test_non_contig_expand___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1695810Z test_non_contig_expand___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1695930Z test_non_contig_expand___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1696040Z test_non_contig_expand___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1696150Z test_non_contig_expand___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1696250Z test_non_contig_expand___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1696360Z test_non_contig_expand___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1696470Z test_non_contig_expand___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1696580Z test_non_contig_expand___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1696710Z test_non_contig_expand___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1696820Z test_non_contig_expand___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1696930Z test_non_contig_expand___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1697040Z test_non_contig_expand___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1697140Z test_non_contig_expand___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1697240Z test_non_contig_expand___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1697350Z test_non_contig_expand___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1697460Z test_non_contig_expand___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1697570Z test_non_contig_expand_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1697680Z test_non_contig_expand_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1697790Z test_non_contig_expand_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1697900Z test_non_contig_expand_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1698040Z test_non_contig_expand_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1698150Z test_non_contig_expand_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1698260Z test_non_contig_expand_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1698370Z test_non_contig_expand_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1698480Z test_non_contig_expand_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1698590Z test_non_contig_expand_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1698690Z test_non_contig_expand_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1698800Z test_non_contig_expand_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1698910Z test_non_contig_expand_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1699020Z test_non_contig_expand_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1699130Z test_non_contig_expand_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1699240Z test_non_contig_expand_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1699350Z test_non_contig_expand_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1699460Z test_non_contig_expand_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1699570Z test_non_contig_expand_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1699680Z test_non_contig_expand_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1699780Z test_non_contig_expand_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1699890Z test_non_contig_expand_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1700010Z test_non_contig_expand_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1700120Z test_non_contig_expand_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1700230Z test_non_contig_expand_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1700350Z test_non_contig_expand_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1700490Z test_non_contig_expand_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1700600Z test_non_contig_expand_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1700720Z test_non_contig_expand_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1700850Z test_non_contig_expand_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1700970Z test_non_contig_expand_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1701090Z test_non_contig_expand_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1701210Z test_non_contig_expand_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1701320Z test_non_contig_expand_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1701440Z test_non_contig_expand_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1701550Z test_non_contig_expand_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1701660Z test_non_contig_expand_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1701770Z test_non_contig_expand_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1701900Z test_non_contig_expand_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1702030Z test_non_contig_expand_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1702150Z test_non_contig_expand_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1702270Z test_non_contig_expand_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1702400Z test_non_contig_expand_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1702520Z test_non_contig_expand_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1702630Z test_non_contig_expand_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1702740Z test_non_contig_expand_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1702860Z test_non_contig_expand_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1702970Z test_non_contig_expand_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1703080Z test_non_contig_expand_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1703190Z test_non_contig_expand_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1703300Z test_non_contig_expand_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1703420Z test_non_contig_expand_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1703530Z test_non_contig_expand_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1703650Z test_non_contig_expand_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1703760Z test_non_contig_expand_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1703880Z test_non_contig_expand_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1703990Z test_non_contig_expand_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1704100Z test_non_contig_expand_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1704210Z test_non_contig_expand_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1704340Z test_non_contig_expand_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1704460Z test_non_contig_expand_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1704580Z test_non_contig_expand_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1704690Z test_non_contig_expand_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1704800Z test_non_contig_expand_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1704910Z test_non_contig_expand_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1705020Z test_non_contig_expand_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1705140Z test_non_contig_expand_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1705250Z test_non_contig_expand_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1705360Z test_non_contig_expand_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1705470Z test_non_contig_expand_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1705570Z test_non_contig_expand_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1705700Z test_non_contig_expand_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1705810Z test_non_contig_expand_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1705930Z test_non_contig_expand_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1706040Z test_non_contig_expand_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1706160Z test_non_contig_expand_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1706270Z test_non_contig_expand_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1706380Z test_non_contig_expand_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1706490Z test_non_contig_expand_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1706600Z test_non_contig_expand_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1706720Z test_non_contig_expand_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1706830Z test_non_contig_expand_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1706940Z test_non_contig_expand_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1707070Z test_non_contig_expand_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1707200Z test_non_contig_expand_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1707330Z test_non_contig_expand_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1707450Z test_non_contig_expand_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1707580Z test_non_contig_expand_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1707710Z test_non_contig_expand_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1707820Z test_non_contig_expand_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1707950Z test_non_contig_expand_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1708070Z test_non_contig_expand_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1708250Z test_non_contig_expand_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1708380Z test_non_contig_expand_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1708520Z test_non_contig_expand_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1708650Z test_non_contig_expand_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1708770Z test_non_contig_expand_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1708900Z test_non_contig_expand_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1709020Z test_non_contig_expand_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1709150Z test_non_contig_expand_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1709270Z test_non_contig_expand_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1709390Z test_non_contig_expand_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1709510Z test_non_contig_expand_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1709710Z test_non_contig_expand_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1709830Z test_non_contig_expand_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1709960Z test_non_contig_expand_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1710080Z test_non_contig_expand_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1710190Z test_non_contig_expand_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1713850Z test_non_contig_expand_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1714010Z test_non_contig_expand_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1714130Z test_non_contig_expand_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1714250Z test_non_contig_expand_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1714370Z test_non_contig_expand_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1714480Z test_non_contig_expand_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1714590Z test_non_contig_expand_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1714710Z test_non_contig_expand_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1714820Z test_non_contig_expand_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1714940Z test_non_contig_expand_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1715050Z test_non_contig_expand_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1715160Z test_non_contig_expand_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1715270Z test_non_contig_expand_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1715380Z test_non_contig_expand_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1715480Z test_non_contig_expand_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1715590Z test_non_contig_expand_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1715690Z test_non_contig_expand_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1715990Z test_non_contig_expand_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1716110Z test_non_contig_expand_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1716230Z test_non_contig_expand_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1716360Z test_non_contig_expand_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1716480Z test_non_contig_expand_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1716600Z test_non_contig_expand_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1716720Z test_non_contig_expand_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1716840Z test_non_contig_expand_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1716950Z test_non_contig_expand_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1717130Z test_non_contig_expand_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1717240Z test_non_contig_expand_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1717360Z test_non_contig_expand_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1717530Z test_non_contig_expand_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1717670Z test_non_contig_expand_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:27:51.1717790Z test_non_contig_expand_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1717910Z test_non_contig_expand_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1718030Z test_non_contig_expand_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1718150Z test_non_contig_expand_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1718260Z test_non_contig_expand_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1718380Z test_non_contig_expand_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1718490Z test_non_contig_expand_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1718600Z test_non_contig_expand_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1718720Z test_non_contig_expand_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1718830Z test_non_contig_expand_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1718950Z test_non_contig_expand_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1719060Z test_non_contig_expand_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1719170Z test_non_contig_expand_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1719280Z test_non_contig_expand_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1719390Z test_non_contig_expand_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1719500Z test_non_contig_expand_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1719610Z test_non_contig_expand_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1719720Z test_non_contig_expand_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1719830Z test_non_contig_expand_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1719990Z test_non_contig_expand_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1720100Z test_non_contig_expand_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1720210Z test_non_contig_expand_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1720320Z test_non_contig_expand_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1720430Z test_non_contig_expand_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1720530Z test_non_contig_expand_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1720640Z test_non_contig_expand_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1720750Z test_non_contig_expand_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1720860Z test_non_contig_expand_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1720970Z test_non_contig_expand_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1721080Z test_non_contig_expand_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1721190Z test_non_contig_expand_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1721290Z test_non_contig_expand_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1721460Z test_non_contig_expand_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1721570Z test_non_contig_expand_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1721670Z test_non_contig_expand_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1721780Z test_non_contig_expand_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1721890Z test_non_contig_expand_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1722000Z test_non_contig_expand_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1722110Z test_non_contig_expand_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1722210Z test_non_contig_expand_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1722320Z test_non_contig_expand_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1722430Z test_non_contig_expand_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1722550Z test_non_contig_expand_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1722660Z test_non_contig_expand_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1722760Z test_non_contig_expand_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1722870Z test_non_contig_expand_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1722970Z test_non_contig_expand_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1723080Z test_non_contig_expand_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1723190Z test_non_contig_expand_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1723290Z test_non_contig_expand_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1723400Z test_non_contig_expand_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1723500Z test_non_contig_expand_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1723620Z test_non_contig_expand_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1723720Z test_non_contig_expand_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1723830Z test_non_contig_expand_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1723970Z test_non_contig_expand_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1724070Z test_non_contig_expand_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1724180Z test_non_contig_expand_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1724280Z test_non_contig_expand_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1724390Z test_non_contig_expand_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1724500Z test_non_contig_expand_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1724600Z test_non_contig_expand_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1724720Z test_non_contig_expand_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1724840Z test_non_contig_expand_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1724960Z test_non_contig_expand_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1725080Z test_non_contig_expand_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1725190Z test_non_contig_expand_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1725330Z test_non_contig_expand_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1725450Z test_non_contig_expand_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1725560Z test_non_contig_expand_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1725670Z test_non_contig_expand_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1725780Z test_non_contig_expand_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1725890Z test_non_contig_expand_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1726010Z test_non_contig_expand_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1726120Z test_non_contig_expand_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1726230Z test_non_contig_expand_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1726350Z test_non_contig_expand_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1726450Z test_non_contig_expand_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1726560Z test_non_contig_expand_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1726680Z test_non_contig_expand_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1726800Z test_non_contig_expand_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1726910Z test_non_contig_expand_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1727020Z test_non_contig_expand_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1727130Z test_non_contig_expand_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1727250Z test_non_contig_expand_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1727360Z test_non_contig_expand_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1727480Z test_non_contig_expand_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1727590Z test_non_contig_expand_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1727700Z test_non_contig_expand_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1727870Z test_non_contig_expand_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1727990Z test_non_contig_expand_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1728100Z test_non_contig_expand_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1728210Z test_non_contig_expand_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1728330Z test_non_contig_expand_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1728440Z test_non_contig_expand_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1728580Z test_non_contig_expand_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1728720Z test_non_contig_expand_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1728870Z test_non_contig_expand_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1729010Z test_non_contig_expand_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1729150Z test_non_contig_expand_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1729400Z test_non_contig_expand_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1729530Z test_non_contig_expand_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1729670Z test_non_contig_expand_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1729810Z test_non_contig_expand_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1729950Z test_non_contig_expand_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1730090Z test_non_contig_expand_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1730220Z test_non_contig_expand_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1730380Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1730530Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1730690Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1730840Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1730990Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1731140Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1731290Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1731430Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1731580Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1731780Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1731930Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1732080Z test_non_contig_expand_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1732190Z test_non_contig_expand_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1732290Z test_non_contig_expand_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1732400Z test_non_contig_expand_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1732510Z test_non_contig_expand_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1732610Z test_non_contig_expand_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1732730Z test_non_contig_expand_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1732850Z test_non_contig_expand_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1732960Z test_non_contig_expand_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1733080Z test_non_contig_expand_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1733220Z test_non_contig_expand_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1733330Z test_non_contig_expand_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1733440Z test_non_contig_expand_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1733550Z test_non_contig_expand_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1733670Z test_non_contig_expand_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1733780Z test_non_contig_expand_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1733890Z test_non_contig_expand_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1733990Z test_non_contig_expand_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1734100Z test_non_contig_expand_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1734210Z test_non_contig_expand_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1734320Z test_non_contig_expand_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1734430Z test_non_contig_expand_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1734530Z test_non_contig_expand_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1734640Z test_non_contig_expand_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1734750Z test_non_contig_expand_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1734850Z test_non_contig_expand_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1734960Z test_non_contig_expand_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1735070Z test_non_contig_expand_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1735190Z test_non_contig_expand_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1735310Z test_non_contig_expand_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1735430Z test_non_contig_expand_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1735560Z test_non_contig_expand_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1735700Z test_non_contig_expand_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1735830Z test_non_contig_expand_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1735950Z test_non_contig_expand_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1736060Z test_non_contig_expand_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1736180Z test_non_contig_expand_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1736290Z test_non_contig_expand_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1736400Z test_non_contig_expand_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1736510Z test_non_contig_expand_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1736630Z test_non_contig_expand_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1736740Z test_non_contig_expand_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1736860Z test_non_contig_expand_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1736980Z test_non_contig_expand_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1737140Z test_non_contig_expand_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1737260Z test_non_contig_expand_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1737380Z test_non_contig_expand_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1737490Z test_non_contig_expand_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1737600Z test_non_contig_expand_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1737710Z test_non_contig_expand_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1737830Z test_non_contig_expand_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1737940Z test_non_contig_expand_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1738060Z test_non_contig_expand_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1738180Z test_non_contig_expand_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1738300Z test_non_contig_expand_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1738420Z test_non_contig_expand_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1738530Z test_non_contig_expand_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1738650Z test_non_contig_expand_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1738770Z test_non_contig_expand_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1738880Z test_non_contig_expand_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1738990Z test_non_contig_expand_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1739110Z test_non_contig_expand_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1739220Z test_non_contig_expand_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1739340Z test_non_contig_expand_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1739450Z test_non_contig_expand_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1739560Z test_non_contig_expand_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1739710Z test_non_contig_expand_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1739820Z test_non_contig_expand_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1739940Z test_non_contig_expand_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1740050Z test_non_contig_expand_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1740160Z test_non_contig_expand_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1740260Z test_non_contig_expand_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1740370Z test_non_contig_expand_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1740470Z test_non_contig_expand_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1740590Z test_non_contig_expand_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1740700Z test_non_contig_expand_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1740820Z test_non_contig_expand_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1740940Z test_non_contig_expand_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1741080Z test_non_contig_expand_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1741190Z test_non_contig_expand_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1741310Z test_non_contig_expand_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1741420Z test_non_contig_expand_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1741530Z test_non_contig_expand_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1741640Z test_non_contig_expand_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1741750Z test_non_contig_expand_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1741860Z test_non_contig_expand_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1741980Z test_non_contig_expand_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1742090Z test_non_contig_expand_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1745710Z test_non_contig_expand_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1745880Z test_non_contig_expand_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1746000Z test_non_contig_expand_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1746110Z test_non_contig_expand_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1746220Z test_non_contig_expand_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1746330Z test_non_contig_expand_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1746450Z test_non_contig_expand_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1746560Z test_non_contig_expand_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1746680Z test_non_contig_expand_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1746790Z test_non_contig_expand_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1746900Z test_non_contig_expand_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1747020Z test_non_contig_expand_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1747290Z test_non_contig_expand_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1747400Z test_non_contig_expand_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1747520Z test_non_contig_expand_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1747630Z test_non_contig_expand_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1747740Z test_non_contig_expand_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1747850Z test_non_contig_expand_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1747960Z test_non_contig_expand_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1748070Z test_non_contig_expand_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1748180Z test_non_contig_expand_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1748300Z test_non_contig_expand_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1748410Z test_non_contig_expand_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1748520Z test_non_contig_expand_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1748720Z test_non_contig_expand_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1748830Z test_non_contig_expand_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1748940Z test_non_contig_expand_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1749050Z test_non_contig_expand_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1749170Z test_non_contig_expand_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1749280Z test_non_contig_expand_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1749390Z test_non_contig_expand_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1749500Z test_non_contig_expand_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1749610Z test_non_contig_expand_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1749720Z test_non_contig_expand_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1749830Z test_non_contig_expand_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1749940Z test_non_contig_expand_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1750040Z test_non_contig_expand_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1750150Z test_non_contig_expand_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1750250Z test_non_contig_expand_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1750370Z test_non_contig_expand_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1750470Z test_non_contig_expand_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1750590Z test_non_contig_expand_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1750700Z test_non_contig_expand_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1750810Z test_non_contig_expand_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1750920Z test_non_contig_expand_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1751030Z test_non_contig_expand_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1751190Z test_non_contig_expand_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1751300Z test_non_contig_expand_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1751410Z test_non_contig_expand_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1751520Z test_non_contig_expand_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1751620Z test_non_contig_expand_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1751740Z test_non_contig_expand_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1751860Z test_non_contig_expand_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1751980Z test_non_contig_expand_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1752090Z test_non_contig_expand_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1752200Z test_non_contig_expand_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1752310Z test_non_contig_expand_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1752430Z test_non_contig_expand_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1752540Z test_non_contig_expand_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1752670Z test_non_contig_expand_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1752790Z test_non_contig_expand_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1752890Z test_non_contig_expand_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1753000Z test_non_contig_expand_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1753110Z test_non_contig_expand_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1753220Z test_non_contig_expand_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1753330Z test_non_contig_expand_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1753430Z test_non_contig_expand_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1753550Z test_non_contig_expand_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1753660Z test_non_contig_expand_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1753780Z test_non_contig_expand_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1753890Z test_non_contig_expand_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1754010Z test_non_contig_expand_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1754120Z test_non_contig_expand_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1754230Z test_non_contig_expand_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1754350Z test_non_contig_expand_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1754450Z test_non_contig_expand_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1754570Z test_non_contig_expand_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1754680Z test_non_contig_expand_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1754790Z test_non_contig_expand_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1754910Z test_non_contig_expand_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1755020Z test_non_contig_expand_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1755170Z test_non_contig_expand_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1755280Z test_non_contig_expand_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1755390Z test_non_contig_expand_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1755500Z test_non_contig_expand_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1755610Z test_non_contig_expand_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1755720Z test_non_contig_expand_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1755850Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1755990Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1756130Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1756260Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1756400Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1756560Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1756700Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1756820Z test_non_contig_expand_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1756950Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1757090Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1757220Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1757350Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1757480Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1757610Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1757730Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1757860Z test_non_contig_expand_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1758220Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1758470Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1758720Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1758970Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1759220Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1759530Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1759790Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1760030Z test_non_contig_expand_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1760280Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1760520Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1760770Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1761010Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1761250Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1761540Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1761790Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1762030Z test_non_contig_expand_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1762160Z test_non_contig_expand_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1762300Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1762430Z test_non_contig_expand_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1762570Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1762700Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1762830Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1762960Z test_non_contig_expand_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1763090Z test_non_contig_expand_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1763220Z test_non_contig_expand_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1763350Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1763480Z test_non_contig_expand_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1763610Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1763740Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1763870Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1764190Z test_non_contig_expand_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1764360Z test_non_contig_expand_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1764490Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1764630Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1764760Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1764890Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1765020Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1765150Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1765280Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1765410Z test_non_contig_expand_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1765840Z test_non_contig_expand_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1766090Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1766340Z test_non_contig_expand_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1766590Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1766830Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1767070Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1767310Z test_non_contig_expand_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1767540Z test_non_contig_expand_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1767800Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1768060Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1768310Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1768570Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1768820Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1769140Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1769410Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1769650Z test_non_contig_expand_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1769900Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1770160Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1770410Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1770650Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1770950Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1771200Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1771450Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1771700Z test_non_contig_expand_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1771950Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1772210Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1772460Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1772710Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1772960Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1773210Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1773460Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1773710Z test_non_contig_expand_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1773990Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1774250Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1774510Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1774760Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1775010Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1775260Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1775510Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1775790Z test_non_contig_expand_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1775920Z test_non_contig_expand_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1776040Z test_non_contig_expand_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1776170Z test_non_contig_expand_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1776290Z test_non_contig_expand_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1776410Z test_non_contig_expand_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1776530Z test_non_contig_expand_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1776650Z test_non_contig_expand_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1776770Z test_non_contig_expand_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1776890Z test_non_contig_expand_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1777010Z test_non_contig_expand_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1777130Z test_non_contig_expand_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1777250Z test_non_contig_expand_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1777370Z test_non_contig_expand_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1777480Z test_non_contig_expand_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1777600Z test_non_contig_expand_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1777720Z test_non_contig_expand_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1777830Z test_non_contig_expand_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1777950Z test_non_contig_expand_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1778060Z test_non_contig_expand_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1778200Z test_non_contig_expand_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1778320Z test_non_contig_expand_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1778430Z test_non_contig_expand_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1778550Z test_non_contig_expand_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1778660Z test_non_contig_expand_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1778770Z test_non_contig_expand_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1778880Z test_non_contig_expand_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1778990Z test_non_contig_expand_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1779090Z test_non_contig_expand_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1779200Z test_non_contig_expand_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1779300Z test_non_contig_expand_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1779430Z test_non_contig_expand_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1779540Z test_non_contig_expand_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1779690Z test_non_contig_expand_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1779810Z test_non_contig_expand_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1779930Z test_non_contig_expand_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1780050Z test_non_contig_expand_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1780160Z test_non_contig_expand_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1780280Z test_non_contig_expand_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1780390Z test_non_contig_expand_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1780500Z test_non_contig_expand_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1780610Z test_non_contig_expand_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1780720Z test_non_contig_expand_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1780840Z test_non_contig_expand_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1780950Z test_non_contig_expand_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1781060Z test_non_contig_expand_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1781180Z test_non_contig_expand_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1781280Z test_non_contig_expand_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1781390Z test_non_contig_expand_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1781500Z test_non_contig_expand_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1781610Z test_non_contig_expand_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1781720Z test_non_contig_expand_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1781830Z test_non_contig_expand_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1785450Z test_non_contig_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1785590Z test_non_contig_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1785840Z test_non_contig_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1785960Z test_non_contig_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1786080Z test_non_contig_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1786190Z test_non_contig_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1786300Z test_non_contig_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1786410Z test_non_contig_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1786520Z test_non_contig_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1786630Z test_non_contig_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1786740Z test_non_contig_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1786840Z test_non_contig_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1786970Z test_non_contig_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:27:51.1787080Z test_non_contig_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1787250Z test_non_contig_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1787360Z test_non_contig_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1787470Z test_non_contig_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1787580Z test_non_contig_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1787690Z test_non_contig_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1787800Z test_non_contig_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1787910Z test_non_contig_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1788010Z test_non_contig_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1788120Z test_non_contig_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1788230Z test_non_contig_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1788340Z test_non_contig_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1788440Z test_non_contig_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1788550Z test_non_contig_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1788650Z test_non_contig_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1788760Z test_non_contig_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1788860Z test_non_contig_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1788960Z test_non_contig_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1789070Z test_non_contig_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1789180Z test_non_contig_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1789280Z test_non_contig_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1789380Z test_non_contig_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1789490Z test_non_contig_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1789590Z test_non_contig_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1789730Z test_non_contig_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1789830Z test_non_contig_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1789940Z test_non_contig_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1790040Z test_non_contig_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1790160Z test_non_contig_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:27:51.1790270Z test_non_contig_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1790370Z test_non_contig_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1790470Z test_non_contig_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1790570Z test_non_contig_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1790670Z test_non_contig_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1790770Z test_non_contig_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1790880Z test_non_contig_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1790980Z test_non_contig_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1791080Z test_non_contig_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1791210Z test_non_contig_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1791310Z test_non_contig_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1791410Z test_non_contig_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1791510Z test_non_contig_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1791620Z test_non_contig_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1791730Z test_non_contig_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1791830Z test_non_contig_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1791930Z test_non_contig_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1792030Z test_non_contig_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1792130Z test_non_contig_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1792230Z test_non_contig_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1792330Z test_non_contig_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1792440Z test_non_contig_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1792530Z test_non_contig_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1792640Z test_non_contig_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1792740Z test_non_contig_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1792840Z test_non_contig_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1792940Z test_non_contig_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1793040Z test_non_contig_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1793140Z test_non_contig_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1793240Z test_non_contig_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1793340Z test_non_contig_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1793440Z test_non_contig_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1793540Z test_non_contig_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1793680Z test_non_contig_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1793790Z test_non_contig_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1793910Z test_non_contig_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1794020Z test_non_contig_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1794130Z test_non_contig_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1794240Z test_non_contig_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1794340Z test_non_contig_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1794450Z test_non_contig_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1794560Z test_non_contig_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1794670Z test_non_contig_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1794770Z test_non_contig_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1794880Z test_non_contig_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1794990Z test_non_contig_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1795120Z test_non_contig_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1795230Z test_non_contig_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1795330Z test_non_contig_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1795440Z test_non_contig_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1795550Z test_non_contig_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1795660Z test_non_contig_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1795760Z test_non_contig_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1795870Z test_non_contig_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1795980Z test_non_contig_index___radd___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1796090Z test_non_contig_index___radd___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1796210Z test_non_contig_index___radd___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1796330Z test_non_contig_index___radd___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1796440Z test_non_contig_index___radd___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1796550Z test_non_contig_index___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1796660Z test_non_contig_index___radd___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1796770Z test_non_contig_index___radd___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1796880Z test_non_contig_index___radd___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1796990Z test_non_contig_index___radd___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1797100Z test_non_contig_index___radd___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1797210Z test_non_contig_index___radd___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1797320Z test_non_contig_index___rand___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1797420Z test_non_contig_index___rand___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1797550Z test_non_contig_index___rand___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1797660Z test_non_contig_index___rand___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1797760Z test_non_contig_index___rand___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1797870Z test_non_contig_index___rand___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1797990Z test_non_contig_index___rdiv___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1798090Z test_non_contig_index___rdiv___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1798210Z test_non_contig_index___rdiv___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1798320Z test_non_contig_index___rdiv___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1798430Z test_non_contig_index___rdiv___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1798550Z test_non_contig_index___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1798650Z test_non_contig_index___rdiv___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1798760Z test_non_contig_index___rdiv___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1798890Z test_non_contig_index___rdiv___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1799000Z test_non_contig_index___rdiv___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1799110Z test_non_contig_index___rdiv___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1799210Z test_non_contig_index___rdiv___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1799330Z test_non_contig_index___rmod___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1799440Z test_non_contig_index___rmod___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1799540Z test_non_contig_index___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1799650Z test_non_contig_index___rmod___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1799760Z test_non_contig_index___rmul___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1799870Z test_non_contig_index___rmul___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1799990Z test_non_contig_index___rmul___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1800100Z test_non_contig_index___rmul___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1800210Z test_non_contig_index___rmul___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1800320Z test_non_contig_index___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1800420Z test_non_contig_index___rmul___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1800530Z test_non_contig_index___rmul___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1800640Z test_non_contig_index___rmul___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1800740Z test_non_contig_index___rmul___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1800850Z test_non_contig_index___rmul___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1800960Z test_non_contig_index___rmul___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1801060Z test_non_contig_index___ror___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1801170Z test_non_contig_index___ror___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1801320Z test_non_contig_index___ror___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1801430Z test_non_contig_index___ror___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1801540Z test_non_contig_index___ror___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1801650Z test_non_contig_index___ror___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1801770Z test_non_contig_index___rpow___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1801880Z test_non_contig_index___rpow___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1801990Z test_non_contig_index___rpow___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1802100Z test_non_contig_index___rpow___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1802210Z test_non_contig_index___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1802320Z test_non_contig_index___rpow___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1802420Z test_non_contig_index___rpow___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1802530Z test_non_contig_index___rpow___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1802630Z test_non_contig_index___rpow___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1802780Z test_non_contig_index___rpow___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1802890Z test_non_contig_index___rpow___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1803000Z test_non_contig_index___rsub___cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1803110Z test_non_contig_index___rsub___cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1803230Z test_non_contig_index___rsub___cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1803330Z test_non_contig_index___rsub___cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1803440Z test_non_contig_index___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1803550Z test_non_contig_index___rsub___cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1803650Z test_non_contig_index___rsub___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1803760Z test_non_contig_index___rsub___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1803860Z test_non_contig_index___rsub___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1803970Z test_non_contig_index___rsub___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1804070Z test_non_contig_index___rsub___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1804180Z test_non_contig_index___rxor___cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1804290Z test_non_contig_index___rxor___cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1804390Z test_non_contig_index___rxor___cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1804490Z test_non_contig_index___rxor___cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1804600Z test_non_contig_index___rxor___cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1804700Z test_non_contig_index___rxor___cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1804810Z test_non_contig_index_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1804930Z test_non_contig_index_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1805030Z test_non_contig_index_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1805170Z test_non_contig_index_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1805290Z test_non_contig_index_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1805410Z test_non_contig_index_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1805520Z test_non_contig_index_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1805630Z test_non_contig_index_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1805740Z test_non_contig_index_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1805840Z test_non_contig_index_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1805950Z test_non_contig_index_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1806060Z test_non_contig_index_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1806160Z test_non_contig_index_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1806270Z test_non_contig_index_atan2_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1806380Z test_non_contig_index_atan2_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1806530Z test_non_contig_index_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1806640Z test_non_contig_index_atan2_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1806750Z test_non_contig_index_atan2_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1806860Z test_non_contig_index_atan2_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1806960Z test_non_contig_index_atan2_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1807070Z test_non_contig_index_atan2_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1807180Z test_non_contig_index_atan2_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1807300Z test_non_contig_index_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1807410Z test_non_contig_index_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1807520Z test_non_contig_index_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1807630Z test_non_contig_index_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1807740Z test_non_contig_index_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1807850Z test_non_contig_index_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1807980Z test_non_contig_index_bitwise_left_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1808100Z test_non_contig_index_bitwise_left_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1808210Z test_non_contig_index_bitwise_left_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1808340Z test_non_contig_index_bitwise_left_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1808450Z test_non_contig_index_bitwise_left_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1808570Z test_non_contig_index_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1808680Z test_non_contig_index_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1808790Z test_non_contig_index_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1808900Z test_non_contig_index_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1809060Z test_non_contig_index_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1809170Z test_non_contig_index_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1809300Z test_non_contig_index_bitwise_right_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1809420Z test_non_contig_index_bitwise_right_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1809540Z test_non_contig_index_bitwise_right_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1809660Z test_non_contig_index_bitwise_right_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1809770Z test_non_contig_index_bitwise_right_shift_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1809880Z test_non_contig_index_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1810000Z test_non_contig_index_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1810110Z test_non_contig_index_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1810210Z test_non_contig_index_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1810320Z test_non_contig_index_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1810480Z test_non_contig_index_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1810600Z test_non_contig_index_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1810710Z test_non_contig_index_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1810830Z test_non_contig_index_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1810940Z test_non_contig_index_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1811050Z test_non_contig_index_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1811170Z test_non_contig_index_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1811280Z test_non_contig_index_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1811380Z test_non_contig_index_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1811490Z test_non_contig_index_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1811610Z test_non_contig_index_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1811720Z test_non_contig_index_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1811830Z test_non_contig_index_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1815030Z test_non_contig_index_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1815160Z test_non_contig_index_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1815270Z test_non_contig_index_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1815390Z test_non_contig_index_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1815500Z test_non_contig_index_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1815600Z test_non_contig_index_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1815710Z test_non_contig_index_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1815820Z test_non_contig_index_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1816050Z test_non_contig_index_complex_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1816160Z test_non_contig_index_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1816270Z test_non_contig_index_complex_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1816380Z test_non_contig_index_copysign_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1816500Z test_non_contig_index_copysign_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1816610Z test_non_contig_index_copysign_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1816720Z test_non_contig_index_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1816830Z test_non_contig_index_copysign_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1816940Z test_non_contig_index_copysign_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1817050Z test_non_contig_index_copysign_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1817210Z test_non_contig_index_copysign_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1817320Z test_non_contig_index_copysign_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1817430Z test_non_contig_index_copysign_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1817580Z test_non_contig_index_div_floor_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1817710Z test_non_contig_index_div_floor_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1817830Z test_non_contig_index_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1817950Z test_non_contig_index_div_floor_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1818070Z test_non_contig_index_div_floor_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1818190Z test_non_contig_index_div_floor_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1818310Z test_non_contig_index_div_floor_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1818430Z test_non_contig_index_div_floor_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1818550Z test_non_contig_index_div_floor_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1818680Z test_non_contig_index_div_no_rounding_mode_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1818800Z test_non_contig_index_div_no_rounding_mode_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1818930Z test_non_contig_index_div_no_rounding_mode_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1819060Z test_non_contig_index_div_no_rounding_mode_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1819190Z test_non_contig_index_div_no_rounding_mode_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1819310Z test_non_contig_index_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1819430Z test_non_contig_index_div_no_rounding_mode_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1819550Z test_non_contig_index_div_no_rounding_mode_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1819670Z test_non_contig_index_div_no_rounding_mode_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1819790Z test_non_contig_index_div_no_rounding_mode_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1819910Z test_non_contig_index_div_no_rounding_mode_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1820100Z test_non_contig_index_div_no_rounding_mode_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1820230Z test_non_contig_index_div_trunc_rounding_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1820350Z test_non_contig_index_div_trunc_rounding_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1820470Z test_non_contig_index_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1820590Z test_non_contig_index_div_trunc_rounding_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1820710Z test_non_contig_index_div_trunc_rounding_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1820830Z test_non_contig_index_div_trunc_rounding_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1820940Z test_non_contig_index_div_trunc_rounding_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1821060Z test_non_contig_index_div_trunc_rounding_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1821180Z test_non_contig_index_div_trunc_rounding_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1821290Z test_non_contig_index_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1821470Z test_non_contig_index_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1821590Z test_non_contig_index_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1821700Z test_non_contig_index_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1821810Z test_non_contig_index_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1821920Z test_non_contig_index_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1822030Z test_non_contig_index_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1822130Z test_non_contig_index_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1822240Z test_non_contig_index_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1822350Z test_non_contig_index_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1822460Z test_non_contig_index_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1822570Z test_non_contig_index_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1822670Z test_non_contig_index_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1822790Z test_non_contig_index_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1822910Z test_non_contig_index_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1823030Z test_non_contig_index_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1823150Z test_non_contig_index_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1823270Z test_non_contig_index_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1823380Z test_non_contig_index_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1823500Z test_non_contig_index_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1823610Z test_non_contig_index_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1823720Z test_non_contig_index_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1823830Z test_non_contig_index_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1823990Z test_non_contig_index_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1824100Z test_non_contig_index_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1824230Z test_non_contig_index_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1824350Z test_non_contig_index_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1824470Z test_non_contig_index_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1824590Z test_non_contig_index_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1824700Z test_non_contig_index_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1824810Z test_non_contig_index_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1824920Z test_non_contig_index_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1825030Z test_non_contig_index_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1825140Z test_non_contig_index_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1825260Z test_non_contig_index_fmax_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1825390Z test_non_contig_index_fmax_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1825510Z test_non_contig_index_fmax_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1825620Z test_non_contig_index_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1825720Z test_non_contig_index_fmax_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1825830Z test_non_contig_index_fmax_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1825940Z test_non_contig_index_fmax_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1826050Z test_non_contig_index_fmax_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1826160Z test_non_contig_index_fmax_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1826260Z test_non_contig_index_fmax_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1826380Z test_non_contig_index_fmin_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1826480Z test_non_contig_index_fmin_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1826590Z test_non_contig_index_fmin_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1826700Z test_non_contig_index_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1826800Z test_non_contig_index_fmin_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1826910Z test_non_contig_index_fmin_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1827010Z test_non_contig_index_fmin_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1827120Z test_non_contig_index_fmin_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1827230Z test_non_contig_index_fmin_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1827330Z test_non_contig_index_fmin_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1827440Z test_non_contig_index_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1827550Z test_non_contig_index_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1827660Z test_non_contig_index_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1827760Z test_non_contig_index_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1827890Z test_non_contig_index_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1828000Z test_non_contig_index_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1828100Z test_non_contig_index_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1828200Z test_non_contig_index_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1828310Z test_non_contig_index_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1828410Z test_non_contig_index_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1828520Z test_non_contig_index_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1828620Z test_non_contig_index_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1828730Z test_non_contig_index_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1828830Z test_non_contig_index_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1828950Z test_non_contig_index_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1829050Z test_non_contig_index_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1829160Z test_non_contig_index_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1829320Z test_non_contig_index_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1829430Z test_non_contig_index_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1829540Z test_non_contig_index_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1829640Z test_non_contig_index_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1829740Z test_non_contig_index_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1829850Z test_non_contig_index_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1829950Z test_non_contig_index_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1830060Z test_non_contig_index_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1830170Z test_non_contig_index_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1830280Z test_non_contig_index_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1830380Z test_non_contig_index_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1830490Z test_non_contig_index_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1830590Z test_non_contig_index_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1830700Z test_non_contig_index_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1830800Z test_non_contig_index_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1830910Z test_non_contig_index_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1831010Z test_non_contig_index_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1831130Z test_non_contig_index_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1831250Z test_non_contig_index_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1831360Z test_non_contig_index_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1831480Z test_non_contig_index_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1831590Z test_non_contig_index_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1831730Z test_non_contig_index_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1831840Z test_non_contig_index_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1831950Z test_non_contig_index_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1832060Z test_non_contig_index_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1832170Z test_non_contig_index_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1832290Z test_non_contig_index_hypot_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1832400Z test_non_contig_index_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1832510Z test_non_contig_index_hypot_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1832620Z test_non_contig_index_igamma_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1832730Z test_non_contig_index_igamma_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1832840Z test_non_contig_index_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1832950Z test_non_contig_index_igamma_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1833070Z test_non_contig_index_igammac_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1833210Z test_non_contig_index_igammac_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1833310Z test_non_contig_index_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1833420Z test_non_contig_index_igammac_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1833530Z test_non_contig_index_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1833640Z test_non_contig_index_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1833760Z test_non_contig_index_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1833870Z test_non_contig_index_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1833980Z test_non_contig_index_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1834090Z test_non_contig_index_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1834200Z test_non_contig_index_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1834310Z test_non_contig_index_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1834420Z test_non_contig_index_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1834530Z test_non_contig_index_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1834640Z test_non_contig_index_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1834750Z test_non_contig_index_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1834890Z test_non_contig_index_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1835030Z test_non_contig_index_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1835180Z test_non_contig_index_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1835320Z test_non_contig_index_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1835460Z test_non_contig_index_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1835810Z test_non_contig_index_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1835950Z test_non_contig_index_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1836090Z test_non_contig_index_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1836230Z test_non_contig_index_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1836360Z test_non_contig_index_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1836500Z test_non_contig_index_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1836630Z test_non_contig_index_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1836780Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1836930Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1837080Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1837350Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1837500Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1837650Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1837790Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1837940Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1838080Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1838220Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1838360Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1838500Z test_non_contig_index_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1838610Z test_non_contig_index_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1838720Z test_non_contig_index_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1838820Z test_non_contig_index_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1838930Z test_non_contig_index_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1839040Z test_non_contig_index_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1839150Z test_non_contig_index_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1839260Z test_non_contig_index_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1839380Z test_non_contig_index_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1839490Z test_non_contig_index_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1839610Z test_non_contig_index_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1839770Z test_non_contig_index_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1839880Z test_non_contig_index_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1840000Z test_non_contig_index_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1840110Z test_non_contig_index_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1840220Z test_non_contig_index_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1840330Z test_non_contig_index_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1840440Z test_non_contig_index_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1840540Z test_non_contig_index_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1840650Z test_non_contig_index_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1840760Z test_non_contig_index_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1840860Z test_non_contig_index_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1840970Z test_non_contig_index_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1841080Z test_non_contig_index_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1841200Z test_non_contig_index_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1841310Z test_non_contig_index_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1841420Z test_non_contig_index_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1841520Z test_non_contig_index_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1841640Z test_non_contig_index_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1841760Z test_non_contig_index_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1841880Z test_non_contig_index_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1842000Z test_non_contig_index_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1842120Z test_non_contig_index_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1842240Z test_non_contig_index_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1842350Z test_non_contig_index_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1842460Z test_non_contig_index_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1842580Z test_non_contig_index_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1842680Z test_non_contig_index_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1842800Z test_non_contig_index_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1842910Z test_non_contig_index_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1843020Z test_non_contig_index_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1843140Z test_non_contig_index_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1846500Z test_non_contig_index_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1846640Z test_non_contig_index_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1846760Z test_non_contig_index_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1847020Z test_non_contig_index_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1847130Z test_non_contig_index_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1847250Z test_non_contig_index_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1847350Z test_non_contig_index_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1847460Z test_non_contig_index_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1847580Z test_non_contig_index_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1847690Z test_non_contig_index_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1847800Z test_non_contig_index_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1847920Z test_non_contig_index_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1848040Z test_non_contig_index_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1848160Z test_non_contig_index_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1848270Z test_non_contig_index_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1848410Z test_non_contig_index_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1848530Z test_non_contig_index_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1848650Z test_non_contig_index_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1848760Z test_non_contig_index_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1848870Z test_non_contig_index_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1848980Z test_non_contig_index_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1849090Z test_non_contig_index_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1849200Z test_non_contig_index_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1849310Z test_non_contig_index_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1849420Z test_non_contig_index_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1849520Z test_non_contig_index_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1849620Z test_non_contig_index_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1849730Z test_non_contig_index_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1849840Z test_non_contig_index_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1849940Z test_non_contig_index_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1850050Z test_non_contig_index_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1850150Z test_non_contig_index_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1850270Z test_non_contig_index_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1850380Z test_non_contig_index_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1850500Z test_non_contig_index_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1850610Z test_non_contig_index_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1850720Z test_non_contig_index_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1850850Z test_non_contig_index_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1850960Z test_non_contig_index_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1851070Z test_non_contig_index_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1851180Z test_non_contig_index_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1851290Z test_non_contig_index_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1851400Z test_non_contig_index_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1851510Z test_non_contig_index_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1851620Z test_non_contig_index_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1851730Z test_non_contig_index_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1851850Z test_non_contig_index_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1851960Z test_non_contig_index_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1852070Z test_non_contig_index_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1852180Z test_non_contig_index_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1852310Z test_non_contig_index_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1852420Z test_non_contig_index_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1852540Z test_non_contig_index_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1852650Z test_non_contig_index_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1852760Z test_non_contig_index_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1852880Z test_non_contig_index_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1852990Z test_non_contig_index_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1853100Z test_non_contig_index_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1853210Z test_non_contig_index_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1853320Z test_non_contig_index_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1853430Z test_non_contig_index_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1853540Z test_non_contig_index_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1853650Z test_non_contig_index_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1853760Z test_non_contig_index_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1853870Z test_non_contig_index_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1853980Z test_non_contig_index_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1854080Z test_non_contig_index_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1854200Z test_non_contig_index_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1854310Z test_non_contig_index_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1854410Z test_non_contig_index_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1854520Z test_non_contig_index_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1854630Z test_non_contig_index_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1854790Z test_non_contig_index_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1854900Z test_non_contig_index_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1855010Z test_non_contig_index_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1855130Z test_non_contig_index_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1855240Z test_non_contig_index_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1855350Z test_non_contig_index_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1855460Z test_non_contig_index_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1855560Z test_non_contig_index_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1855680Z test_non_contig_index_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1855780Z test_non_contig_index_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1855890Z test_non_contig_index_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1855990Z test_non_contig_index_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1856150Z test_non_contig_index_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1856260Z test_non_contig_index_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1856370Z test_non_contig_index_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1856480Z test_non_contig_index_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1856590Z test_non_contig_index_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1856700Z test_non_contig_index_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1856800Z test_non_contig_index_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1856910Z test_non_contig_index_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1857020Z test_non_contig_index_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1857120Z test_non_contig_index_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1857230Z test_non_contig_index_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1857330Z test_non_contig_index_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1857440Z test_non_contig_index_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1857550Z test_non_contig_index_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1857670Z test_non_contig_index_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1857780Z test_non_contig_index_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1857890Z test_non_contig_index_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1858000Z test_non_contig_index_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1858120Z test_non_contig_index_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1858230Z test_non_contig_index_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1858340Z test_non_contig_index_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1858450Z test_non_contig_index_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1858560Z test_non_contig_index_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1858710Z test_non_contig_index_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1858820Z test_non_contig_index_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1858920Z test_non_contig_index_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1859030Z test_non_contig_index_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1859140Z test_non_contig_index_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1859240Z test_non_contig_index_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1859360Z test_non_contig_index_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1859470Z test_non_contig_index_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1859580Z test_non_contig_index_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1859700Z test_non_contig_index_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1859810Z test_non_contig_index_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1859920Z test_non_contig_index_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1860060Z test_non_contig_index_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1860180Z test_non_contig_index_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1860290Z test_non_contig_index_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1860400Z test_non_contig_index_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1860510Z test_non_contig_index_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1860620Z test_non_contig_index_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1860730Z test_non_contig_index_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1860840Z test_non_contig_index_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1860940Z test_non_contig_index_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1861050Z test_non_contig_index_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1861160Z test_non_contig_index_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1861270Z test_non_contig_index_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1861370Z test_non_contig_index_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1861480Z test_non_contig_index_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1861620Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1861760Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1861890Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1862030Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1862160Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1862280Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1862410Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1862590Z test_non_contig_index_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1862720Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1862860Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1862990Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1863120Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1863250Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1863370Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1863500Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1863630Z test_non_contig_index_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1863950Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1864280Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1864530Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1864770Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1865020Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1865260Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1865500Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1865730Z test_non_contig_index_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1865970Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1866210Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1866450Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1866690Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1866920Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1867160Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1867450Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1867690Z test_non_contig_index_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1867830Z test_non_contig_index_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1867960Z test_non_contig_index_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1868090Z test_non_contig_index_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1868220Z test_non_contig_index_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1868350Z test_non_contig_index_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1868480Z test_non_contig_index_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1868600Z test_non_contig_index_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1868730Z test_non_contig_index_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1868880Z test_non_contig_index_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1869020Z test_non_contig_index_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1869150Z test_non_contig_index_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1869280Z test_non_contig_index_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1869410Z test_non_contig_index_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1869540Z test_non_contig_index_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1869660Z test_non_contig_index_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1869790Z test_non_contig_index_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1869920Z test_non_contig_index_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1870050Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1870180Z test_non_contig_index_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1870320Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1870450Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1870570Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1870700Z test_non_contig_index_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1870830Z test_non_contig_index_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1871080Z test_non_contig_index_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1871380Z test_non_contig_index_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1871640Z test_non_contig_index_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1871890Z test_non_contig_index_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1872120Z test_non_contig_index_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1872360Z test_non_contig_index_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1872600Z test_non_contig_index_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1872840Z test_non_contig_index_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1873080Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1873430Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1873690Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1873940Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1874190Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1874430Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1874680Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1874920Z test_non_contig_index_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1875170Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1875420Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1875670Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1875910Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1876160Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1876470Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1876750Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1877000Z test_non_contig_index_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1877240Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1877490Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1877740Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1877980Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1878220Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1878500Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1878750Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1878990Z test_non_contig_index_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1879240Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1879490Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1879730Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1879980Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1880220Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1880470Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1880710Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1880950Z test_non_contig_index_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1881080Z test_non_contig_index_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1881240Z test_non_contig_index_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1881370Z test_non_contig_index_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1881490Z test_non_contig_index_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1881600Z test_non_contig_index_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1881730Z test_non_contig_index_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1885130Z test_non_contig_index_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1885270Z test_non_contig_index_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1885390Z test_non_contig_index_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1885510Z test_non_contig_index_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1885630Z test_non_contig_index_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1885740Z test_non_contig_index_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1885860Z test_non_contig_index_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1886060Z test_non_contig_index_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1886180Z test_non_contig_index_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1886290Z test_non_contig_index_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1886400Z test_non_contig_index_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1886510Z test_non_contig_index_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1886620Z test_non_contig_index_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1886730Z test_non_contig_index_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1886850Z test_non_contig_index_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1886960Z test_non_contig_index_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1887070Z test_non_contig_index_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1887180Z test_non_contig_index_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1887290Z test_non_contig_index_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1887400Z test_non_contig_index_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1887500Z test_non_contig_index_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1887610Z test_non_contig_index_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1887710Z test_non_contig_index_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1887820Z test_non_contig_index_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1887940Z test_non_contig_index_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1888050Z test_non_contig_index_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1888170Z test_non_contig_index_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1888290Z test_non_contig_index_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1888410Z test_non_contig_index_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1888580Z test_non_contig_index_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1888690Z test_non_contig_index_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1888810Z test_non_contig_index_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1888920Z test_non_contig_index_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1889030Z test_non_contig_index_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1889140Z test_non_contig_index_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1889250Z test_non_contig_index_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1889360Z test_non_contig_index_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1889470Z test_non_contig_index_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1889580Z test_non_contig_index_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1889690Z test_non_contig_index_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1889800Z test_non_contig_index_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1889930Z test_non_contig_index_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1890040Z test_non_contig_index_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1890150Z test_non_contig_index_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1890260Z test_non_contig_index_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1890360Z test_non_contig_index_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1890480Z test_non_contig_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1890580Z test_non_contig_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1890700Z test_non_contig_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1890810Z test_non_contig_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1890920Z test_non_contig_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1891020Z test_non_contig_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1891130Z test_non_contig_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1891230Z test_non_contig_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1891340Z test_non_contig_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1891440Z test_non_contig_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1891550Z test_non_contig_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1891660Z test_non_contig_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1891800Z test_non_contig_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1891930Z test_non_contig_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1892070Z test_non_contig_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1892210Z test_non_contig_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1892340Z test_non_contig_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1892520Z test_non_contig_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1892650Z test_non_contig_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1892780Z test_non_contig_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1892920Z test_non_contig_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1893040Z test_non_contig_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1893170Z test_non_contig_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1893300Z test_non_contig_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1893450Z test_non_contig_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1893590Z test_non_contig_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1893730Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1893910Z test_non_contig_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1894060Z test_non_contig_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1894200Z test_non_contig_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1894350Z test_non_contig_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1894490Z test_non_contig_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1894630Z test_non_contig_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1894770Z test_non_contig_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1894910Z test_non_contig_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1895040Z test_non_contig_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1895150Z test_non_contig_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1895250Z test_non_contig_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1895350Z test_non_contig_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1895460Z test_non_contig_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1895560Z test_non_contig_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1895670Z test_non_contig_ldexp_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1895780Z test_non_contig_ldexp_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1895890Z test_non_contig_ldexp_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1896000Z test_non_contig_ldexp_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1896110Z test_non_contig_ldexp_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1896210Z test_non_contig_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1896350Z test_non_contig_ldexp_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1896450Z test_non_contig_ldexp_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1896560Z test_non_contig_ldexp_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1896670Z test_non_contig_ldexp_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1896770Z test_non_contig_ldexp_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1896870Z test_non_contig_ldexp_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1896980Z test_non_contig_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1897080Z test_non_contig_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1897190Z test_non_contig_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1897290Z test_non_contig_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1897390Z test_non_contig_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1897490Z test_non_contig_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1897590Z test_non_contig_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1897720Z test_non_contig_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1897820Z test_non_contig_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1897920Z test_non_contig_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1898030Z test_non_contig_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1898150Z test_non_contig_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1898260Z test_non_contig_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1898380Z test_non_contig_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1898490Z test_non_contig_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1898600Z test_non_contig_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1898710Z test_non_contig_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1898820Z test_non_contig_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1898930Z test_non_contig_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1899040Z test_non_contig_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1899150Z test_non_contig_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1899260Z test_non_contig_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1899370Z test_non_contig_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1899480Z test_non_contig_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1899590Z test_non_contig_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1899700Z test_non_contig_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1899810Z test_non_contig_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1899920Z test_non_contig_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1900030Z test_non_contig_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1900140Z test_non_contig_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1900270Z test_non_contig_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1900370Z test_non_contig_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1900490Z test_non_contig_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1900590Z test_non_contig_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1900700Z test_non_contig_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1900810Z test_non_contig_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1900930Z test_non_contig_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1901040Z test_non_contig_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1901150Z test_non_contig_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1901260Z test_non_contig_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1901370Z test_non_contig_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1901480Z test_non_contig_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1901610Z test_non_contig_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1901720Z test_non_contig_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1901830Z test_non_contig_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1901940Z test_non_contig_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1902040Z test_non_contig_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1902140Z test_non_contig_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1902250Z test_non_contig_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1902350Z test_non_contig_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1902450Z test_non_contig_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1902560Z test_non_contig_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1902660Z test_non_contig_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1902750Z test_non_contig_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1902850Z test_non_contig_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1902950Z test_non_contig_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1903070Z test_non_contig_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1903180Z test_non_contig_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1903290Z test_non_contig_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1903400Z test_non_contig_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1903510Z test_non_contig_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1903610Z test_non_contig_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1903720Z test_non_contig_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1903820Z test_non_contig_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1903930Z test_non_contig_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1904030Z test_non_contig_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1904150Z test_non_contig_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1904260Z test_non_contig_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1904370Z test_non_contig_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1904480Z test_non_contig_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1904580Z test_non_contig_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1904690Z test_non_contig_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1904800Z test_non_contig_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1904900Z test_non_contig_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1905000Z test_non_contig_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1905110Z test_non_contig_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1905220Z test_non_contig_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1905330Z test_non_contig_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1905440Z test_non_contig_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1905570Z test_non_contig_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1905680Z test_non_contig_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1905780Z test_non_contig_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1905880Z test_non_contig_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1905990Z test_non_contig_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1906090Z test_non_contig_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1906200Z test_non_contig_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1906300Z test_non_contig_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1906400Z test_non_contig_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1906510Z test_non_contig_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1906610Z test_non_contig_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1906720Z test_non_contig_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1906820Z test_non_contig_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1906920Z test_non_contig_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1907030Z test_non_contig_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1907130Z test_non_contig_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1907240Z test_non_contig_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1907340Z test_non_contig_mul_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1907450Z test_non_contig_mul_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1907560Z test_non_contig_mul_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1907660Z test_non_contig_mul_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1907760Z test_non_contig_mul_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1907870Z test_non_contig_mul_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1908130Z test_non_contig_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1908240Z test_non_contig_mul_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1908350Z test_non_contig_mul_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1908450Z test_non_contig_mul_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1908550Z test_non_contig_mul_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1908660Z test_non_contig_mul_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1908760Z test_non_contig_mul_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1908860Z test_non_contig_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1908970Z test_non_contig_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1909080Z test_non_contig_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1909190Z test_non_contig_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1909290Z test_non_contig_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1909400Z test_non_contig_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1909590Z test_non_contig_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1909700Z test_non_contig_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1909800Z test_non_contig_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1909900Z test_non_contig_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1910000Z test_non_contig_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1910090Z test_non_contig_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1910210Z test_non_contig_nextafter_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1910320Z test_non_contig_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1910430Z test_non_contig_nextafter_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1910540Z test_non_contig_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1910640Z test_non_contig_polar_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1910750Z test_non_contig_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1910850Z test_non_contig_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1910960Z test_non_contig_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1911070Z test_non_contig_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1911170Z test_non_contig_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1911270Z test_non_contig_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1911380Z test_non_contig_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1911480Z test_non_contig_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1911580Z test_non_contig_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1911680Z test_non_contig_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1911780Z test_non_contig_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1911920Z test_non_contig_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:27:51.1914880Z test_non_contig_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1915110Z test_non_contig_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1915220Z test_non_contig_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1915330Z test_non_contig_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1915440Z test_non_contig_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1915540Z test_non_contig_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1915650Z test_non_contig_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1915760Z test_non_contig_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1915860Z test_non_contig_rsub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1915970Z test_non_contig_rsub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1916080Z test_non_contig_rsub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1916180Z test_non_contig_rsub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1916290Z test_non_contig_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1916390Z test_non_contig_rsub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1916530Z test_non_contig_rsub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1916630Z test_non_contig_rsub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1916730Z test_non_contig_rsub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1916840Z test_non_contig_rsub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1916940Z test_non_contig_rsub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1917070Z test_non_contig_special_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1917230Z test_non_contig_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1917360Z test_non_contig_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1917490Z test_non_contig_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1917620Z test_non_contig_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1917740Z test_non_contig_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1917870Z test_non_contig_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1918000Z test_non_contig_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1918120Z test_non_contig_special_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1918250Z test_non_contig_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1918370Z test_non_contig_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1918500Z test_non_contig_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1918620Z test_non_contig_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1918740Z test_non_contig_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1918870Z test_non_contig_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1919020Z test_non_contig_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1919320Z test_non_contig_special_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1919570Z test_non_contig_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1919810Z test_non_contig_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1920050Z test_non_contig_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1920280Z test_non_contig_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1920520Z test_non_contig_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1920750Z test_non_contig_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1921020Z test_non_contig_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1921250Z test_non_contig_special_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1921490Z test_non_contig_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1921730Z test_non_contig_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1921960Z test_non_contig_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1922200Z test_non_contig_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1922430Z test_non_contig_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1922660Z test_non_contig_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1922890Z test_non_contig_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1923020Z test_non_contig_special_hermite_polynomial_h_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1923140Z test_non_contig_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1923270Z test_non_contig_special_hermite_polynomial_h_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1923400Z test_non_contig_special_hermite_polynomial_h_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1923530Z test_non_contig_special_hermite_polynomial_h_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1923650Z test_non_contig_special_hermite_polynomial_h_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1923800Z test_non_contig_special_hermite_polynomial_h_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1923920Z test_non_contig_special_hermite_polynomial_h_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1924050Z test_non_contig_special_hermite_polynomial_he_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1924180Z test_non_contig_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1924300Z test_non_contig_special_hermite_polynomial_he_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1924430Z test_non_contig_special_hermite_polynomial_he_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1924550Z test_non_contig_special_hermite_polynomial_he_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1924680Z test_non_contig_special_hermite_polynomial_he_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1924800Z test_non_contig_special_hermite_polynomial_he_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1924930Z test_non_contig_special_hermite_polynomial_he_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1925050Z test_non_contig_special_laguerre_polynomial_l_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1925180Z test_non_contig_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1925330Z test_non_contig_special_laguerre_polynomial_l_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1925450Z test_non_contig_special_laguerre_polynomial_l_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1925580Z test_non_contig_special_laguerre_polynomial_l_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1925700Z test_non_contig_special_laguerre_polynomial_l_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1925820Z test_non_contig_special_laguerre_polynomial_l_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1925940Z test_non_contig_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1926190Z test_non_contig_special_legendre_polynomial_p_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1926430Z test_non_contig_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1926670Z test_non_contig_special_legendre_polynomial_p_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1926910Z test_non_contig_special_legendre_polynomial_p_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1927150Z test_non_contig_special_legendre_polynomial_p_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1927370Z test_non_contig_special_legendre_polynomial_p_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1927610Z test_non_contig_special_legendre_polynomial_p_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1927850Z test_non_contig_special_legendre_polynomial_p_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1928090Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1928390Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1928650Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1928900Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1929140Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1929380Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1929620Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1929860Z test_non_contig_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1930150Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1930400Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1930640Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1930890Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1931130Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1931370Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1931610Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1931850Z test_non_contig_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1932090Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1932330Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1932570Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1932810Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1933050Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1933330Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1933570Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1933810Z test_non_contig_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1934050Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1934290Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1934540Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1934780Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1935060Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1935300Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1935540Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1935770Z test_non_contig_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1935890Z test_non_contig_special_xlog1py_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1936010Z test_non_contig_special_xlog1py_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1936130Z test_non_contig_special_xlog1py_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1936240Z test_non_contig_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1936350Z test_non_contig_special_xlog1py_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1936470Z test_non_contig_special_xlog1py_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1936580Z test_non_contig_special_xlog1py_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1936690Z test_non_contig_special_xlog1py_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1936810Z test_non_contig_special_xlog1py_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1936920Z test_non_contig_special_xlog1py_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1937030Z test_non_contig_special_zeta_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1937140Z test_non_contig_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1937260Z test_non_contig_special_zeta_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1937370Z test_non_contig_special_zeta_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1937480Z test_non_contig_special_zeta_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1937630Z test_non_contig_special_zeta_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1937740Z test_non_contig_special_zeta_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1937850Z test_non_contig_special_zeta_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1937950Z test_non_contig_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1938070Z test_non_contig_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1938170Z test_non_contig_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1938280Z test_non_contig_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1938390Z test_non_contig_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1938490Z test_non_contig_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1938600Z test_non_contig_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1938700Z test_non_contig_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1938800Z test_non_contig_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1938900Z test_non_contig_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1939040Z test_non_contig_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1939140Z test_non_contig_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1939250Z test_non_contig_true_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1939360Z test_non_contig_true_divide_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1939480Z test_non_contig_true_divide_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1939590Z test_non_contig_true_divide_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1939710Z test_non_contig_true_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1939820Z test_non_contig_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1939930Z test_non_contig_true_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1940040Z test_non_contig_true_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1940150Z test_non_contig_true_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1940250Z test_non_contig_true_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1940360Z test_non_contig_true_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1940470Z test_non_contig_true_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1940580Z test_non_contig_xlogy_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1940680Z test_non_contig_xlogy_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1940790Z test_non_contig_xlogy_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1940900Z test_non_contig_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1941000Z test_non_contig_xlogy_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1941110Z test_non_contig_xlogy_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1941210Z test_non_contig_xlogy_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1941320Z test_non_contig_xlogy_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1941430Z test_non_contig_xlogy_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1941550Z test_non_contig_xlogy_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1941670Z test_not_broadcastable___radd___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1941790Z test_not_broadcastable___rdiv___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1941900Z test_not_broadcastable___rmod___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1942020Z test_not_broadcastable___rmul___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1942120Z test_not_broadcastable___rpow___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1942230Z test_not_broadcastable___rsub___cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1942350Z test_not_broadcastable_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1942470Z test_not_broadcastable_atan2_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1942590Z test_not_broadcastable_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1942700Z test_not_broadcastable_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1942820Z test_not_broadcastable_complex_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1942930Z test_not_broadcastable_copysign_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1943090Z test_not_broadcastable_div_floor_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1943220Z test_not_broadcastable_div_no_rounding_mode_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1943350Z test_not_broadcastable_div_trunc_rounding_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1943460Z test_not_broadcastable_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1943580Z test_not_broadcastable_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1943700Z test_not_broadcastable_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1943820Z test_not_broadcastable_fmax_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1943930Z test_not_broadcastable_fmin_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1944050Z test_not_broadcastable_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1944160Z test_not_broadcastable_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1944270Z test_not_broadcastable_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1944380Z test_not_broadcastable_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1944500Z test_not_broadcastable_hypot_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1944610Z test_not_broadcastable_igamma_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1944730Z test_not_broadcastable_igammac_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1944850Z test_not_broadcastable_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1945000Z test_not_broadcastable_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1945150Z test_not_broadcastable_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1945270Z test_not_broadcastable_ldexp_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1945380Z test_not_broadcastable_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1945550Z test_not_broadcastable_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1945680Z test_not_broadcastable_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1945800Z test_not_broadcastable_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1945910Z test_not_broadcastable_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1946030Z test_not_broadcastable_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1946140Z test_not_broadcastable_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1946260Z test_not_broadcastable_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1946380Z test_not_broadcastable_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1946490Z test_not_broadcastable_mul_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1946600Z test_not_broadcastable_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1946720Z test_not_broadcastable_nextafter_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1946840Z test_not_broadcastable_polar_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1946950Z test_not_broadcastable_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1947120Z test_not_broadcastable_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1947240Z test_not_broadcastable_rsub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1947380Z test_not_broadcastable_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1947520Z test_not_broadcastable_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1947800Z test_not_broadcastable_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1948060Z test_not_broadcastable_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1948200Z test_not_broadcastable_special_hermite_polynomial_h_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1948340Z test_not_broadcastable_special_hermite_polynomial_he_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1948470Z test_not_broadcastable_special_laguerre_polynomial_l_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1948720Z test_not_broadcastable_special_legendre_polynomial_p_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T01:27:51.1949000Z test_not_broadcastable_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1949250Z test_not_broadcastable_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1949510Z test_not_broadcastable_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1949760Z test_not_broadcastable_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:27:51.1949890Z test_not_broadcastable_special_xlog1py_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1950070Z test_not_broadcastable_special_zeta_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1950190Z test_not_broadcastable_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1950310Z test_not_broadcastable_true_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1950420Z test_not_broadcastable_xlogy_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1950530Z test_out_resize_warning_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1950630Z test_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:27:51.1950730Z test_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.024s) 2022-11-23T01:27:51.1950840Z test_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:27:51.1954140Z test_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1954270Z test_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1954370Z test_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:27:51.1954460Z test_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1954550Z test_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1954640Z test_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1954840Z test_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1954930Z test_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1955080Z test_pow_cuda_complex_extremal_failing_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1955230Z test_pow_cuda_complex_extremal_failing_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1955340Z test_pow_inplace_resizing_exception_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1955450Z test_pow_scalar_base_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1955570Z test_pow_scalar_overloads_mem_overlap_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1956340Z test_pow_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:1662: 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:27:51.1956410Z out_uint8_computation = torch.pow( 2022-11-23T01:27:51.1957030Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:1670: 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:27:51.1957100Z out_int64_computation = torch.pow( 2022-11-23T01:27:51.1957140Z ok (0.002s) 2022-11-23T01:27:51.1957240Z test_rdiv_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1957350Z test_rdiv_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1957450Z test_rdiv_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1957540Z test_rdiv_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1957680Z test_rdiv_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1957770Z test_rdiv_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1957860Z test_rdiv_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1957960Z test_rdiv_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1958050Z test_rdiv_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1958170Z test_reference_numerics_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.062s) 2022-11-23T01:27:51.1958280Z test_reference_numerics_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.814s) 2022-11-23T01:27:51.1958400Z test_reference_numerics_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.266s) 2022-11-23T01:27:51.1958520Z test_reference_numerics_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-11-23T01:27:51.1958630Z test_reference_numerics_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:27:51.1958740Z test_reference_numerics_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:27:51.1958850Z test_reference_numerics_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:27:51.1958970Z test_reference_numerics_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:27:51.1959110Z test_reference_numerics_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1959220Z test_reference_numerics_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1959330Z test_reference_numerics_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1959440Z test_reference_numerics_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1959550Z test_reference_numerics_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1959670Z test_reference_numerics_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1959790Z test_reference_numerics_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1959910Z test_reference_numerics_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1960030Z test_reference_numerics_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1960150Z test_reference_numerics_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1960260Z test_reference_numerics_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1960380Z test_reference_numerics_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1960500Z test_reference_numerics_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1960610Z test_reference_numerics_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1960720Z test_reference_numerics_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1960840Z test_reference_numerics_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1960950Z test_reference_numerics_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1961060Z test_reference_numerics_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1961180Z test_reference_numerics_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1961290Z test_reference_numerics_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1961400Z test_reference_numerics_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1961520Z test_reference_numerics_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1961660Z test_reference_numerics_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.1961780Z test_reference_numerics_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.066s) 2022-11-23T01:27:51.1961900Z test_reference_numerics_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:27:51.1962020Z test_reference_numerics_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.110s) 2022-11-23T01:27:51.1962130Z test_reference_numerics_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:27:51.1962240Z test_reference_numerics_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.053s) 2022-11-23T01:27:51.1962360Z test_reference_numerics_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1962470Z test_reference_numerics_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:27:51.1962580Z test_reference_numerics_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:27:51.1962700Z test_reference_numerics_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1962810Z test_reference_numerics_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.1962930Z test_reference_numerics_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:27:51.1963060Z test_reference_numerics_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1963170Z test_reference_numerics_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:27:51.1963290Z test_reference_numerics_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1963410Z test_reference_numerics_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:27:51.1963520Z test_reference_numerics_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1963630Z test_reference_numerics_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1963740Z test_reference_numerics_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1963850Z test_reference_numerics_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1963960Z test_reference_numerics_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1964070Z test_reference_numerics_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1964190Z test_reference_numerics_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1964300Z test_reference_numerics_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1964410Z test_reference_numerics_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:27:51.1964530Z test_reference_numerics_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.1964640Z test_reference_numerics_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:27:51.1964750Z test_reference_numerics_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1964860Z test_reference_numerics_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1964970Z test_reference_numerics_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1965080Z test_reference_numerics_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1965190Z test_reference_numerics_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1965300Z test_reference_numerics_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1965410Z test_reference_numerics_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1965870Z test_reference_numerics_extremal_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:8287: RuntimeWarning: invalid value encountered in add 2022-11-23T01:27:51.1965980Z ref=lambda input, other, *, alpha=1: np.add(input, other) if alpha == 1 \ 2022-11-23T01:27:51.1966020Z ok (0.011s) 2022-11-23T01:27:51.1966170Z test_reference_numerics_extremal_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1966320Z test_reference_numerics_extremal_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1966450Z test_reference_numerics_extremal_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1966570Z test_reference_numerics_extremal_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1966700Z test_reference_numerics_extremal_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1966840Z test_reference_numerics_extremal_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1966970Z test_reference_numerics_extremal_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1967150Z test_reference_numerics_extremal_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1967280Z test_reference_numerics_extremal_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1967410Z test_reference_numerics_extremal_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1967540Z test_reference_numerics_extremal_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1967670Z test_reference_numerics_extremal_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1967800Z test_reference_numerics_extremal_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1967930Z test_reference_numerics_extremal_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1968060Z test_reference_numerics_extremal_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1968190Z test_reference_numerics_extremal_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1968320Z test_reference_numerics_extremal_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1968440Z test_reference_numerics_extremal_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1968570Z test_reference_numerics_extremal_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1968900Z test_reference_numerics_extremal_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in float_power 2022-11-23T01:27:51.1968980Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:27:51.1969200Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in float_power 2022-11-23T01:27:51.1969270Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:27:51.1969310Z ok (0.002s) 2022-11-23T01:27:51.1969460Z test_reference_numerics_extremal_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1969610Z test_reference_numerics_extremal_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1969800Z test_reference_numerics_extremal_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1969930Z test_reference_numerics_extremal_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1970070Z test_reference_numerics_extremal_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1970210Z test_reference_numerics_extremal_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1970360Z test_reference_numerics_extremal_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1970490Z test_reference_numerics_extremal_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1970630Z test_reference_numerics_extremal_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1970760Z test_reference_numerics_extremal_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1970890Z test_reference_numerics_extremal_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1971010Z test_reference_numerics_extremal_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1971140Z test_reference_numerics_extremal_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1971310Z test_reference_numerics_extremal_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1971440Z test_reference_numerics_extremal_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1971730Z test_reference_numerics_extremal_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1971850Z test_reference_numerics_extremal_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1971980Z test_reference_numerics_extremal_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1972100Z test_reference_numerics_extremal_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1972220Z test_reference_numerics_extremal_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1972340Z test_reference_numerics_extremal_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1972500Z test_reference_numerics_extremal_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1972650Z test_reference_numerics_extremal_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1972790Z test_reference_numerics_extremal_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1972930Z test_reference_numerics_extremal_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1973080Z test_reference_numerics_extremal_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1973220Z test_reference_numerics_extremal_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1973370Z test_reference_numerics_extremal_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1973520Z test_reference_numerics_extremal_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1973660Z test_reference_numerics_extremal_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1973800Z test_reference_numerics_extremal_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1973990Z test_reference_numerics_extremal_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1974150Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1974310Z test_reference_numerics_extremal_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1974460Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1974610Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1974760Z test_reference_numerics_extremal_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1974930Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1975100Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1975260Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1975450Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1975610Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1975770Z test_reference_numerics_extremal_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.1975900Z test_reference_numerics_extremal_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1976030Z test_reference_numerics_extremal_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1976150Z test_reference_numerics_extremal_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1976270Z test_reference_numerics_extremal_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1976410Z test_reference_numerics_extremal_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1976630Z test_reference_numerics_extremal_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1976770Z test_reference_numerics_extremal_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1976900Z test_reference_numerics_extremal_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1977040Z test_reference_numerics_extremal_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1977170Z test_reference_numerics_extremal_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1977300Z test_reference_numerics_extremal_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1977430Z test_reference_numerics_extremal_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1977570Z test_reference_numerics_extremal_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1977700Z test_reference_numerics_extremal_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1977860Z test_reference_numerics_extremal_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1977990Z test_reference_numerics_extremal_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1978130Z test_reference_numerics_extremal_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1978270Z test_reference_numerics_extremal_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1978400Z test_reference_numerics_extremal_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1978540Z test_reference_numerics_extremal_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1978670Z test_reference_numerics_extremal_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1978800Z test_reference_numerics_extremal_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1978920Z test_reference_numerics_extremal_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1979050Z test_reference_numerics_extremal_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1979170Z test_reference_numerics_extremal_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1979320Z test_reference_numerics_extremal_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1979450Z test_reference_numerics_extremal_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1979580Z test_reference_numerics_extremal_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1979710Z test_reference_numerics_extremal_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1979840Z test_reference_numerics_extremal_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1979970Z test_reference_numerics_extremal_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1980100Z test_reference_numerics_extremal_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1980230Z test_reference_numerics_extremal_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1980360Z test_reference_numerics_extremal_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1980490Z test_reference_numerics_extremal_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1980620Z test_reference_numerics_extremal_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1980750Z test_reference_numerics_extremal_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1980880Z test_reference_numerics_extremal_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1981010Z test_reference_numerics_extremal_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1981130Z test_reference_numerics_extremal_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1981260Z test_reference_numerics_extremal_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1981390Z test_reference_numerics_extremal_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1981510Z test_reference_numerics_extremal_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1981650Z test_reference_numerics_extremal_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1981950Z test_reference_numerics_extremal_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1982080Z test_reference_numerics_extremal_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1982210Z test_reference_numerics_extremal_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1982340Z test_reference_numerics_extremal_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1982680Z test_reference_numerics_extremal_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:158: RuntimeWarning: divide by zero encountered in power 2022-11-23T01:27:51.1982750Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:27:51.1982960Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:158: RuntimeWarning: invalid value encountered in power 2022-11-23T01:27:51.1983020Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:27:51.1983070Z ok (0.001s) 2022-11-23T01:27:51.1983210Z test_reference_numerics_extremal_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1983350Z test_reference_numerics_extremal_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1983710Z test_reference_numerics_extremal_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in power 2022-11-23T01:27:51.1983770Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:27:51.1983820Z ok (0.002s) 2022-11-23T01:27:51.1983950Z test_reference_numerics_extremal_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1984070Z test_reference_numerics_extremal_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1984210Z test_reference_numerics_extremal_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1984430Z test_reference_numerics_extremal_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.1984570Z test_reference_numerics_extremal_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1984700Z test_reference_numerics_extremal_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1985280Z test_reference_numerics_extremal_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:8430: RuntimeWarning: invalid value encountered in subtract 2022-11-23T01:27:51.1985450Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-11-23T01:27:51.1985500Z ok (0.001s) 2022-11-23T01:27:51.1985990Z test_reference_numerics_extremal_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_methods_invocations.py:8430: RuntimeWarning: invalid value encountered in multiply 2022-11-23T01:27:51.1986100Z ref=lambda input, other, *, alpha=1: np.subtract(input, np.multiply(alpha, other)), 2022-11-23T01:27:51.1986150Z ok (0.003s) 2022-11-23T01:27:51.1986290Z test_reference_numerics_extremal_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.1986420Z test_reference_numerics_extremal_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1986550Z test_reference_numerics_extremal_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1990640Z test_reference_numerics_extremal_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.1991000Z test_reference_numerics_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:27:51.1991130Z test_reference_numerics_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:27:51.1991260Z test_reference_numerics_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.120s) 2022-11-23T01:27:51.1991380Z test_reference_numerics_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.113s) 2022-11-23T01:27:51.1991500Z test_reference_numerics_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:27:51.1991630Z test_reference_numerics_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.026s) 2022-11-23T01:27:51.1991740Z test_reference_numerics_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:27:51.1991860Z test_reference_numerics_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:27:51.1991980Z test_reference_numerics_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:27:51.1992100Z test_reference_numerics_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:27:51.1992220Z test_reference_numerics_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:27:51.1992400Z test_reference_numerics_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:27:51.1992550Z test_reference_numerics_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:27:51.1992670Z test_reference_numerics_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.057s) 2022-11-23T01:27:51.1992790Z test_reference_numerics_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:27:51.1992910Z test_reference_numerics_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:27:51.1993030Z test_reference_numerics_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.1993150Z test_reference_numerics_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1993270Z test_reference_numerics_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.1993380Z test_reference_numerics_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:27:51.1993500Z test_reference_numerics_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1993630Z test_reference_numerics_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.1993750Z test_reference_numerics_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.043s) 2022-11-23T01:27:51.1993860Z test_reference_numerics_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:27:51.1993970Z test_reference_numerics_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:27:51.1994090Z test_reference_numerics_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1994200Z test_reference_numerics_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1994310Z test_reference_numerics_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1994420Z test_reference_numerics_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1994530Z test_reference_numerics_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1994640Z test_reference_numerics_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1994750Z test_reference_numerics_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1994860Z test_reference_numerics_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1995020Z test_reference_numerics_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:27:51.1995130Z test_reference_numerics_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1995250Z test_reference_numerics_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1995360Z test_reference_numerics_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1995470Z test_reference_numerics_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1995580Z test_reference_numerics_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1995690Z test_reference_numerics_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1995800Z test_reference_numerics_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1995910Z test_reference_numerics_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1996010Z test_reference_numerics_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1996120Z test_reference_numerics_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1996230Z test_reference_numerics_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1996340Z test_reference_numerics_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1996500Z test_reference_numerics_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1996600Z test_reference_numerics_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1996710Z test_reference_numerics_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1996820Z test_reference_numerics_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1996920Z test_reference_numerics_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1997030Z test_reference_numerics_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1997130Z test_reference_numerics_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.1997240Z test_reference_numerics_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1997350Z test_reference_numerics_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.1997470Z test_reference_numerics_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1997590Z test_reference_numerics_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:27:51.1997710Z test_reference_numerics_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:27:51.1997830Z test_reference_numerics_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.1997950Z test_reference_numerics_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1998070Z test_reference_numerics_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1998180Z test_reference_numerics_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.1998290Z test_reference_numerics_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.1998410Z test_reference_numerics_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.025s) 2022-11-23T01:27:51.1998520Z test_reference_numerics_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.1998640Z test_reference_numerics_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1998760Z test_reference_numerics_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:27:51.1998880Z test_reference_numerics_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.037s) 2022-11-23T01:27:51.1999040Z test_reference_numerics_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.027s) 2022-11-23T01:27:51.1999160Z test_reference_numerics_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.060s) 2022-11-23T01:27:51.1999270Z test_reference_numerics_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.1999390Z test_reference_numerics_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.1999500Z test_reference_numerics_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1999620Z test_reference_numerics_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1999730Z test_reference_numerics_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:27:51.1999840Z test_reference_numerics_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.1999960Z test_reference_numerics_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.2000110Z test_reference_numerics_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2000250Z test_reference_numerics_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2000420Z test_reference_numerics_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2000570Z test_reference_numerics_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2000710Z test_reference_numerics_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2000850Z test_reference_numerics_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2000990Z test_reference_numerics_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2001130Z test_reference_numerics_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2001260Z test_reference_numerics_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2001400Z test_reference_numerics_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2001540Z test_reference_numerics_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2001670Z test_reference_numerics_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2001830Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2001980Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2002140Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2002290Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2002440Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2002590Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2002740Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2002980Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2003130Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2003290Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2003430Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2003580Z test_reference_numerics_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2003710Z test_reference_numerics_large_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2003840Z test_reference_numerics_large_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2003970Z test_reference_numerics_large_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2004100Z test_reference_numerics_large_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2004220Z test_reference_numerics_large_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2004380Z test_reference_numerics_large_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2004510Z test_reference_numerics_large_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2004630Z test_reference_numerics_large_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2004750Z test_reference_numerics_large_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2004890Z test_reference_numerics_large_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2005010Z test_reference_numerics_large_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2005140Z test_reference_numerics_large_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2005270Z test_reference_numerics_large_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2005400Z test_reference_numerics_large_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2005520Z test_reference_numerics_large_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2005650Z test_reference_numerics_large_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2005770Z test_reference_numerics_large_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2005900Z test_reference_numerics_large_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2006030Z test_reference_numerics_large_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2006160Z test_reference_numerics_large_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2006280Z test_reference_numerics_large_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2006400Z test_reference_numerics_large_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2006530Z test_reference_numerics_large_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2006660Z test_reference_numerics_large_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2006830Z test_reference_numerics_large_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2006960Z test_reference_numerics_large_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2007090Z test_reference_numerics_large_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2007220Z test_reference_numerics_large_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2007350Z test_reference_numerics_large_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2007470Z test_reference_numerics_large_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2007590Z test_reference_numerics_large_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2007720Z test_reference_numerics_large_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2007840Z test_reference_numerics_large_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2007970Z test_reference_numerics_large_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2008100Z test_reference_numerics_large_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2008240Z test_reference_numerics_large_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2008370Z test_reference_numerics_large_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2008490Z test_reference_numerics_large_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2008610Z test_reference_numerics_large_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2008730Z test_reference_numerics_large_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2008850Z test_reference_numerics_large_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2009240Z test_reference_numerics_large_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:158: RuntimeWarning: overflow encountered in float_power 2022-11-23T01:27:51.2009320Z expected = op.ref(l_numpy, r_numpy) 2022-11-23T01:27:51.2009360Z ok (0.002s) 2022-11-23T01:27:51.2009510Z test_reference_numerics_large_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2009660Z test_reference_numerics_large_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2009790Z test_reference_numerics_large_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2009920Z test_reference_numerics_large_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2010040Z test_reference_numerics_large_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2010170Z test_reference_numerics_large_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2010300Z test_reference_numerics_large_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2010430Z test_reference_numerics_large_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2010570Z test_reference_numerics_large_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2010700Z test_reference_numerics_large_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2010920Z test_reference_numerics_large_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2011050Z test_reference_numerics_large_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2011190Z test_reference_numerics_large_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2011310Z test_reference_numerics_large_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2011440Z test_reference_numerics_large_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2011570Z test_reference_numerics_large_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2011700Z test_reference_numerics_large_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2011820Z test_reference_numerics_large_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2011950Z test_reference_numerics_large_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2012070Z test_reference_numerics_large_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2012200Z test_reference_numerics_large_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2012420Z test_reference_numerics_large_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2012540Z test_reference_numerics_large_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2012660Z test_reference_numerics_large_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2012780Z test_reference_numerics_large_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2012910Z test_reference_numerics_large_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2013030Z test_reference_numerics_large_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2013150Z test_reference_numerics_large_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2013270Z test_reference_numerics_large_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2013390Z test_reference_numerics_large_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2013510Z test_reference_numerics_large_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2013630Z test_reference_numerics_large_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2013760Z test_reference_numerics_large_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2013880Z test_reference_numerics_large_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2014000Z test_reference_numerics_large_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2014120Z test_reference_numerics_large_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2014240Z test_reference_numerics_large_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2014350Z test_reference_numerics_large_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2014470Z test_reference_numerics_large_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2014600Z test_reference_numerics_large_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2014730Z test_reference_numerics_large_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2014880Z test_reference_numerics_large_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2015010Z test_reference_numerics_large_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2015140Z test_reference_numerics_large_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2015260Z test_reference_numerics_large_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2015390Z test_reference_numerics_large_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2015520Z test_reference_numerics_large_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2015650Z test_reference_numerics_large_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2015780Z test_reference_numerics_large_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2015900Z test_reference_numerics_large_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2016030Z test_reference_numerics_large_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2016150Z test_reference_numerics_large_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2016300Z test_reference_numerics_large_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2016430Z test_reference_numerics_large_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2016550Z test_reference_numerics_large_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2016710Z test_reference_numerics_large_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2016870Z test_reference_numerics_large_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2017020Z test_reference_numerics_large_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2017170Z test_reference_numerics_large_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2017320Z test_reference_numerics_large_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2017470Z test_reference_numerics_large_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2017610Z test_reference_numerics_large_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2017760Z test_reference_numerics_large_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2017900Z test_reference_numerics_large_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2018070Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2018240Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2018400Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2018560Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2018790Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2018950Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2019110Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2019270Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2019420Z test_reference_numerics_large_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2019540Z test_reference_numerics_large_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2019670Z test_reference_numerics_large_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2019780Z test_reference_numerics_large_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2019910Z test_reference_numerics_large_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2020040Z test_reference_numerics_large_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2020200Z test_reference_numerics_large_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2020320Z test_reference_numerics_large_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2020450Z test_reference_numerics_large_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2020570Z test_reference_numerics_large_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2020690Z test_reference_numerics_large_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2020820Z test_reference_numerics_large_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2020950Z test_reference_numerics_large_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2021090Z test_reference_numerics_large_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2021220Z test_reference_numerics_large_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2021350Z test_reference_numerics_large_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2021480Z test_reference_numerics_large_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2021610Z test_reference_numerics_large_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2025670Z test_reference_numerics_large_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2025850Z test_reference_numerics_large_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2025990Z test_reference_numerics_large_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2026120Z test_reference_numerics_large_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2026250Z test_reference_numerics_large_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2026390Z test_reference_numerics_large_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2026510Z test_reference_numerics_large_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2026800Z test_reference_numerics_large_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2026930Z test_reference_numerics_large_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2027060Z test_reference_numerics_large_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2027180Z test_reference_numerics_large_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2027320Z test_reference_numerics_large_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2027450Z test_reference_numerics_large_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2027590Z test_reference_numerics_large_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2027720Z test_reference_numerics_large_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2027850Z test_reference_numerics_large_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2027970Z test_reference_numerics_large_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2028100Z test_reference_numerics_large_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2028250Z test_reference_numerics_large_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2028380Z test_reference_numerics_large_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2028510Z test_reference_numerics_large_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2028630Z test_reference_numerics_large_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2028750Z test_reference_numerics_large_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2028870Z test_reference_numerics_large_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2028990Z test_reference_numerics_large_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2029110Z test_reference_numerics_large_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2029230Z test_reference_numerics_large_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2029360Z test_reference_numerics_large_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2029490Z test_reference_numerics_large_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2029620Z test_reference_numerics_large_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2029750Z test_reference_numerics_large_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2029880Z test_reference_numerics_large_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2030010Z test_reference_numerics_large_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2030130Z test_reference_numerics_large_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2030250Z test_reference_numerics_large_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2030380Z test_reference_numerics_large_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2030510Z test_reference_numerics_large_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2030660Z test_reference_numerics_large_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2030790Z test_reference_numerics_large_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2030920Z test_reference_numerics_large_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2031040Z test_reference_numerics_large_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2031170Z test_reference_numerics_large_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2031300Z test_reference_numerics_large_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2031430Z test_reference_numerics_large_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2031560Z test_reference_numerics_large_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2031680Z test_reference_numerics_large_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2031810Z test_reference_numerics_large_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2031930Z test_reference_numerics_large_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2032080Z test_reference_numerics_large_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2032210Z test_reference_numerics_large_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2032340Z test_reference_numerics_large_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2032460Z test_reference_numerics_large_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2032580Z test_reference_numerics_large_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2032710Z test_reference_numerics_large_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2032830Z test_reference_numerics_large_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2032960Z test_reference_numerics_large_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2033080Z test_reference_numerics_large_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2033210Z test_reference_numerics_large_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2033330Z test_reference_numerics_large_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2033460Z test_reference_numerics_large_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2033580Z test_reference_numerics_large_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2033700Z test_reference_numerics_large_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2033820Z test_reference_numerics_large_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2033940Z test_reference_numerics_large_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2034060Z test_reference_numerics_large_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2034200Z test_reference_numerics_large_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2034340Z test_reference_numerics_large_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2034470Z test_reference_numerics_large_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2034630Z test_reference_numerics_large_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2034750Z test_reference_numerics_large_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2034890Z test_reference_numerics_large_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:27:51.2035030Z test_reference_numerics_large_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:27:51.2035160Z test_reference_numerics_large_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:27:51.2035290Z test_reference_numerics_large_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2035420Z test_reference_numerics_large_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2035550Z test_reference_numerics_large_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2035670Z test_reference_numerics_large_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2035800Z test_reference_numerics_large_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2035930Z test_reference_numerics_large_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2036070Z test_reference_numerics_large_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2036200Z test_reference_numerics_large_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2036330Z test_reference_numerics_large_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2036450Z test_reference_numerics_large_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2036580Z test_reference_numerics_large_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2036700Z test_reference_numerics_large_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2036820Z test_reference_numerics_large_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2036940Z test_reference_numerics_large_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2037060Z test_reference_numerics_large_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2037180Z test_reference_numerics_large_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2037290Z test_reference_numerics_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.2037410Z test_reference_numerics_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:27:51.2037520Z test_reference_numerics_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.2037640Z test_reference_numerics_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:27:51.2037750Z test_reference_numerics_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.2037860Z test_reference_numerics_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2037980Z test_reference_numerics_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2038090Z test_reference_numerics_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.2038200Z test_reference_numerics_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2038310Z test_reference_numerics_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2038420Z test_reference_numerics_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2038610Z test_reference_numerics_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2038720Z test_reference_numerics_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2038830Z test_reference_numerics_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2038940Z test_reference_numerics_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2039060Z test_reference_numerics_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2039180Z test_reference_numerics_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2039300Z test_reference_numerics_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.2039430Z test_reference_numerics_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:27:51.2039550Z test_reference_numerics_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:27:51.2039670Z test_reference_numerics_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2039780Z test_reference_numerics_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2039900Z test_reference_numerics_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2040090Z test_reference_numerics_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2040210Z test_reference_numerics_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2040330Z test_reference_numerics_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2040440Z test_reference_numerics_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2040560Z test_reference_numerics_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2040680Z test_reference_numerics_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2040800Z test_reference_numerics_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:27:51.2040930Z test_reference_numerics_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.2041050Z test_reference_numerics_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.2041160Z test_reference_numerics_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2041280Z test_reference_numerics_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2041390Z test_reference_numerics_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2041510Z test_reference_numerics_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2041620Z test_reference_numerics_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2041740Z test_reference_numerics_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2041850Z test_reference_numerics_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2041970Z test_reference_numerics_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2042090Z test_reference_numerics_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2042210Z test_reference_numerics_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.2042330Z test_reference_numerics_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.2042450Z test_reference_numerics_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:27:51.2042590Z test_reference_numerics_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2042710Z test_reference_numerics_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2042830Z test_reference_numerics_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2042950Z test_reference_numerics_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2043060Z test_reference_numerics_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2043180Z test_reference_numerics_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2043290Z test_reference_numerics_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2043410Z test_reference_numerics_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2043520Z test_reference_numerics_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2043640Z test_reference_numerics_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.2043750Z test_reference_numerics_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2043860Z test_reference_numerics_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2044000Z test_reference_numerics_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2044110Z test_reference_numerics_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2044210Z test_reference_numerics_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2044320Z test_reference_numerics_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2044430Z test_reference_numerics_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2044550Z test_reference_numerics_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.2044670Z test_reference_numerics_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2044790Z test_reference_numerics_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:27:51.2044900Z test_reference_numerics_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.2045020Z test_reference_numerics_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:27:51.2045140Z test_reference_numerics_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2045250Z test_reference_numerics_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2045360Z test_reference_numerics_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2045480Z test_reference_numerics_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2045590Z test_reference_numerics_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2045700Z test_reference_numerics_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.2045810Z test_reference_numerics_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2045930Z test_reference_numerics_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:27:51.2046040Z test_reference_numerics_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.2046150Z test_reference_numerics_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.2046270Z test_reference_numerics_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2046380Z test_reference_numerics_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2046520Z test_reference_numerics_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2046630Z test_reference_numerics_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2046750Z test_reference_numerics_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2046870Z test_reference_numerics_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.2046990Z test_reference_numerics_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2047100Z test_reference_numerics_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:27:51.2047220Z test_reference_numerics_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.2047330Z test_reference_numerics_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.019s) 2022-11-23T01:27:51.2047440Z test_reference_numerics_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2047550Z test_reference_numerics_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2047670Z test_reference_numerics_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2047780Z test_reference_numerics_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2047920Z test_reference_numerics_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2048030Z test_reference_numerics_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.2048150Z test_reference_numerics_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2048260Z test_reference_numerics_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:27:51.2048380Z test_reference_numerics_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.2048490Z test_reference_numerics_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.2048600Z test_reference_numerics_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2048710Z test_reference_numerics_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2048820Z test_reference_numerics_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2048930Z test_reference_numerics_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2049040Z test_reference_numerics_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2049160Z test_reference_numerics_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2049270Z test_reference_numerics_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2049380Z test_reference_numerics_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.2049490Z test_reference_numerics_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:27:51.2049610Z test_reference_numerics_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:27:51.2049720Z test_reference_numerics_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2049830Z test_reference_numerics_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2049940Z test_reference_numerics_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2050040Z test_reference_numerics_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2050150Z test_reference_numerics_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2050260Z test_reference_numerics_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2050390Z test_reference_numerics_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2050500Z test_reference_numerics_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:27:51.2050620Z test_reference_numerics_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.118s) 2022-11-23T01:27:51.2050730Z test_reference_numerics_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.093s) 2022-11-23T01:27:51.2050850Z test_reference_numerics_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.042s) 2022-11-23T01:27:51.2050960Z test_reference_numerics_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:27:51.2051070Z test_reference_numerics_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:27:51.2051180Z test_reference_numerics_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.2051300Z test_reference_numerics_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.2051410Z test_reference_numerics_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.2051520Z test_reference_numerics_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.2051630Z test_reference_numerics_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.2051760Z test_reference_numerics_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:27:51.2051910Z test_reference_numerics_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.046s) 2022-11-23T01:27:51.2052030Z test_reference_numerics_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.028s) 2022-11-23T01:27:51.2052150Z test_reference_numerics_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.030s) 2022-11-23T01:27:51.2052270Z test_reference_numerics_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2052390Z test_reference_numerics_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2052500Z test_reference_numerics_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2052620Z test_reference_numerics_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2052730Z test_reference_numerics_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2052870Z test_reference_numerics_small_values_add_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2053240Z test_reference_numerics_small_values_add_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.001s) 2022-11-23T01:27:51.2053370Z test_reference_numerics_small_values_add_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2053500Z test_reference_numerics_small_values_add_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2053630Z test_reference_numerics_small_values_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2053750Z test_reference_numerics_small_values_add_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2053880Z test_reference_numerics_small_values_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2054000Z test_reference_numerics_small_values_add_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2054120Z test_reference_numerics_small_values_add_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2054240Z test_reference_numerics_small_values_add_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2054360Z test_reference_numerics_small_values_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2054480Z test_reference_numerics_small_values_add_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2054830Z test_reference_numerics_small_values_add_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2055080Z test_reference_numerics_small_values_bitwise_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2055220Z test_reference_numerics_small_values_bitwise_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2058890Z test_reference_numerics_small_values_bitwise_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2059040Z test_reference_numerics_small_values_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2059170Z test_reference_numerics_small_values_bitwise_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2059290Z test_reference_numerics_small_values_bitwise_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2059520Z test_reference_numerics_small_values_bitwise_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2059650Z test_reference_numerics_small_values_bitwise_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2059770Z test_reference_numerics_small_values_bitwise_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2060000Z test_reference_numerics_small_values_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2060130Z test_reference_numerics_small_values_bitwise_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2060260Z test_reference_numerics_small_values_bitwise_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2060470Z test_reference_numerics_small_values_bitwise_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2060600Z test_reference_numerics_small_values_bitwise_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2060730Z test_reference_numerics_small_values_bitwise_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2060850Z test_reference_numerics_small_values_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2060980Z test_reference_numerics_small_values_bitwise_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2061100Z test_reference_numerics_small_values_bitwise_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2061240Z test_reference_numerics_small_values_clamp_max_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2061440Z test_reference_numerics_small_values_clamp_max_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2061570Z test_reference_numerics_small_values_clamp_max_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2061700Z test_reference_numerics_small_values_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2061820Z test_reference_numerics_small_values_clamp_max_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2061940Z test_reference_numerics_small_values_clamp_max_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2062070Z test_reference_numerics_small_values_clamp_max_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2062200Z test_reference_numerics_small_values_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2062320Z test_reference_numerics_small_values_clamp_max_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2062450Z test_reference_numerics_small_values_clamp_max_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2062610Z test_reference_numerics_small_values_clamp_min_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2062820Z test_reference_numerics_small_values_clamp_min_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2062950Z test_reference_numerics_small_values_clamp_min_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2063070Z test_reference_numerics_small_values_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2063190Z test_reference_numerics_small_values_clamp_min_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2063320Z test_reference_numerics_small_values_clamp_min_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2063440Z test_reference_numerics_small_values_clamp_min_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2063570Z test_reference_numerics_small_values_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2063700Z test_reference_numerics_small_values_clamp_min_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2063820Z test_reference_numerics_small_values_clamp_min_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2063940Z test_reference_numerics_small_values_eq_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2064170Z test_reference_numerics_small_values_eq_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2064300Z test_reference_numerics_small_values_eq_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2064430Z test_reference_numerics_small_values_eq_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2064550Z test_reference_numerics_small_values_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2064680Z test_reference_numerics_small_values_eq_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2064800Z test_reference_numerics_small_values_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2064920Z test_reference_numerics_small_values_eq_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2065040Z test_reference_numerics_small_values_eq_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2065160Z test_reference_numerics_small_values_eq_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2065270Z test_reference_numerics_small_values_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2065390Z test_reference_numerics_small_values_eq_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2065510Z test_reference_numerics_small_values_eq_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2065650Z test_reference_numerics_small_values_float_power_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2065860Z test_reference_numerics_small_values_float_power_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2066010Z test_reference_numerics_small_values_float_power_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2066150Z test_reference_numerics_small_values_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2066280Z test_reference_numerics_small_values_float_power_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2066410Z test_reference_numerics_small_values_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2066540Z test_reference_numerics_small_values_float_power_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2066690Z test_reference_numerics_small_values_float_power_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2066810Z test_reference_numerics_small_values_float_power_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2066940Z test_reference_numerics_small_values_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2067070Z test_reference_numerics_small_values_float_power_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2067200Z test_reference_numerics_small_values_float_power_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2067340Z test_reference_numerics_small_values_floor_divide_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2067470Z test_reference_numerics_small_values_floor_divide_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2067600Z test_reference_numerics_small_values_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2067730Z test_reference_numerics_small_values_floor_divide_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2067860Z test_reference_numerics_small_values_floor_divide_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2067990Z test_reference_numerics_small_values_floor_divide_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2068140Z test_reference_numerics_small_values_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2068280Z test_reference_numerics_small_values_floor_divide_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2068410Z test_reference_numerics_small_values_floor_divide_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2068530Z test_reference_numerics_small_values_fmod_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2068660Z test_reference_numerics_small_values_fmod_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2068790Z test_reference_numerics_small_values_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2068910Z test_reference_numerics_small_values_fmod_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2069030Z test_reference_numerics_small_values_fmod_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2069150Z test_reference_numerics_small_values_fmod_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2069270Z test_reference_numerics_small_values_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2069390Z test_reference_numerics_small_values_fmod_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2069530Z test_reference_numerics_small_values_fmod_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2069650Z test_reference_numerics_small_values_gcd_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2069770Z test_reference_numerics_small_values_gcd_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2069890Z test_reference_numerics_small_values_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2070030Z test_reference_numerics_small_values_gcd_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.005s) 2022-11-23T01:27:51.2070150Z test_reference_numerics_small_values_gcd_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2070280Z test_reference_numerics_small_values_ge_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2070470Z test_reference_numerics_small_values_ge_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2070620Z test_reference_numerics_small_values_ge_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2070740Z test_reference_numerics_small_values_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2070860Z test_reference_numerics_small_values_ge_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2070980Z test_reference_numerics_small_values_ge_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2071100Z test_reference_numerics_small_values_ge_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2071220Z test_reference_numerics_small_values_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2071340Z test_reference_numerics_small_values_ge_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2071460Z test_reference_numerics_small_values_ge_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2071590Z test_reference_numerics_small_values_gt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2071790Z test_reference_numerics_small_values_gt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2071910Z test_reference_numerics_small_values_gt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2072060Z test_reference_numerics_small_values_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2072180Z test_reference_numerics_small_values_gt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2072300Z test_reference_numerics_small_values_gt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2072420Z test_reference_numerics_small_values_gt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2072530Z test_reference_numerics_small_values_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2072650Z test_reference_numerics_small_values_gt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2072770Z test_reference_numerics_small_values_gt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2072900Z test_reference_numerics_small_values_heaviside_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2073110Z test_reference_numerics_small_values_heaviside_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2073240Z test_reference_numerics_small_values_heaviside_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2073370Z test_reference_numerics_small_values_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2073490Z test_reference_numerics_small_values_heaviside_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2073620Z test_reference_numerics_small_values_heaviside_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2073750Z test_reference_numerics_small_values_heaviside_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2073870Z test_reference_numerics_small_values_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2074000Z test_reference_numerics_small_values_heaviside_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2074120Z test_reference_numerics_small_values_heaviside_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2074250Z test_reference_numerics_small_values_isclose_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2074450Z test_reference_numerics_small_values_isclose_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2074580Z test_reference_numerics_small_values_isclose_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2074760Z test_reference_numerics_small_values_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2074880Z test_reference_numerics_small_values_isclose_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2075010Z test_reference_numerics_small_values_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2075140Z test_reference_numerics_small_values_isclose_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2075260Z test_reference_numerics_small_values_isclose_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2075390Z test_reference_numerics_small_values_isclose_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2075510Z test_reference_numerics_small_values_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2075630Z test_reference_numerics_small_values_isclose_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2075750Z test_reference_numerics_small_values_isclose_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2075910Z test_reference_numerics_small_values_jiterator_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2076060Z test_reference_numerics_small_values_jiterator_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2076270Z test_reference_numerics_small_values_jiterator_binary_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2076420Z test_reference_numerics_small_values_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2076570Z test_reference_numerics_small_values_jiterator_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2076720Z test_reference_numerics_small_values_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2076870Z test_reference_numerics_small_values_jiterator_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2077020Z test_reference_numerics_small_values_jiterator_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2077160Z test_reference_numerics_small_values_jiterator_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2077310Z test_reference_numerics_small_values_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2077450Z test_reference_numerics_small_values_jiterator_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2077600Z test_reference_numerics_small_values_jiterator_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2077760Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2077920Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2078080Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2078250Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2078410Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2078590Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2078740Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2078910Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2079060Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2079210Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2079370Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2079530Z test_reference_numerics_small_values_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:27:51.2079650Z test_reference_numerics_small_values_lcm_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2079770Z test_reference_numerics_small_values_lcm_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2079920Z test_reference_numerics_small_values_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2080040Z test_reference_numerics_small_values_lcm_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2080160Z test_reference_numerics_small_values_lcm_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2080290Z test_reference_numerics_small_values_le_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2080490Z test_reference_numerics_small_values_le_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2080620Z test_reference_numerics_small_values_le_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2080740Z test_reference_numerics_small_values_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2080860Z test_reference_numerics_small_values_le_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2080980Z test_reference_numerics_small_values_le_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2081100Z test_reference_numerics_small_values_le_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2081220Z test_reference_numerics_small_values_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2081340Z test_reference_numerics_small_values_le_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2081460Z test_reference_numerics_small_values_le_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2081600Z test_reference_numerics_small_values_logical_and_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2081800Z test_reference_numerics_small_values_logical_and_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2081950Z test_reference_numerics_small_values_logical_and_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2082080Z test_reference_numerics_small_values_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2082210Z test_reference_numerics_small_values_logical_and_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2082340Z test_reference_numerics_small_values_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2082510Z test_reference_numerics_small_values_logical_and_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2082640Z test_reference_numerics_small_values_logical_and_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2082770Z test_reference_numerics_small_values_logical_and_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2082900Z test_reference_numerics_small_values_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2083030Z test_reference_numerics_small_values_logical_and_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2083150Z test_reference_numerics_small_values_logical_and_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2083280Z test_reference_numerics_small_values_logical_or_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2083490Z test_reference_numerics_small_values_logical_or_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2083630Z test_reference_numerics_small_values_logical_or_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2083760Z test_reference_numerics_small_values_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2083890Z test_reference_numerics_small_values_logical_or_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2084050Z test_reference_numerics_small_values_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2084180Z test_reference_numerics_small_values_logical_or_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2084310Z test_reference_numerics_small_values_logical_or_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2084440Z test_reference_numerics_small_values_logical_or_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2084570Z test_reference_numerics_small_values_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2084700Z test_reference_numerics_small_values_logical_or_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2084820Z test_reference_numerics_small_values_logical_or_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2085010Z test_reference_numerics_small_values_logical_xor_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2085230Z test_reference_numerics_small_values_logical_xor_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2085370Z test_reference_numerics_small_values_logical_xor_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2085500Z test_reference_numerics_small_values_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2085640Z test_reference_numerics_small_values_logical_xor_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2085770Z test_reference_numerics_small_values_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2085900Z test_reference_numerics_small_values_logical_xor_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2086030Z test_reference_numerics_small_values_logical_xor_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2086160Z test_reference_numerics_small_values_logical_xor_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2086280Z test_reference_numerics_small_values_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2086410Z test_reference_numerics_small_values_logical_xor_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2086600Z test_reference_numerics_small_values_logical_xor_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2086720Z test_reference_numerics_small_values_lt_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2086920Z test_reference_numerics_small_values_lt_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2087040Z test_reference_numerics_small_values_lt_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2087170Z test_reference_numerics_small_values_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2087290Z test_reference_numerics_small_values_lt_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2087410Z test_reference_numerics_small_values_lt_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2087530Z test_reference_numerics_small_values_lt_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2087660Z test_reference_numerics_small_values_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2087780Z test_reference_numerics_small_values_lt_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2087900Z test_reference_numerics_small_values_lt_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2088030Z test_reference_numerics_small_values_max_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2088270Z test_reference_numerics_small_values_max_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2088410Z test_reference_numerics_small_values_max_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2088540Z test_reference_numerics_small_values_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2088660Z test_reference_numerics_small_values_max_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2088790Z test_reference_numerics_small_values_max_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2088920Z test_reference_numerics_small_values_max_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2089040Z test_reference_numerics_small_values_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2089170Z test_reference_numerics_small_values_max_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2089300Z test_reference_numerics_small_values_max_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2089430Z test_reference_numerics_small_values_maximum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2089630Z test_reference_numerics_small_values_maximum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2089760Z test_reference_numerics_small_values_maximum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2089890Z test_reference_numerics_small_values_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2090020Z test_reference_numerics_small_values_maximum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2090140Z test_reference_numerics_small_values_maximum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2090270Z test_reference_numerics_small_values_maximum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2090390Z test_reference_numerics_small_values_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2090520Z test_reference_numerics_small_values_maximum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2090650Z test_reference_numerics_small_values_maximum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2090840Z test_reference_numerics_small_values_min_binary_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2091090Z test_reference_numerics_small_values_min_binary_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2091220Z test_reference_numerics_small_values_min_binary_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2091350Z test_reference_numerics_small_values_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2095170Z test_reference_numerics_small_values_min_binary_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2095360Z test_reference_numerics_small_values_min_binary_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2095490Z test_reference_numerics_small_values_min_binary_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2095640Z test_reference_numerics_small_values_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2095770Z test_reference_numerics_small_values_min_binary_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2095900Z test_reference_numerics_small_values_min_binary_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2096170Z test_reference_numerics_small_values_minimum_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2096400Z test_reference_numerics_small_values_minimum_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2096530Z test_reference_numerics_small_values_minimum_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2096660Z test_reference_numerics_small_values_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2096780Z test_reference_numerics_small_values_minimum_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2096910Z test_reference_numerics_small_values_minimum_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2097030Z test_reference_numerics_small_values_minimum_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2097150Z test_reference_numerics_small_values_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2097280Z test_reference_numerics_small_values_minimum_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2097400Z test_reference_numerics_small_values_minimum_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2097530Z test_reference_numerics_small_values_ne_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2097730Z test_reference_numerics_small_values_ne_cpu_bool (__main__.TestBinaryUfuncsCPU) ... skip: Doesn't support bool! (0.000s) 2022-11-23T01:27:51.2097860Z test_reference_numerics_small_values_ne_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2097980Z test_reference_numerics_small_values_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2098110Z test_reference_numerics_small_values_ne_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2098230Z test_reference_numerics_small_values_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2098350Z test_reference_numerics_small_values_ne_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2098470Z test_reference_numerics_small_values_ne_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2098590Z test_reference_numerics_small_values_ne_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2098710Z test_reference_numerics_small_values_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2098860Z test_reference_numerics_small_values_ne_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2098980Z test_reference_numerics_small_values_ne_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2099110Z test_reference_numerics_small_values_pow_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2099260Z test_reference_numerics_small_values_pow_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2099400Z test_reference_numerics_small_values_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2099520Z test_reference_numerics_small_values_pow_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2099650Z test_reference_numerics_small_values_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2099770Z test_reference_numerics_small_values_pow_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2099910Z test_reference_numerics_small_values_pow_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:27:51.2100050Z test_reference_numerics_small_values_pow_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:27:51.2100180Z test_reference_numerics_small_values_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:27:51.2100340Z test_reference_numerics_small_values_pow_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... expected failure (0.001s) 2022-11-23T01:27:51.2100470Z test_reference_numerics_small_values_pow_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2100600Z test_reference_numerics_small_values_remainder_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2100730Z test_reference_numerics_small_values_remainder_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2100860Z test_reference_numerics_small_values_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2100990Z test_reference_numerics_small_values_remainder_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2101120Z test_reference_numerics_small_values_remainder_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2101250Z test_reference_numerics_small_values_remainder_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2101370Z test_reference_numerics_small_values_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2101500Z test_reference_numerics_small_values_remainder_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2101640Z test_reference_numerics_small_values_remainder_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2101770Z test_reference_numerics_small_values_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2101900Z test_reference_numerics_small_values_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2102020Z test_reference_numerics_small_values_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.015s) 2022-11-23T01:27:51.2102150Z test_reference_numerics_small_values_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2102270Z test_reference_numerics_small_values_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2102400Z test_reference_numerics_small_values_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2102520Z test_reference_numerics_small_values_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2102640Z test_reference_numerics_small_values_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2102810Z test_reference_numerics_small_values_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2102930Z test_reference_numerics_small_values_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2103060Z test_reference_numerics_small_values_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2103190Z test_reference_numerics_small_values_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2103310Z test_reference_numerics_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.2103420Z test_reference_numerics_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.033s) 2022-11-23T01:27:51.2103540Z test_reference_numerics_sub_cpu_complex32 (__main__.TestBinaryUfuncsCPU) ... ok (0.054s) 2022-11-23T01:27:51.2103660Z test_reference_numerics_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.029s) 2022-11-23T01:27:51.2103770Z test_reference_numerics_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.032s) 2022-11-23T01:27:51.2103890Z test_reference_numerics_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.2104000Z test_reference_numerics_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:27:51.2104110Z test_reference_numerics_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2104260Z test_reference_numerics_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2104370Z test_reference_numerics_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2104480Z test_reference_numerics_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2104610Z test_reference_numerics_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:27:51.2104730Z test_remainder_fmod_large_dividend_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2104850Z test_remainder_fmod_large_dividend_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2104960Z test_remainder_overflow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2105050Z test_rpow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2105170Z test_scalar_support_add_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2105280Z test_scalar_support_add_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2105390Z test_scalar_support_add_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2105510Z test_scalar_support_bitwise_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2105620Z test_scalar_support_bitwise_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2105740Z test_scalar_support_bitwise_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2105860Z test_scalar_support_clamp_max_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2105970Z test_scalar_support_clamp_max_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2106080Z test_scalar_support_clamp_min_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2106200Z test_scalar_support_clamp_min_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2106310Z test_scalar_support_eq_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2106420Z test_scalar_support_eq_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2106530Z test_scalar_support_eq_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2106650Z test_scalar_support_float_power_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2106770Z test_scalar_support_float_power_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2106910Z test_scalar_support_float_power_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2107030Z test_scalar_support_floor_divide_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2107150Z test_scalar_support_floor_divide_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2107270Z test_scalar_support_fmod_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2107380Z test_scalar_support_fmod_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2107490Z test_scalar_support_gcd_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2107590Z test_scalar_support_ge_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2107700Z test_scalar_support_ge_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2107820Z test_scalar_support_gt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2107920Z test_scalar_support_gt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2108040Z test_scalar_support_heaviside_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2108160Z test_scalar_support_heaviside_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2108300Z test_scalar_support_isclose_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2108410Z test_scalar_support_isclose_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2108520Z test_scalar_support_isclose_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2108670Z test_scalar_support_jiterator_binary_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2108820Z test_scalar_support_jiterator_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2108960Z test_scalar_support_jiterator_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2109110Z test_scalar_support_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2109270Z test_scalar_support_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2109420Z test_scalar_support_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:27:51.2109530Z test_scalar_support_lcm_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2109640Z test_scalar_support_le_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2109740Z test_scalar_support_le_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2109870Z test_scalar_support_logical_and_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2109990Z test_scalar_support_logical_and_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2110100Z test_scalar_support_logical_and_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2110220Z test_scalar_support_logical_or_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2110340Z test_scalar_support_logical_or_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2110460Z test_scalar_support_logical_or_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2110570Z test_scalar_support_logical_xor_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2110690Z test_scalar_support_logical_xor_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2110800Z test_scalar_support_logical_xor_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2110950Z test_scalar_support_lt_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2111050Z test_scalar_support_lt_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2111170Z test_scalar_support_max_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2111290Z test_scalar_support_max_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2111400Z test_scalar_support_maximum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2111520Z test_scalar_support_maximum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2111630Z test_scalar_support_min_binary_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2111740Z test_scalar_support_min_binary_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2111860Z test_scalar_support_minimum_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2111970Z test_scalar_support_minimum_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2112080Z test_scalar_support_ne_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2112190Z test_scalar_support_ne_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2112340Z test_scalar_support_ne_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2112450Z test_scalar_support_pow_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2112570Z test_scalar_support_pow_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2112680Z test_scalar_support_pow_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2112790Z test_scalar_support_remainder_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2112910Z test_scalar_support_remainder_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2113020Z test_scalar_support_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2113130Z test_scalar_support_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.002s) 2022-11-23T01:27:51.2113240Z test_scalar_support_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2113330Z test_signed_shift_cpu_int16 (__main__.TestBinaryUfuncsCPU) 2022-11-23T01:27:51.2113440Z Ensure that signed integer bit shifting works as expected. ... ok (0.001s) 2022-11-23T01:27:51.2113530Z test_signed_shift_cpu_int32 (__main__.TestBinaryUfuncsCPU) 2022-11-23T01:27:51.2113630Z Ensure that signed integer bit shifting works as expected. ... ok (0.001s) 2022-11-23T01:27:51.2113720Z test_signed_shift_cpu_int64 (__main__.TestBinaryUfuncsCPU) 2022-11-23T01:27:51.2113820Z Ensure that signed integer bit shifting works as expected. ... ok (0.001s) 2022-11-23T01:27:51.2113920Z test_signed_shift_cpu_int8 (__main__.TestBinaryUfuncsCPU) 2022-11-23T01:27:51.2114020Z Ensure that signed integer bit shifting works as expected. ... ok (0.001s) 2022-11-23T01:27:51.2114120Z test_sub_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2114210Z test_sub_cpu_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2114320Z test_sub_cpu_complex128 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2114420Z test_sub_cpu_complex64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2114520Z test_sub_cpu_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2114610Z test_sub_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2114700Z test_sub_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2114800Z test_sub_cpu_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2114890Z test_sub_cpu_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2115010Z test_sub_cpu_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2115100Z test_sub_cpu_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2115200Z test_sub_cpu_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2115300Z test_sub_typing_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2115630Z test_tensor_pow_tensor_cpu (__main__.TestBinaryUfuncsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:1378: RuntimeWarning: invalid value encountered in power 2022-11-23T01:27:51.2115720Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T01:27:51.2115940Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_binary_ufuncs.py:1378: RuntimeWarning: divide by zero encountered in power 2022-11-23T01:27:51.2116030Z np_res = np.power(to_np(base), to_np(np_exponent)) 2022-11-23T01:27:51.2116070Z ok (0.011s) 2022-11-23T01:27:51.2116170Z test_trapezoid_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.005s) 2022-11-23T01:27:51.2116280Z test_true_divide_out_cpu_bfloat16 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2116390Z test_true_divide_out_cpu_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2116500Z test_type_promotion___radd___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2116670Z test_type_promotion___rand___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2116790Z test_type_promotion___rdiv___cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.006s) 2022-11-23T01:27:51.2116900Z test_type_promotion___rmod___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2117000Z test_type_promotion___rmul___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2117110Z test_type_promotion___ror___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2117600Z test_type_promotion___rpow___cpu (__main__.TestBinaryUfuncsCPU) ... /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:27:51.2117710Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:27:51.2117760Z ok (0.006s) 2022-11-23T01:27:51.2117870Z test_type_promotion___rsub___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2117970Z test_type_promotion___rxor___cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2118110Z test_type_promotion__refs__conversions_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.013s) 2022-11-23T01:27:51.2118220Z test_type_promotion__refs_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2118340Z test_type_promotion__refs_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2118450Z test_type_promotion__refs_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2118570Z test_type_promotion__refs_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2118690Z test_type_promotion__refs_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2118820Z test_type_promotion__refs_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2118940Z test_type_promotion__refs_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2119050Z test_type_promotion__refs_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2119170Z test_type_promotion__refs_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2119290Z test_type_promotion__refs_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.005s) 2022-11-23T01:27:51.2119470Z test_type_promotion__refs_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2119590Z test_type_promotion__refs_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2119720Z test_type_promotion__refs_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2119830Z test_type_promotion__refs_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2119960Z test_type_promotion__refs_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.006s) 2022-11-23T01:27:51.2120070Z test_type_promotion__refs_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.036s) 2022-11-23T01:27:51.2120180Z test_type_promotion__refs_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2120290Z test_type_promotion__refs_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2120400Z test_type_promotion__refs_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2120510Z test_type_promotion__refs_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2120620Z test_type_promotion__refs_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2120720Z test_type_promotion__refs_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2120870Z test_type_promotion__refs_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:27:51.2120990Z test_type_promotion__refs_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2121100Z test_type_promotion__refs_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2121210Z test_type_promotion__refs_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2121340Z test_type_promotion__refs_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.006s) 2022-11-23T01:27:51.2121460Z test_type_promotion__refs_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2121560Z test_type_promotion__refs_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2121680Z test_type_promotion__refs_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2121790Z test_type_promotion__refs_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2121910Z test_type_promotion__refs_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2122010Z test_type_promotion__refs_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2122120Z test_type_promotion__refs_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2122230Z test_type_promotion__refs_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2122340Z test_type_promotion__refs_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2122450Z test_type_promotion__refs_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2122570Z test_type_promotion__refs_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2122680Z test_type_promotion__refs_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2122790Z test_type_promotion__refs_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2122900Z test_type_promotion__refs_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2123030Z test_type_promotion__refs_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2123140Z test_type_promotion__refs_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.010s) 2022-11-23T01:27:51.2123250Z test_type_promotion__refs_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2123370Z test_type_promotion__refs_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2123500Z test_type_promotion__refs_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2123610Z test_type_promotion_add_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.2123720Z test_type_promotion_atan2_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2123830Z test_type_promotion_bitwise_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2123970Z test_type_promotion_bitwise_left_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.005s) 2022-11-23T01:27:51.2124080Z test_type_promotion_bitwise_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2127570Z test_type_promotion_bitwise_right_shift_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.005s) 2022-11-23T01:27:51.2127750Z test_type_promotion_bitwise_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2127870Z test_type_promotion_clamp_max_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2127980Z test_type_promotion_clamp_min_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2128100Z test_type_promotion_complex_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.008s) 2022-11-23T01:27:51.2128210Z test_type_promotion_copysign_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2128430Z test_type_promotion_div_floor_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2128550Z test_type_promotion_div_no_rounding_mode_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.020s) 2022-11-23T01:27:51.2128670Z test_type_promotion_div_trunc_rounding_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2128780Z test_type_promotion_eq_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2128900Z test_type_promotion_float_power_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.005s) 2022-11-23T01:27:51.2129020Z test_type_promotion_floor_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2129130Z test_type_promotion_fmax_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.005s) 2022-11-23T01:27:51.2129250Z test_type_promotion_fmin_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.005s) 2022-11-23T01:27:51.2129360Z test_type_promotion_fmod_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2129470Z test_type_promotion_gcd_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2129570Z test_type_promotion_ge_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2129670Z test_type_promotion_gt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2129800Z test_type_promotion_heaviside_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.008s) 2022-11-23T01:27:51.2129910Z test_type_promotion_hypot_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2130020Z test_type_promotion_igamma_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2130130Z test_type_promotion_igammac_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2130250Z test_type_promotion_isclose_cpu (__main__.TestBinaryUfuncsCPU) ... expected failure (0.007s) 2022-11-23T01:27:51.2130390Z test_type_promotion_jiterator_binary_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:27:51.2130540Z test_type_promotion_jiterator_binary_return_by_ref_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Only runs on cuda (0.006s) 2022-11-23T01:27:51.2130650Z test_type_promotion_lcm_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.009s) 2022-11-23T01:27:51.2130760Z test_type_promotion_ldexp_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.022s) 2022-11-23T01:27:51.2130860Z test_type_promotion_le_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2130970Z test_type_promotion_logical_and_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2131160Z test_type_promotion_logical_or_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2131270Z test_type_promotion_logical_xor_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2131380Z test_type_promotion_lt_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2131490Z test_type_promotion_max_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2131600Z test_type_promotion_maximum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2131710Z test_type_promotion_min_binary_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2131820Z test_type_promotion_minimum_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2131920Z test_type_promotion_mul_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.2132030Z test_type_promotion_ne_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2132140Z test_type_promotion_nextafter_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.008s) 2022-11-23T01:27:51.2132260Z test_type_promotion_polar_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipped! (0.005s) 2022-11-23T01:27:51.2132360Z test_type_promotion_pow_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.017s) 2022-11-23T01:27:51.2132470Z test_type_promotion_remainder_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2132620Z test_type_promotion_rsub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2132750Z test_type_promotion_special_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2132880Z test_type_promotion_special_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2133180Z test_type_promotion_special_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T01:27:51.2133420Z test_type_promotion_special_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T01:27:51.2133550Z test_type_promotion_special_hermite_polynomial_h_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2133680Z test_type_promotion_special_hermite_polynomial_he_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2133810Z test_type_promotion_special_laguerre_polynomial_l_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.016s) 2022-11-23T01:27:51.2134050Z test_type_promotion_special_legendre_polynomial_p_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:27:51.2134300Z test_type_promotion_special_shifted_chebyshev_polynomial_t_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:27:51.2134550Z test_type_promotion_special_shifted_chebyshev_polynomial_u_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:27:51.2134780Z test_type_promotion_special_shifted_chebyshev_polynomial_v_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T01:27:51.2135020Z test_type_promotion_special_shifted_chebyshev_polynomial_w_cpu (__main__.TestBinaryUfuncsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T01:27:51.2135140Z test_type_promotion_special_xlog1py_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2135250Z test_type_promotion_special_zeta_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2135350Z test_type_promotion_sub_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.2135470Z test_type_promotion_true_divide_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.021s) 2022-11-23T01:27:51.2135610Z test_type_promotion_xlogy_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2135720Z test_xlogy_xlog1py_bfloat16_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.003s) 2022-11-23T01:27:51.2135830Z test_xlogy_xlog1py_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2135940Z test_xlogy_xlog1py_cpu_bool_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2136050Z test_xlogy_xlog1py_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2136150Z test_xlogy_xlog1py_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2136260Z test_xlogy_xlog1py_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2136360Z test_xlogy_xlog1py_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2136460Z test_xlogy_xlog1py_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2136570Z test_xlogy_xlog1py_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2136680Z test_xlogy_xlog1py_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.013s) 2022-11-23T01:27:51.2136790Z test_xlogy_xlog1py_cpu_float16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2136900Z test_xlogy_xlog1py_cpu_float16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.2137040Z test_xlogy_xlog1py_cpu_float16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.2137150Z test_xlogy_xlog1py_cpu_float16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.2137260Z test_xlogy_xlog1py_cpu_float16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2137370Z test_xlogy_xlog1py_cpu_float16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2137470Z test_xlogy_xlog1py_cpu_float16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2137580Z test_xlogy_xlog1py_cpu_float16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2137690Z test_xlogy_xlog1py_cpu_float16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2137790Z test_xlogy_xlog1py_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2137900Z test_xlogy_xlog1py_cpu_float32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.2138010Z test_xlogy_xlog1py_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.2138120Z test_xlogy_xlog1py_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.2138220Z test_xlogy_xlog1py_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2138330Z test_xlogy_xlog1py_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2138430Z test_xlogy_xlog1py_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.007s) 2022-11-23T01:27:51.2138540Z test_xlogy_xlog1py_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2138650Z test_xlogy_xlog1py_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2138750Z test_xlogy_xlog1py_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2138860Z test_xlogy_xlog1py_cpu_float64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.2138970Z test_xlogy_xlog1py_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.2139080Z test_xlogy_xlog1py_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.004s) 2022-11-23T01:27:51.2139180Z test_xlogy_xlog1py_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2139290Z test_xlogy_xlog1py_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2139390Z test_xlogy_xlog1py_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2139560Z test_xlogy_xlog1py_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2139660Z test_xlogy_xlog1py_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.006s) 2022-11-23T01:27:51.2139770Z test_xlogy_xlog1py_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2139870Z test_xlogy_xlog1py_cpu_int16_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2139980Z test_xlogy_xlog1py_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2140080Z test_xlogy_xlog1py_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2140190Z test_xlogy_xlog1py_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2140300Z test_xlogy_xlog1py_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2140400Z test_xlogy_xlog1py_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2140510Z test_xlogy_xlog1py_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2140610Z test_xlogy_xlog1py_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2140710Z test_xlogy_xlog1py_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2140820Z test_xlogy_xlog1py_cpu_int32_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2140950Z test_xlogy_xlog1py_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2141050Z test_xlogy_xlog1py_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2141160Z test_xlogy_xlog1py_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2141260Z test_xlogy_xlog1py_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2141360Z test_xlogy_xlog1py_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2141460Z test_xlogy_xlog1py_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2141570Z test_xlogy_xlog1py_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2141670Z test_xlogy_xlog1py_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2141770Z test_xlogy_xlog1py_cpu_int64_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2141880Z test_xlogy_xlog1py_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2141980Z test_xlogy_xlog1py_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2142080Z test_xlogy_xlog1py_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2142180Z test_xlogy_xlog1py_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2142280Z test_xlogy_xlog1py_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.018s) 2022-11-23T01:27:51.2142390Z test_xlogy_xlog1py_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:27:51.2142490Z test_xlogy_xlog1py_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:27:51.2142590Z test_xlogy_xlog1py_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.031s) 2022-11-23T01:27:51.2142700Z test_xlogy_xlog1py_cpu_int8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.023s) 2022-11-23T01:27:51.2142810Z test_xlogy_xlog1py_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.012s) 2022-11-23T01:27:51.2142920Z test_xlogy_xlog1py_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2143020Z test_xlogy_xlog1py_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2143130Z test_xlogy_xlog1py_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2143230Z test_xlogy_xlog1py_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2143350Z test_xlogy_xlog1py_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2143460Z test_xlogy_xlog1py_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2143570Z test_xlogy_xlog1py_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2143670Z test_xlogy_xlog1py_cpu_uint8_float16 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2143780Z test_xlogy_xlog1py_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2143880Z test_xlogy_xlog1py_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.011s) 2022-11-23T01:27:51.2143990Z test_xlogy_xlog1py_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2144090Z test_xlogy_xlog1py_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2144190Z test_xlogy_xlog1py_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2144300Z test_xlogy_xlog1py_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2144400Z test_xlogy_xlog1py_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... ok (0.014s) 2022-11-23T01:27:51.2144510Z test_xlogy_xlog1py_gradients_cpu_float64 (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2144640Z test_xlogy_xlog1py_scalar_type_promotion_cpu (__main__.TestBinaryUfuncsCPU) ... ok (0.001s) 2022-11-23T01:27:51.2144810Z test_zeta_cpu_bool_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2144970Z test_zeta_cpu_bool_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2145120Z test_zeta_cpu_bool_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2145280Z test_zeta_cpu_bool_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2145430Z test_zeta_cpu_bool_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2145580Z test_zeta_cpu_bool_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2145730Z test_zeta_cpu_bool_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2145870Z test_zeta_cpu_bool_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2146030Z test_zeta_cpu_float32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2146180Z test_zeta_cpu_float32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2146340Z test_zeta_cpu_float32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2146500Z test_zeta_cpu_float32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2146650Z test_zeta_cpu_float32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2146790Z test_zeta_cpu_float32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2146940Z test_zeta_cpu_float32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2147130Z test_zeta_cpu_float32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2147280Z test_zeta_cpu_float64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2147430Z test_zeta_cpu_float64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2147590Z test_zeta_cpu_float64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2147730Z test_zeta_cpu_float64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2147880Z test_zeta_cpu_float64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2148030Z test_zeta_cpu_float64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2148170Z test_zeta_cpu_float64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2148320Z test_zeta_cpu_float64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2148530Z test_zeta_cpu_int16_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2148690Z test_zeta_cpu_int16_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2148840Z test_zeta_cpu_int16_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2148990Z test_zeta_cpu_int16_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2149140Z test_zeta_cpu_int16_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2149280Z test_zeta_cpu_int16_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2149430Z test_zeta_cpu_int16_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2149580Z test_zeta_cpu_int16_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2149720Z test_zeta_cpu_int32_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2149870Z test_zeta_cpu_int32_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2150020Z test_zeta_cpu_int32_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2150160Z test_zeta_cpu_int32_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2150310Z test_zeta_cpu_int32_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2150450Z test_zeta_cpu_int32_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2150600Z test_zeta_cpu_int32_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2150750Z test_zeta_cpu_int32_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2150920Z test_zeta_cpu_int64_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2151070Z test_zeta_cpu_int64_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2151220Z test_zeta_cpu_int64_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2151360Z test_zeta_cpu_int64_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2151500Z test_zeta_cpu_int64_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2151650Z test_zeta_cpu_int64_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2151790Z test_zeta_cpu_int64_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2151940Z test_zeta_cpu_int64_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2152090Z test_zeta_cpu_int8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2152260Z test_zeta_cpu_int8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2152410Z test_zeta_cpu_int8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2152550Z test_zeta_cpu_int8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2152700Z test_zeta_cpu_int8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2152840Z test_zeta_cpu_int8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2152990Z test_zeta_cpu_int8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2153130Z test_zeta_cpu_int8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2153280Z test_zeta_cpu_uint8_bool (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2153430Z test_zeta_cpu_uint8_float32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2153570Z test_zeta_cpu_uint8_float64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2153720Z test_zeta_cpu_uint8_int16 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2153860Z test_zeta_cpu_uint8_int32 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2154010Z test_zeta_cpu_uint8_int64 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2154150Z test_zeta_cpu_uint8_int8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2154300Z test_zeta_cpu_uint8_uint8 (__main__.TestBinaryUfuncsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:27:51.2154310Z 2022-11-23T01:27:51.2154560Z ---------------------------------------------------------------------- 2022-11-23T01:27:51.2154630Z Ran 8288 tests in 34.490s 2022-11-23T01:27:51.2154630Z 2022-11-23T01:27:51.2154700Z OK (skipped=901, expected failures=15) 2022-11-23T01:27:51.2154710Z 2022-11-23T01:27:51.2154770Z Generating XML reports... 2022-11-23T01:27:51.2154990Z Generated XML report: test-reports/python-unittest/test_binary_ufuncs/TEST-TestBinaryUfuncsCPU-20221123012715.xml 2022-11-23T01:27:51.2154990Z 2022-11-23T01:27:51.2155360Z ##[endgroup] 2022-11-23T01:27:51.2155590Z FINISHED PRINTING LOG FILE of test_binary_ufuncs (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_binary_ufuncs_z9flyx1e) 2022-11-23T01:27:51.2155600Z 2022-11-23T01:27:53.3074920Z Running test_optim ... [2022-11-23 01:27:53.307181] 2022-11-23T01:27:53.3076340Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:53.307479] 2022-11-23T01:27:53.3077150Z Ignoring disabled issues: [] 2022-11-23T01:27:53.9355430Z 2022-11-23T01:27:53.9356200Z Expand the folded group to see the log file of test_serialization 2022-11-23T01:27:53.9357030Z ##[group]PRINTING LOG FILE of test_serialization (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_serialization_aikn3n39) 2022-11-23T01:27:53.9357450Z 2022-11-23T01:27:53.9357510Z Running tests... 2022-11-23T01:27:53.9358290Z ---------------------------------------------------------------------- 2022-11-23T01:27:53.9358630Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-11-23T01:27:53.9358920Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... ok (0.059s) 2022-11-23T01:27:53.9359650Z test_serialization_new_format_old_format_compat_safe_cpu (__main__.TestBothSerializationCPU) ... /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:27:53.9360740Z warnings.warn(message, UserWarning) 2022-11-23T01:27:53.9360920Z ok (0.053s) 2022-11-23T01:27:53.9361110Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9361380Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9361640Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.040s) 2022-11-23T01:27:53.9361900Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9362580Z test_save_different_dtype_error (__main__.TestOldSerialization) ... /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:27:53.9363040Z warnings.warn(message, UserWarning) 2022-11-23T01:27:53.9363200Z ok (0.002s) 2022-11-23T01:27:53.9363400Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.075s) 2022-11-23T01:27:53.9363640Z test_serialization (__main__.TestOldSerialization) ... ok (0.009s) 2022-11-23T01:27:53.9363890Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.029s) 2022-11-23T01:27:53.9364170Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.008s) 2022-11-23T01:27:53.9364430Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.010s) 2022-11-23T01:27:53.9364680Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.006s) 2022-11-23T01:27:53.9364980Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.000s) 2022-11-23T01:27:53.9365410Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-11-23T01:27:53.9365710Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T01:27:53.9366320Z test_serialization_filelike (__main__.TestOldSerialization) ... /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:27:53.9366730Z warnings.warn(message, UserWarning) 2022-11-23T01:27:53.9366880Z ok (0.004s) 2022-11-23T01:27:53.9367080Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9367360Z test_serialization_filelike_exceptions (__main__.TestOldSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9367630Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9367880Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.221s) 2022-11-23T01:27:53.9368160Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9368450Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.007s) 2022-11-23T01:27:53.9368700Z test_serialization_map_location (__main__.TestOldSerialization) ... ok (0.015s) 2022-11-23T01:27:53.9368950Z test_serialization_offset (__main__.TestOldSerialization) ... ok (22.753s) 2022-11-23T01:27:53.9369220Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (9.158s) 2022-11-23T01:27:53.9369500Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (7.184s) 2022-11-23T01:27:53.9369760Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.002s) 2022-11-23T01:27:53.9370020Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.010s) 2022-11-23T01:27:53.9370260Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.004s) 2022-11-23T01:27:53.9370870Z test_serialization_sparse (__main__.TestOldSerialization) ... /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:27:53.9380540Z warnings.warn(message, UserWarning) 2022-11-23T01:27:53.9380690Z ok (0.009s) 2022-11-23T01:27:53.9381460Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_serialization.py:339: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-11-23T01:27:53.9381950Z x = x.to_sparse_csr() 2022-11-23T01:27:53.9382080Z ok (0.004s) 2022-11-23T01:27:53.9382270Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.005s) 2022-11-23T01:27:53.9382520Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.010s) 2022-11-23T01:27:53.9382770Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9383020Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.005s) 2022-11-23T01:27:53.9383250Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9383470Z test_load_error_msg (__main__.TestSerialization) ... ok (0.000s) 2022-11-23T01:27:53.9383860Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9384110Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.007s) 2022-11-23T01:27:53.9384330Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9384580Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9384830Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9385090Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.013s) 2022-11-23T01:27:53.9385730Z test_pathlike_serialization_weights_only_True (__main__.TestSerialization) ... /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:27:53.9386170Z warnings.warn(message, UserWarning) 2022-11-23T01:27:53.9386320Z ok (0.013s) 2022-11-23T01:27:53.9386500Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9386740Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.046s) 2022-11-23T01:27:53.9386970Z test_serialization (__main__.TestSerialization) ... ok (0.009s) 2022-11-23T01:27:53.9387250Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (3.054s) 2022-11-23T01:27:53.9387490Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.009s) 2022-11-23T01:27:53.9387740Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.008s) 2022-11-23T01:27:53.9388020Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-11-23T01:27:53.9388330Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.000s) 2022-11-23T01:27:53.9388630Z test_serialization_efficient_zerotensor_weights_only_False (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:27:53.9388910Z test_serialization_efficient_zerotensor_weights_only_True (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9389160Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:27:53.9389390Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T01:27:53.9389630Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9389880Z test_serialization_filelike_exceptions (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9390130Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9390380Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.295s) 2022-11-23T01:27:53.9390650Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:27:53.9390880Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.008s) 2022-11-23T01:27:53.9391110Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T01:27:53.9391370Z test_serialization_math_bits_weights_only_False (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9391630Z test_serialization_math_bits_weights_only_True (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9391880Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9392110Z test_serialization_python_attr (__main__.TestSerialization) ... ok (0.005s) 2022-11-23T01:27:53.9392330Z test_serialization_safe (__main__.TestSerialization) ... ok (0.015s) 2022-11-23T01:27:53.9392560Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:27:53.9393190Z test_serialization_sparse (__main__.TestSerialization) ... /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:27:53.9393620Z warnings.warn(message, UserWarning) 2022-11-23T01:27:53.9393770Z ok (0.009s) 2022-11-23T01:27:53.9393950Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.002s) 2022-11-23T01:27:53.9394200Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.003s) 2022-11-23T01:27:53.9394430Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.012s) 2022-11-23T01:27:53.9394670Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9395280Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/serialization.py:794: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-11-23T01:27:53.9395800Z warnings.warn("'torch.load' received a zip file that looks like a TorchScript archive" 2022-11-23T01:27:53.9396030Z ok (0.011s) 2022-11-23T01:27:53.9396210Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.004s) 2022-11-23T01:27:53.9396450Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.009s) 2022-11-23T01:27:53.9396710Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.010s) 2022-11-23T01:27:53.9396950Z test_serialize_device (__main__.TestSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9397180Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-11-23T01:27:53.9397350Z ok (0.001s) 2022-11-23T01:27:53.9397550Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9397820Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.000s) 2022-11-23T01:27:53.9398080Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9398340Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9398600Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9398880Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-11-23T01:27:53.9399050Z 2022-11-23T01:27:53.9399200Z ---------------------------------------------------------------------- 2022-11-23T01:27:53.9399380Z Ran 87 tests in 43.274s 2022-11-23T01:27:53.9399470Z 2022-11-23T01:27:53.9399520Z OK (skipped=4) 2022-11-23T01:27:53.9399600Z 2022-11-23T01:27:53.9399660Z Generating XML reports... 2022-11-23T01:27:53.9399980Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20221123012710.xml 2022-11-23T01:27:53.9400390Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20221123012710.xml 2022-11-23T01:27:53.9400780Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20221123012710.xml 2022-11-23T01:27:53.9401170Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20221123012710.xml 2022-11-23T01:27:53.9401350Z 2022-11-23T01:27:53.9401630Z ##[endgroup] 2022-11-23T01:27:53.9401950Z FINISHED PRINTING LOG FILE of test_serialization (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_serialization_aikn3n39) 2022-11-23T01:27:53.9402140Z 2022-11-23T01:27:55.0407460Z Running test_fx_experimental ... [2022-11-23 01:27:55.040488] 2022-11-23T01:27:55.0408310Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:27:55.040755] 2022-11-23T01:27:55.0408630Z Ignoring disabled issues: [] 2022-11-23T01:28:11.6034460Z 2022-11-23T01:28:11.6034770Z Expand the folded group to see the log file of test_optim 2022-11-23T01:28:11.6035590Z ##[group]PRINTING LOG FILE of test_optim (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_optim_kqa1vka4) 2022-11-23T01:28:11.6035780Z 2022-11-23T01:28:11.6035840Z Running tests... 2022-11-23T01:28:11.6036270Z ---------------------------------------------------------------------- 2022-11-23T01:28:11.6036650Z Test results will be stored in test-reports/python-unittest/test_optim 2022-11-23T01:28:11.6036940Z test_adadelta (__main__.TestDifferentiableOptimizer) ... ok (0.365s) 2022-11-23T01:28:11.6037200Z test_adagrad (__main__.TestDifferentiableOptimizer) ... ok (0.004s) 2022-11-23T01:28:11.6037460Z test_adam (__main__.TestDifferentiableOptimizer) ... ok (0.005s) 2022-11-23T01:28:11.6037700Z test_adamax (__main__.TestDifferentiableOptimizer) ... ok (0.007s) 2022-11-23T01:28:11.6037940Z test_adamw (__main__.TestDifferentiableOptimizer) ... ok (0.009s) 2022-11-23T01:28:11.6038190Z test_asgd (__main__.TestDifferentiableOptimizer) ... ok (0.002s) 2022-11-23T01:28:11.6038540Z test_nadam (__main__.TestDifferentiableOptimizer) ... ok (0.005s) 2022-11-23T01:28:11.6038790Z test_radam (__main__.TestDifferentiableOptimizer) ... ok (0.003s) 2022-11-23T01:28:11.6039030Z test_rmsprop (__main__.TestDifferentiableOptimizer) ... ok (0.005s) 2022-11-23T01:28:11.6039280Z test_rprop (__main__.TestDifferentiableOptimizer) ... ok (0.004s) 2022-11-23T01:28:11.6039520Z test_sgd (__main__.TestDifferentiableOptimizer) ... ok (0.002s) 2022-11-23T01:28:11.6039800Z test_CosineAnnealingWarmRestarts_lr1_T_mult_1 (__main__.TestLRScheduler) ... ok (0.005s) 2022-11-23T01:28:11.6040090Z test_CosineAnnealingWarmRestarts_lr1_T_mult_2 (__main__.TestLRScheduler) ... ok (0.016s) 2022-11-23T01:28:11.6040380Z test_CosineAnnealingWarmRestarts_lr1_T_mult_4 (__main__.TestLRScheduler) ... ok (0.011s) 2022-11-23T01:28:11.6040690Z test_CosineAnnealingWarmRestarts_lr2 (__main__.TestLRScheduler) ... ok (0.079s) 2022-11-23T01:28:11.6054520Z test_CosineAnnealingWarmRestarts_lr3 (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:28:11.6054830Z test_CosineAnnealingWarmRestarts_lr_state_dict (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6055850Z test_chained_lr1 (__main__.TestLRScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6056560Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6056780Z ok (0.003s) 2022-11-23T01:28:11.6056970Z test_chained_lr2 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6057220Z test_chained_lr2_get_last_lr_before_step (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6057460Z test_chained_lr3 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6057680Z test_chained_lr4 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6057900Z test_chained_lr5 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6058160Z test_closed_form_constantlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:28:11.6058410Z test_closed_form_cos_anneal_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:28:11.6058660Z test_closed_form_exp_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:28:11.6059010Z test_closed_form_linearlr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:28:11.6059260Z test_closed_form_multi_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:28:11.6059500Z test_closed_form_poly_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:28:11.6059750Z test_closed_form_step_lr (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:28:11.6060660Z test_compound_cosanneal_and_exp_lr (__main__.TestLRScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6061360Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6061570Z ok (0.001s) 2022-11-23T01:28:11.6061780Z test_compound_cosanneal_and_linearlr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6062050Z test_compound_cosanneal_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6062360Z test_compound_cosanneal_and_step_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6062600Z test_compound_exp_and_linearlr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6062860Z test_compound_exp_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6063110Z test_compound_linearlr_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6063420Z test_compound_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6063680Z test_compound_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6063930Z test_compound_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6064190Z test_compound_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6064460Z test_compound_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6064710Z test_compound_step_and_constantlr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6064960Z test_compound_step_and_exp_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6065210Z test_compound_step_and_multistep_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6065430Z test_constantlr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6065680Z test_constantlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6065950Z test_constantlr_with_epoch (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6066790Z test_cos_anneal_lr (__main__.TestLRScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6067450Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6067660Z ok (0.001s) 2022-11-23T01:28:11.6067850Z test_cos_anneal_lr_continue (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6068090Z test_cosine_lr_state_dict (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6068330Z test_cosine_then_cyclic (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6068700Z test_cycle_lr_cycle_momentum_fail_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6068970Z test_cycle_lr_exp_range_mode (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6069210Z test_cycle_lr_exp_range_mode_one_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6069470Z test_cycle_lr_exp_range_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6069730Z test_cycle_lr_invalid_mode (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:28:11.6069980Z test_cycle_lr_removed_after_out_of_scope (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6070540Z test_cycle_lr_triangular2_mode (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6070800Z test_cycle_lr_triangular2_mode_one_lr (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6071080Z test_cycle_lr_triangular2_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:28:11.6071330Z test_cycle_lr_triangular_mode (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6071590Z test_cycle_lr_triangular_mode_one_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6072090Z test_cycle_lr_triangular_mode_one_lr_no_momentum (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6072420Z test_cycle_lr_triangular_mode_step_size_up_down (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6072810Z test_cycle_lr_with_adam (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6073060Z test_cycle_lr_with_momentumless_optimizer (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6073320Z test_error_when_getlr_has_epoch (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6073560Z test_exp_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6074090Z test_exp_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6074350Z test_exponential_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6074610Z test_get_last_lr_constantlr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6074850Z test_get_last_lr_linearlr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6100340Z test_get_last_lr_multi_step_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6101510Z test_get_last_lr_sequentiallr (__main__.TestLRScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:151: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-11-23T01:28:11.6102160Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T01:28:11.6102330Z ok (0.001s) 2022-11-23T01:28:11.6102500Z test_get_last_lr_step_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6103340Z test_lambda_lr (__main__.TestLRScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6104000Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6104190Z ok (0.001s) 2022-11-23T01:28:11.6104640Z test_lambda_lr_state_dict_fn (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6104870Z test_lambda_lr_state_dict_obj (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6105120Z test_linear_linearlr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6105980Z test_linearlr (__main__.TestLRScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6106640Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6106830Z ok (0.001s) 2022-11-23T01:28:11.6107010Z test_linearlr_start_factor_limits1 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:28:11.6107240Z test_linearlr_start_factor_limits2 (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:28:11.6107460Z test_linearlr_with_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6108280Z test_multi_step_lr (__main__.TestLRScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6108970Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6109160Z ok (0.001s) 2022-11-23T01:28:11.6109330Z test_multi_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6109550Z test_multi_step_lr_with_epoch (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6110390Z test_multiplicative_lr (__main__.TestLRScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6111010Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6111200Z ok (0.001s) 2022-11-23T01:28:11.6111380Z test_new_pattern_no_warning (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6111620Z test_new_pattern_no_warning_with_arg (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6111880Z test_new_pattern_no_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.003s) 2022-11-23T01:28:11.6112120Z test_no_cyclic_references (__main__.TestLRScheduler) ... ok (0.071s) 2022-11-23T01:28:11.6112350Z test_no_cyclic_references_in_step (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6112580Z test_old_pattern_warning (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6112810Z test_old_pattern_warning_resuming (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6113050Z test_old_pattern_warning_resuming_with_arg (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6113300Z test_old_pattern_warning_with_arg (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6113580Z test_old_pattern_warning_with_overridden_optim_step (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6113850Z test_onecycle_lr_cannot_calculate_total_steps (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:28:11.6114100Z test_onecycle_lr_cosine_annealing (__main__.TestLRScheduler) ... ok (0.002s) 2022-11-23T01:28:11.6114350Z test_onecycle_lr_invalid_anneal_strategy (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:28:11.6114600Z test_onecycle_lr_invalid_pct_start (__main__.TestLRScheduler) ... ok (0.000s) 2022-11-23T01:28:11.6114830Z test_onecycle_lr_linear_annealing (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6115080Z test_onecycle_lr_linear_annealing_three_phases (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6115930Z test_poly_lr (__main__.TestLRScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6116550Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6116770Z ok (0.001s) 2022-11-23T01:28:11.6116970Z test_polynomial_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6117220Z test_reduce_lr_on_plateau1 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6117440Z test_reduce_lr_on_plateau2 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6117660Z test_reduce_lr_on_plateau3 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6117880Z test_reduce_lr_on_plateau4 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6118090Z test_reduce_lr_on_plateau5 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6118310Z test_reduce_lr_on_plateau6 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6118520Z test_reduce_lr_on_plateau7 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6118730Z test_reduce_lr_on_plateau8 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6118960Z test_reduce_lr_on_plateau_state_dict (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6126080Z test_sequentiallr1 (__main__.TestLRScheduler) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6126750Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6127590Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:151: UserWarning: The epoch parameter in `scheduler.step()` was not necessary and is being deprecated where possible. Please use `scheduler.step()` to step the scheduler. During the deprecation, if epoch is different from None, the closed form is used instead of the new chainable form, where available. Please open an issue if you are unable to replicate your use case: https://github.com/pytorch/pytorch/issues/new/choose. 2022-11-23T01:28:11.6128180Z warnings.warn(EPOCH_DEPRECATION_WARNING, UserWarning) 2022-11-23T01:28:11.6128340Z ok (0.001s) 2022-11-23T01:28:11.6128510Z test_sequentiallr2 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6128720Z test_sequentiallr3 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6129010Z test_sequentiallr4 (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6129210Z test_step_lr (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6129440Z test_step_lr_is_constant_for_constant_epoch (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6129680Z test_step_lr_state_dict (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6129900Z test_swa_lr_state_dict (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6130140Z test_swalr_cosine_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6130380Z test_swalr_hypers (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6130610Z test_swalr_linear_anneal_after_multiplicative (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6130870Z test_swalr_no_anneal (__main__.TestLRScheduler) ... ok (0.001s) 2022-11-23T01:28:11.6131690Z test_adadelta (__main__.TestOptim) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6132310Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6132490Z ok (0.810s) 2022-11-23T01:28:11.6132660Z test_adadelta_complex (__main__.TestOptim) ... ok (0.002s) 2022-11-23T01:28:11.6132850Z test_adagrad (__main__.TestOptim) ... ok (0.894s) 2022-11-23T01:28:11.6133050Z test_adagrad_complex (__main__.TestOptim) ... ok (0.002s) 2022-11-23T01:28:11.6133250Z test_adagrad_sparse (__main__.TestOptim) ... ok (2.623s) 2022-11-23T01:28:11.6133430Z test_adam (__main__.TestOptim) ... ok (2.125s) 2022-11-23T01:28:11.6133610Z test_adamax (__main__.TestOptim) ... ok (0.650s) 2022-11-23T01:28:11.6133790Z test_adamw (__main__.TestOptim) ... ok (0.659s) 2022-11-23T01:28:11.6133970Z test_asgd (__main__.TestOptim) ... ok (0.893s) 2022-11-23T01:28:11.6134170Z test_duplicate_params_in_param_group (__main__.TestOptim) ... ok (0.001s) 2022-11-23T01:28:11.6134380Z test_empty_grad (__main__.TestOptim) ... ok (0.003s) 2022-11-23T01:28:11.6134620Z test_functional_fused_adam_with_foundinf (__main__.TestOptim) ... skip: CUDA is required. (0.001s) 2022-11-23T01:28:11.6134850Z test_fused_optimizers (__main__.TestOptim) ... ok (0.000s) 2022-11-23T01:28:11.6135060Z test_invalid_param_type (__main__.TestOptim) ... ok (0.000s) 2022-11-23T01:28:11.6135250Z test_lbfgs (__main__.TestOptim) ... ok (0.088s) 2022-11-23T01:28:11.6135440Z test_lbfgs_return_type (__main__.TestOptim) ... ok (0.001s) 2022-11-23T01:28:11.6135640Z test_multi_tensor_optimizers (__main__.TestOptim) ... ok (0.001s) 2022-11-23T01:28:11.6136440Z test_nadam (__main__.TestOptim) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py:138: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`. Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate 2022-11-23T01:28:11.6137060Z warnings.warn("Detected call of `lr_scheduler.step()` before `optimizer.step()`. " 2022-11-23T01:28:11.6137240Z ok (0.350s) 2022-11-23T01:28:11.6137410Z test_no_grad_for_all_params (__main__.TestOptim) ... ok (0.001s) 2022-11-23T01:28:11.6137600Z test_radam (__main__.TestOptim) ... ok (0.376s) 2022-11-23T01:28:11.6137780Z test_rmsprop (__main__.TestOptim) ... ok (1.762s) 2022-11-23T01:28:11.6138010Z test_rprop (__main__.TestOptim) ... ok (0.755s) 2022-11-23T01:28:11.6138190Z test_sgd (__main__.TestOptim) ... ok (1.692s) 2022-11-23T01:28:11.6138370Z test_sgd_complex (__main__.TestOptim) ... ok (0.003s) 2022-11-23T01:28:11.6138560Z test_sgd_sparse (__main__.TestOptim) ... ok (2.176s) 2022-11-23T01:28:11.6138750Z test_sparse_adam (__main__.TestOptim) ... ok (0.617s) 2022-11-23T01:28:11.6138960Z test_averaged_model_all_devices (__main__.TestSWAUtils) ... ok (0.004s) 2022-11-23T01:28:11.6139190Z test_averaged_model_exponential (__main__.TestSWAUtils) ... ok (0.003s) 2022-11-23T01:28:11.6139420Z test_averaged_model_exponential_buffers (__main__.TestSWAUtils) ... ok (0.002s) 2022-11-23T01:28:11.6139650Z test_averaged_model_mixed_device (__main__.TestSWAUtils) ... ok (0.001s) 2022-11-23T01:28:11.6139880Z test_averaged_model_state_dict (__main__.TestSWAUtils) ... ok (0.002s) 2022-11-23T01:28:11.6140090Z test_bn_update_eval_momentum (__main__.TestSWAUtils) ... ok (0.005s) 2022-11-23T01:28:11.6140300Z test_update_bn_cnn (__main__.TestSWAUtils) ... ok (0.018s) 2022-11-23T01:28:11.6140500Z test_update_bn_dnn (__main__.TestSWAUtils) ... ok (0.014s) 2022-11-23T01:28:11.6140620Z 2022-11-23T01:28:11.6140790Z ---------------------------------------------------------------------- 2022-11-23T01:28:11.6140990Z Ran 161 tests in 17.275s 2022-11-23T01:28:11.6141130Z 2022-11-23T01:28:11.6141180Z OK (skipped=1) 2022-11-23T01:28:11.6141260Z 2022-11-23T01:28:11.6141320Z Generating XML reports... 2022-11-23T01:28:11.6141640Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestDifferentiableOptimizer-20221123012754.xml 2022-11-23T01:28:11.6142040Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestLRScheduler-20221123012754.xml 2022-11-23T01:28:11.6142390Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestOptim-20221123012754.xml 2022-11-23T01:28:11.6142730Z Generated XML report: test-reports/python-unittest/test_optim/TEST-TestSWAUtils-20221123012754.xml 2022-11-23T01:28:11.6142900Z 2022-11-23T01:28:11.6143210Z ##[endgroup] 2022-11-23T01:28:11.6143500Z FINISHED PRINTING LOG FILE of test_optim (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_optim_kqa1vka4) 2022-11-23T01:28:11.6143670Z 2022-11-23T01:28:12.6829810Z Running dynamo/test_minifier ... [2022-11-23 01:28:12.682772] 2022-11-23T01:28:12.6830740Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:12.683007] 2022-11-23T01:28:12.6831520Z Ignoring disabled issues: [] 2022-11-23T01:28:12.9077100Z 2022-11-23T01:28:12.9078080Z Expand the folded group to see the log file of test_fx_experimental 2022-11-23T01:28:12.9079700Z ##[group]PRINTING LOG FILE of test_fx_experimental (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_fx_experimental_boi42nc3) 2022-11-23T01:28:12.9080460Z 2022-11-23T01:28:12.9080870Z Running tests... 2022-11-23T01:28:12.9081850Z ---------------------------------------------------------------------- 2022-11-23T01:28:12.9082970Z Test results will be stored in test-reports/python-unittest/test_fx_experimental 2022-11-23T01:28:12.9083910Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T01:28:12.9084810Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.010s) 2022-11-23T01:28:12.9085620Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.007s) 2022-11-23T01:28:12.9086480Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.002s) 2022-11-23T01:28:12.9087330Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.002s) 2022-11-23T01:28:12.9088190Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.002s) 2022-11-23T01:28:12.9089060Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-11-23T01:28:12.9090320Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T01:28:12.9091190Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T01:28:12.9091980Z test_fetch (__main__.TestFXExperimental) ... ok (0.002s) 2022-11-23T01:28:12.9092760Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.002s) 2022-11-23T01:28:12.9093580Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.001s) 2022-11-23T01:28:12.9094370Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.002s) 2022-11-23T01:28:12.9095130Z test_merge_matmuls (__main__.TestFXExperimental) 2022-11-23T01:28:12.9095970Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.013s) 2022-11-23T01:28:12.9097120Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.012s) 2022-11-23T01:28:12.9097960Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T01:28:12.9099620Z test_normalize_args_perserve_type (__main__.TestFXExperimental) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/operator_schemas.py:207: UserWarning: Does not support nested parametric types, got typing.List[~t]. Please file a bug. 2022-11-23T01:28:12.9100960Z warnings.warn( 2022-11-23T01:28:12.9101790Z ok (0.005s) 2022-11-23T01:28:12.9102540Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.002s) 2022-11-23T01:28:12.9103390Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.022s) 2022-11-23T01:28:12.9104220Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-11-23T01:28:12.9106220Z Exhaustively test `Node.normalized_arguments` on all standard ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/conv.py:309: 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:28:12.9107740Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T01:28:12.9108370Z ok (0.673s) 2022-11-23T01:28:12.9109140Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... skip: no MKLDNN (0.001s) 2022-11-23T01:28:12.9110180Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T01:28:12.9111090Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T01:28:12.9111910Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T01:28:12.9112770Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.002s) 2022-11-23T01:28:12.9113640Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.001s) 2022-11-23T01:28:12.9114460Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-11-23T01:28:12.9115170Z [1, 2] 2022-11-23T01:28:12.9146200Z ok (0.003s) 2022-11-23T01:28:12.9146950Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T01:28:12.9147830Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.205s) 2022-11-23T01:28:12.9148680Z test_split_module_default_arg (__main__.TestFXExperimental) ... ok (0.004s) 2022-11-23T01:28:12.9149570Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.002s) 2022-11-23T01:28:12.9150460Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T01:28:12.9151290Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T01:28:12.9152300Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-11-23T01:28:12.9153210Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T01:28:12.9155350Z test_to_folder (__main__.TestFXExperimental) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/graph_module.py:476: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-11-23T01:28:12.9156740Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-11-23T01:28:12.9165180Z ok (0.006s) 2022-11-23T01:28:12.9165950Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.001s) 2022-11-23T01:28:12.9166810Z test_type_matches (__main__.TestFXExperimental) ... ok (0.001s) 2022-11-23T01:28:12.9167660Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.001s) 2022-11-23T01:28:12.9168650Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-11-23T01:28:12.9169720Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9170870Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9171980Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T01:28:12.9173050Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9174860Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9175980Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9177050Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9179250Z test_normalize_operator_exhaustive___rpow___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /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:28:12.9180810Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-11-23T01:28:12.9181930Z expected failure (0.006s) 2022-11-23T01:28:12.9182810Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9183890Z test_normalize_operator_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9184900Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9185910Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9186950Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9187940Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T01:28:12.9188940Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9189940Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T01:28:12.9190930Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T01:28:12.9191950Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9192990Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9194280Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9195350Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9196340Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T01:28:12.9197330Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-11-23T01:28:12.9198330Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-11-23T01:28:12.9199300Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-11-23T01:28:12.9202260Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1520: 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:28:12.9204450Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T01:28:12.9206730Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1532: 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:28:12.9208540Z test_out = op.op(*norm_args_and_kwargs.args, **norm_args_and_kwargs.kwargs) 2022-11-23T01:28:12.9210240Z .1864:5: 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:28:12.9211940Z aminmax = torch.aminmax(arg_0, dim = 0, keepdim = True); arg_0 = None 2022-11-23T01:28:12.9213670Z .1865:5: 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:28:12.9215260Z aminmax = torch.aminmax(arg_0, dim = 0, keepdim = True); arg_0 = None 2022-11-23T01:28:12.9216000Z ok (0.009s) 2022-11-23T01:28:12.9216820Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9217810Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T01:28:12.9218820Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-11-23T01:28:12.9219860Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9222100Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9222890Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T01:28:12.9223880Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9224680Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9225480Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9226280Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9227040Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9227790Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9228550Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9229310Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9230110Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9231330Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9232190Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9233020Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9233850Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.009s) 2022-11-23T01:28:12.9234690Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9235530Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9236370Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9237160Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9238020Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9238910Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9239800Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9240600Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T01:28:12.9248260Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9248750Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9249080Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9249380Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.299s) 2022-11-23T01:28:12.9249710Z test_normalize_operator_exhaustive_cdouble_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9250240Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9250570Z test_normalize_operator_exhaustive_cfloat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9251610Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /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:28:12.9252120Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-11-23T01:28:12.9252320Z expected failure (0.002s) 2022-11-23T01:28:12.9252590Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9253190Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1520: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-11-23T01:28:12.9253560Z L = torch.cholesky(A) 2022-11-23T01:28:12.9253830Z should be replaced with 2022-11-23T01:28:12.9254000Z L = torch.linalg.cholesky(A) 2022-11-23T01:28:12.9254160Z and 2022-11-23T01:28:12.9254290Z U = torch.cholesky(A, upper=True) 2022-11-23T01:28:12.9254440Z should be replaced with 2022-11-23T01:28:12.9254610Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T01:28:12.9254970Z 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:28:12.9255300Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T01:28:12.9255460Z ok (0.018s) 2022-11-23T01:28:12.9255720Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9262950Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9263270Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9263570Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9263880Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9264200Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9264490Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9264800Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9265150Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T01:28:12.9265450Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9265740Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9266070Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9266400Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-11-23T01:28:12.9266740Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9267170Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9267490Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9267790Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9268070Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9268370Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-11-23T01:28:12.9268660Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-11-23T01:28:12.9268940Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9269230Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9269520Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9269840Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9270130Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9270550Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9270850Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9271140Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9271430Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9271730Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9272040Z test_normalize_operator_exhaustive_diagonal_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9272390Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9272700Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T01:28:12.9273000Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.073s) 2022-11-23T01:28:12.9273290Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9273570Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.052s) 2022-11-23T01:28:12.9273870Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T01:28:12.9274210Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9274530Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9274850Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9275180Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9275470Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9275760Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-11-23T01:28:12.9276190Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9276510Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9276830Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:28:12.9277130Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T01:28:12.9277410Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9277720Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9278000Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9278290Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9278600Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9278880Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9279270Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9279580Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9279920Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9280240Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9280540Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9280830Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9281190Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9281490Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9281780Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9282070Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9282380Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9282670Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9282950Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9283270Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9283570Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9283860Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9284150Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9284440Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9284730Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9285190Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9285490Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9285780Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9286060Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9286380Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9286690Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9286980Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9287270Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9287580Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9287900Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9288310Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9288610Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9288900Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9289220Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9289510Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9289790Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9290100Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9290370Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9290650Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9290930Z test_normalize_operator_exhaustive_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9291210Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9291560Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9291880Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9292170Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-11-23T01:28:12.9292470Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.013s) 2022-11-23T01:28:12.9292790Z test_normalize_operator_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T01:28:12.9293080Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9293370Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9293670Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9294080Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.102s) 2022-11-23T01:28:12.9294380Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.277s) 2022-11-23T01:28:12.9294680Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T01:28:12.9295020Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9295310Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-11-23T01:28:12.9295600Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9295880Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9296190Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9296480Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9296770Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9297080Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9297520Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9298160Z test_normalize_operator_exhaustive_index_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/operator_schemas.py:207: UserWarning: Does not support nested parametric types, got typing.List[typing.Optional[torch.Tensor]]. Please file a bug. 2022-11-23T01:28:12.9298550Z warnings.warn( 2022-11-23T01:28:12.9298710Z expected failure (0.003s) 2022-11-23T01:28:12.9299350Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1520: 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:28:12.9299810Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T01:28:12.9299980Z ok (0.041s) 2022-11-23T01:28:12.9300230Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9300570Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9300880Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9305390Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T01:28:12.9305710Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9306010Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9306300Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9306580Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9306870Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9307150Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9307560Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9307890Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:28:12.9308260Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:28:12.9308610Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:28:12.9308950Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:28:12.9309290Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:28:12.9309600Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9309890Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9310210Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9310630Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9310930Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T01:28:12.9311250Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9311550Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T01:28:12.9311870Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T01:28:12.9312180Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9312480Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9312770Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9313080Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-11-23T01:28:12.9313380Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9313700Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9314000Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9314300Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9314660Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9314970Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9315290Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9315620Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9315930Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9316330Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T01:28:12.9316630Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-11-23T01:28:12.9316940Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-11-23T01:28:12.9317240Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.024s) 2022-11-23T01:28:12.9317540Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T01:28:12.9317840Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T01:28:12.9318140Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.126s) 2022-11-23T01:28:12.9318450Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.087s) 2022-11-23T01:28:12.9318750Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-11-23T01:28:12.9319060Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.109s) 2022-11-23T01:28:12.9319500Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9319820Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9320130Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.136s) 2022-11-23T01:28:12.9320510Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.100s) 2022-11-23T01:28:12.9320860Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.038s) 2022-11-23T01:28:12.9321210Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9321580Z test_normalize_operator_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T01:28:12.9321930Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-11-23T01:28:12.9322250Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9322610Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T01:28:12.9322940Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.023s) 2022-11-23T01:28:12.9323280Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.167s) 2022-11-23T01:28:12.9323580Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.280s) 2022-11-23T01:28:12.9323870Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-11-23T01:28:12.9324180Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9324510Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9324820Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9325220Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.050s) 2022-11-23T01:28:12.9325510Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.214s) 2022-11-23T01:28:12.9325840Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-11-23T01:28:12.9326130Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9326410Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9326690Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9327010Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9327330Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9327660Z test_normalize_operator_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9328000Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9328290Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9328720Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9329010Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9329320Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9329620Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9329940Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9330260Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9330570Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9330880Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.368s) 2022-11-23T01:28:12.9331170Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T01:28:12.9331460Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9331750Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9332380Z test_normalize_operator_exhaustive_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /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:28:12.9332800Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T01:28:12.9332960Z should be replaced with 2022-11-23T01:28:12.9333140Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T01:28:12.9333290Z and 2022-11-23T01:28:12.9333450Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T01:28:12.9333610Z should be replaced with 2022-11-23T01:28:12.9333930Z 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:28:12.9334240Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-11-23T01:28:12.9334520Z ok (0.037s) 2022-11-23T01:28:12.9335000Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1520: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-11-23T01:28:12.9335390Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T01:28:12.9335570Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T01:28:12.9335710Z should be replaced with 2022-11-23T01:28:12.9335970Z 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:28:12.9336270Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T01:28:12.9336410Z ok (0.033s) 2022-11-23T01:28:12.9336650Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-11-23T01:28:12.9336980Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9337300Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9337610Z test_normalize_operator_exhaustive_masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.005s) 2022-11-23T01:28:12.9338040Z test_normalize_operator_exhaustive_masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9338380Z test_normalize_operator_exhaustive_masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-11-23T01:28:12.9338700Z test_normalize_operator_exhaustive_masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9339020Z test_normalize_operator_exhaustive_masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9339360Z test_normalize_operator_exhaustive_masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9339670Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9339980Z test_normalize_operator_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9340330Z test_normalize_operator_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9340680Z test_normalize_operator_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:28:12.9341000Z test_normalize_operator_exhaustive_masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9341310Z test_normalize_operator_exhaustive_masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9341620Z test_normalize_operator_exhaustive_masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9341940Z test_normalize_operator_exhaustive_masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9342290Z test_normalize_operator_exhaustive_masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9342600Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9342930Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9367720Z test_normalize_operator_exhaustive_masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9368660Z test_normalize_operator_exhaustive_masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9369570Z test_normalize_operator_exhaustive_masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9370470Z test_normalize_operator_exhaustive_masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9371340Z test_normalize_operator_exhaustive_masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9372180Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9372990Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9373850Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9374740Z test_normalize_operator_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9375640Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9376680Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9377510Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9378280Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-11-23T01:28:12.9379080Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T01:28:12.9379940Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9380890Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:28:12.9381750Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9382600Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9383480Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9384290Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9385050Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9385860Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9386660Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9387450Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9388260Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T01:28:12.9389120Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9389960Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9390780Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9391750Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9392610Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9393440Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9394250Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-11-23T01:28:12.9395050Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T01:28:12.9395860Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.087s) 2022-11-23T01:28:12.9396660Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-11-23T01:28:12.9397470Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9398270Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9399080Z test_normalize_operator_exhaustive_native_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T01:28:12.9400430Z test_normalize_operator_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: normalize operator doesn't work on torch.ops (0.002s) 2022-11-23T01:28:12.9401510Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-11-23T01:28:12.9402340Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9403120Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9403930Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9404840Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9405730Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9406590Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9417990Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9418910Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9419840Z test_normalize_operator_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:28:12.9420800Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9421690Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9422630Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9423520Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9424400Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T01:28:12.9425290Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-11-23T01:28:12.9426620Z test_normalize_operator_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9427520Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9428560Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9429460Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9430300Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9431140Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T01:28:12.9432010Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9432940Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-11-23T01:28:12.9433810Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9434800Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T01:28:12.9436040Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-11-23T01:28:12.9436930Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9437820Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9439020Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T01:28:12.9439930Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9440810Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9441670Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-11-23T01:28:12.9443000Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9445710Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /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:28:12.9447750Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-11-23T01:28:12.9448290Z expected failure (0.002s) 2022-11-23T01:28:12.9448970Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9449880Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9450960Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9451850Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9452760Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9453730Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9454740Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9455720Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9456680Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9457590Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.378s) 2022-11-23T01:28:12.9458440Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9459360Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-11-23T01:28:12.9460190Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.035s) 2022-11-23T01:28:12.9461040Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-11-23T01:28:12.9461890Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9462750Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9463600Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9464450Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9465320Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9466180Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9467040Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9467910Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T01:28:12.9468790Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-11-23T01:28:12.9469690Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9470590Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9471490Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9472390Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9474610Z test_normalize_operator_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /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:28:12.9476890Z warnings.warn( 2022-11-23T01:28:12.9477040Z ok (0.018s) 2022-11-23T01:28:12.9477280Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9477600Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9477920Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9478240Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T01:28:12.9478560Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9478880Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9479380Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-11-23T01:28:12.9479700Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.010s) 2022-11-23T01:28:12.9480010Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.781s) 2022-11-23T01:28:12.9480310Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.675s) 2022-11-23T01:28:12.9480630Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.187s) 2022-11-23T01:28:12.9480950Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-11-23T01:28:12.9481280Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.378s) 2022-11-23T01:28:12.9487050Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-11-23T01:28:12.9487400Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.132s) 2022-11-23T01:28:12.9487720Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.025s) 2022-11-23T01:28:12.9488040Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9488350Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9488670Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9488990Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9489330Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9489660Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.068s) 2022-11-23T01:28:12.9490040Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9490360Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9490680Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.054s) 2022-11-23T01:28:12.9491010Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9491330Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9491650Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9491970Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9492280Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9492600Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9492960Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-11-23T01:28:12.9493280Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-11-23T01:28:12.9493600Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9493900Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9494220Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9494540Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9494840Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9495160Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9495480Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9495790Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9496110Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9496420Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9496740Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9497050Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9497360Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9497680Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9497990Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9498400Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9498740Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.512s) 2022-11-23T01:28:12.9499470Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /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:28:12.9499970Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:28:12.9500180Z ok (0.007s) 2022-11-23T01:28:12.9500700Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /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:28:12.9501190Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:28:12.9501390Z ok (0.015s) 2022-11-23T01:28:12.9501660Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9501970Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.045s) 2022-11-23T01:28:12.9502260Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9502560Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9502850Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9503150Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9503480Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9503780Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9504080Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9504370Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.178s) 2022-11-23T01:28:12.9504660Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9504960Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9505260Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9505550Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9505840Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9506150Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9506480Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:28:12.9506820Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:28:12.9507180Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.001s) 2022-11-23T01:28:12.9507510Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:28:12.9507820Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9508110Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T01:28:12.9508400Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.053s) 2022-11-23T01:28:12.9508680Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.027s) 2022-11-23T01:28:12.9509220Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1520: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T01:28:12.9509680Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T01:28:12.9509870Z Q, R = torch.qr(A, some) 2022-11-23T01:28:12.9510010Z should be replaced with 2022-11-23T01:28:12.9510360Z 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:28:12.9510680Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T01:28:12.9510820Z ok (0.045s) 2022-11-23T01:28:12.9511040Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.090s) 2022-11-23T01:28:12.9511330Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9511640Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9511950Z test_normalize_operator_exhaustive_randint_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9512270Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9512580Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9512900Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9513190Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9513480Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9513780Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9514080Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9514370Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9514670Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9514980Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9515300Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9515600Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9515930Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9516240Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9516540Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9516840Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9517130Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T01:28:12.9517420Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.040s) 2022-11-23T01:28:12.9517700Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9518000Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9518300Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9518600Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9518900Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9519210Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-11-23T01:28:12.9519520Z test_normalize_operator_exhaustive_scalar_tensor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9519830Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9520120Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-11-23T01:28:12.9520780Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1520: 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:28:12.9521210Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T01:28:12.9521360Z ok (0.029s) 2022-11-23T01:28:12.9521570Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-11-23T01:28:12.9521880Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T01:28:12.9522190Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T01:28:12.9522490Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.029s) 2022-11-23T01:28:12.9523380Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1520: 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:28:12.9523980Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T01:28:12.9524690Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1520: 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:28:12.9525210Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T01:28:12.9525350Z ok (0.333s) 2022-11-23T01:28:12.9525570Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.114s) 2022-11-23T01:28:12.9525890Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.113s) 2022-11-23T01:28:12.9526190Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9530200Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.007s) 2022-11-23T01:28:12.9530500Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9530800Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9531100Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9531420Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9531720Z test_normalize_operator_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9532030Z test_normalize_operator_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9532350Z test_normalize_operator_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9532670Z test_normalize_operator_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9532960Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9533240Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9533530Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9533810Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9534210Z test_normalize_operator_exhaustive_slice_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: normalize operator doesn't work on torch.ops (0.002s) 2022-11-23T01:28:12.9534530Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9534830Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9535120Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9535410Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.099s) 2022-11-23T01:28:12.9535740Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: PyTorch is built without MKL support (0.002s) 2022-11-23T01:28:12.9536080Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9536380Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9536730Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9537030Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9537320Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9537640Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9537960Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9538410Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:28:12.9538900Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:28:12.9539250Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9539540Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9539900Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.014s) 2022-11-23T01:28:12.9540220Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.015s) 2022-11-23T01:28:12.9540520Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9540810Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9541100Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9541420Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9541860Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:28:12.9542210Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9542530Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9542840Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-11-23T01:28:12.9543160Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9543470Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9543770Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9544070Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9544410Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9544750Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9545080Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9545560Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:28:12.9546070Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:28:12.9546560Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:28:12.9547040Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.002s) 2022-11-23T01:28:12.9547410Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9547720Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9548010Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9548330Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9548630Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9548930Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.008s) 2022-11-23T01:28:12.9549220Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9549500Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9549790Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9550080Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9550360Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T01:28:12.9550650Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.019s) 2022-11-23T01:28:12.9551300Z test_normalize_operator_exhaustive_stft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /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:28:12.9551890Z 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:28:12.9552290Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T01:28:12.9552470Z ok (0.014s) 2022-11-23T01:28:12.9552680Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-11-23T01:28:12.9552960Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.033s) 2022-11-23T01:28:12.9553260Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9553550Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.305s) 2022-11-23T01:28:12.9553880Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.007s) 2022-11-23T01:28:12.9554440Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1520: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T01:28:12.9554890Z 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:28:12.9555130Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:28:12.9555290Z should be replaced with 2022-11-23T01:28:12.9555500Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:28:12.9555660Z and 2022-11-23T01:28:12.9555790Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:28:12.9555940Z should be replaced with 2022-11-23T01:28:12.9556290Z 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:28:12.9556570Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T01:28:12.9556710Z ok (0.033s) 2022-11-23T01:28:12.9556920Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9557240Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T01:28:12.9557530Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-11-23T01:28:12.9557820Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9558100Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9558390Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9558690Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9558980Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.101s) 2022-11-23T01:28:12.9559270Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.002s) 2022-11-23T01:28:12.9559580Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.004s) 2022-11-23T01:28:12.9559880Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.022s) 2022-11-23T01:28:12.9560170Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9560460Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9560750Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9561040Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9561620Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_fx_experimental.py:1520: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T01:28:12.9562080Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T01:28:12.9562300Z X = torch.triangular_solve(B, A).solution 2022-11-23T01:28:12.9562450Z should be replaced with 2022-11-23T01:28:12.9562750Z 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:28:12.9563010Z ref_out = op.op(*arg_values, **kwarg_values) 2022-11-23T01:28:12.9563160Z ok (0.017s) 2022-11-23T01:28:12.9563360Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9563650Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9563940Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.012s) 2022-11-23T01:28:12.9564220Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9564510Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.009s) 2022-11-23T01:28:12.9564800Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9565090Z test_normalize_operator_exhaustive_unfold_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.028s) 2022-11-23T01:28:12.9565400Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9565710Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9566060Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9566380Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9566680Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.011s) 2022-11-23T01:28:12.9566960Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-11-23T01:28:12.9567250Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-11-23T01:28:12.9567540Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9571780Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-11-23T01:28:12.9572100Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.002s) 2022-11-23T01:28:12.9572390Z test_normalize_operator_exhaustive_view_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9572690Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.003s) 2022-11-23T01:28:12.9572980Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9573270Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.002s) 2022-11-23T01:28:12.9573570Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... Traceback (most recent call last): 2022-11-23T01:28:12.9573970Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/graph_module.py", line 269, in __call__ 2022-11-23T01:28:12.9574260Z return super(self.cls, obj).__call__(*args, **kwargs) # type: ignore[misc] 2022-11-23T01:28:12.9574610Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1427, in _call_impl 2022-11-23T01:28:12.9574860Z return forward_call(*input, **kwargs) 2022-11-23T01:28:12.9575030Z File ".24172", line 5, in forward 2022-11-23T01:28:12.9575230Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-11-23T01:28:12.9575550Z RuntimeError: where expected condition to be a boolean tensor, but got a tensor with dtype Float 2022-11-23T01:28:12.9575700Z 2022-11-23T01:28:12.9575870Z Call using an FX-traced Module, line 5 of the traced Module's generated forward function: 2022-11-23T01:28:12.9576070Z def forward(self, arg_0, arg_1, arg_2): 2022-11-23T01:28:12.9576260Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-11-23T01:28:12.9631670Z 2022-11-23T01:28:12.9632220Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-11-23T01:28:12.9632650Z return where 2022-11-23T01:28:12.9632860Z 2022-11-23T01:28:12.9632980Z 2022-11-23T01:28:12.9633160Z 2022-11-23T01:28:12.9633330Z expected failure (0.005s) 2022-11-23T01:28:12.9633930Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.013s) 2022-11-23T01:28:12.9634710Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.005s) 2022-11-23T01:28:12.9635490Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.004s) 2022-11-23T01:28:12.9636270Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-11-23T01:28:12.9637000Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.001s) 2022-11-23T01:28:12.9637920Z 2022-11-23T01:28:12.9638310Z ---------------------------------------------------------------------- 2022-11-23T01:28:12.9638780Z Ran 658 tests in 16.084s 2022-11-23T01:28:12.9639010Z 2022-11-23T01:28:12.9639200Z OK (skipped=31, expected failures=107) 2022-11-23T01:28:12.9639460Z 2022-11-23T01:28:12.9639630Z Generating XML reports... 2022-11-23T01:28:12.9640460Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestFXExperimental-20221123012756.xml 2022-11-23T01:28:12.9641730Z Generated XML report: test-reports/python-unittest/test_fx_experimental/TEST-TestNormalizeOperatorsCPU-20221123012756.xml 2022-11-23T01:28:12.9642240Z 2022-11-23T01:28:12.9642810Z ##[endgroup] 2022-11-23T01:28:12.9643640Z FINISHED PRINTING LOG FILE of test_fx_experimental (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_fx_experimental_boi42nc3) 2022-11-23T01:28:12.9644140Z 2022-11-23T01:28:14.1308550Z Running test_utils ... [2022-11-23 01:28:14.130653] 2022-11-23T01:28:14.1309160Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:14.130841] 2022-11-23T01:28:14.1309450Z Ignoring disabled issues: [] 2022-11-23T01:28:27.0578090Z 2022-11-23T01:28:27.0578370Z Expand the folded group to see the log file of dynamo/test_minifier 2022-11-23T01:28:27.0578940Z ##[group]PRINTING LOG FILE of dynamo/test_minifier (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_minifier_3_5c1xf9) 2022-11-23T01:28:27.0579140Z 2022-11-23T01:28:27.0579200Z Running tests... 2022-11-23T01:28:27.0579560Z ---------------------------------------------------------------------- 2022-11-23T01:28:27.0579870Z Test results will be stored in test-reports/python-unittest/dynamo.test_minifier 2022-11-23T01:28:27.0580130Z test_after_dynamo_cpu_accuracy_backend_passes (__main__.MinifierTests) ... ok (1.062s) 2022-11-23T01:28:27.0580470Z test_after_dynamo_cpu_accuracy_error (__main__.MinifierTests) ... repro dir: /var/folders/yh/q3_29drn3d3bw226r0xgt9180000gn/T/tmpjdel0ytl/run_2022_11_23_01_28_15_348293/minifier/ 2022-11-23T01:28:27.0580720Z ok (2.303s) 2022-11-23T01:28:27.0580910Z test_after_dynamo_cpu_compile_backend_passes (__main__.MinifierTests) ... ok (0.729s) 2022-11-23T01:28:27.0581230Z test_after_dynamo_cpu_compile_error (__main__.MinifierTests) ... repro dir: /var/folders/yh/q3_29drn3d3bw226r0xgt9180000gn/T/tmpjdel0ytl/run_2022_11_23_01_28_18_349289/minifier/ 2022-11-23T01:28:27.0581460Z ok (2.377s) 2022-11-23T01:28:27.0581850Z test_after_dynamo_cpu_runtime_backend_passes (__main__.MinifierTests) ... ok (0.720s) 2022-11-23T01:28:27.0582160Z test_after_dynamo_cpu_runtime_error (__main__.MinifierTests) ... repro dir: /var/folders/yh/q3_29drn3d3bw226r0xgt9180000gn/T/tmpjdel0ytl/run_2022_11_23_01_28_21_467243/minifier/ 2022-11-23T01:28:27.0582390Z ok (2.295s) 2022-11-23T01:28:27.0582600Z test_after_dynamo_cuda_accuracy_backend_passes (__main__.MinifierTests) ... skip: requires cuda (0.000s) 2022-11-23T01:28:27.0582880Z test_after_dynamo_cuda_accuracy_error (__main__.MinifierTests) ... skip: requires cuda (0.000s) 2022-11-23T01:28:27.0583160Z test_after_dynamo_cuda_compile_backend_passes (__main__.MinifierTests) ... skip: requires cuda (0.000s) 2022-11-23T01:28:27.0583440Z test_after_dynamo_cuda_compile_error (__main__.MinifierTests) ... skip: requires cuda (0.000s) 2022-11-23T01:28:27.0583720Z test_after_dynamo_cuda_runtime_backend_passes (__main__.MinifierTests) ... skip: requires cuda (0.000s) 2022-11-23T01:28:27.0583990Z test_after_dynamo_cuda_runtime_error (__main__.MinifierTests) ... skip: requires cuda (0.000s) 2022-11-23T01:28:27.0584300Z test_after_dynamo_custom_backend (__main__.MinifierTests) ... repro dir: /var/folders/yh/q3_29drn3d3bw226r0xgt9180000gn/T/tmpjdel0ytl/run_2022_11_23_01_28_23_724187/minifier/ 2022-11-23T01:28:27.0584530Z ok (1.404s) 2022-11-23T01:28:27.0584730Z test_cpu_cuda_module_after_dynamo (__main__.MinifierTests) ... skip: requires cuda (0.001s) 2022-11-23T01:28:27.0585190Z test_if_graph_minified (__main__.MinifierTests) ... repro dir: /var/folders/yh/q3_29drn3d3bw226r0xgt9180000gn/T/tmpjdel0ytl/run_2022_11_23_01_28_25_167989/minifier/ 2022-11-23T01:28:27.0585420Z ok (2.321s) 2022-11-23T01:28:27.0585490Z 2022-11-23T01:28:27.0585650Z ---------------------------------------------------------------------- 2022-11-23T01:28:27.0585840Z Ran 15 tests in 13.217s 2022-11-23T01:28:27.0585930Z 2022-11-23T01:28:27.0585980Z OK (skipped=7) 2022-11-23T01:28:27.0586060Z 2022-11-23T01:28:27.0586120Z Generating XML reports... 2022-11-23T01:28:27.0586500Z Generated XML report: test-reports/python-unittest/dynamo.test_minifier/TEST-MinifierTests-20221123012813.xml 2022-11-23T01:28:27.0586680Z 2022-11-23T01:28:27.0586860Z ##[endgroup] 2022-11-23T01:28:27.0587180Z FINISHED PRINTING LOG FILE of dynamo/test_minifier (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_minifier_3_5c1xf9) 2022-11-23T01:28:27.0587370Z 2022-11-23T01:28:27.9147320Z 2022-11-23T01:28:27.9147760Z Expand the folded group to see the log file of test_utils 2022-11-23T01:28:27.9148300Z ##[group]PRINTING LOG FILE of test_utils (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_utils_8p6wc7ew) 2022-11-23T01:28:27.9148480Z 2022-11-23T01:28:27.9156940Z Running tests... 2022-11-23T01:28:27.9158350Z ---------------------------------------------------------------------- 2022-11-23T01:28:27.9159380Z Test results will be stored in test-reports/python-unittest/test_utils 2022-11-23T01:28:27.9159700Z test_assert_scriptable (__main__.TestAssert) ... ok (0.142s) 2022-11-23T01:28:27.9159910Z test_assert_true (__main__.TestAssert) ... ok (0.001s) 2022-11-23T01:28:27.9160610Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68433 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:28:27.9161060Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: No CUDA (0.000s) 2022-11-23T01:28:27.9161280Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.014s) 2022-11-23T01:28:27.9161490Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.004s) 2022-11-23T01:28:27.9162300Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-11-23T01:28:27.9162710Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-11-23T01:28:27.9162900Z ok (0.002s) 2022-11-23T01:28:27.9163070Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.001s) 2022-11-23T01:28:27.9163320Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T01:28:27.9163610Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... skip: No CUDA (0.000s) 2022-11-23T01:28:27.9163880Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.001s) 2022-11-23T01:28:27.9164110Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.006s) 2022-11-23T01:28:27.9164340Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... skip: No CUDA (0.000s) 2022-11-23T01:28:27.9164600Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.001s) 2022-11-23T01:28:27.9164860Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.000s) 2022-11-23T01:28:27.9165100Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.003s) 2022-11-23T01:28:27.9165310Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T01:28:27.9165570Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... skip: Test requires CUDA (0.001s) 2022-11-23T01:28:27.9165910Z test_smoke (__main__.TestCollectEnv) ... ok (3.128s) 2022-11-23T01:28:27.9166130Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.026s) 2022-11-23T01:28:27.9166370Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.022s) 2022-11-23T01:28:27.9166840Z test_multi_drop (__main__.TestDataLoaderUtils) ... /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:28:27.9167180Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:28:27.9167560Z /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:28:27.9167870Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:28:27.9168240Z /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:28:27.9168550Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:28:27.9168940Z /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:28:27.9169240Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:28:27.9169410Z ok (1.208s) 2022-11-23T01:28:27.9169720Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.000s) 2022-11-23T01:28:27.9170380Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T01:28:27.9170820Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-11-23T01:28:27.9171040Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-11-23T01:28:27.9171270Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.002s) 2022-11-23T01:28:27.9171490Z test_import_hipify (__main__.TestHipify) ... ok (0.000s) 2022-11-23T01:28:27.9171710Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.001s) 2022-11-23T01:28:27.9171990Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.001s) 2022-11-23T01:28:27.9172230Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (8.059s) 2022-11-23T01:28:27.9172370Z 2022-11-23T01:28:27.9172530Z ---------------------------------------------------------------------- 2022-11-23T01:28:27.9172720Z Ran 31 tests in 12.631s 2022-11-23T01:28:27.9172810Z 2022-11-23T01:28:27.9172870Z OK (skipped=7) 2022-11-23T01:28:27.9172950Z 2022-11-23T01:28:27.9173020Z Generating XML reports... 2022-11-23T01:28:27.9173310Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestAssert-20221123012815.xml 2022-11-23T01:28:27.9173680Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCheckpoint-20221123012815.xml 2022-11-23T01:28:27.9174040Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCollectEnv-20221123012815.xml 2022-11-23T01:28:27.9174410Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestCppExtensionUtils-20221123012815.xml 2022-11-23T01:28:27.9174820Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestDataLoaderUtils-20221123012815.xml 2022-11-23T01:28:27.9175190Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestExtensionUtils-20221123012815.xml 2022-11-23T01:28:27.9175540Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestHipify-20221123012815.xml 2022-11-23T01:28:27.9175940Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestONNXUtils-20221123012815.xml 2022-11-23T01:28:27.9176310Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestStandaloneCPPJIT-20221123012815.xml 2022-11-23T01:28:27.9176660Z Generated XML report: test-reports/python-unittest/test_utils/TEST-TestBottleneck-20221123012815.xml 2022-11-23T01:28:27.9176830Z 2022-11-23T01:28:27.9177110Z ##[endgroup] 2022-11-23T01:28:27.9177410Z FINISHED PRINTING LOG FILE of test_utils (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_utils_8p6wc7ew) 2022-11-23T01:28:27.9177590Z 2022-11-23T01:28:28.1777370Z Running test_datapipe ... [2022-11-23 01:28:28.177490] 2022-11-23T01:28:28.1778890Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_datapipe.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:28.177759] 2022-11-23T01:28:28.1779220Z Ignoring disabled issues: [] 2022-11-23T01:28:29.1487810Z Running dynamo/test_dynamic_shapes ... [2022-11-23 01:28:29.148613] 2022-11-23T01:28:29.1488940Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:29.148825] 2022-11-23T01:28:29.1489250Z Ignoring disabled issues: [] 2022-11-23T01:28:40.5136800Z 2022-11-23T01:28:40.5137110Z Expand the folded group to see the log file of dynamo/test_dynamic_shapes 2022-11-23T01:28:40.5138020Z ##[group]PRINTING LOG FILE of dynamo/test_dynamic_shapes (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_dynamic_shapes_2tm07xty) 2022-11-23T01:28:40.5138250Z 2022-11-23T01:28:40.5138300Z Running tests... 2022-11-23T01:28:40.5138640Z ---------------------------------------------------------------------- 2022-11-23T01:28:40.5139020Z Test results will be stored in test-reports/python-unittest/dynamo.test_dynamic_shapes 2022-11-23T01:28:40.5139330Z test_dict_return_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.224s) 2022-11-23T01:28:40.5139790Z test_dict_return_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5140150Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5140360Z ok (0.013s) 2022-11-23T01:28:40.5140970Z test_dupes_2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5141230Z ok (0.007s) 2022-11-23T01:28:40.5141580Z test_dupes_2_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5141830Z ok (0.008s) 2022-11-23T01:28:40.5142180Z test_dupes_and_bypass_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5142430Z ok (0.008s) 2022-11-23T01:28:40.5142790Z test_dupes_and_bypass_reorder_with_non_tensor_arg_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5143070Z ok (0.083s) 2022-11-23T01:28:40.5143460Z test_dupes_and_bypass_reorder_with_non_tensor_arg_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5143750Z ok (0.014s) 2022-11-23T01:28:40.5144120Z test_dupes_and_bypass_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5154670Z ok (0.012s) 2022-11-23T01:28:40.5155660Z test_dupes_and_bypass_with_non_tensor_arg_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5155960Z ok (0.010s) 2022-11-23T01:28:40.5156370Z test_dupes_and_bypass_with_non_tensor_arg_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5156660Z ok (0.012s) 2022-11-23T01:28:40.5157040Z test_dupes_and_bypass_with_non_tensor_output_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5157320Z ok (0.013s) 2022-11-23T01:28:40.5157700Z test_dupes_and_bypass_with_non_tensor_output_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5157990Z ok (0.011s) 2022-11-23T01:28:40.5158330Z test_dupes_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5158580Z ok (0.008s) 2022-11-23T01:28:40.5158930Z test_dupes_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5159200Z ok (0.009s) 2022-11-23T01:28:40.5159560Z test_export_compare_optimize_with_make_fx_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:40.5159840Z ok (0.041s) 2022-11-23T01:28:40.5160080Z test_export_decomp_asserts_bad_args_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:40.5160440Z test_export_decomp_asserts_bad_args_mode_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.000s) 2022-11-23T01:28:40.5161070Z test_export_decomp_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5161340Z ok (0.012s) 2022-11-23T01:28:40.5161570Z test_export_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5161940Z stats [('calls_captured', 80), ('fusions_possible', 78), ('unique_graphs', 2)] 2022-11-23T01:28:40.5162120Z ok (0.050s) 2022-11-23T01:28:40.5162470Z test_export_graph_bypass_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5162720Z ok (0.009s) 2022-11-23T01:28:40.5163080Z test_export_graph_bypass_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5163360Z ok (0.010s) 2022-11-23T01:28:40.5163720Z test_export_graph_with_complex_reorder_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5163990Z ok (0.012s) 2022-11-23T01:28:40.5164370Z test_export_graph_with_complex_reorder_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5164710Z ok (0.014s) 2022-11-23T01:28:40.5165060Z test_export_graph_with_list_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5165330Z ok (0.011s) 2022-11-23T01:28:40.5165690Z test_export_graph_with_list_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5165960Z ok (0.012s) 2022-11-23T01:28:40.5166300Z test_export_meta_val_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5166550Z ok (0.023s) 2022-11-23T01:28:40.5166890Z test_export_mismatched_out_2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5167150Z ok (0.008s) 2022-11-23T01:28:40.5167520Z test_export_mismatched_out_2_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5167790Z ok (0.009s) 2022-11-23T01:28:40.5168130Z test_export_mismatched_out_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5168390Z ok (0.008s) 2022-11-23T01:28:40.5168750Z test_export_mismatched_out_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5169020Z ok (0.009s) 2022-11-23T01:28:40.5169340Z test_export_shape_control_flow_1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5169670Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:40.5169840Z ok (0.016s) 2022-11-23T01:28:40.5170080Z test_export_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5170450Z stats [('calls_captured', 80), ('fusions_possible', 78), ('unique_graphs', 2)] 2022-11-23T01:28:40.5170630Z ok (0.062s) 2022-11-23T01:28:40.5170990Z test_export_with_constant_dict_values_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5171250Z ok (0.008s) 2022-11-23T01:28:40.5171620Z test_export_with_constant_free_function_and_class_method_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5171890Z ok (0.012s) 2022-11-23T01:28:40.5172280Z test_export_with_constant_free_function_and_class_method_multiarg_diff_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5172570Z ok (0.007s) 2022-11-23T01:28:40.5172950Z test_export_with_constant_free_function_and_class_method_multiarg_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5173230Z ok (0.014s) 2022-11-23T01:28:40.5173580Z test_export_with_constant_free_function_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5173900Z ok (0.012s) 2022-11-23T01:28:40.5174280Z test_export_with_constant_list_nonzero_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... unimplemented [('call_function BuiltinVariable(iter) [TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5174560Z expected failure (0.009s) 2022-11-23T01:28:40.5174960Z test_export_with_constant_list_nonzero_free_function_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... unimplemented [('call_function BuiltinVariable(iter) [TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5175250Z expected failure (0.004s) 2022-11-23T01:28:40.5175620Z test_export_with_constant_method_on_module_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5175890Z ok (0.010s) 2022-11-23T01:28:40.5176260Z test_export_with_constant_method_on_module_invoke_twice_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5176530Z ok (0.012s) 2022-11-23T01:28:40.5176880Z test_export_with_constant_none_control_flow_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5177170Z ok (0.004s) 2022-11-23T01:28:40.5177540Z test_export_with_constant_none_control_flow_free_func_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5177850Z ok (0.003s) 2022-11-23T01:28:40.5178210Z test_export_with_constant_not_none_control_flow_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5178470Z ok (0.005s) 2022-11-23T01:28:40.5178840Z test_export_with_constant_not_none_control_flow_free_func_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5179120Z ok (0.005s) 2022-11-23T01:28:40.5179530Z test_export_with_constant_not_none_control_flow_pos_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5179800Z ok (0.005s) 2022-11-23T01:28:40.5180160Z test_export_with_constant_not_return_const_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5180420Z ok (0.003s) 2022-11-23T01:28:40.5180790Z test_export_with_constant_tuple_nonzero_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... unimplemented [('call_function BuiltinVariable(iter) [TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5181080Z expected failure (0.004s) 2022-11-23T01:28:40.5181440Z test_export_with_module_layer_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:40.5181690Z ok (0.010s) 2022-11-23T01:28:40.5182030Z test_export_with_stack_trace_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:40.5182320Z ok (0.019s) 2022-11-23T01:28:40.5182540Z test_func_return_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5182900Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5183070Z ok (0.012s) 2022-11-23T01:28:40.5183300Z test_func_return_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5183610Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5183780Z ok (0.014s) 2022-11-23T01:28:40.5184120Z test_list_unpack_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5184360Z ok (0.010s) 2022-11-23T01:28:40.5184710Z test_list_unpack_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5184970Z ok (0.011s) 2022-11-23T01:28:40.5185330Z test_zeroes_in_and_out_different_shape_on_test_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5185600Z ok (0.011s) 2022-11-23T01:28:40.5186010Z test_zeroes_in_and_out_different_shape_on_test_with_aten_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5186300Z ok (0.013s) 2022-11-23T01:28:40.5186650Z test_zeroes_in_new_shape_scalar_out_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 16), ('fusions_possible', 14), ('unique_graphs', 2)] 2022-11-23T01:28:40.5186920Z ok (0.013s) 2022-11-23T01:28:40.5187300Z test_zeroes_in_new_shape_scalar_out_permute_dupe_and_bypass_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 22), ('fusions_possible', 20), ('unique_graphs', 2)] 2022-11-23T01:28:40.5187580Z ok (0.016s) 2022-11-23T01:28:40.5187940Z test_zeroes_in_new_shape_scalar_out_permute_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 22), ('fusions_possible', 20), ('unique_graphs', 2)] 2022-11-23T01:28:40.5188210Z ok (0.015s) 2022-11-23T01:28:40.5188530Z test_T_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5188850Z ok (0.011s) 2022-11-23T01:28:40.5189220Z test_add_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5189460Z ok (0.005s) 2022-11-23T01:28:40.5189690Z test_build_list_unpack_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5190000Z stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5190170Z ok (0.012s) 2022-11-23T01:28:40.5190410Z test_chunks1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires static shapes (0.000s) 2022-11-23T01:28:40.5190860Z test_const_tuple_add1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5191120Z ok (0.007s) 2022-11-23T01:28:40.5191450Z test_const_tuple_add2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5191700Z ok (0.008s) 2022-11-23T01:28:40.5192050Z test_constant1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5192410Z ok (0.008s) 2022-11-23T01:28:40.5193120Z test_constant2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5193390Z ok (0.008s) 2022-11-23T01:28:40.5193780Z test_constant3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5194060Z ok (0.004s) 2022-11-23T01:28:40.5194430Z test_constant4_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5194690Z ok (0.005s) 2022-11-23T01:28:40.5195050Z test_default_dict_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5195340Z ok (0.008s) 2022-11-23T01:28:40.5195680Z test_del_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5195940Z ok (0.007s) 2022-11-23T01:28:40.5196340Z test_device_constant_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5196610Z ok (0.005s) 2022-11-23T01:28:40.5196950Z test_device_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5197220Z ok (0.004s) 2022-11-23T01:28:40.5197570Z test_dict_copy_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5197830Z ok (0.004s) 2022-11-23T01:28:40.5198170Z test_dict_ops_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:28:40.5198450Z ok (0.013s) 2022-11-23T01:28:40.5198820Z test_dict_param_keys_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5199200Z ok (0.005s) 2022-11-23T01:28:40.5199590Z test_dtype_compare_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5199870Z ok (0.006s) 2022-11-23T01:28:40.5200210Z test_dtype_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5200470Z ok (0.004s) 2022-11-23T01:28:40.5200810Z test_finfo_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5201070Z ok (0.006s) 2022-11-23T01:28:40.5201410Z test_float_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5201720Z ok (0.005s) 2022-11-23T01:28:40.5202080Z test_fn_with_self_set_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5202360Z ok (0.049s) 2022-11-23T01:28:40.5202720Z test_fstrings1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5203040Z ok (0.006s) 2022-11-23T01:28:40.5203290Z test_fstrings2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires static shapes (0.000s) 2022-11-23T01:28:40.5203790Z test_fstrings3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5204040Z ok (0.005s) 2022-11-23T01:28:40.5204330Z test_funcdef_closure_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5204670Z stats [('calls_captured', 10), ('fusions_possible', 9), ('unique_graphs', 1)] 2022-11-23T01:28:40.5204860Z ok (0.015s) 2022-11-23T01:28:40.5205200Z test_globalfn_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5205450Z ok (0.005s) 2022-11-23T01:28:40.5205830Z test_globalmodule_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5206090Z ok (0.009s) 2022-11-23T01:28:40.5206450Z test_globalvar_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5206710Z ok (0.007s) 2022-11-23T01:28:40.5207080Z test_import1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5207330Z ok (0.007s) 2022-11-23T01:28:40.5207680Z test_indirect1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5207940Z ok (0.005s) 2022-11-23T01:28:40.5208270Z test_indirect2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5208530Z ok (0.006s) 2022-11-23T01:28:40.5208930Z test_indirect3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5209180Z ok (0.005s) 2022-11-23T01:28:40.5209430Z test_inline_jit_annotations_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5209760Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5209950Z ok (0.007s) 2022-11-23T01:28:40.5210310Z test_inline_softmax_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5210570Z ok (0.017s) 2022-11-23T01:28:40.5210810Z test_inline_with_default_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5211150Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5211330Z ok (0.007s) 2022-11-23T01:28:40.5211570Z test_inner_function_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5211900Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5212100Z ok (0.005s) 2022-11-23T01:28:40.5212370Z test_is_contiguous_memory_format_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires static shapes (0.000s) 2022-11-23T01:28:40.5212930Z test_is_fx_tracing_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5213200Z ok (0.005s) 2022-11-23T01:28:40.5213560Z test_is_in_onnx_export_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5213830Z ok (0.005s) 2022-11-23T01:28:40.5214170Z test_is_not_null_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5214430Z ok (0.005s) 2022-11-23T01:28:40.5214800Z test_is_quantized_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5215060Z ok (0.005s) 2022-11-23T01:28:40.5215410Z test_is_sparse_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5215660Z ok (0.004s) 2022-11-23T01:28:40.5216010Z test_islice_chain_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:40.5216270Z ok (0.011s) 2022-11-23T01:28:40.5216640Z test_jit_annotate_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5216900Z ok (0.006s) 2022-11-23T01:28:40.5217260Z test_len_constant_dict_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5217530Z ok (0.004s) 2022-11-23T01:28:40.5217870Z test_len_constant_list_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5218150Z ok (0.004s) 2022-11-23T01:28:40.5218520Z test_len_constant_misc_iterables_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5218790Z ok (0.005s) 2022-11-23T01:28:40.5219130Z test_len_tensor_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... expected failure (0.003s) 2022-11-23T01:28:40.5219580Z test_list_add_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5219860Z ok (0.041s) 2022-11-23T01:28:40.5220200Z test_list_clear_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5220500Z ok (0.007s) 2022-11-23T01:28:40.5220840Z test_list_convert_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5221120Z ok (0.008s) 2022-11-23T01:28:40.5221470Z test_list_reversed_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5221740Z ok (0.009s) 2022-11-23T01:28:40.5222110Z test_list_slice_assignment_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5222450Z ok (0.005s) 2022-11-23T01:28:40.5222790Z test_list_truth_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5223060Z ok (0.005s) 2022-11-23T01:28:40.5223410Z test_listarg1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5223660Z ok (0.007s) 2022-11-23T01:28:40.5224000Z test_listarg2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5224260Z ok (0.005s) 2022-11-23T01:28:40.5224630Z test_listarg3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5224880Z ok (0.006s) 2022-11-23T01:28:40.5225230Z test_listarg4_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5225490Z ok (0.005s) 2022-11-23T01:28:40.5225830Z test_listarg5_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5226080Z ok (0.006s) 2022-11-23T01:28:40.5226430Z test_load_global_bool_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5226690Z ok (0.004s) 2022-11-23T01:28:40.5226920Z test_map_sum_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5227240Z stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:28:40.5227450Z ok (0.015s) 2022-11-23T01:28:40.5227700Z test_methodcall1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5228020Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5228210Z ok (0.008s) 2022-11-23T01:28:40.5228450Z test_methodcall2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5228860Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5229070Z ok (0.007s) 2022-11-23T01:28:40.5229310Z test_methodcall3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5229640Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5229820Z ok (0.007s) 2022-11-23T01:28:40.5230170Z test_min_max_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 11), ('fusions_possible', 10), ('unique_graphs', 1)] 2022-11-23T01:28:40.5230430Z ok (0.011s) 2022-11-23T01:28:40.5230780Z test_module_constant_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5231050Z ok (0.009s) 2022-11-23T01:28:40.5231390Z test_ndim_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5231640Z ok (0.004s) 2022-11-23T01:28:40.5232000Z test_pop_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5232420Z ok (0.009s) 2022-11-23T01:28:40.5232770Z test_reduce_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5233050Z ok (0.009s) 2022-11-23T01:28:40.5233410Z test_return_dict2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5233670Z ok (0.006s) 2022-11-23T01:28:40.5234030Z test_return_dict_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5234290Z ok (0.006s) 2022-11-23T01:28:40.5234650Z test_return_tuple1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5234910Z ok (0.006s) 2022-11-23T01:28:40.5235270Z test_return_tuple2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5235530Z ok (0.004s) 2022-11-23T01:28:40.5235790Z test_shape1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires static shapes (0.000s) 2022-11-23T01:28:40.5236170Z test_shape2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires static shapes (0.000s) 2022-11-23T01:28:40.5236630Z test_slice1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5236910Z ok (0.017s) 2022-11-23T01:28:40.5237260Z test_slice2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5237510Z ok (0.010s) 2022-11-23T01:28:40.5237860Z test_slice3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5238120Z ok (0.025s) 2022-11-23T01:28:40.5238450Z test_slice4_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5238700Z ok (0.007s) 2022-11-23T01:28:40.5239110Z test_slice5_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5239370Z ok (0.022s) 2022-11-23T01:28:40.5239710Z test_slice6_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5239960Z ok (0.027s) 2022-11-23T01:28:40.5240320Z test_startswith_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5240580Z ok (0.007s) 2022-11-23T01:28:40.5240840Z test_tensor_len_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... expected failure (0.004s) 2022-11-23T01:28:40.5241210Z test_tensor_new_with_shape_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires static shapes (0.000s) 2022-11-23T01:28:40.5241590Z test_tensor_new_with_size_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires static shapes (0.000s) 2022-11-23T01:28:40.5242070Z test_transpose_for_scores_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5242420Z ok (0.015s) 2022-11-23T01:28:40.5242760Z test_tuple1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5243010Z ok (0.005s) 2022-11-23T01:28:40.5243350Z test_tuple2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5243600Z ok (0.005s) 2022-11-23T01:28:40.5243950Z test_tuple_contains_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5244210Z ok (0.005s) 2022-11-23T01:28:40.5244550Z test_tuple_iadd_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5244830Z ok (0.006s) 2022-11-23T01:28:40.5245180Z test_unpack1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5245470Z ok (0.010s) 2022-11-23T01:28:40.5245820Z test_unpack2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5246080Z ok (0.010s) 2022-11-23T01:28:40.5246420Z test_unpack3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5246680Z ok (0.010s) 2022-11-23T01:28:40.5255200Z test_unpack_ex1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5255590Z ok (0.008s) 2022-11-23T01:28:40.5255970Z test_unpack_ex2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5256210Z ok (0.009s) 2022-11-23T01:28:40.5256800Z test_unpack_ex3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5257060Z ok (0.008s) 2022-11-23T01:28:40.5257400Z test_viamethod_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5257640Z ok (0.005s) 2022-11-23T01:28:40.5257980Z test_viatorch_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5258230Z ok (0.005s) 2022-11-23T01:28:40.5258530Z test_allow_in_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5258860Z stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5259030Z ok (0.006s) 2022-11-23T01:28:40.5259370Z test_autocast_cpu_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:40.5259620Z ok (0.007s) 2022-11-23T01:28:40.5259850Z test_autocast_device_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires cuda (0.001s) 2022-11-23T01:28:40.5260190Z test_autocast_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires cuda (0.001s) 2022-11-23T01:28:40.5260600Z test_autocast_float64_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires cuda (0.001s) 2022-11-23T01:28:40.5260940Z test_autograd_function_equivalence_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5261310Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5261490Z ok (0.006s) 2022-11-23T01:28:40.5261880Z test_autograd_profiler_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... STAGE:2022-11-23 01:28:31 53291:57014126 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:28:40.5262360Z STAGE:2022-11-23 01:28:31 53291:57014126 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:28:40.5262700Z STAGE:2022-11-23 01:28:31 53291:57014126 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:28:40.5263020Z [2022-11-23 01:28:31,853] torch._dynamo.variables.torch: [WARNING] Profiler will be ignored 2022-11-23T01:28:40.5263240Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5263390Z unimplemented [] 2022-11-23T01:28:40.5263560Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:28:40.5263800Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5263970Z ok (0.014s) 2022-11-23T01:28:40.5264360Z test_autograd_profiler_enabled_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... STAGE:2022-11-23 01:28:31 53291:57014126 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:28:40.5264790Z STAGE:2022-11-23 01:28:31 53291:57014126 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:28:40.5265120Z STAGE:2022-11-23 01:28:31 53291:57014126 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:28:40.5265350Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5265490Z unimplemented [] 2022-11-23T01:28:40.5265710Z graph_break [('torch.autograd._profiler_enabled not supported yet', 1)] 2022-11-23T01:28:40.5265990Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5266150Z ok (0.010s) 2022-11-23T01:28:40.5266490Z test_boolarg_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:28:40.5266730Z ok (0.012s) 2022-11-23T01:28:40.5267020Z test_build_tuple_unpack_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5267340Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5267510Z ok (0.014s) 2022-11-23T01:28:40.5267850Z test_builtin_isinstance_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5268110Z ok (0.005s) 2022-11-23T01:28:40.5268350Z test_builtin_subclasses_as_method_on_class_type_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:40.5268700Z test_builtin_subclasses_as_method_on_var_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.002s) 2022-11-23T01:28:40.5269140Z test_callpacked_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5269390Z ok (0.012s) 2022-11-23T01:28:40.5269690Z test_cell_output1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5270060Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5270230Z ok (0.004s) 2022-11-23T01:28:40.5270510Z test_cell_output2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5270730Z unimplemented [] 2022-11-23T01:28:40.5271050Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5271350Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5271520Z ok (0.006s) 2022-11-23T01:28:40.5271850Z test_change_backends_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:28:40.5272140Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5272280Z ok (0.014s) 2022-11-23T01:28:40.5272570Z test_cond_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:28:40.5272790Z unimplemented [] 2022-11-23T01:28:40.5273000Z graph_break [('Fake tensor mode not yet supported for cond', 2)] 2022-11-23T01:28:40.5273260Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5273420Z ok (0.010s) 2022-11-23T01:28:40.5273760Z test_cond_export_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('unique_graphs', 5), ('fusions_possible', 1)] 2022-11-23T01:28:40.5274000Z ok (0.011s) 2022-11-23T01:28:40.5274360Z test_cond_export_single_arg_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('unique_graphs', 3), ('calls_captured', 2), ('fusions_possible', -1)] 2022-11-23T01:28:40.5274620Z ok (0.007s) 2022-11-23T01:28:40.5274910Z test_cond_nested_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 11), ('ok', 11)] 2022-11-23T01:28:40.5275140Z unimplemented [] 2022-11-23T01:28:40.5275350Z graph_break [('Fake tensor mode not yet supported for cond', 6)] 2022-11-23T01:28:40.5275600Z stats [('calls_captured', 4), ('unique_graphs', 4), ('fusions_possible', 0)] 2022-11-23T01:28:40.5275770Z ok (0.025s) 2022-11-23T01:28:40.5276080Z test_cond_nested_fake_tensor_off_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5276500Z stats [('calls_captured', 6), ('unique_graphs', 5), ('fusions_possible', 1)] 2022-11-23T01:28:40.5276690Z ok (0.011s) 2022-11-23T01:28:40.5277060Z test_config_getattr_default_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5277420Z stats [('calls_captured', 21), ('fusions_possible', 18), ('unique_graphs', 3)] 2022-11-23T01:28:40.5277590Z ok (0.022s) 2022-11-23T01:28:40.5277890Z test_config_log_level_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5278220Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5278380Z ok (0.006s) 2022-11-23T01:28:40.5278670Z test_config_obj_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:40.5278990Z stats [('calls_captured', 8), ('fusions_possible', 4), ('unique_graphs', 4)] 2022-11-23T01:28:40.5279160Z ok (0.014s) 2022-11-23T01:28:40.5279400Z test_const_dict_variable_python_type_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:40.5280080Z test_cross_entropy_loss_fancy_ctor_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:40.5280640Z warnings.warn(warning.format(ret)) 2022-11-23T01:28:40.5280790Z ok (0.002s) 2022-11-23T01:28:40.5281030Z test_cross_entropy_loss_simple_ctor_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:40.5281470Z test_dataclass_fields_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5281700Z inline_call [] 2022-11-23T01:28:40.5281920Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:40.5282090Z ok (0.021s) 2022-11-23T01:28:40.5282400Z test_dict_mutation_side_effect_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5282730Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5282900Z ok (0.004s) 2022-11-23T01:28:40.5283230Z test_dict_reconstruct_keeps_original_order_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 13), ('ok', 12)] 2022-11-23T01:28:40.5283640Z unimplemented [("Guard setup for uninitialized class ", 1)] 2022-11-23T01:28:40.5284380Z 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:28:40.5284960Z inline_call [('inline __setitem__', 2), ('Patched init cannot be inlined.', 1)] 2022-11-23T01:28:40.5285130Z ok (0.023s) 2022-11-23T01:28:40.5285430Z test_dictcomp_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5285660Z inline_call [] 2022-11-23T01:28:40.5285870Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5286050Z ok (0.005s) 2022-11-23T01:28:40.5286270Z test_disable_optimize_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:40.5286770Z test_disallow_in_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5287030Z unimplemented [] 2022-11-23T01:28:40.5287310Z graph_break [('call_function UserDefinedObjectVariable(sub) [TensorVariable(), ConstantVariable(int)] {}', 1)] 2022-11-23T01:28:40.5287620Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5287790Z ok (0.008s) 2022-11-23T01:28:40.5288020Z test_dunder_methods_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5288340Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5288500Z ok (0.015s) 2022-11-23T01:28:40.5288730Z test_duplicate_graph_break_warning_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... break 2022-11-23T01:28:40.5288950Z break 2022-11-23T01:28:40.5289110Z frames [('total', 9), ('ok', 9)] 2022-11-23T01:28:40.5289360Z inline_call [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 2)] 2022-11-23T01:28:40.5289550Z unimplemented [] 2022-11-23T01:28:40.5289780Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 4)] 2022-11-23T01:28:40.5298140Z stats [('calls_captured', 6), ('unique_graphs', 4), ('fusions_possible', 2)] 2022-11-23T01:28:40.5298570Z ok (0.024s) 2022-11-23T01:28:40.5298940Z test_dynamo_min_operator_with_shape_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5299210Z ok (0.005s) 2022-11-23T01:28:40.5299490Z test_empty_list_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5299810Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5299980Z ok (0.009s) 2022-11-23T01:28:40.5300320Z test_enum_no_graphbreaks_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:40.5300580Z ok (0.007s) 2022-11-23T01:28:40.5300890Z test_error_on_nested_fx_trace_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5301210Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5301370Z ok (0.004s) 2022-11-23T01:28:40.5301690Z test_fold_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5301930Z ok (0.004s) 2022-11-23T01:28:40.5302280Z test_frozenset_torch_func_contains_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:40.5302540Z ok (0.006s) 2022-11-23T01:28:40.5302880Z test_function_annotation_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5303130Z ok (0.006s) 2022-11-23T01:28:40.5303460Z test_generate_tensor_from_list_of_numpy_primitive_type_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5303700Z unimplemented [] 2022-11-23T01:28:40.5303860Z graph_break [('numpy', 1)] 2022-11-23T01:28:40.5304080Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5304250Z ok (0.004s) 2022-11-23T01:28:40.5304630Z test_grad_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5304860Z unimplemented [] 2022-11-23T01:28:40.5305050Z graph_break [('Tensor.backward', 1)] 2022-11-23T01:28:40.5305290Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5305450Z ok (0.021s) 2022-11-23T01:28:40.5305740Z test_grad_mode_guard_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5305970Z unimplemented [] 2022-11-23T01:28:40.5306140Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:28:40.5306380Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5306540Z ok (0.011s) 2022-11-23T01:28:40.5306830Z test_graph_break_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5307050Z unimplemented [] 2022-11-23T01:28:40.5307380Z 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:28:40.5307710Z stats [('calls_captured', 6), ('fusions_possible', 3), ('unique_graphs', 3)] 2022-11-23T01:28:40.5307880Z ok (0.015s) 2022-11-23T01:28:40.5308200Z test_id_of_nn_module_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:40.5308590Z ok (0.007s) 2022-11-23T01:28:40.5308970Z test_if_cond_nn_mod_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:40.5309220Z ok (0.008s) 2022-11-23T01:28:40.5309510Z test_inference_mode_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5309820Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5309980Z ok (0.004s) 2022-11-23T01:28:40.5310270Z test_inline_dict_mutation_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5310500Z inline_call [] 2022-11-23T01:28:40.5310720Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5310880Z ok (0.004s) 2022-11-23T01:28:40.5311190Z test_inline_func_jump_on_tensor_condition_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:40.5311500Z inline_call [('generic_jump TensorVariable()', 1)] 2022-11-23T01:28:40.5311660Z unimplemented [] 2022-11-23T01:28:40.5311850Z graph_break [('generic_jump TensorVariable()', 1)] 2022-11-23T01:28:40.5312090Z stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:28:40.5312260Z ok (0.008s) 2022-11-23T01:28:40.5312550Z test_inline_list_mutation_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5312780Z inline_call [] 2022-11-23T01:28:40.5312980Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5313140Z ok (0.003s) 2022-11-23T01:28:40.5313480Z test_inplace_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5313710Z ok (0.005s) 2022-11-23T01:28:40.5314050Z test_inplace_param_update_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5314310Z ok (0.004s) 2022-11-23T01:28:40.5314770Z test_is_floating_point2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5315070Z ok (0.006s) 2022-11-23T01:28:40.5315440Z test_is_floating_point_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5315690Z ok (0.007s) 2022-11-23T01:28:40.5315980Z test_is_tensor2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5316300Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5316470Z ok (0.007s) 2022-11-23T01:28:40.5316830Z test_is_tensor_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5317070Z ok (0.006s) 2022-11-23T01:28:40.5317360Z test_is_tensor_like2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5317590Z unimplemented [] 2022-11-23T01:28:40.5317820Z graph_break [('call_function args: UserDefinedObjectVariable(MyTensor) ', 1)] 2022-11-23T01:28:40.5318100Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5318330Z ok (0.006s) 2022-11-23T01:28:40.5318700Z test_is_tensor_like_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:40.5318940Z ok (0.005s) 2022-11-23T01:28:40.5319310Z test_item_changes_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5319560Z ok (0.007s) 2022-11-23T01:28:40.5319900Z test_item_changes_new_shape_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5320170Z ok (0.007s) 2022-11-23T01:28:40.5320490Z test_item_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5320730Z ok (0.004s) 2022-11-23T01:28:40.5320960Z test_large_reduction_list_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.007s) 2022-11-23T01:28:40.5321320Z test_linetable_writer_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: use linetable when python >= 3.10 (0.000s) 2022-11-23T01:28:40.5321750Z test_list_append_return_none_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5322070Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5322230Z ok (0.004s) 2022-11-23T01:28:40.5322510Z test_list_mul_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5322730Z ok (0.001s) 2022-11-23T01:28:40.5323020Z test_listcomp_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5323240Z inline_call [] 2022-11-23T01:28:40.5323470Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5323630Z ok (0.007s) 2022-11-23T01:28:40.5323850Z test_lnotab_writer_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:40.5324410Z test_manual_seed_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5324720Z ok (0.007s) 2022-11-23T01:28:40.5325090Z test_matmul1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5325320Z ok (0.004s) 2022-11-23T01:28:40.5325550Z test_module_complex_iter_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.006s) 2022-11-23T01:28:40.5325940Z test_module_deepcopy_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 6), ('ok', 6)] 2022-11-23T01:28:40.5326180Z unimplemented [] 2022-11-23T01:28:40.5326470Z 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:28:40.5326690Z inline_call [] 2022-11-23T01:28:40.5326900Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5327070Z ok (0.026s) 2022-11-23T01:28:40.5327300Z test_named_parameters_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.012s) 2022-11-23T01:28:40.5327680Z test_namedtuple1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5328200Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5328370Z ok (0.005s) 2022-11-23T01:28:40.5328650Z test_namedtuple2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5328960Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5329120Z ok (0.005s) 2022-11-23T01:28:40.5329410Z test_namedtuple3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5329720Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5329890Z ok (0.004s) 2022-11-23T01:28:40.5330170Z test_nan_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5330470Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5330630Z ok (0.004s) 2022-11-23T01:28:40.5337630Z test_nested_closure_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5338020Z stats [('calls_captured', 9), ('fusions_possible', 7), ('unique_graphs', 2)] 2022-11-23T01:28:40.5338190Z ok (0.014s) 2022-11-23T01:28:40.5338410Z test_nested_closure_mutation_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5338740Z stats [('calls_captured', 11), ('fusions_possible', 9), ('unique_graphs', 2)] 2022-11-23T01:28:40.5338910Z ok (0.009s) 2022-11-23T01:28:40.5339360Z test_nested_disable_decorator_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... [2022-11-23 01:28:32,473] 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:28:40.5339720Z due to: 2022-11-23T01:28:40.5339860Z Traceback (most recent call last): 2022-11-23T01:28:40.5340180Z 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:28:40.5340420Z raise Unsupported(msg) 2022-11-23T01:28:40.5340690Z torch._dynamo.exc.Unsupported: call torch._dynamo.disable() wrapped function .fn1 at 0x12ed5bd30> 2022-11-23T01:28:40.5340900Z 2022-11-23T01:28:40.5340950Z from user code: 2022-11-23T01:28:40.5341470Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py", line 1197, in fn3 2022-11-23T01:28:40.5341670Z return fn2(x) 2022-11-23T01:28:40.5341910Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py", line 1190, in fn2 2022-11-23T01:28:40.5342110Z x = fn1(x) # graph break 2022-11-23T01:28:40.5342200Z 2022-11-23T01:28:40.5342300Z Set torch._dynamo.config.verbose=True for more information 2022-11-23T01:28:40.5342420Z 2022-11-23T01:28:40.5342420Z 2022-11-23T01:28:40.5342510Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5342650Z unimplemented [] 2022-11-23T01:28:40.5342960Z graph_break [('call torch._dynamo.disable() wrapped function .fn1 at 0x12ed5bd30>', 1)] 2022-11-23T01:28:40.5343280Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5343620Z inline_call [('call torch._dynamo.disable() wrapped function .fn1 at 0x12ed5bd30>', 1)] 2022-11-23T01:28:40.5343840Z ok (0.013s) 2022-11-23T01:28:40.5344090Z test_nested_optimize_decorator_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5344400Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5344710Z ok (0.008s) 2022-11-23T01:28:40.5345060Z test_nested_optimize_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:40.5345320Z ok (0.011s) 2022-11-23T01:28:40.5345660Z test_nested_optimize_run_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:40.5345900Z ok (0.012s) 2022-11-23T01:28:40.5346130Z test_nn_sequential_invocation_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5346440Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5346640Z ok (0.014s) 2022-11-23T01:28:40.5346890Z test_nn_sequential_invocation_reposition_indices_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5347210Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5347380Z ok (0.011s) 2022-11-23T01:28:40.5347720Z test_no_error_on_nested_fx_trace_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5348040Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5348200Z ok (0.005s) 2022-11-23T01:28:40.5348530Z test_no_grad_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 40), ('fusions_possible', 32), ('unique_graphs', 8)] 2022-11-23T01:28:40.5348780Z ok (0.051s) 2022-11-23T01:28:40.5349100Z test_numel_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:40.5349340Z ok (0.006s) 2022-11-23T01:28:40.5349640Z test_numpy_int_constant_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5349950Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5350120Z ok (0.004s) 2022-11-23T01:28:40.5350420Z test_numpy_variable_isinstance_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5350740Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5350990Z ok (0.003s) 2022-11-23T01:28:40.5351230Z test_object_classmethod_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5351570Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5351740Z ok (0.003s) 2022-11-23T01:28:40.5351970Z test_object_staticmethod_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5352280Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5352450Z ok (0.003s) 2022-11-23T01:28:40.5352830Z test_onnx_shape_as_tensor_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 15), ('fusions_possible', 10), ('unique_graphs', 5)] 2022-11-23T01:28:40.5353080Z ok (0.013s) 2022-11-23T01:28:40.5353430Z test_optimize_on_module_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5353680Z ok (0.004s) 2022-11-23T01:28:40.5354010Z test_pair_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:28:40.5354320Z ok (0.008s) 2022-11-23T01:28:40.5354650Z test_python_slice_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5354970Z stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:40.5355130Z ok (0.017s) 2022-11-23T01:28:40.5355430Z test_raise_on_backend_error_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1)] 2022-11-23T01:28:40.5355730Z stats [('calls_captured', 3), ('fusions_possible', 2)] 2022-11-23T01:28:40.5355880Z ok (0.005s) 2022-11-23T01:28:40.5356160Z test_raises_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5356380Z unimplemented [] 2022-11-23T01:28:40.5356610Z graph_break [('call_function BuiltinVariable(str) [TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5356870Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5357040Z ok (0.008s) 2022-11-23T01:28:40.5357260Z test_rand_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires cuda (0.000s) 2022-11-23T01:28:40.5357590Z test_range_input_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5357890Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5358060Z ok (0.006s) 2022-11-23T01:28:40.5358370Z test_recursive_inline_list_mutation_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5358610Z inline_call [] 2022-11-23T01:28:40.5358820Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:40.5358980Z ok (0.008s) 2022-11-23T01:28:40.5359280Z test_release_input_memory_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5359600Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5359770Z ok (0.003s) 2022-11-23T01:28:40.5360060Z test_release_module_memory_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5360390Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5360550Z ok (0.007s) 2022-11-23T01:28:40.5360970Z test_repro_graph_breaks_in__get_item_by_idx_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5361250Z ok (0.008s) 2022-11-23T01:28:40.5361580Z test_return_nested_function_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5361890Z stats [('calls_captured', 7), ('fusions_possible', 5), ('unique_graphs', 2)] 2022-11-23T01:28:40.5362060Z ok (0.011s) 2022-11-23T01:28:40.5362340Z test_sample_input_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5362720Z unimplemented [('call_method UserDefinedObjectVariable(member_descriptor) __mul__ [ConstantVariable(int)] {}', 1)] 2022-11-23T01:28:40.5363100Z graph_break [("isinstance called on UserDefinedClass UserDefinedObjectVariable(member_descriptor) ", 1)] 2022-11-23T01:28:40.5363320Z ok (0.298s) 2022-11-23T01:28:40.5363610Z test_setattr_mutation1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5363960Z stats [('calls_captured', 12), ('fusions_possible', 11), ('unique_graphs', 1)] 2022-11-23T01:28:40.5364190Z ok (0.014s) 2022-11-23T01:28:40.5364490Z test_setattr_mutation2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5364700Z inline_call [] 2022-11-23T01:28:40.5364910Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:40.5365080Z ok (0.010s) 2022-11-23T01:28:40.5365370Z test_setattr_mutation3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5365590Z inline_call [] 2022-11-23T01:28:40.5365800Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:40.5365970Z ok (0.010s) 2022-11-23T01:28:40.5366250Z test_shape_unpack_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5366560Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5366720Z ok (0.004s) 2022-11-23T01:28:40.5367030Z test_side_effects_codegen_update_mutated_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 6), ('ok', 6)] 2022-11-23T01:28:40.5367270Z unimplemented [] 2022-11-23T01:28:40.5367430Z graph_break [('Tensor.item', 4)] 2022-11-23T01:28:40.5367660Z stats [('calls_captured', 8), ('fusions_possible', 4), ('unique_graphs', 4)] 2022-11-23T01:28:40.5367820Z ok (0.025s) 2022-11-23T01:28:40.5368110Z test_size_input_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5368410Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5368580Z ok (0.007s) 2022-11-23T01:28:40.5368910Z test_slice_input_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:28:40.5369150Z ok (0.010s) 2022-11-23T01:28:40.5369400Z test_tensor_build_list_unpack_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires static shapes (0.001s) 2022-11-23T01:28:40.5369890Z test_tensor_data_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5377260Z ok (0.005s) 2022-11-23T01:28:40.5377880Z test_tensor_dict1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5378210Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5378380Z ok (0.004s) 2022-11-23T01:28:40.5378680Z test_tensor_dict2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5379000Z stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:28:40.5379170Z ok (0.011s) 2022-11-23T01:28:40.5379480Z test_tensor_dot_grad_no_graph_break_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5379720Z unimplemented [] 2022-11-23T01:28:40.5379900Z graph_break [('Tensor.backward', 1)] 2022-11-23T01:28:40.5380140Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5380310Z ok (0.011s) 2022-11-23T01:28:40.5380600Z test_tensor_is_contiguous_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5380930Z stats [('calls_captured', 10), ('fusions_possible', 8), ('unique_graphs', 2)] 2022-11-23T01:28:40.5381100Z ok (0.009s) 2022-11-23T01:28:40.5381400Z test_tensor_item_capture_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5381880Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5382050Z ok (0.006s) 2022-11-23T01:28:40.5382360Z test_tensor_item_no_capture_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5382600Z unimplemented [] 2022-11-23T01:28:40.5382780Z graph_break [('Tensor.item', 1)] 2022-11-23T01:28:40.5383020Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5383190Z ok (0.005s) 2022-11-23T01:28:40.5383530Z test_tensor_layout_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5383770Z ok (0.005s) 2022-11-23T01:28:40.5384060Z test_tensor_types_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 10), ('ok', 10)] 2022-11-23T01:28:40.5384380Z stats [('calls_captured', 10), ('unique_graphs', 10), ('fusions_possible', 0)] 2022-11-23T01:28:40.5384550Z ok (0.016s) 2022-11-23T01:28:40.5384890Z test_top_package_import_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5385150Z ok (0.004s) 2022-11-23T01:28:40.5385500Z test_torch_cuda_is_available_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5385760Z ok (0.003s) 2022-11-23T01:28:40.5386080Z test_torch_nn_parameter_isinstance_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5386420Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5386590Z ok (0.004s) 2022-11-23T01:28:40.5387000Z test_torch_profiler_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... STAGE:2022-11-23 01:28:33 53291:57014126 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:28:40.5387460Z STAGE:2022-11-23 01:28:33 53291:57014126 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:28:40.5387800Z STAGE:2022-11-23 01:28:33 53291:57014126 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:28:40.5388220Z [2022-11-23 01:28:33,172] torch._dynamo.variables.torch: [WARNING] Profiler will be ignored 2022-11-23T01:28:40.5388540Z [2022-11-23 01:28:33,173] torch._dynamo.variables.torch: [WARNING] Profiler will be ignored 2022-11-23T01:28:40.5388760Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5388900Z unimplemented [] 2022-11-23T01:28:40.5389070Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:28:40.5389310Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5389470Z ok (0.013s) 2022-11-23T01:28:40.5389810Z test_torch_seed_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5390060Z ok (0.004s) 2022-11-23T01:28:40.5390400Z test_torch_size_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5390650Z ok (0.007s) 2022-11-23T01:28:40.5390930Z test_type_copy_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5391250Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5391420Z ok (0.010s) 2022-11-23T01:28:40.5391800Z test_typing_variable_isinstance_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5392130Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5392320Z ok (0.005s) 2022-11-23T01:28:40.5392660Z test_unpack4_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:28:40.5392910Z ok (0.013s) 2022-11-23T01:28:40.5393240Z test_unpack5_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:28:40.5393490Z ok (0.011s) 2022-11-23T01:28:40.5393940Z test_unsupported_fake_tensor_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... [2022-11-23 01:28:33,239] 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:28:40.5394280Z due to: 2022-11-23T01:28:40.5394410Z Traceback (most recent call last): 2022-11-23T01:28:40.5394730Z 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:28:40.5395030Z raise NotImplementedError(f"could not find kernel for {op} at dispatch key {k}") 2022-11-23T01:28:40.5395310Z NotImplementedError: could not find kernel for aten.quantize_per_tensor.default at dispatch key DispatchKey.Meta 2022-11-23T01:28:40.5395490Z 2022-11-23T01:28:40.5395600Z During handling of the above exception, another exception occurred: 2022-11-23T01:28:40.5395720Z 2022-11-23T01:28:40.5395790Z Traceback (most recent call last): 2022-11-23T01:28:40.5396130Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_subclasses/fake_tensor.py", line 1015, in to_real_tensor 2022-11-23T01:28:40.5396400Z out = torch.zeros_like(e, device=e.fake_device) 2022-11-23T01:28:40.5396610Z RuntimeError: Cannot call sizes() on tensor with symbolic sizes/strides 2022-11-23T01:28:40.5396740Z 2022-11-23T01:28:40.5396850Z The above exception was the direct cause of the following exception: 2022-11-23T01:28:40.5396980Z 2022-11-23T01:28:40.5397040Z Traceback (most recent call last): 2022-11-23T01:28:40.5397360Z 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:28:40.5397710Z raise RuntimeError( 2022-11-23T01:28:40.5398130Z RuntimeError: Failed running call_function (*(FakeTensor(FakeTensor(..., device='meta', size=(s0, s0)), cpu), 0.1, 10, torch.quint8), **{}): 2022-11-23T01:28:40.5398420Z Cannot call sizes() on tensor with symbolic sizes/strides 2022-11-23T01:28:40.5398590Z (scroll up for backtrace) 2022-11-23T01:28:40.5398680Z 2022-11-23T01:28:40.5398790Z The above exception was the direct cause of the following exception: 2022-11-23T01:28:40.5398910Z 2022-11-23T01:28:40.5398980Z Traceback (most recent call last): 2022-11-23T01:28:40.5399300Z 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:28:40.5399550Z raise TorchRuntimeError() from e 2022-11-23T01:28:40.5399730Z torch._dynamo.exc.TorchRuntimeError: 2022-11-23T01:28:40.5399840Z 2022-11-23T01:28:40.5399890Z from user code: 2022-11-23T01:28:40.5400140Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py", line 1706, in f 2022-11-23T01:28:40.5400390Z return torch.quantize_per_tensor(x, 0.1, 10, torch.quint8) 2022-11-23T01:28:40.5400510Z 2022-11-23T01:28:40.5400610Z Set torch._dynamo.config.verbose=True for more information 2022-11-23T01:28:40.5400730Z 2022-11-23T01:28:40.5400820Z 2022-11-23T01:28:40.5400940Z frames [('total', 1)] 2022-11-23T01:28:40.5401220Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5401400Z ok (0.010s) 2022-11-23T01:28:40.5401730Z test_update_locals_and_stack_uses_shared_cache_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5401980Z inline_call [] 2022-11-23T01:28:40.5402110Z unimplemented [] 2022-11-23T01:28:40.5402360Z graph_break [('call_method ListVariable() extend [ListIteratorVariable()] {}', 1)] 2022-11-23T01:28:40.5402550Z ok (0.009s) 2022-11-23T01:28:40.5402900Z test_user_defined_class_name_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5403160Z ok (0.008s) 2022-11-23T01:28:40.5403420Z test_user_function_variable_supports_enum_argument_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5403660Z ok (0.004s) 2022-11-23T01:28:40.5403910Z test_user_function_variable_supports_function_argument_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5404280Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5404450Z ok (0.005s) 2022-11-23T01:28:40.5404700Z test_user_function_variable_supports_type_abcmeta_argument_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5405040Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5405210Z ok (0.005s) 2022-11-23T01:28:40.5405500Z test_user_getattr1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5405730Z inline_call [] 2022-11-23T01:28:40.5405950Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5406120Z ok (0.005s) 2022-11-23T01:28:40.5406410Z test_user_getattr2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5406640Z inline_call [] 2022-11-23T01:28:40.5406850Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5407020Z ok (0.005s) 2022-11-23T01:28:40.5407450Z test_user_property_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5407680Z inline_call [] 2022-11-23T01:28:40.5407910Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5408070Z ok (0.004s) 2022-11-23T01:28:40.5408310Z test_usr_cls_classmethod_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5408620Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5408790Z ok (0.007s) 2022-11-23T01:28:40.5409020Z test_usr_cls_staticmethod_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5409330Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5416060Z ok (0.006s) 2022-11-23T01:28:40.5416320Z test_version_ci_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.000s) 2022-11-23T01:28:40.5416650Z test_write_to_closures_in_inlining_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5417040Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5417210Z ok (0.005s) 2022-11-23T01:28:40.5417750Z test_basicmodule1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5418000Z ok (0.011s) 2022-11-23T01:28:40.5418340Z test_basicmodule2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5418590Z ok (0.011s) 2022-11-23T01:28:40.5418830Z test_call_fn_with_non_const_inputs_safe_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5419150Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5419320Z ok (0.109s) 2022-11-23T01:28:40.5419660Z test_cfgmod_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:40.5419910Z ok (0.017s) 2022-11-23T01:28:40.5420240Z test_children_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5420480Z ok (0.014s) 2022-11-23T01:28:40.5420800Z test_constloop_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:40.5421060Z ok (0.020s) 2022-11-23T01:28:40.5421270Z test_densenet_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5421570Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:40.5421740Z ok (0.018s) 2022-11-23T01:28:40.5421960Z test_enumvalues_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5422250Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:40.5422420Z ok (0.014s) 2022-11-23T01:28:40.5422750Z test_fnmember_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5422990Z ok (0.009s) 2022-11-23T01:28:40.5423320Z test_fnmembercmp1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5423680Z ok (0.009s) 2022-11-23T01:28:40.5424100Z test_fnmembercmp2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5424340Z ok (0.010s) 2022-11-23T01:28:40.5424560Z test_forward_directly_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5424870Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5425040Z ok (0.015s) 2022-11-23T01:28:40.5425260Z test_generation_tag_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:40.5425680Z test_hasattr_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5425930Z ok (0.007s) 2022-11-23T01:28:40.5426260Z test_intarg_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5426500Z ok (0.010s) 2022-11-23T01:28:40.5426820Z test_iseval1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5427190Z ok (0.009s) 2022-11-23T01:28:40.5427560Z test_iseval2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5427790Z ok (0.009s) 2022-11-23T01:28:40.5428120Z test_isnonelayer_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5428380Z ok (0.007s) 2022-11-23T01:28:40.5428710Z test_istraining1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5428960Z ok (0.009s) 2022-11-23T01:28:40.5429290Z test_istraining2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5429540Z ok (0.009s) 2022-11-23T01:28:40.5429870Z test_layerlist_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5430110Z ok (0.012s) 2022-11-23T01:28:40.5430680Z test_lazy_module_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:40.5431200Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:40.5431730Z [2022-11-23 01:28:33,662] torch._dynamo.symbolic_convert: [WARNING] /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parameter.py [SizeVariable()] {} missing a required argument: 'shape' 2022-11-23T01:28:40.5432370Z /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:28:40.5432770Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:40.5433290Z /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:28:40.5433690Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:40.5434240Z [2022-11-23 01:28:33,681] torch._dynamo.symbolic_convert: [WARNING] /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parameter.py [SizeVariable()] {} missing a required argument: 'shape' 2022-11-23T01:28:40.5434860Z /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:28:40.5435240Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:40.5435460Z frames [('total', 16), ('ok', 14)] 2022-11-23T01:28:40.5435990Z 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:28:40.5436560Z unimplemented [("Guard setup for uninitialized class ", 2)] 2022-11-23T01:28:40.5436870Z graph_break [('Patched init cannot be inlined.', 3), ('arg mismatch inlining', 2)] 2022-11-23T01:28:40.5437150Z stats [('calls_captured', 4), ('unique_graphs', 3), ('fusions_possible', 1)] 2022-11-23T01:28:40.5437320Z ok (0.055s) 2022-11-23T01:28:40.5437570Z test_module_attribute_precedence_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5437890Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5438060Z ok (0.009s) 2022-11-23T01:28:40.5438280Z test_module_class_method_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5438590Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:40.5438760Z ok (0.023s) 2022-11-23T01:28:40.5439100Z test_module_name_string_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5439350Z ok (0.010s) 2022-11-23T01:28:40.5439580Z test_module_property_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5439880Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5440050Z ok (0.007s) 2022-11-23T01:28:40.5440280Z test_module_static_method_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5440580Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:40.5440750Z ok (0.023s) 2022-11-23T01:28:40.5441080Z test_moduledict_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5441340Z ok (0.007s) 2022-11-23T01:28:40.5441670Z test_modulelist_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 40), ('fusions_possible', 39), ('unique_graphs', 1)] 2022-11-23T01:28:40.5441930Z ok (0.073s) 2022-11-23T01:28:40.5442150Z test_modulemethod1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5442580Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:40.5442760Z ok (0.023s) 2022-11-23T01:28:40.5442980Z test_modulemethod2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5443310Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:40.5443470Z ok (0.023s) 2022-11-23T01:28:40.5443840Z test_nn_moduledict_contains_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('unique_graphs', 3), ('fusions_possible', 1)] 2022-11-23T01:28:40.5444140Z frames [('total', 2), ('ok', 1)] 2022-11-23T01:28:40.5444340Z inline_call [('Patched init cannot be inlined.', 1)] 2022-11-23T01:28:40.5444680Z unimplemented [("Guard setup for uninitialized class .M'>", 1)] 2022-11-23T01:28:40.5444970Z graph_break [('Patched init cannot be inlined.', 1)] 2022-11-23T01:28:40.5445140Z ok (0.011s) 2022-11-23T01:28:40.5445360Z test_parameters1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5445670Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5445830Z ok (0.006s) 2022-11-23T01:28:40.5446060Z test_parameters2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5446470Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5446640Z ok (0.006s) 2022-11-23T01:28:40.5446980Z test_parameters3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5447230Z ok (0.013s) 2022-11-23T01:28:40.5447560Z test_self_mutating1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:28:40.5447810Z ok (0.022s) 2022-11-23T01:28:40.5448130Z test_seq_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5448370Z ok (0.013s) 2022-11-23T01:28:40.5448860Z test_simple_torch_function_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:40.5449320Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:40.5449730Z /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:28:40.5450070Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:40.5450260Z inline_call [] 2022-11-23T01:28:40.5450470Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5450640Z ok (0.011s) 2022-11-23T01:28:40.5450980Z test_stringmember_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5451230Z ok (0.009s) 2022-11-23T01:28:40.5451450Z test_submodules1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5451760Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:40.5451930Z ok (0.020s) 2022-11-23T01:28:40.5452260Z test_submodules2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5459220Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:40.5459400Z ok (0.020s) 2022-11-23T01:28:40.5459620Z test_super1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5459920Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5460120Z ok (0.012s) 2022-11-23T01:28:40.5460350Z test_super_class_method_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5460650Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5460810Z ok (0.005s) 2022-11-23T01:28:40.5461170Z test_tensorlist_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5461420Z ok (0.014s) 2022-11-23T01:28:40.5461920Z test_torch_function_with_closure_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:40.5462580Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:40.5463020Z /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:28:40.5463350Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:40.5463640Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5463810Z ok (0.009s) 2022-11-23T01:28:40.5464120Z test_unsupportedmethod_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5464500Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5464720Z unimplemented [] 2022-11-23T01:28:40.5464990Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5465290Z stats [('calls_captured', 5), ('fusions_possible', 3), ('unique_graphs', 2)] 2022-11-23T01:28:40.5465450Z ok (0.023s) 2022-11-23T01:28:40.5465750Z test_unsupportedmodule_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5466130Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5466340Z unimplemented [] 2022-11-23T01:28:40.5466620Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5466920Z stats [('calls_captured', 6), ('fusions_possible', 3), ('unique_graphs', 3)] 2022-11-23T01:28:40.5467080Z ok (0.022s) 2022-11-23T01:28:40.5467300Z test_viamodulecall_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5467600Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5467770Z ok (0.011s) 2022-11-23T01:28:40.5468050Z test_Size_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5468450Z 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:28:40.5468690Z unimplemented [] 2022-11-23T01:28:40.5469110Z 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:28:40.5469480Z stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5469650Z ok (0.006s) 2022-11-23T01:28:40.5469930Z test_abc_setattr_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5470160Z unimplemented [] 2022-11-23T01:28:40.5470460Z graph_break [('setattr(UserDefinedObjectVariable) .Derived.__setattr__ at 0x17ea38ee0>', 1)] 2022-11-23T01:28:40.5470690Z inline_call [] 2022-11-23T01:28:40.5470900Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5471070Z ok (0.007s) 2022-11-23T01:28:40.5471290Z test_batch_norm_act_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5471600Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5471760Z ok (0.033s) 2022-11-23T01:28:40.5472060Z test_bigbird_unsqueeze_inplace_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5472380Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5472720Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5472860Z ok (0.289s) 2022-11-23T01:28:40.5473080Z test_boxes_len_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5473380Z stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:40.5473540Z ok (0.007s) 2022-11-23T01:28:40.5473790Z test_chunk_reformer_ff_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires static shapes (0.001s) 2022-11-23T01:28:40.5474240Z test_class_member_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5474480Z ok (0.008s) 2022-11-23T01:28:40.5474790Z test_convert_boxes_to_pooler_format_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:40.5475020Z inline_call [] 2022-11-23T01:28:40.5475150Z unimplemented [] 2022-11-23T01:28:40.5475370Z graph_break [('dynamic shape operator: aten.repeat_interleave.Tensor', 2)] 2022-11-23T01:28:40.5475650Z stats [('calls_captured', 18), ('fusions_possible', 14), ('unique_graphs', 4)] 2022-11-23T01:28:40.5475830Z expected failure (0.047s) 2022-11-23T01:28:40.5476100Z test_create_rand_mask_from_inputs_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires static shapes (0.001s) 2022-11-23T01:28:40.5476440Z test_dict_iter_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.002s) 2022-11-23T01:28:40.5476820Z test_dict_list_values_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:40.5477050Z unimplemented [] 2022-11-23T01:28:40.5477370Z graph_break [('call_function in skip_files Builtin count', 2), ('call_function BuiltinVariable(zip) [UserDefinedObjectVariable(count), ListVariable()] {}', 2)] 2022-11-23T01:28:40.5477600Z ok (0.015s) 2022-11-23T01:28:40.5477880Z test_do_paste_mask_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1)] 2022-11-23T01:28:40.5478110Z expected failure (0.012s) 2022-11-23T01:28:40.5478450Z test_ellipsis_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5478760Z ok (0.042s) 2022-11-23T01:28:40.5479080Z test_exec_import_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:28:40.5479400Z inline_call [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:40.5479580Z unimplemented [] 2022-11-23T01:28:40.5479810Z graph_break [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:40.5479990Z ok (0.002s) 2022-11-23T01:28:40.5480310Z test_exec_wildcard_import_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:28:40.5480640Z inline_call [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:40.5480820Z unimplemented [] 2022-11-23T01:28:40.5481050Z graph_break [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:40.5481320Z stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:40.5481480Z ok (0.005s) 2022-11-23T01:28:40.5481790Z test_for_loop_graph_break_before_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5482020Z unimplemented [] 2022-11-23T01:28:40.5482450Z 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:28:40.5482690Z inline_call [] 2022-11-23T01:28:40.5482900Z stats [('calls_captured', 100), ('fusions_possible', 99), ('unique_graphs', 1)] 2022-11-23T01:28:40.5483070Z ok (0.094s) 2022-11-23T01:28:40.5483370Z test_for_loop_graph_break_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5483590Z inline_call [] 2022-11-23T01:28:40.5483940Z 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:28:40.5484280Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5484440Z ok (0.007s) 2022-11-23T01:28:40.5484670Z test_get_parameter_dtype_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5484970Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5485140Z ok (0.007s) 2022-11-23T01:28:40.5485390Z test_grad_mode_carrying_correct_state_after_graph_break_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... Break 2022-11-23T01:28:40.5485660Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5485800Z unimplemented [] 2022-11-23T01:28:40.5486040Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:40.5486310Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5486480Z ok (0.008s) 2022-11-23T01:28:40.5486770Z test_guard_fail_nested_tuple_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5486910Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5486950Z ok (0.007s) 2022-11-23T01:28:40.5487190Z test_guard_fail_tensor_bool_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 12), ('ok', 12)] 2022-11-23T01:28:40.5487360Z unimplemented [('FOR_ITER UserDefinedObjectVariable(product)', 1)] 2022-11-23T01:28:40.5487660Z graph_break [('call torch._dynamo.disable() wrapped function .fn..get_expected at 0x17eae6040>', 5), ('data dependent operator: aten.allclose.default', 5)] 2022-11-23T01:28:40.5487860Z stats [('calls_captured', 5), ('unique_graphs', 5), ('fusions_possible', 0)] 2022-11-23T01:28:40.5487920Z ok (0.044s) 2022-11-23T01:28:40.5488080Z test_guard_ordering_shape_fail_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:40.5488240Z test_hf_model_output_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5488410Z stats [('calls_captured', 4), ('unique_graphs', 4), ('fusions_possible', 0)] 2022-11-23T01:28:40.5488450Z ok (0.032s) 2022-11-23T01:28:40.5488600Z test_hf_t5_forward_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5488740Z stats [('calls_captured', 14), ('fusions_possible', 13), ('unique_graphs', 1)] 2022-11-23T01:28:40.5488800Z expected failure (0.220s) 2022-11-23T01:28:40.5489030Z test_indexing_with_list_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5489120Z inline_call [('Tensor.numpy', 1)] 2022-11-23T01:28:40.5489260Z unimplemented [('COMPARE_OP ConstantVariable(tuple) == SizeVariable()', 1)] 2022-11-23T01:28:40.5489350Z graph_break [('Tensor.numpy', 1)] 2022-11-23T01:28:40.5489400Z ok (0.010s) 2022-11-23T01:28:40.5489640Z test_is_symbolic_tracing_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5489780Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5489830Z ok (0.004s) 2022-11-23T01:28:40.5489990Z test_isinstance_dtype_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.002s) 2022-11-23T01:28:40.5490520Z test_isinstance_storage_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:40.5490590Z warnings.warn(message, UserWarning) 2022-11-23T01:28:40.5490680Z frames [('total', 12), ('ok', 11)] 2022-11-23T01:28:40.5490730Z unimplemented [] 2022-11-23T01:28:40.5491040Z 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:28:40.5491280Z 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:28:40.5491340Z expected failure (0.011s) 2022-11-23T01:28:40.5491500Z test_issue1466_size_aot_autograd_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... arf 2022-11-23T01:28:40.5491540Z arf 2022-11-23T01:28:40.5491630Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5491710Z unimplemented [] 2022-11-23T01:28:40.5491870Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:40.5498780Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5498880Z aot_autograd [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5498920Z ok (0.110s) 2022-11-23T01:28:40.5499070Z test_issue175_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5499210Z stats [('calls_captured', 12), ('fusions_possible', 11), ('unique_graphs', 1)] 2022-11-23T01:28:40.5499260Z ok (0.066s) 2022-11-23T01:28:40.5499720Z test_longformer_chunk_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 76), ('fusions_possible', 72), ('unique_graphs', 4)] 2022-11-23T01:28:40.5499770Z ok (1.102s) 2022-11-23T01:28:40.5500000Z test_maml_item_capture_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5500140Z inline_call [('inlining disallowed: ', 1)] 2022-11-23T01:28:40.5500190Z unimplemented [] 2022-11-23T01:28:40.5500490Z 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:28:40.5500630Z stats [('calls_captured', 36), ('fusions_possible', 33), ('unique_graphs', 3)] 2022-11-23T01:28:40.5500680Z ok (0.041s) 2022-11-23T01:28:40.5500910Z test_maml_no_item_capture_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:28:40.5501050Z inline_call [('inlining disallowed: ', 1)] 2022-11-23T01:28:40.5501100Z unimplemented [] 2022-11-23T01:28:40.5501380Z 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:28:40.5501570Z stats [('calls_captured', 36), ('fusions_possible', 31), ('unique_graphs', 5)] 2022-11-23T01:28:40.5501620Z ok (0.059s) 2022-11-23T01:28:40.5501870Z test_modules_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5501920Z ok (0.020s) 2022-11-23T01:28:40.5502140Z test_multi_dot_import_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:40.5502400Z 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:28:40.5502450Z unimplemented [] 2022-11-23T01:28:40.5502690Z 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:28:40.5502840Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5502880Z ok (0.010s) 2022-11-23T01:28:40.5503050Z test_multi_import_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires detectron2 (0.000s) 2022-11-23T01:28:40.5503310Z test_named_buffers_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:40.5503360Z ok (0.016s) 2022-11-23T01:28:40.5503580Z test_nn_parameter_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5503800Z 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:28:40.5503850Z unimplemented [] 2022-11-23T01:28:40.5504070Z 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:28:40.5504210Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5504250Z ok (0.005s) 2022-11-23T01:28:40.5504510Z test_not_rewrite_assert_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... unimplemented [('generic_jump TensorVariable()', 1)] 2022-11-23T01:28:40.5504560Z ok (0.005s) 2022-11-23T01:28:40.5504890Z test_not_rewrite_assert_for_other_errors_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5505060Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5505110Z ok (0.007s) 2022-11-23T01:28:40.5505320Z test_numpy_list_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 1)] 2022-11-23T01:28:40.5505380Z unimplemented [] 2022-11-23T01:28:40.5505590Z graph_break [('call torch._dynamo.disable() wrapped function .rand_gen at 0x17fa7baf0>', 1)] 2022-11-23T01:28:40.5505650Z expected failure (0.011s) 2022-11-23T01:28:40.5505870Z test_optimized_deepcopy_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5506010Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5506050Z ok (0.011s) 2022-11-23T01:28:40.5506270Z test_primtorch_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5506510Z 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:28:40.5506570Z unimplemented [] 2022-11-23T01:28:40.5506880Z 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:28:40.5506930Z ok (0.006s) 2022-11-23T01:28:40.5507310Z test_primtorch_no_graph_break_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... 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:28:40.5507370Z expected failure (0.003s) 2022-11-23T01:28:40.5507590Z test_recursive_map_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5507640Z inline_call [] 2022-11-23T01:28:40.5507780Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5507830Z ok (0.016s) 2022-11-23T01:28:40.5507980Z test_reformer_eval_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5508120Z stats [('calls_captured', 10), ('fusions_possible', 9), ('unique_graphs', 1)] 2022-11-23T01:28:40.5508160Z ok (0.203s) 2022-11-23T01:28:40.5508320Z test_reformer_min_chunk_len_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5508460Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5508500Z ok (0.005s) 2022-11-23T01:28:40.5508660Z test_reformer_sorting_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:40.5508800Z stats [('calls_captured', 28), ('fusions_possible', 27), ('unique_graphs', 1)] 2022-11-23T01:28:40.5508850Z ok (0.038s) 2022-11-23T01:28:40.5509070Z test_reformer_train_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:40.5509320Z 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:28:40.5509380Z unimplemented [] 2022-11-23T01:28:40.5509680Z 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:28:40.5509870Z stats [('calls_captured', 10), ('fusions_possible', 6), ('unique_graphs', 4)] 2022-11-23T01:28:40.5509910Z ok (0.177s) 2022-11-23T01:28:40.5510130Z test_reinplacing_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5510270Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5510360Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5510410Z ok (0.682s) 2022-11-23T01:28:40.5510670Z test_relative_import_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5510720Z ok (0.012s) 2022-11-23T01:28:40.5510990Z test_relative_import_no_modulename_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5511040Z ok (0.011s) 2022-11-23T01:28:40.5511310Z test_rewrite_assert_noop_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:28:40.5511350Z ok (0.021s) 2022-11-23T01:28:40.5511620Z test_rewrite_assert_with_fstring_msg_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... unimplemented [('generic_jump TensorVariable()', 1)] 2022-11-23T01:28:40.5511750Z ok (0.004s) 2022-11-23T01:28:40.5512020Z test_rewrite_assert_with_msg_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 18), ('fusions_possible', 15), ('unique_graphs', 3)] 2022-11-23T01:28:40.5512070Z ok (0.022s) 2022-11-23T01:28:40.5512350Z test_rewrite_assert_without_msg_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 12), ('fusions_possible', 10), ('unique_graphs', 2)] 2022-11-23T01:28:40.5512400Z ok (0.015s) 2022-11-23T01:28:40.5512610Z test_rng_state_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5512750Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:40.5512790Z ok (0.005s) 2022-11-23T01:28:40.5513050Z test_seq_append_list_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5513100Z ok (0.024s) 2022-11-23T01:28:40.5513910Z test_sigmoid_out_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:40.5513970Z torch.sigmoid(inp, out=out1) 2022-11-23T01:28:40.5514690Z /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:28:40.5514740Z warnings.warn(msg) 2022-11-23T01:28:40.5515480Z /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:28:40.5515550Z torch.sigmoid(inp, out=out1) 2022-11-23T01:28:40.5515650Z frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:40.5515790Z inline_call [('call_function UserDefinedClassVariable() [] {}', 1)] 2022-11-23T01:28:40.5515840Z ok (0.016s) 2022-11-23T01:28:40.5516120Z test_slice_into_list_mutable_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 30), ('fusions_possible', 29), ('unique_graphs', 1)] 2022-11-23T01:28:40.5516160Z ok (0.017s) 2022-11-23T01:28:40.5516390Z test_slicing_dynamic_shape_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5516510Z unimplemented [('Dynamic slicing not supported', 1)] 2022-11-23T01:28:40.5516650Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5516700Z ok (0.005s) 2022-11-23T01:28:40.5517100Z test_slicing_dynamic_shape_setitem_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 1)] 2022-11-23T01:28:40.5517220Z unimplemented [('Dynamic slicing not supported', 2)] 2022-11-23T01:28:40.5517330Z graph_break [('Dynamic slicing not supported', 1)] 2022-11-23T01:28:40.5517470Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5517520Z ok (0.022s) 2022-11-23T01:28:40.5518340Z test_sort_out_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:40.5518420Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:28:40.5519110Z /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:28:40.5519170Z return node.target(*args, **kwargs) 2022-11-23T01:28:40.5519810Z /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:28:40.5519890Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:28:40.5520620Z /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:28:40.5520700Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:28:40.5520800Z frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:40.5520930Z inline_call [('call_function UserDefinedClassVariable() [] {}', 1)] 2022-11-23T01:28:40.5520980Z ok (0.020s) 2022-11-23T01:28:40.5521210Z test_specialized_stride_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5521340Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5521390Z ok (0.003s) 2022-11-23T01:28:40.5521620Z test_tensor_isinstance_tuple_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5521760Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5521800Z ok (0.003s) 2022-11-23T01:28:40.5522120Z test_tokenization_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:40.5522340Z 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:28:40.5522390Z unimplemented [] 2022-11-23T01:28:40.5522610Z 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:28:40.5522650Z ok (0.007s) 2022-11-23T01:28:40.5522920Z test_torch_ops_aten_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5522970Z ok (0.007s) 2022-11-23T01:28:40.5523240Z test_vdd_duplicate_error_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5523280Z ok (0.015s) 2022-11-23T01:28:40.5523510Z test_while_loop_graph_break_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5523560Z inline_call [] 2022-11-23T01:28:40.5523810Z 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:28:40.5523940Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5523990Z ok (0.007s) 2022-11-23T01:28:40.5524150Z test_with_on_graph_break_inst_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... Hello world 2022-11-23T01:28:40.5524190Z Hello world 2022-11-23T01:28:40.5524270Z frames [('total', 6), ('ok', 6)] 2022-11-23T01:28:40.5524430Z inline_call [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:40.5524490Z unimplemented [] 2022-11-23T01:28:40.5524670Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 2), ('Tensor.backward', 1)] 2022-11-23T01:28:40.5524810Z stats [('calls_captured', 11), ('fusions_possible', 7), ('unique_graphs', 4)] 2022-11-23T01:28:40.5524850Z ok (0.030s) 2022-11-23T01:28:40.5525070Z test_capi_call1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5525120Z unimplemented [] 2022-11-23T01:28:40.5525430Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5525620Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5525670Z ok (0.007s) 2022-11-23T01:28:40.5525880Z test_capi_call2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5525930Z unimplemented [] 2022-11-23T01:28:40.5526130Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5526260Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5526300Z ok (0.015s) 2022-11-23T01:28:40.5526510Z test_capi_call3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5526560Z unimplemented [] 2022-11-23T01:28:40.5526750Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5526890Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5526930Z ok (0.008s) 2022-11-23T01:28:40.5527150Z test_control_flow1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5527400Z stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:40.5527440Z ok (0.012s) 2022-11-23T01:28:40.5527660Z test_control_flow2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5527790Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5527840Z ok (0.006s) 2022-11-23T01:28:40.5528060Z test_control_flow3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5528190Z stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:40.5528230Z ok (0.018s) 2022-11-23T01:28:40.5528450Z test_control_flow4_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:28:40.5528580Z stats [('calls_captured', 5), ('unique_graphs', 3), ('fusions_possible', 2)] 2022-11-23T01:28:40.5528630Z ok (0.011s) 2022-11-23T01:28:40.5528840Z test_control_flow5_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:40.5528980Z stats [('calls_captured', 13), ('fusions_possible', 7), ('unique_graphs', 6)] 2022-11-23T01:28:40.5529020Z ok (0.030s) 2022-11-23T01:28:40.5529240Z test_dynamic_kwarg_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5529370Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5529420Z ok (0.004s) 2022-11-23T01:28:40.5529650Z test_dynamic_shapes_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 11), ('ok', 11)] 2022-11-23T01:28:40.5529790Z stats [('calls_captured', 22), ('fusions_possible', 11), ('unique_graphs', 11)] 2022-11-23T01:28:40.5529830Z ok (0.019s) 2022-11-23T01:28:40.5530070Z test_enumerate_not_break_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5530200Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:40.5530260Z expected failure (0.008s) 2022-11-23T01:28:40.5530470Z test_extended_args_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5530690Z stats [('calls_captured', 1026), ('fusions_possible', 1023), ('unique_graphs', 3)] 2022-11-23T01:28:40.5530740Z ok (1.429s) 2022-11-23T01:28:40.5530970Z test_graph_break_on_item_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5531020Z unimplemented [] 2022-11-23T01:28:40.5531110Z graph_break [('Tensor.item', 1)] 2022-11-23T01:28:40.5531240Z stats [('calls_captured', 5), ('fusions_possible', 3), ('unique_graphs', 2)] 2022-11-23T01:28:40.5531290Z ok (0.014s) 2022-11-23T01:28:40.5531520Z test_indirect_unsupported1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5531710Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5531760Z unimplemented [] 2022-11-23T01:28:40.5531950Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5532080Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:40.5532130Z ok (0.014s) 2022-11-23T01:28:40.5532350Z test_indirect_unsupported2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5532620Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5532670Z unimplemented [] 2022-11-23T01:28:40.5532850Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5532990Z stats [('calls_captured', 5), ('unique_graphs', 3), ('fusions_possible', 2)] 2022-11-23T01:28:40.5533040Z ok (0.020s) 2022-11-23T01:28:40.5533260Z test_indirect_unsupported3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5533450Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5533500Z unimplemented [] 2022-11-23T01:28:40.5533680Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5533810Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:40.5533860Z ok (0.014s) 2022-11-23T01:28:40.5534070Z test_multigraph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5534200Z stats [('calls_captured', 5), ('fusions_possible', 3), ('unique_graphs', 2)] 2022-11-23T01:28:40.5534250Z ok (0.011s) 2022-11-23T01:28:40.5534470Z test_no_graph_break_on_item_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5534610Z stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:40.5534650Z ok (0.010s) 2022-11-23T01:28:40.5534880Z test_pop_after_resume_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5534930Z unimplemented [] 2022-11-23T01:28:40.5535110Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5535250Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5535290Z ok (0.016s) 2022-11-23T01:28:40.5535510Z test_restore_range_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5535560Z unimplemented [] 2022-11-23T01:28:40.5535750Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5535950Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5536000Z ok (0.012s) 2022-11-23T01:28:40.5542520Z test_restore_range_iter_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5542610Z unimplemented [] 2022-11-23T01:28:40.5542830Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5542970Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:40.5543010Z ok (0.010s) 2022-11-23T01:28:40.5543230Z test_restore_state_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 1)] 2022-11-23T01:28:40.5543280Z unimplemented [] 2022-11-23T01:28:40.5543470Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5543610Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5543660Z expected failure (0.013s) 2022-11-23T01:28:40.5543880Z test_resume1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5543930Z unimplemented [] 2022-11-23T01:28:40.5544250Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5544380Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5544430Z ok (0.014s) 2022-11-23T01:28:40.5544640Z test_resume2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5544830Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5544880Z unimplemented [] 2022-11-23T01:28:40.5545060Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5545190Z stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:40.5545240Z ok (0.020s) 2022-11-23T01:28:40.5545450Z test_resume3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5545640Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5545690Z unimplemented [] 2022-11-23T01:28:40.5545870Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5546010Z stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:40.5546050Z ok (0.020s) 2022-11-23T01:28:40.5546260Z test_resume4_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5546440Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5546490Z unimplemented [] 2022-11-23T01:28:40.5546680Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5546810Z stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:40.5546850Z ok (0.020s) 2022-11-23T01:28:40.5547020Z test_resume5_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... tensor([1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 2022-11-23T01:28:40.5547060Z 1.5000]) 2022-11-23T01:28:40.5547150Z tensor([1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 2022-11-23T01:28:40.5547190Z 1.5000]) 2022-11-23T01:28:40.5547310Z tensor([1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 2022-11-23T01:28:40.5547360Z 1.5000]) 2022-11-23T01:28:40.5547440Z tensor([1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 2022-11-23T01:28:40.5547480Z 1.5000]) 2022-11-23T01:28:40.5547560Z frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:40.5547620Z unimplemented [] 2022-11-23T01:28:40.5547770Z graph_break [('call_function BuiltinVariable(print) [TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5547900Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5547950Z ok (0.014s) 2022-11-23T01:28:40.5548170Z test_resume_freevars_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5548220Z unimplemented [] 2022-11-23T01:28:40.5548410Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5548550Z stats [('calls_captured', 5), ('fusions_possible', 3), ('unique_graphs', 2)] 2022-11-23T01:28:40.5548590Z ok (0.018s) 2022-11-23T01:28:40.5548820Z test_resume_paths_join_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:40.5548960Z stats [('calls_captured', 10), ('unique_graphs', 7), ('fusions_possible', 3)] 2022-11-23T01:28:40.5549060Z ok (0.034s) 2022-11-23T01:28:40.5549300Z test_resume_tuple_iterator_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5549350Z unimplemented [] 2022-11-23T01:28:40.5549540Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5549670Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:40.5549710Z ok (0.019s) 2022-11-23T01:28:40.5549940Z test_resume_with_no_grad1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:40.5549990Z unimplemented [] 2022-11-23T01:28:40.5550080Z graph_break [('Tensor.tolist', 2)] 2022-11-23T01:28:40.5550220Z stats [('calls_captured', 18), ('fusions_possible', 14), ('unique_graphs', 4)] 2022-11-23T01:28:40.5550270Z ok (0.026s) 2022-11-23T01:28:40.5550500Z test_resume_with_no_grad2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5550550Z unimplemented [] 2022-11-23T01:28:40.5550640Z graph_break [('Tensor.tolist', 2)] 2022-11-23T01:28:40.5550780Z stats [('calls_captured', 13), ('fusions_possible', 10), ('unique_graphs', 3)] 2022-11-23T01:28:40.5550830Z ok (0.020s) 2022-11-23T01:28:40.5551050Z test_resume_with_no_grad3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5551100Z unimplemented [] 2022-11-23T01:28:40.5551180Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:28:40.5551330Z stats [('calls_captured', 19), ('fusions_possible', 17), ('unique_graphs', 2)] 2022-11-23T01:28:40.5551370Z ok (0.015s) 2022-11-23T01:28:40.5551590Z test_stack_state1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5551640Z unimplemented [] 2022-11-23T01:28:40.5551830Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5551960Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:40.5552000Z ok (0.017s) 2022-11-23T01:28:40.5552220Z test_stack_state2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5552490Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5552550Z unimplemented [] 2022-11-23T01:28:40.5552740Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5552880Z stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:40.5552920Z ok (0.023s) 2022-11-23T01:28:40.5553080Z test_start1_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... tensor([1., 1., 1., 1., 1., 1., 1., 1., 1., 1.]) 2022-11-23T01:28:40.5553200Z tensor([-2., -2., -2., -2., -2., -2., -2., -2., -2., -2.]) 2022-11-23T01:28:40.5553260Z tensor([1., 1., 1., 1., 1., 1., 1., 1., 1., 1.]) 2022-11-23T01:28:40.5553380Z tensor([-2., -2., -2., -2., -2., -2., -2., -2., -2., -2.]) 2022-11-23T01:28:40.5553460Z frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:40.5553510Z unimplemented [] 2022-11-23T01:28:40.5553660Z graph_break [('call_function BuiltinVariable(print) [TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5553790Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5553840Z ok (0.011s) 2022-11-23T01:28:40.5554050Z test_start2_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5554240Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5554340Z unimplemented [] 2022-11-23T01:28:40.5554530Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5554670Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:40.5554710Z ok (0.016s) 2022-11-23T01:28:40.5554920Z test_start3_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:40.5554970Z unimplemented [] 2022-11-23T01:28:40.5555160Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:40.5555300Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5555340Z ok (0.010s) 2022-11-23T01:28:40.5555550Z test_start4_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5555690Z stats [('calls_captured', 4), ('unique_graphs', 3), ('fusions_possible', 1)] 2022-11-23T01:28:40.5555730Z ok (0.016s) 2022-11-23T01:28:40.5555900Z test_tuple_iterator_mutate_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: not working yet (0.000s) 2022-11-23T01:28:40.5556130Z test_tuple_iterator_return_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5556180Z unimplemented [] 2022-11-23T01:28:40.5556370Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:40.5556500Z stats [('calls_captured', 6), ('fusions_possible', 3), ('unique_graphs', 3)] 2022-11-23T01:28:40.5556550Z ok (0.021s) 2022-11-23T01:28:40.5556720Z test_builtin_functions_on_cuda_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires cuda (0.000s) 2022-11-23T01:28:40.5556930Z test_builtin_getitem_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1)] 2022-11-23T01:28:40.5556990Z expected failure (0.005s) 2022-11-23T01:28:40.5557210Z test_builtin_max_min_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5557350Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:40.5557390Z ok (0.010s) 2022-11-23T01:28:40.5557700Z test_feed_random_values_into_graph_only_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5557840Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:40.5557890Z ok (0.005s) 2022-11-23T01:28:40.5558150Z test_multiple_consecutive_random_calls_before_graph_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5558280Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5558330Z ok (0.004s) 2022-11-23T01:28:40.5558550Z test_no_recompilations_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5558680Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:40.5558730Z ok (0.007s) 2022-11-23T01:28:40.5558950Z test_numpy_correctness_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:40.5559080Z unimplemented [('reconstruct: ConstantVariable(float64)', 1)] 2022-11-23T01:28:40.5559190Z graph_break [('Tensor.numpy', 2), ('numpy', 2)] 2022-11-23T01:28:40.5559370Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5559410Z ok (0.037s) 2022-11-23T01:28:40.5559650Z test_random_call_with_while_loop_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:40.5559780Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:40.5559830Z ok (0.006s) 2022-11-23T01:28:40.5560060Z test_random_values_with_graph_break_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:40.5560110Z unimplemented [] 2022-11-23T01:28:40.5560200Z graph_break [('Tensor.item', 2)] 2022-11-23T01:28:40.5560330Z stats [('calls_captured', 4), ('unique_graphs', 3), ('fusions_possible', 1)] 2022-11-23T01:28:40.5560380Z ok (0.021s) 2022-11-23T01:28:40.5560600Z test_unspec_float_precision_dynamic_shapes (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1)] 2022-11-23T01:28:40.5560660Z expected failure (0.020s) 2022-11-23T01:28:40.5560660Z 2022-11-23T01:28:40.5560810Z ---------------------------------------------------------------------- 2022-11-23T01:28:40.5560860Z Ran 475 tests in 10.017s 2022-11-23T01:28:40.5560860Z 2022-11-23T01:28:40.5560930Z OK (skipped=18, expected failures=15) 2022-11-23T01:28:40.5560930Z 2022-11-23T01:28:40.5560990Z Generating XML reports... 2022-11-23T01:28:40.5561260Z Generated XML report: test-reports/python-unittest/dynamo.test_dynamic_shapes/TEST-torch._dynamo.testing.DynamicShapesExportTests-20221123012830.xml 2022-11-23T01:28:40.5561530Z Generated XML report: test-reports/python-unittest/dynamo.test_dynamic_shapes/TEST-torch._dynamo.testing.DynamicShapesFunctionTests-20221123012830.xml 2022-11-23T01:28:40.5561780Z Generated XML report: test-reports/python-unittest/dynamo.test_dynamic_shapes/TEST-torch._dynamo.testing.DynamicShapesMiscTests-20221123012830.xml 2022-11-23T01:28:40.5562040Z Generated XML report: test-reports/python-unittest/dynamo.test_dynamic_shapes/TEST-torch._dynamo.testing.DynamicShapesNNModuleTests-20221123012830.xml 2022-11-23T01:28:40.5562300Z Generated XML report: test-reports/python-unittest/dynamo.test_dynamic_shapes/TEST-torch._dynamo.testing.DynamicShapesReproTests-20221123012830.xml 2022-11-23T01:28:40.5562570Z Generated XML report: test-reports/python-unittest/dynamo.test_dynamic_shapes/TEST-torch._dynamo.testing.DynamicShapesSubGraphTests-20221123012830.xml 2022-11-23T01:28:40.5562870Z Generated XML report: test-reports/python-unittest/dynamo.test_dynamic_shapes/TEST-torch._dynamo.testing.DynamicShapesUnspecTests-20221123012830.xml 2022-11-23T01:28:40.5562870Z 2022-11-23T01:28:40.5563190Z ##[endgroup] 2022-11-23T01:28:40.5563450Z FINISHED PRINTING LOG FILE of dynamo/test_dynamic_shapes (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_dynamic_shapes_2tm07xty) 2022-11-23T01:28:40.5563450Z 2022-11-23T01:28:40.5840470Z 2022-11-23T01:28:40.5840810Z Expand the folded group to see the log file of test_datapipe 2022-11-23T01:28:40.5841280Z ##[group]PRINTING LOG FILE of test_datapipe (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_datapipe__oi3diak) 2022-11-23T01:28:40.5841540Z 2022-11-23T01:28:40.5841920Z Running tests... 2022-11-23T01:28:40.5842140Z ---------------------------------------------------------------------- 2022-11-23T01:28:40.5842360Z test_basic_capture (__main__.TestCaptureDataFrame) ... Test results will be stored in test-reports/python-unittest/test_datapipe 2022-11-23T01:28:40.5842470Z skip: no dataframes (pandas) (0.000s) 2022-11-23T01:28:40.5842620Z test_circular_serialization_with_dill (__main__.TestCircularSerialization) ... skip: no dill (0.001s) 2022-11-23T01:28:40.5843130Z test_circular_serialization_with_pickle (__main__.TestCircularSerialization) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:28:40.5843450Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:28:40.5843500Z ok (0.166s) 2022-11-23T01:28:40.5843590Z test_as_string (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:28:40.5843680Z test_getitem (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:28:40.5843760Z test_iter (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:28:40.5843840Z test_len (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:28:40.5843940Z test_random_shuffle (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:28:40.5844020Z test_reverse (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:28:40.5844100Z test_sort (__main__.TestDataChunk) ... ok (0.000s) 2022-11-23T01:28:40.5844220Z test_batch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:28:40.5844350Z test_capture (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:28:40.5844470Z test_collate (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:28:40.5844590Z test_filter (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:28:40.5844710Z test_shuffle (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:28:40.5844820Z test_unbatch (__main__.TestDataFramesPipes) ... skip: no dataframes (pandas) (0.000s) 2022-11-23T01:28:40.5844940Z test_batch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-11-23T01:28:40.5845430Z test_collate_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:28:40.5845490Z warnings.warn( 2022-11-23T01:28:40.5845540Z ok (0.003s) 2022-11-23T01:28:40.5845660Z test_concat_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-11-23T01:28:40.5846090Z test_demux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:28:40.5846210Z warnings.warn( 2022-11-23T01:28:40.5846580Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:28:40.5846630Z warnings.warn( 2022-11-23T01:28:40.5846980Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:28:40.5847030Z warnings.warn( 2022-11-23T01:28:40.5847390Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:28:40.5847440Z warnings.warn( 2022-11-23T01:28:40.5847490Z ok (0.006s) 2022-11-23T01:28:40.5847610Z test_filter_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.004s) 2022-11-23T01:28:40.5847720Z test_fork_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.007s) 2022-11-23T01:28:40.5847850Z test_iterable_wrapper_datapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.001s) 2022-11-23T01:28:40.5848050Z test_map_dict_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.010s) 2022-11-23T01:28:40.5848470Z test_map_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:28:40.5848520Z warnings.warn( 2022-11-23T01:28:40.5848570Z ok (0.003s) 2022-11-23T01:28:40.5848700Z test_map_tuple_list_with_col_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.018s) 2022-11-23T01:28:40.5848820Z test_mux_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.001s) 2022-11-23T01:28:40.5848930Z test_sampler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.001s) 2022-11-23T01:28:40.5849430Z test_serializable (__main__.TestFunctionalIterDataPipe) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:28:40.5849570Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:28:40.5849960Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:28:40.5850090Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:28:40.5850130Z ok (0.023s) 2022-11-23T01:28:40.5850240Z test_serializable_with_dill (__main__.TestFunctionalIterDataPipe) 2022-11-23T01:28:40.5850340Z Only for DataPipes that take in a function as argument ... ok (0.010s) 2022-11-23T01:28:40.5850460Z test_shuffler_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-11-23T01:28:40.5850590Z test_stream_reader_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.001s) 2022-11-23T01:28:40.5850700Z test_unbatch_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.003s) 2022-11-23T01:28:40.5850820Z test_zip_iterdatapipe (__main__.TestFunctionalIterDataPipe) ... ok (0.002s) 2022-11-23T01:28:40.5850930Z test_batch_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-11-23T01:28:40.5851120Z test_concat_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.001s) 2022-11-23T01:28:40.5851550Z test_map_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:28:40.5851600Z warnings.warn( 2022-11-23T01:28:40.5851650Z ok (0.002s) 2022-11-23T01:28:40.5851770Z test_sequence_wrapper_datapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.001s) 2022-11-23T01:28:40.5851880Z test_serializable (__main__.TestFunctionalMapDataPipe) ... ok (0.005s) 2022-11-23T01:28:40.5851990Z test_serializable_with_dill (__main__.TestFunctionalMapDataPipe) 2022-11-23T01:28:40.5852090Z Only for DataPipes that take in a function as argument ... ok (0.003s) 2022-11-23T01:28:40.5852210Z test_shuffler_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.002s) 2022-11-23T01:28:40.5852320Z test_zip_mapdatapipe (__main__.TestFunctionalMapDataPipe) ... ok (0.001s) 2022-11-23T01:28:40.5852710Z test_simple_traverse (__main__.TestGraph) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:28:40.5852830Z warnings.warn( 2022-11-23T01:28:40.5852880Z ok (0.001s) 2022-11-23T01:28:40.5859840Z test_traverse_circular_datapipe (__main__.TestGraph) ... ok (0.001s) 2022-11-23T01:28:40.5859970Z test_traverse_forked (__main__.TestGraph) ... ok (0.002s) 2022-11-23T01:28:40.5860070Z test_traverse_mapdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-11-23T01:28:40.5860160Z test_traverse_mixdatapipe (__main__.TestGraph) ... ok (0.001s) 2022-11-23T01:28:40.5860270Z test_traverse_unhashable_datapipe (__main__.TestGraph) ... ok (0.001s) 2022-11-23T01:28:40.5860430Z test_iterdatapipe_sample_yielded_generator_function (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.000s) 2022-11-23T01:28:40.5860590Z test_iterdatapipe_sample_yielded_generator_function_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-11-23T01:28:40.5860740Z test_iterdatapipe_sample_yielded_next (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-11-23T01:28:40.5860890Z test_iterdatapipe_sample_yielded_next_exception (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-11-23T01:28:40.5861040Z test_iterdatapipe_sample_yielded_return_self (__main__.TestIterDataPipeCountSampleYielded) ... ok (0.001s) 2022-11-23T01:28:40.5861180Z test_simple_snapshot_custom_non_generator (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-11-23T01:28:40.5861320Z test_simple_snapshot_custom_self_next (__main__.TestIterDataPipeGraphFastForward) ... ok (0.001s) 2022-11-23T01:28:40.5861450Z test_simple_snapshot_graph (__main__.TestIterDataPipeGraphFastForward) ... ok (0.007s) 2022-11-23T01:28:40.5861980Z test_simple_snapshot_graph_repeated (__main__.TestIterDataPipeGraphFastForward) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combining.py:289: UserWarning: Some child DataPipes are not exhausted when __iter__ is called. We are resetting the buffer and each child DataPipe will read from the start again. 2022-11-23T01:28:40.5862110Z warnings.warn("Some child DataPipes are not exhausted when __iter__ is called. We are resetting " 2022-11-23T01:28:40.5862160Z ok (0.003s) 2022-11-23T01:28:40.5862300Z test_simple_snapshot_graph_with_serialization (__main__.TestIterDataPipeGraphFastForward) ... ok (0.006s) 2022-11-23T01:28:40.5862430Z test_iterdatapipe_singleton_buggy (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:28:40.5862780Z Buggy test case case where IterDataPipe's `__iter__` returns a new object, but also has ... ok (0.002s) 2022-11-23T01:28:40.5862940Z test_iterdatapipe_singleton_constraint_multiple_outputs (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:28:40.5863070Z Testing for the case where IterDataPipe has multiple child DataPipes as outputs. ... ok (0.004s) 2022-11-23T01:28:40.5863200Z test_iterdatapipe_singleton_generator (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:28:40.5863420Z Testing for the case where IterDataPipe's `__iter__` is a generator function. ... ok (0.002s) 2022-11-23T01:28:40.5863560Z test_iterdatapipe_singleton_new_object (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:28:40.5863740Z Testing for the case where IterDataPipe's `__iter__` isn't a generator nor returns `self`, ... ok (0.001s) 2022-11-23T01:28:40.5863870Z test_iterdatapipe_singleton_self_next (__main__.TestIterDataPipeSingletonConstraint) 2022-11-23T01:28:40.5864070Z Testing for the case where IterDataPipe's `__iter__` returns `self` and there is a `__next__` method ... ok (0.002s) 2022-11-23T01:28:40.5864500Z test_demux_mux_datapipe (__main__.TestIterableDataPipeBasic) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py:135: UserWarning: Local function is not supported by pickle, please use regular python function or functools.partial instead. 2022-11-23T01:28:40.5864600Z warnings.warn( 2022-11-23T01:28:40.5864640Z ok (0.004s) 2022-11-23T01:28:40.5864770Z test_groupby_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.010s) 2022-11-23T01:28:40.5864900Z test_listdirfiles_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.005s) 2022-11-23T01:28:40.5865040Z test_listdirfilesdeterministic_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-11-23T01:28:40.5865170Z test_map_with_col_file_handle_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.002s) 2022-11-23T01:28:40.5865300Z test_openfilesfromdisk_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-11-23T01:28:40.5865430Z test_routeddecoder_iterable_datapipe (__main__.TestIterableDataPipeBasic) ... ok (0.003s) 2022-11-23T01:28:40.5865540Z test_spawn_lambdas_iter (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-11-23T01:28:40.5865650Z test_spawn_lambdas_map (__main__.TestSerialization) ... skip: no dill (0.000s) 2022-11-23T01:28:40.5865950Z test_old_dataloader (__main__.TestSharding) ... /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:28:40.5866050Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:28:40.5866300Z /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:28:40.5866410Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:28:40.5866660Z /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:28:40.5866750Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:28:40.5867000Z /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:28:40.5867100Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:28:40.5867150Z ok (10.964s) 2022-11-23T01:28:40.5867410Z test_sharding_groups (__main__.TestSharding) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_datapipe.py:2692: DeprecationWarning: Please use assertEqual instead. 2022-11-23T01:28:40.5867490Z self.assertEquals(expected, actual) 2022-11-23T01:28:40.5867750Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_datapipe.py:2693: DeprecationWarning: Please use assertEqual instead. 2022-11-23T01:28:40.5867820Z self.assertEquals(3, len(dp)) 2022-11-23T01:28:40.5867860Z ok (0.002s) 2022-11-23T01:28:40.5867960Z test_sharding_length (__main__.TestSharding) ... ok (0.001s) 2022-11-23T01:28:40.5868050Z test_simple_sharding (__main__.TestSharding) ... ok (0.002s) 2022-11-23T01:28:40.5868140Z test_api (__main__.TestStreamWrapper) ... ok (0.001s) 2022-11-23T01:28:40.5868230Z test_dir (__main__.TestStreamWrapper) ... ok (0.001s) 2022-11-23T01:28:40.5868320Z test_pickle (__main__.TestStreamWrapper) ... ok (0.001s) 2022-11-23T01:28:40.5868410Z test_repr (__main__.TestStreamWrapper) ... ok (0.001s) 2022-11-23T01:28:40.5868520Z test_compile_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.002s) 2022-11-23T01:28:40.5868630Z test_construct_time (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T01:28:40.5868710Z test_isinstance (__main__.TestTyping) ... ok (0.001s) 2022-11-23T01:28:40.5868820Z test_issubinstance (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T01:28:40.5868910Z test_protocol (__main__.TestTyping) ... ok (0.001s) 2022-11-23T01:28:40.5869020Z test_reinforce (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T01:28:40.5869120Z test_runtime (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T01:28:40.5869270Z test_subtype (__main__.TestTyping) ... skip: TODO: Fix typing bug (0.001s) 2022-11-23T01:28:40.5869280Z 2022-11-23T01:28:40.5869430Z ---------------------------------------------------------------------- 2022-11-23T01:28:40.5869480Z Ran 88 tests in 11.334s 2022-11-23T01:28:40.5869480Z 2022-11-23T01:28:40.5869540Z OK (skipped=16) 2022-11-23T01:28:40.5869540Z 2022-11-23T01:28:40.5869600Z Generating XML reports... 2022-11-23T01:28:40.5869830Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCircularSerialization-20221123012828.xml 2022-11-23T01:28:40.5870030Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataChunk-20221123012828.xml 2022-11-23T01:28:40.5870250Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalIterDataPipe-20221123012828.xml 2022-11-23T01:28:40.5870460Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestFunctionalMapDataPipe-20221123012828.xml 2022-11-23T01:28:40.5870650Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestGraph-20221123012828.xml 2022-11-23T01:28:40.5870890Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeCountSampleYielded-20221123012828.xml 2022-11-23T01:28:40.5871120Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeGraphFastForward-20221123012828.xml 2022-11-23T01:28:40.5871360Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterDataPipeSingletonConstraint-20221123012828.xml 2022-11-23T01:28:40.5871580Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestIterableDataPipeBasic-20221123012828.xml 2022-11-23T01:28:40.5871770Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSharding-20221123012828.xml 2022-11-23T01:28:40.5871970Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestStreamWrapper-20221123012828.xml 2022-11-23T01:28:40.5872150Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestTyping-20221123012828.xml 2022-11-23T01:28:40.5872350Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestCaptureDataFrame-20221123012828.xml 2022-11-23T01:28:40.5872550Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestDataFramesPipes-20221123012828.xml 2022-11-23T01:28:40.5872750Z Generated XML report: test-reports/python-unittest/test_datapipe/TEST-TestSerialization-20221123012828.xml 2022-11-23T01:28:40.5872750Z 2022-11-23T01:28:40.5873020Z ##[endgroup] 2022-11-23T01:28:40.5873340Z FINISHED PRINTING LOG FILE of test_datapipe (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_datapipe__oi3diak) 2022-11-23T01:28:40.5873350Z 2022-11-23T01:28:41.7210890Z Running test_view_ops ... [2022-11-23 01:28:41.720927] 2022-11-23T01:28:41.7212820Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:41.721119] 2022-11-23T01:28:41.7213270Z Ignoring disabled issues: [] 2022-11-23T01:28:41.8112940Z Running dynamo/test_no_fake_tensors ... [2022-11-23 01:28:41.811084] 2022-11-23T01:28:41.8114530Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_no_fake_tensors.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:41.811369] 2022-11-23T01:28:41.8114820Z Ignoring disabled issues: [] 2022-11-23T01:28:46.7758060Z 2022-11-23T01:28:46.7758380Z Expand the folded group to see the log file of dynamo/test_no_fake_tensors 2022-11-23T01:28:46.7759040Z ##[group]PRINTING LOG FILE of dynamo/test_no_fake_tensors (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_no_fake_tensors_ebdbohdc) 2022-11-23T01:28:46.7759400Z 2022-11-23T01:28:46.7759490Z Running tests... 2022-11-23T01:28:46.7759840Z ---------------------------------------------------------------------- 2022-11-23T01:28:46.7760320Z Test results will be stored in test-reports/python-unittest/dynamo.test_no_fake_tensors 2022-11-23T01:28:46.7761600Z test_T_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.237s) 2022-11-23T01:28:46.7762060Z test_add_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7762410Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7770400Z ok (0.003s) 2022-11-23T01:28:46.7771140Z test_build_list_unpack_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7771530Z stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.7771710Z ok (0.005s) 2022-11-23T01:28:46.7772060Z test_chunks1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7772340Z ok (0.004s) 2022-11-23T01:28:46.7772690Z test_const_tuple_add1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7772940Z ok (0.003s) 2022-11-23T01:28:46.7773280Z test_const_tuple_add2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7773560Z ok (0.003s) 2022-11-23T01:28:46.7773900Z test_constant1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7774150Z ok (0.003s) 2022-11-23T01:28:46.7774480Z test_constant2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7774720Z ok (0.003s) 2022-11-23T01:28:46.7775060Z test_constant3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7775300Z ok (0.003s) 2022-11-23T01:28:46.7775800Z test_constant4_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7776050Z ok (0.003s) 2022-11-23T01:28:46.7776400Z test_default_dict_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7776650Z ok (0.005s) 2022-11-23T01:28:46.7776980Z test_del_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7777230Z ok (0.003s) 2022-11-23T01:28:46.7777570Z test_device_constant_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7777820Z ok (0.003s) 2022-11-23T01:28:46.7778150Z test_device_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7778400Z ok (0.002s) 2022-11-23T01:28:46.7778730Z test_dict_copy_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7778970Z ok (0.002s) 2022-11-23T01:28:46.7779390Z test_dict_ops_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:28:46.7779640Z ok (0.005s) 2022-11-23T01:28:46.7779980Z test_dict_param_keys_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7780230Z ok (0.003s) 2022-11-23T01:28:46.7780570Z test_dtype_compare_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7780810Z ok (0.003s) 2022-11-23T01:28:46.7781130Z test_dtype_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7781380Z ok (0.003s) 2022-11-23T01:28:46.7781710Z test_finfo_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7781950Z ok (0.003s) 2022-11-23T01:28:46.7782270Z test_float_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7782510Z ok (0.003s) 2022-11-23T01:28:46.7782850Z test_fn_with_self_set_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7783100Z ok (0.004s) 2022-11-23T01:28:46.7783430Z test_fstrings1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7783670Z ok (0.003s) 2022-11-23T01:28:46.7784000Z test_fstrings2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7784240Z ok (0.003s) 2022-11-23T01:28:46.7784560Z test_fstrings3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7784810Z ok (0.003s) 2022-11-23T01:28:46.7785090Z test_funcdef_closure_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7785410Z stats [('calls_captured', 10), ('fusions_possible', 9), ('unique_graphs', 1)] 2022-11-23T01:28:46.7785590Z ok (0.005s) 2022-11-23T01:28:46.7785920Z test_globalfn_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7786160Z ok (0.002s) 2022-11-23T01:28:46.7786490Z test_globalmodule_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7786740Z ok (0.003s) 2022-11-23T01:28:46.7787070Z test_globalvar_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7787310Z ok (0.003s) 2022-11-23T01:28:46.7787640Z test_import1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7787890Z ok (0.003s) 2022-11-23T01:28:46.7788210Z test_indirect1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7788540Z ok (0.003s) 2022-11-23T01:28:46.7788870Z test_indirect2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7789110Z ok (0.003s) 2022-11-23T01:28:46.7789440Z test_indirect3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7789680Z ok (0.003s) 2022-11-23T01:28:46.7789910Z test_inline_jit_annotations_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7790230Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7790400Z ok (0.004s) 2022-11-23T01:28:46.7790740Z test_inline_softmax_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7791000Z ok (0.003s) 2022-11-23T01:28:46.7791230Z test_inline_with_default_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7791540Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7791710Z ok (0.003s) 2022-11-23T01:28:46.7791940Z test_inner_function_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7792250Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7792420Z ok (0.003s) 2022-11-23T01:28:46.7792770Z test_is_contiguous_memory_format_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7793040Z ok (0.003s) 2022-11-23T01:28:46.7793370Z test_is_fx_tracing_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7793620Z ok (0.003s) 2022-11-23T01:28:46.7793950Z test_is_in_onnx_export_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7794200Z ok (0.003s) 2022-11-23T01:28:46.7794580Z test_is_not_null_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7794840Z ok (0.003s) 2022-11-23T01:28:46.7795170Z test_is_quantized_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7795420Z ok (0.002s) 2022-11-23T01:28:46.7795750Z test_is_sparse_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7795990Z ok (0.002s) 2022-11-23T01:28:46.7796320Z test_islice_chain_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:46.7796570Z ok (0.004s) 2022-11-23T01:28:46.7796910Z test_jit_annotate_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7797150Z ok (0.003s) 2022-11-23T01:28:46.7797490Z test_len_constant_dict_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7797790Z ok (0.003s) 2022-11-23T01:28:46.7798120Z test_len_constant_list_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7798360Z ok (0.003s) 2022-11-23T01:28:46.7798710Z test_len_constant_misc_iterables_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7798980Z ok (0.003s) 2022-11-23T01:28:46.7799310Z test_len_tensor_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7799550Z ok (0.002s) 2022-11-23T01:28:46.7799880Z test_list_add_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7800130Z ok (0.003s) 2022-11-23T01:28:46.7800460Z test_list_clear_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7800710Z ok (0.003s) 2022-11-23T01:28:46.7801040Z test_list_convert_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7801290Z ok (0.003s) 2022-11-23T01:28:46.7801630Z test_list_reversed_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.7801870Z ok (0.004s) 2022-11-23T01:28:46.7802210Z test_list_slice_assignment_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7802470Z ok (0.003s) 2022-11-23T01:28:46.7802800Z test_list_truth_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7803040Z ok (0.003s) 2022-11-23T01:28:46.7803360Z test_listarg1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7809880Z ok (0.003s) 2022-11-23T01:28:46.7810280Z test_listarg2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7810520Z ok (0.003s) 2022-11-23T01:28:46.7810850Z test_listarg3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7811090Z ok (0.003s) 2022-11-23T01:28:46.7811410Z test_listarg4_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7811650Z ok (0.003s) 2022-11-23T01:28:46.7811970Z test_listarg5_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7812210Z ok (0.003s) 2022-11-23T01:28:46.7812540Z test_load_global_bool_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7812790Z ok (0.003s) 2022-11-23T01:28:46.7813010Z test_map_sum_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7813380Z stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:28:46.7813550Z ok (0.005s) 2022-11-23T01:28:46.7813780Z test_methodcall1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7814080Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7814240Z ok (0.003s) 2022-11-23T01:28:46.7814470Z test_methodcall2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7814770Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7814940Z ok (0.003s) 2022-11-23T01:28:46.7815160Z test_methodcall3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7815460Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7815620Z ok (0.003s) 2022-11-23T01:28:46.7815950Z test_min_max_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 11), ('fusions_possible', 10), ('unique_graphs', 1)] 2022-11-23T01:28:46.7816190Z ok (0.005s) 2022-11-23T01:28:46.7816530Z test_module_constant_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7816780Z ok (0.004s) 2022-11-23T01:28:46.7817110Z test_ndim_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7817350Z ok (0.003s) 2022-11-23T01:28:46.7817680Z test_pop_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7817930Z ok (0.004s) 2022-11-23T01:28:46.7818260Z test_reduce_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7818500Z ok (0.003s) 2022-11-23T01:28:46.7818840Z test_return_dict2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7819080Z ok (0.003s) 2022-11-23T01:28:46.7819490Z test_return_dict_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7819750Z ok (0.003s) 2022-11-23T01:28:46.7820090Z test_return_tuple1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7820340Z ok (0.003s) 2022-11-23T01:28:46.7820660Z test_return_tuple2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7820910Z ok (0.003s) 2022-11-23T01:28:46.7821250Z test_shape1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7821490Z ok (0.002s) 2022-11-23T01:28:46.7821820Z test_shape2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7822060Z ok (0.002s) 2022-11-23T01:28:46.7822390Z test_slice1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7822690Z ok (0.002s) 2022-11-23T01:28:46.7823020Z test_slice2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7823260Z ok (0.002s) 2022-11-23T01:28:46.7823580Z test_slice3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7823820Z ok (0.002s) 2022-11-23T01:28:46.7824140Z test_slice4_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7824380Z ok (0.002s) 2022-11-23T01:28:46.7824710Z test_slice5_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7824940Z ok (0.002s) 2022-11-23T01:28:46.7825260Z test_slice6_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7825500Z ok (0.003s) 2022-11-23T01:28:46.7825830Z test_startswith_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7826070Z ok (0.003s) 2022-11-23T01:28:46.7826390Z test_tensor_len_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7826630Z ok (0.003s) 2022-11-23T01:28:46.7826980Z test_tensor_new_with_shape_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7827230Z ok (0.003s) 2022-11-23T01:28:46.7827580Z test_tensor_new_with_size_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7827830Z ok (0.003s) 2022-11-23T01:28:46.7828170Z test_transpose_for_scores_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7828500Z ok (0.003s) 2022-11-23T01:28:46.7828830Z test_tuple1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7829070Z ok (0.003s) 2022-11-23T01:28:46.7829400Z test_tuple2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7829640Z ok (0.002s) 2022-11-23T01:28:46.7829970Z test_tuple_contains_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7830220Z ok (0.003s) 2022-11-23T01:28:46.7830550Z test_tuple_iadd_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7830790Z ok (0.003s) 2022-11-23T01:28:46.7831120Z test_unpack1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7831360Z ok (0.003s) 2022-11-23T01:28:46.7831680Z test_unpack2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7831960Z ok (0.003s) 2022-11-23T01:28:46.7832290Z test_unpack3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7832540Z ok (0.003s) 2022-11-23T01:28:46.7832870Z test_unpack_ex1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.7833110Z ok (0.003s) 2022-11-23T01:28:46.7833430Z test_unpack_ex2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.7833670Z ok (0.003s) 2022-11-23T01:28:46.7834000Z test_unpack_ex3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.7834240Z ok (0.003s) 2022-11-23T01:28:46.7834570Z test_viamethod_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7834820Z ok (0.003s) 2022-11-23T01:28:46.7835150Z test_viatorch_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7835390Z ok (0.003s) 2022-11-23T01:28:46.7835690Z test_allow_in_graph_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7836000Z stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.7836170Z ok (0.003s) 2022-11-23T01:28:46.7836500Z test_autocast_cpu_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:46.7836750Z ok (0.005s) 2022-11-23T01:28:46.7836990Z test_autocast_device_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires cuda (0.001s) 2022-11-23T01:28:46.7837330Z test_autocast_float64_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires cuda (0.001s) 2022-11-23T01:28:46.7837740Z test_autocast_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires cuda (0.001s) 2022-11-23T01:28:46.7838080Z test_autograd_function_equivalence_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7838400Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.7838570Z ok (0.007s) 2022-11-23T01:28:46.7838970Z test_autograd_profiler_enabled_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... STAGE:2022-11-23 01:28:43 53324:57014321 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:28:46.7839470Z STAGE:2022-11-23 01:28:43 53324:57014321 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:28:46.7839810Z STAGE:2022-11-23 01:28:43 53324:57014321 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:28:46.7840060Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.7840200Z unimplemented [] 2022-11-23T01:28:46.7840420Z graph_break [('torch.autograd._profiler_enabled not supported yet', 1)] 2022-11-23T01:28:46.7840690Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:46.7840860Z ok (0.006s) 2022-11-23T01:28:46.7841320Z test_autograd_profiler_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... STAGE:2022-11-23 01:28:43 53324:57014321 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:28:46.7841720Z STAGE:2022-11-23 01:28:43 53324:57014321 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:28:46.7842050Z STAGE:2022-11-23 01:28:43 53324:57014321 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:28:46.7842370Z [2022-11-23 01:28:43,278] torch._dynamo.variables.torch: [WARNING] Profiler will be ignored 2022-11-23T01:28:46.7842590Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7842730Z unimplemented [] 2022-11-23T01:28:46.7842900Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:28:46.7843140Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.7843310Z ok (0.008s) 2022-11-23T01:28:46.7843670Z test_boolarg_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:28:46.7843920Z ok (0.005s) 2022-11-23T01:28:46.7849180Z test_build_tuple_unpack_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7849530Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.7849700Z ok (0.005s) 2022-11-23T01:28:46.7850040Z test_builtin_isinstance_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7850280Z ok (0.004s) 2022-11-23T01:28:46.7850520Z test_builtin_subclasses_as_method_on_class_type_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.002s) 2022-11-23T01:28:46.7850870Z test_builtin_subclasses_as_method_on_var_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.002s) 2022-11-23T01:28:46.7851320Z test_callpacked_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.7851570Z ok (0.004s) 2022-11-23T01:28:46.7851860Z test_cell_output1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7852170Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7852500Z ok (0.002s) 2022-11-23T01:28:46.7852790Z test_cell_output2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7853020Z unimplemented [] 2022-11-23T01:28:46.7853330Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:46.7853640Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7853810Z ok (0.004s) 2022-11-23T01:28:46.7854150Z test_change_backends_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:28:46.7854440Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7854570Z ok (0.011s) 2022-11-23T01:28:46.7854910Z test_cond_export_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('unique_graphs', 5), ('fusions_possible', 1)] 2022-11-23T01:28:46.7855160Z ok (0.014s) 2022-11-23T01:28:46.7855510Z test_cond_export_single_arg_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('unique_graphs', 3), ('calls_captured', 2), ('fusions_possible', -1)] 2022-11-23T01:28:46.7855840Z ok (0.007s) 2022-11-23T01:28:46.7856150Z test_cond_nested_fake_tensor_off_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7856470Z stats [('calls_captured', 6), ('unique_graphs', 5), ('fusions_possible', 1)] 2022-11-23T01:28:46.7856640Z ok (0.012s) 2022-11-23T01:28:46.7856940Z test_cond_nested_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7857250Z stats [('calls_captured', 6), ('unique_graphs', 5), ('fusions_possible', 1)] 2022-11-23T01:28:46.7857420Z ok (0.011s) 2022-11-23T01:28:46.7857700Z test_cond_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7858010Z stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:28:46.7858180Z ok (0.007s) 2022-11-23T01:28:46.7858480Z test_config_getattr_default_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.7858820Z stats [('calls_captured', 21), ('fusions_possible', 18), ('unique_graphs', 3)] 2022-11-23T01:28:46.7858990Z ok (0.013s) 2022-11-23T01:28:46.7859290Z test_config_log_level_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7859590Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7859760Z ok (0.003s) 2022-11-23T01:28:46.7860050Z test_config_obj_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:46.7860360Z stats [('calls_captured', 8), ('fusions_possible', 4), ('unique_graphs', 4)] 2022-11-23T01:28:46.7860520Z ok (0.010s) 2022-11-23T01:28:46.7860760Z test_const_dict_variable_python_type_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:46.7861400Z test_cross_entropy_loss_fancy_ctor_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:46.7861810Z warnings.warn(warning.format(ret)) 2022-11-23T01:28:46.7861960Z ok (0.001s) 2022-11-23T01:28:46.7862270Z test_cross_entropy_loss_simple_ctor_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:46.7862690Z test_dataclass_fields_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7862920Z inline_call [] 2022-11-23T01:28:46.7863140Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:46.7863310Z ok (0.020s) 2022-11-23T01:28:46.7863620Z test_dict_mutation_side_effect_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7863940Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7864110Z ok (0.003s) 2022-11-23T01:28:46.7864440Z test_dict_reconstruct_keeps_original_order_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 13), ('ok', 12)] 2022-11-23T01:28:46.7864850Z unimplemented [("Guard setup for uninitialized class ", 1)] 2022-11-23T01:28:46.7865590Z 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:28:46.7866200Z inline_call [('inline __setitem__', 2), ('Patched init cannot be inlined.', 1)] 2022-11-23T01:28:46.7866370Z ok (0.023s) 2022-11-23T01:28:46.7866670Z test_dictcomp_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7866890Z inline_call [] 2022-11-23T01:28:46.7867110Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7867280Z ok (0.004s) 2022-11-23T01:28:46.7867500Z test_disable_optimize_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:46.7867900Z test_disallow_in_graph_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7868140Z unimplemented [] 2022-11-23T01:28:46.7868410Z graph_break [('call_function UserDefinedObjectVariable(sub) [TensorVariable(), ConstantVariable(int)] {}', 1)] 2022-11-23T01:28:46.7868720Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.7868890Z ok (0.005s) 2022-11-23T01:28:46.7869120Z test_dunder_methods_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7869420Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7869590Z ok (0.010s) 2022-11-23T01:28:46.7869820Z test_duplicate_graph_break_warning_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... break 2022-11-23T01:28:46.7870040Z break 2022-11-23T01:28:46.7870210Z frames [('total', 9), ('ok', 9)] 2022-11-23T01:28:46.7870460Z inline_call [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 2)] 2022-11-23T01:28:46.7870650Z unimplemented [] 2022-11-23T01:28:46.7870890Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 4)] 2022-11-23T01:28:46.7871160Z stats [('calls_captured', 6), ('unique_graphs', 4), ('fusions_possible', 2)] 2022-11-23T01:28:46.7871320Z ok (0.012s) 2022-11-23T01:28:46.7871550Z test_dynamo_min_operator_with_shape_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:46.7872000Z test_empty_list_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7872310Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:46.7872470Z ok (0.004s) 2022-11-23T01:28:46.7872810Z test_enum_no_graphbreaks_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:46.7873070Z ok (0.005s) 2022-11-23T01:28:46.7873370Z test_error_on_nested_fx_trace_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7873690Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7873850Z ok (0.003s) 2022-11-23T01:28:46.7874170Z test_fold_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7874410Z ok (0.002s) 2022-11-23T01:28:46.7874760Z test_frozenset_torch_func_contains_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:46.7875020Z ok (0.005s) 2022-11-23T01:28:46.7875430Z test_function_annotation_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:46.7875680Z ok (0.005s) 2022-11-23T01:28:46.7876000Z test_generate_tensor_from_list_of_numpy_primitive_type_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7876240Z unimplemented [] 2022-11-23T01:28:46.7876400Z graph_break [('numpy', 1)] 2022-11-23T01:28:46.7876630Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7876790Z ok (0.004s) 2022-11-23T01:28:46.7877080Z test_grad_mode_guard_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7877310Z unimplemented [] 2022-11-23T01:28:46.7877470Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:28:46.7877700Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.7877860Z ok (0.006s) 2022-11-23T01:28:46.7878140Z test_grad_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7878350Z unimplemented [] 2022-11-23T01:28:46.7878520Z graph_break [('Tensor.backward', 1)] 2022-11-23T01:28:46.7878750Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.7878910Z ok (0.014s) 2022-11-23T01:28:46.7879200Z test_graph_break_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.7879420Z unimplemented [] 2022-11-23T01:28:46.7879740Z 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:28:46.7880090Z stats [('calls_captured', 6), ('fusions_possible', 3), ('unique_graphs', 3)] 2022-11-23T01:28:46.7880260Z ok (0.008s) 2022-11-23T01:28:46.7880850Z test_id_of_nn_module_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:46.7881090Z ok (0.005s) 2022-11-23T01:28:46.7881420Z test_if_cond_nn_mod_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:46.7881660Z ok (0.005s) 2022-11-23T01:28:46.7882030Z test_inference_mode_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7888510Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7888690Z ok (0.002s) 2022-11-23T01:28:46.7888980Z test_inline_dict_mutation_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7889220Z inline_call [] 2022-11-23T01:28:46.7889440Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7889610Z ok (0.003s) 2022-11-23T01:28:46.7889930Z test_inline_func_jump_on_tensor_condition_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:46.7890240Z inline_call [('generic_jump TensorVariable()', 1)] 2022-11-23T01:28:46.7890400Z unimplemented [] 2022-11-23T01:28:46.7890590Z graph_break [('generic_jump TensorVariable()', 1)] 2022-11-23T01:28:46.7890840Z stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:28:46.7891000Z ok (0.005s) 2022-11-23T01:28:46.7891290Z test_inline_list_mutation_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7891740Z inline_call [] 2022-11-23T01:28:46.7891950Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7892110Z ok (0.003s) 2022-11-23T01:28:46.7892450Z test_inplace_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7892680Z ok (0.003s) 2022-11-23T01:28:46.7893030Z test_inplace_param_update_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.7893280Z ok (0.003s) 2022-11-23T01:28:46.7893610Z test_is_floating_point2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7893850Z ok (0.003s) 2022-11-23T01:28:46.7894190Z test_is_floating_point_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7894440Z ok (0.003s) 2022-11-23T01:28:46.7894730Z test_is_tensor2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7895030Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:46.7895190Z ok (0.004s) 2022-11-23T01:28:46.7895480Z test_is_tensor_like2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.7895700Z unimplemented [] 2022-11-23T01:28:46.7895940Z graph_break [('call_function args: UserDefinedObjectVariable(MyTensor) ', 1)] 2022-11-23T01:28:46.7896220Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:46.7896390Z ok (0.006s) 2022-11-23T01:28:46.7896710Z test_is_tensor_like_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:46.7896960Z ok (0.004s) 2022-11-23T01:28:46.7897280Z test_is_tensor_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7897520Z ok (0.003s) 2022-11-23T01:28:46.7897920Z test_item_changes_new_shape_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:46.7898180Z ok (0.005s) 2022-11-23T01:28:46.7898510Z test_item_changes_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:46.7898760Z ok (0.005s) 2022-11-23T01:28:46.7899070Z test_item_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7899310Z ok (0.003s) 2022-11-23T01:28:46.7899530Z test_large_reduction_list_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.007s) 2022-11-23T01:28:46.7899900Z test_linetable_writer_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: use linetable when python >= 3.10 (0.000s) 2022-11-23T01:28:46.7900310Z test_list_append_return_none_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7900630Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7900800Z ok (0.003s) 2022-11-23T01:28:46.7901200Z test_list_mul_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7901410Z ok (0.001s) 2022-11-23T01:28:46.7901690Z test_listcomp_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7901900Z inline_call [] 2022-11-23T01:28:46.7902110Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7902270Z ok (0.004s) 2022-11-23T01:28:46.7902490Z test_lnotab_writer_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:46.7902910Z test_manual_seed_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7903150Z ok (0.004s) 2022-11-23T01:28:46.7903470Z test_matmul1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7903720Z ok (0.002s) 2022-11-23T01:28:46.7903940Z test_module_complex_iter_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.007s) 2022-11-23T01:28:46.7904330Z test_module_deepcopy_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:46.7904550Z unimplemented [] 2022-11-23T01:28:46.7904840Z 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:28:46.7905060Z inline_call [] 2022-11-23T01:28:46.7905260Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7905430Z ok (0.018s) 2022-11-23T01:28:46.7905660Z test_named_parameters_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.011s) 2022-11-23T01:28:46.7906050Z test_namedtuple1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7906360Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7906520Z ok (0.003s) 2022-11-23T01:28:46.7906800Z test_namedtuple2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7907230Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7907400Z ok (0.003s) 2022-11-23T01:28:46.7907700Z test_namedtuple3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7908000Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7908160Z ok (0.003s) 2022-11-23T01:28:46.7908440Z test_nan_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7908740Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7908900Z ok (0.002s) 2022-11-23T01:28:46.7909130Z test_nested_closure_mutation_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7909440Z stats [('calls_captured', 11), ('fusions_possible', 9), ('unique_graphs', 2)] 2022-11-23T01:28:46.7909610Z ok (0.007s) 2022-11-23T01:28:46.7909830Z test_nested_closure_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7910130Z stats [('calls_captured', 9), ('fusions_possible', 7), ('unique_graphs', 2)] 2022-11-23T01:28:46.7910290Z ok (0.008s) 2022-11-23T01:28:46.7910740Z test_nested_disable_decorator_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... [2022-11-23 01:28:43,691] 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:28:46.7911170Z due to: 2022-11-23T01:28:46.7911310Z Traceback (most recent call last): 2022-11-23T01:28:46.7911640Z 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:28:46.7911870Z raise Unsupported(msg) 2022-11-23T01:28:46.7912140Z torch._dynamo.exc.Unsupported: call torch._dynamo.disable() wrapped function .fn1 at 0x1383a9820> 2022-11-23T01:28:46.7912370Z 2022-11-23T01:28:46.7912420Z from user code: 2022-11-23T01:28:46.7912670Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py", line 1197, in fn3 2022-11-23T01:28:46.7912880Z return fn2(x) 2022-11-23T01:28:46.7913120Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py", line 1190, in fn2 2022-11-23T01:28:46.7913340Z x = fn1(x) # graph break 2022-11-23T01:28:46.7913430Z 2022-11-23T01:28:46.7913530Z Set torch._dynamo.config.verbose=True for more information 2022-11-23T01:28:46.7913650Z 2022-11-23T01:28:46.7913650Z 2022-11-23T01:28:46.7913740Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7913880Z unimplemented [] 2022-11-23T01:28:46.7914180Z graph_break [('call torch._dynamo.disable() wrapped function .fn1 at 0x1383a9820>', 1)] 2022-11-23T01:28:46.7914500Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.7914830Z inline_call [('call torch._dynamo.disable() wrapped function .fn1 at 0x1383a9820>', 1)] 2022-11-23T01:28:46.7915060Z ok (0.005s) 2022-11-23T01:28:46.7915290Z test_nested_optimize_decorator_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7915610Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7915770Z ok (0.004s) 2022-11-23T01:28:46.7916110Z test_nested_optimize_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:46.7916350Z ok (0.005s) 2022-11-23T01:28:46.7916780Z test_nested_optimize_run_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:46.7917040Z ok (0.004s) 2022-11-23T01:28:46.7917260Z test_nn_sequential_invocation_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7917570Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7917740Z ok (0.005s) 2022-11-23T01:28:46.7917980Z test_nn_sequential_invocation_reposition_indices_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7918300Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7918460Z ok (0.004s) 2022-11-23T01:28:46.7918760Z test_no_error_on_nested_fx_trace_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7919080Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7919240Z ok (0.003s) 2022-11-23T01:28:46.7919560Z test_no_grad_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 40), ('fusions_possible', 32), ('unique_graphs', 8)] 2022-11-23T01:28:46.7919870Z ok (0.019s) 2022-11-23T01:28:46.7920240Z test_numel_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7926690Z ok (0.003s) 2022-11-23T01:28:46.7927040Z test_numpy_int_constant_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7927360Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7927530Z ok (0.002s) 2022-11-23T01:28:46.7927830Z test_numpy_variable_isinstance_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7928160Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7928320Z ok (0.002s) 2022-11-23T01:28:46.7928550Z test_object_classmethod_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7928860Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7929020Z ok (0.002s) 2022-11-23T01:28:46.7929280Z test_object_staticmethod_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7929590Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7929750Z ok (0.002s) 2022-11-23T01:28:46.7930090Z test_onnx_shape_as_tensor_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 15), ('fusions_possible', 10), ('unique_graphs', 5)] 2022-11-23T01:28:46.7930340Z ok (0.010s) 2022-11-23T01:28:46.7930680Z test_optimize_on_module_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7930930Z ok (0.002s) 2022-11-23T01:28:46.7931250Z test_pair_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.7931490Z ok (0.004s) 2022-11-23T01:28:46.7931780Z test_python_slice_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7931990Z ok (0.003s) 2022-11-23T01:28:46.7932530Z test_raise_on_backend_error_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1)] 2022-11-23T01:28:46.7932920Z stats [('calls_captured', 3), ('fusions_possible', 2)] 2022-11-23T01:28:46.7933070Z ok (0.002s) 2022-11-23T01:28:46.7933350Z test_raises_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.7933580Z unimplemented [] 2022-11-23T01:28:46.7933810Z graph_break [('call_function BuiltinVariable(str) [TensorVariable()] {}', 1)] 2022-11-23T01:28:46.7934070Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7934240Z ok (0.004s) 2022-11-23T01:28:46.7934460Z test_rand_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires cuda (0.000s) 2022-11-23T01:28:46.7934780Z test_range_input_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7935080Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7935250Z ok (0.003s) 2022-11-23T01:28:46.7935550Z test_recursive_inline_list_mutation_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7935780Z inline_call [] 2022-11-23T01:28:46.7936000Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:46.7936290Z ok (0.007s) 2022-11-23T01:28:46.7936630Z test_release_input_memory_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7936950Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7937110Z ok (0.002s) 2022-11-23T01:28:46.7937410Z test_release_module_memory_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7937730Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7937880Z ok (0.002s) 2022-11-23T01:28:46.7938240Z test_repro_graph_breaks_in__get_item_by_idx_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7938500Z ok (0.003s) 2022-11-23T01:28:46.7938800Z test_return_nested_function_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7939110Z stats [('calls_captured', 7), ('fusions_possible', 5), ('unique_graphs', 2)] 2022-11-23T01:28:46.7939280Z ok (0.006s) 2022-11-23T01:28:46.7939560Z test_sample_input_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7939930Z unimplemented [('call_method UserDefinedObjectVariable(member_descriptor) __mul__ [ConstantVariable(int)] {}', 1)] 2022-11-23T01:28:46.7940310Z graph_break [("isinstance called on UserDefinedClass UserDefinedObjectVariable(member_descriptor) ", 1)] 2022-11-23T01:28:46.7940520Z ok (0.345s) 2022-11-23T01:28:46.7940810Z test_setattr_mutation1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7941130Z stats [('calls_captured', 12), ('fusions_possible', 11), ('unique_graphs', 1)] 2022-11-23T01:28:46.7941300Z ok (0.006s) 2022-11-23T01:28:46.7941590Z test_setattr_mutation2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7941810Z inline_call [] 2022-11-23T01:28:46.7942020Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:46.7942180Z ok (0.005s) 2022-11-23T01:28:46.7942530Z test_setattr_mutation3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7942750Z inline_call [] 2022-11-23T01:28:46.7942960Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:46.7943120Z ok (0.005s) 2022-11-23T01:28:46.7943410Z test_shape_unpack_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7943710Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7943880Z ok (0.002s) 2022-11-23T01:28:46.7944190Z test_side_effects_codegen_update_mutated_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 6), ('ok', 6)] 2022-11-23T01:28:46.7944420Z unimplemented [] 2022-11-23T01:28:46.7944590Z graph_break [('Tensor.item', 4)] 2022-11-23T01:28:46.7944820Z stats [('calls_captured', 8), ('fusions_possible', 4), ('unique_graphs', 4)] 2022-11-23T01:28:46.7944990Z ok (0.013s) 2022-11-23T01:28:46.7945270Z test_size_input_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7945570Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:46.7945730Z ok (0.003s) 2022-11-23T01:28:46.7946170Z test_slice_input_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('unique_graphs', 3), ('fusions_possible', 0)] 2022-11-23T01:28:46.7946410Z ok (0.010s) 2022-11-23T01:28:46.7946710Z test_tensor_build_list_unpack_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7947020Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7947190Z ok (0.011s) 2022-11-23T01:28:46.7947510Z test_tensor_data_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7947760Z ok (0.003s) 2022-11-23T01:28:46.7948040Z test_tensor_dict1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7948350Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7948510Z ok (0.003s) 2022-11-23T01:28:46.7948790Z test_tensor_dict2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.7949100Z stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:28:46.7949270Z ok (0.008s) 2022-11-23T01:28:46.7949570Z test_tensor_dot_grad_no_graph_break_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7949800Z unimplemented [] 2022-11-23T01:28:46.7949970Z graph_break [('Tensor.backward', 1)] 2022-11-23T01:28:46.7950200Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:46.7950370Z ok (0.006s) 2022-11-23T01:28:46.7950650Z test_tensor_is_contiguous_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7950960Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:46.7951130Z ok (0.006s) 2022-11-23T01:28:46.7951420Z test_tensor_item_capture_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7951730Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7951890Z ok (0.003s) 2022-11-23T01:28:46.7952320Z test_tensor_item_no_capture_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7952590Z unimplemented [] 2022-11-23T01:28:46.7952780Z graph_break [('Tensor.item', 1)] 2022-11-23T01:28:46.7953010Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7953170Z ok (0.002s) 2022-11-23T01:28:46.7953510Z test_tensor_layout_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7953760Z ok (0.003s) 2022-11-23T01:28:46.7954040Z test_tensor_types_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 10), ('ok', 10)] 2022-11-23T01:28:46.7954360Z stats [('calls_captured', 10), ('unique_graphs', 10), ('fusions_possible', 0)] 2022-11-23T01:28:46.7954530Z ok (0.014s) 2022-11-23T01:28:46.7954860Z test_top_package_import_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7955120Z ok (0.002s) 2022-11-23T01:28:46.7955460Z test_torch_cuda_is_available_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7955900Z ok (0.003s) 2022-11-23T01:28:46.7956210Z test_torch_nn_parameter_isinstance_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7956540Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7956700Z ok (0.003s) 2022-11-23T01:28:46.7957080Z test_torch_profiler_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... STAGE:2022-11-23 01:28:44 53324:57014321 ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:28:46.7957500Z STAGE:2022-11-23 01:28:44 53324:57014321 ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:28:46.7957830Z STAGE:2022-11-23 01:28:44 53324:57014321 ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:28:46.7958140Z [2022-11-23 01:28:44,254] torch._dynamo.variables.torch: [WARNING] Profiler will be ignored 2022-11-23T01:28:46.7958430Z [2022-11-23 01:28:44,255] torch._dynamo.variables.torch: [WARNING] Profiler will be ignored 2022-11-23T01:28:46.7958640Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7958780Z unimplemented [] 2022-11-23T01:28:46.7958970Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:28:46.7959230Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.7959390Z ok (0.008s) 2022-11-23T01:28:46.7959720Z test_torch_seed_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7959960Z ok (0.003s) 2022-11-23T01:28:46.7960280Z test_torch_size_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7960520Z ok (0.003s) 2022-11-23T01:28:46.7960810Z test_type_copy_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7966910Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:46.7967180Z ok (0.005s) 2022-11-23T01:28:46.7967650Z test_typing_variable_isinstance_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7967980Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7968150Z ok (0.003s) 2022-11-23T01:28:46.7968700Z test_unpack4_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.7968940Z ok (0.004s) 2022-11-23T01:28:46.7969290Z test_unpack5_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.7969530Z ok (0.004s) 2022-11-23T01:28:46.7969960Z test_unsupported_fake_tensor_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... [2022-11-23 01:28:44,283] 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:28:46.7970340Z due to: 2022-11-23T01:28:46.7970470Z Traceback (most recent call last): 2022-11-23T01:28:46.7970780Z 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:28:46.7971080Z raise NotImplementedError(f"could not find kernel for {op} at dispatch key {k}") 2022-11-23T01:28:46.7971360Z NotImplementedError: could not find kernel for aten.quantize_per_tensor.default at dispatch key DispatchKey.Meta 2022-11-23T01:28:46.7971570Z 2022-11-23T01:28:46.7971740Z During handling of the above exception, another exception occurred: 2022-11-23T01:28:46.7971870Z 2022-11-23T01:28:46.7971940Z Traceback (most recent call last): 2022-11-23T01:28:46.7972270Z 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:28:46.7972570Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-11-23T01:28:46.7972850Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-11-23T01:28:46.7973010Z 2022-11-23T01:28:46.7973110Z The above exception was the direct cause of the following exception: 2022-11-23T01:28:46.7973230Z 2022-11-23T01:28:46.7973300Z Traceback (most recent call last): 2022-11-23T01:28:46.7973610Z 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:28:46.7973830Z raise RuntimeError( 2022-11-23T01:28:46.7974190Z RuntimeError: Failed running call_function (*(FakeTensor(FakeTensor(..., device='meta', size=(2, 2)), cpu), 0.1, 10, torch.quint8), **{}): 2022-11-23T01:28:46.7974460Z quantized nyi in meta tensors 2022-11-23T01:28:46.7974600Z (scroll up for backtrace) 2022-11-23T01:28:46.7974690Z 2022-11-23T01:28:46.7974790Z The above exception was the direct cause of the following exception: 2022-11-23T01:28:46.7974910Z 2022-11-23T01:28:46.7974980Z Traceback (most recent call last): 2022-11-23T01:28:46.7975300Z 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:28:46.7975540Z raise TorchRuntimeError() from e 2022-11-23T01:28:46.7975710Z torch._dynamo.exc.TorchRuntimeError: 2022-11-23T01:28:46.7975810Z 2022-11-23T01:28:46.7975860Z from user code: 2022-11-23T01:28:46.7976100Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_misc.py", line 1706, in f 2022-11-23T01:28:46.7976340Z return torch.quantize_per_tensor(x, 0.1, 10, torch.quint8) 2022-11-23T01:28:46.7976460Z 2022-11-23T01:28:46.7976550Z Set torch._dynamo.config.verbose=True for more information 2022-11-23T01:28:46.7976670Z 2022-11-23T01:28:46.7976680Z 2022-11-23T01:28:46.7976750Z frames [('total', 1)] 2022-11-23T01:28:46.7976970Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7977130Z ok (0.005s) 2022-11-23T01:28:46.7977530Z test_update_locals_and_stack_uses_shared_cache_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.7977780Z inline_call [] 2022-11-23T01:28:46.7977900Z unimplemented [] 2022-11-23T01:28:46.7978140Z graph_break [('call_method ListVariable() extend [ListIteratorVariable()] {}', 1)] 2022-11-23T01:28:46.7978330Z ok (0.005s) 2022-11-23T01:28:46.7978670Z test_user_defined_class_name_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7978920Z ok (0.003s) 2022-11-23T01:28:46.7979170Z test_user_function_variable_supports_enum_argument_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7979390Z ok (0.002s) 2022-11-23T01:28:46.7979640Z test_user_function_variable_supports_function_argument_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7979970Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7980130Z ok (0.003s) 2022-11-23T01:28:46.7980380Z test_user_function_variable_supports_type_abcmeta_argument_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7980830Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7981020Z ok (0.003s) 2022-11-23T01:28:46.7981310Z test_user_getattr1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7981530Z inline_call [] 2022-11-23T01:28:46.7981750Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7981910Z ok (0.003s) 2022-11-23T01:28:46.7982200Z test_user_getattr2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7982420Z inline_call [] 2022-11-23T01:28:46.7982620Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7982790Z ok (0.003s) 2022-11-23T01:28:46.7983080Z test_user_property_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.7983300Z inline_call [] 2022-11-23T01:28:46.7983500Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7983670Z ok (0.003s) 2022-11-23T01:28:46.7983890Z test_usr_cls_classmethod_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7984190Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7984360Z ok (0.004s) 2022-11-23T01:28:46.7984590Z test_usr_cls_staticmethod_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7984890Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7985050Z ok (0.003s) 2022-11-23T01:28:46.7985270Z test_version_ci_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.000s) 2022-11-23T01:28:46.7985590Z test_write_to_closures_in_inlining_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7985890Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7986060Z ok (0.003s) 2022-11-23T01:28:46.7986390Z test_basicmodule1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7986630Z ok (0.004s) 2022-11-23T01:28:46.7987060Z test_basicmodule2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7987300Z ok (0.003s) 2022-11-23T01:28:46.7987530Z test_call_fn_with_non_const_inputs_safe_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7987850Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7988010Z ok (0.005s) 2022-11-23T01:28:46.7988340Z test_cfgmod_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:46.7988580Z ok (0.006s) 2022-11-23T01:28:46.7988900Z test_children_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7989140Z ok (0.004s) 2022-11-23T01:28:46.7989470Z test_constloop_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:46.7989710Z ok (0.005s) 2022-11-23T01:28:46.7989930Z test_densenet_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7990310Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:46.7990470Z ok (0.006s) 2022-11-23T01:28:46.7990680Z test_enumvalues_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7990980Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:46.7991150Z ok (0.006s) 2022-11-23T01:28:46.7991470Z test_fnmember_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7991720Z ok (0.003s) 2022-11-23T01:28:46.7992040Z test_fnmembercmp1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7992280Z ok (0.004s) 2022-11-23T01:28:46.7992610Z test_fnmembercmp2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7992850Z ok (0.003s) 2022-11-23T01:28:46.7993080Z test_forward_directly_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.7993370Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.7993540Z ok (0.005s) 2022-11-23T01:28:46.7993760Z test_generation_tag_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:46.7994220Z test_hasattr_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7994470Z ok (0.004s) 2022-11-23T01:28:46.7994790Z test_intarg_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7995020Z ok (0.003s) 2022-11-23T01:28:46.7995350Z test_iseval1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7995580Z ok (0.003s) 2022-11-23T01:28:46.7996080Z test_iseval2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7996360Z ok (0.003s) 2022-11-23T01:28:46.7996750Z test_isnonelayer_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.7996990Z ok (0.003s) 2022-11-23T01:28:46.7997320Z test_istraining1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7997570Z ok (0.003s) 2022-11-23T01:28:46.7997890Z test_istraining2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.7998130Z ok (0.003s) 2022-11-23T01:28:46.7998450Z test_layerlist_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.7998700Z ok (0.003s) 2022-11-23T01:28:46.7999240Z test_lazy_module_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:46.8007220Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:46.8007760Z [2022-11-23 01:28:44,409] 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:28:46.8008400Z /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:28:46.8008800Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:46.8009250Z /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:28:46.8009640Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:46.8010150Z [2022-11-23 01:28:44,422] 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:28:46.8010770Z /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:28:46.8011150Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:46.8011360Z frames [('total', 16), ('ok', 14)] 2022-11-23T01:28:46.8011890Z 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:28:46.8012380Z unimplemented [("Guard setup for uninitialized class ", 2)] 2022-11-23T01:28:46.8012670Z graph_break [('Patched init cannot be inlined.', 3), ('arg mismatch inlining', 2)] 2022-11-23T01:28:46.8013060Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8013240Z ok (0.023s) 2022-11-23T01:28:46.8013480Z test_module_attribute_precedence_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8013810Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8013980Z ok (0.004s) 2022-11-23T01:28:46.8014210Z test_module_class_method_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8014510Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:46.8014680Z ok (0.007s) 2022-11-23T01:28:46.8015020Z test_module_name_string_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.8015280Z ok (0.004s) 2022-11-23T01:28:46.8015500Z test_module_property_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8015800Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8015970Z ok (0.003s) 2022-11-23T01:28:46.8016200Z test_module_static_method_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8016600Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:46.8016760Z ok (0.007s) 2022-11-23T01:28:46.8017090Z test_moduledict_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8017340Z ok (0.003s) 2022-11-23T01:28:46.8017670Z test_modulelist_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 40), ('fusions_possible', 39), ('unique_graphs', 1)] 2022-11-23T01:28:46.8017920Z ok (0.018s) 2022-11-23T01:28:46.8018140Z test_modulemethod1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8018440Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:46.8018610Z ok (0.007s) 2022-11-23T01:28:46.8018820Z test_modulemethod2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8019110Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:46.8019280Z ok (0.007s) 2022-11-23T01:28:46.8019620Z test_nn_moduledict_contains_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('unique_graphs', 3), ('fusions_possible', 1)] 2022-11-23T01:28:46.8019910Z frames [('total', 2), ('ok', 1)] 2022-11-23T01:28:46.8020120Z inline_call [('Patched init cannot be inlined.', 1)] 2022-11-23T01:28:46.8020450Z unimplemented [("Guard setup for uninitialized class .M'>", 1)] 2022-11-23T01:28:46.8020740Z graph_break [('Patched init cannot be inlined.', 1)] 2022-11-23T01:28:46.8020900Z ok (0.008s) 2022-11-23T01:28:46.8021130Z test_parameters1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8021430Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8021600Z ok (0.004s) 2022-11-23T01:28:46.8021820Z test_parameters2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8022110Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8022280Z ok (0.004s) 2022-11-23T01:28:46.8022700Z test_parameters3_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.8022940Z ok (0.004s) 2022-11-23T01:28:46.8023280Z test_self_mutating1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:28:46.8023530Z ok (0.009s) 2022-11-23T01:28:46.8023850Z test_seq_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8024080Z ok (0.004s) 2022-11-23T01:28:46.8024570Z test_simple_torch_function_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:46.8025010Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:46.8025420Z /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:28:46.8025860Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:46.8026050Z inline_call [] 2022-11-23T01:28:46.8026260Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8026430Z ok (0.005s) 2022-11-23T01:28:46.8026760Z test_stringmember_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8027010Z ok (0.003s) 2022-11-23T01:28:46.8027240Z test_submodules1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8027540Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:46.8027710Z ok (0.006s) 2022-11-23T01:28:46.8027920Z test_submodules2_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8028220Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:46.8028390Z ok (0.006s) 2022-11-23T01:28:46.8028610Z test_super1_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8028900Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8029070Z ok (0.004s) 2022-11-23T01:28:46.8029290Z test_super_class_method_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8029600Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8029760Z ok (0.003s) 2022-11-23T01:28:46.8030090Z test_tensorlist_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8030340Z ok (0.004s) 2022-11-23T01:28:46.8030830Z test_torch_function_with_closure_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:46.8031270Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:46.8031780Z /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:28:46.8032120Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:46.8032420Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8032590Z ok (0.003s) 2022-11-23T01:28:46.8032890Z test_unsupportedmethod_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.8033320Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:46.8033530Z unimplemented [] 2022-11-23T01:28:46.8033800Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:46.8034100Z stats [('calls_captured', 5), ('fusions_possible', 3), ('unique_graphs', 2)] 2022-11-23T01:28:46.8034260Z ok (0.008s) 2022-11-23T01:28:46.8034550Z test_unsupportedmodule_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.8034930Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:46.8035140Z unimplemented [] 2022-11-23T01:28:46.8035490Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:46.8035790Z stats [('calls_captured', 6), ('fusions_possible', 3), ('unique_graphs', 3)] 2022-11-23T01:28:46.8035960Z ok (0.008s) 2022-11-23T01:28:46.8036190Z test_viamodulecall_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8036490Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8036660Z ok (0.004s) 2022-11-23T01:28:46.8036950Z test_Size_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.8037350Z 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:28:46.8037590Z unimplemented [] 2022-11-23T01:28:46.8037900Z 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:28:46.8038220Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8038380Z ok (0.005s) 2022-11-23T01:28:46.8038670Z test_abc_setattr_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.8038900Z unimplemented [] 2022-11-23T01:28:46.8039200Z graph_break [('setattr(UserDefinedObjectVariable) .Derived.__setattr__ at 0x14ba00a60>', 1)] 2022-11-23T01:28:46.8039430Z inline_call [] 2022-11-23T01:28:46.8039640Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8039810Z ok (0.004s) 2022-11-23T01:28:46.8040030Z test_batch_norm_act_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8040330Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8040500Z ok (0.006s) 2022-11-23T01:28:46.8040800Z test_bigbird_unsqueeze_inplace_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8041120Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8041330Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8041460Z ok (0.218s) 2022-11-23T01:28:46.8047250Z test_boxes_len_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8047700Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8047860Z ok (0.004s) 2022-11-23T01:28:46.8048090Z test_chunk_reformer_ff_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8048390Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8048560Z ok (0.039s) 2022-11-23T01:28:46.8048910Z test_class_member_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8049160Z ok (0.004s) 2022-11-23T01:28:46.8049470Z test_convert_boxes_to_pooler_format_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:46.8049710Z inline_call [] 2022-11-23T01:28:46.8049830Z unimplemented [] 2022-11-23T01:28:46.8050040Z graph_break [('dynamic shapes: repeat_interleave', 2)] 2022-11-23T01:28:46.8050290Z stats [('calls_captured', 10), ('fusions_possible', 6), ('unique_graphs', 4)] 2022-11-23T01:28:46.8050460Z ok (0.026s) 2022-11-23T01:28:46.8050690Z test_create_rand_mask_from_inputs_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8051140Z stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:28:46.8051300Z ok (0.052s) 2022-11-23T01:28:46.8051510Z test_dict_iter_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.002s) 2022-11-23T01:28:46.8051900Z test_dict_list_values_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:46.8052130Z unimplemented [] 2022-11-23T01:28:46.8052450Z graph_break [('call_function in skip_files Builtin count', 2), ('call_function BuiltinVariable(zip) [UserDefinedObjectVariable(count), ListVariable()] {}', 2)] 2022-11-23T01:28:46.8052680Z ok (0.008s) 2022-11-23T01:28:46.8052970Z test_do_paste_mask_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 12), ('ok', 11)] 2022-11-23T01:28:46.8053270Z unimplemented [('Dynamic slicing not supported', 1)] 2022-11-23T01:28:46.8053530Z graph_break [('dynamic shapes: arange', 6), ('Dynamic slicing not supported', 4)] 2022-11-23T01:28:46.8053810Z stats [('calls_captured', 159), ('fusions_possible', 148), ('unique_graphs', 11)] 2022-11-23T01:28:46.8053970Z ok (0.136s) 2022-11-23T01:28:46.8054300Z test_ellipsis_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.8054540Z ok (0.007s) 2022-11-23T01:28:46.8054840Z test_exec_import_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:28:46.8055170Z inline_call [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:46.8055350Z unimplemented [] 2022-11-23T01:28:46.8055580Z graph_break [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:46.8055760Z ok (0.002s) 2022-11-23T01:28:46.8056060Z test_exec_wildcard_import_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:28:46.8056390Z inline_call [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:46.8056570Z unimplemented [] 2022-11-23T01:28:46.8056790Z graph_break [('call_function BuiltinVariable(exec) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:46.8057070Z stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:46.8057300Z ok (0.005s) 2022-11-23T01:28:46.8057620Z test_for_loop_graph_break_before_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.8057860Z unimplemented [] 2022-11-23T01:28:46.8058180Z 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:28:46.8058420Z inline_call [] 2022-11-23T01:28:46.8058630Z stats [('calls_captured', 100), ('fusions_possible', 99), ('unique_graphs', 1)] 2022-11-23T01:28:46.8058800Z ok (0.049s) 2022-11-23T01:28:46.8059100Z test_for_loop_graph_break_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.8059330Z inline_call [] 2022-11-23T01:28:46.8059640Z 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:28:46.8059980Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8060150Z ok (0.005s) 2022-11-23T01:28:46.8060390Z test_get_parameter_dtype_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8060840Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8061000Z ok (0.003s) 2022-11-23T01:28:46.8061250Z test_grad_mode_carrying_correct_state_after_graph_break_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... Break 2022-11-23T01:28:46.8061530Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.8061670Z unimplemented [] 2022-11-23T01:28:46.8061940Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:46.8062210Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:46.8062380Z ok (0.005s) 2022-11-23T01:28:46.8062680Z test_guard_fail_nested_tuple_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.8063000Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.8063170Z ok (0.005s) 2022-11-23T01:28:46.8063640Z test_guard_fail_tensor_bool_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... [2022-11-23 01:28:45,165] torch._dynamo.convert_frame: [ERROR] WON'T CONVERT /Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py line 1356 2022-11-23T01:28:46.8063990Z due to: 2022-11-23T01:28:46.8064120Z Traceback (most recent call last): 2022-11-23T01:28:46.8064470Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/variables/builder.py", line 818, in wrap_fx_proxy_cls 2022-11-23T01:28:46.8064720Z raise AssertionError( 2022-11-23T01:28:46.8065020Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-11-23T01:28:46.8065200Z 2022-11-23T01:28:46.8065250Z from user code: 2022-11-23T01:28:46.8065520Z File "/Users/ec2-user/runner/_work/pytorch/pytorch/test/dynamo/test_repros.py", line 1358, in 2022-11-23T01:28:46.8065760Z assert torch.allclose(expected, result) 2022-11-23T01:28:46.8065870Z 2022-11-23T01:28:46.8065960Z Set torch._dynamo.config.verbose=True for more information 2022-11-23T01:28:46.8066080Z 2022-11-23T01:28:46.8066090Z 2022-11-23T01:28:46.8066170Z frames [('total', 7), ('ok', 6)] 2022-11-23T01:28:46.8066660Z unimplemented [('FOR_ITER UserDefinedObjectVariable(product)', 1)] 2022-11-23T01:28:46.8067210Z graph_break [('call torch._dynamo.disable() wrapped function .fn..get_expected at 0x14bdb4ee0>', 5)] 2022-11-23T01:28:46.8067490Z ok (0.010s) 2022-11-23T01:28:46.8067720Z test_guard_ordering_shape_fail_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:46.8068060Z test_hf_model_output_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8068390Z stats [('calls_captured', 4), ('unique_graphs', 4), ('fusions_possible', 0)] 2022-11-23T01:28:46.8068560Z ok (0.025s) 2022-11-23T01:28:46.8068780Z test_hf_t5_forward_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8069080Z stats [('calls_captured', 11), ('fusions_possible', 10), ('unique_graphs', 1)] 2022-11-23T01:28:46.8069250Z ok (0.243s) 2022-11-23T01:28:46.8069550Z test_indexing_with_list_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:46.8069820Z inline_call [('Tensor.numpy', 1)] 2022-11-23T01:28:46.8069960Z unimplemented [] 2022-11-23T01:28:46.8070160Z graph_break [('Tensor.numpy', 1)] 2022-11-23T01:28:46.8070400Z stats [('unique_graphs', 2), ('calls_captured', 0), ('fusions_possible', -2)] 2022-11-23T01:28:46.8070570Z ok (0.008s) 2022-11-23T01:28:46.8070800Z test_is_symbolic_tracing_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8071260Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8071420Z ok (0.003s) 2022-11-23T01:28:46.8071650Z test_isinstance_dtype_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... ok (0.001s) 2022-11-23T01:28:46.8072350Z test_isinstance_storage_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:46.8072810Z warnings.warn(message, UserWarning) 2022-11-23T01:28:46.8072990Z frames [('total', 12), ('ok', 11)] 2022-11-23T01:28:46.8073130Z unimplemented [] 2022-11-23T01:28:46.8073520Z 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:28:46.8074000Z 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:28:46.8074250Z expected failure (0.006s) 2022-11-23T01:28:46.8074490Z test_issue1466_size_aot_autograd_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... arf 2022-11-23T01:28:46.8074700Z arf 2022-11-23T01:28:46.8074850Z frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.8074990Z unimplemented [] 2022-11-23T01:28:46.8075220Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:46.8075500Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:46.8075710Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8075850Z ok (0.011s) 2022-11-23T01:28:46.8076070Z test_issue175_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8076370Z stats [('calls_captured', 12), ('fusions_possible', 11), ('unique_graphs', 1)] 2022-11-23T01:28:46.8076540Z ok (0.009s) 2022-11-23T01:28:46.8076960Z test_longformer_chunk_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.8077210Z ok (0.093s) 2022-11-23T01:28:46.8077510Z test_maml_item_capture_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.8077830Z inline_call [('inlining disallowed: ', 1)] 2022-11-23T01:28:46.8078010Z unimplemented [] 2022-11-23T01:28:46.8078350Z 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:28:46.8078700Z stats [('calls_captured', 29), ('fusions_possible', 27), ('unique_graphs', 2)] 2022-11-23T01:28:46.8078860Z ok (0.042s) 2022-11-23T01:28:46.8079160Z test_maml_no_item_capture_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:28:46.8079480Z inline_call [('inlining disallowed: ', 1)] 2022-11-23T01:28:46.8084860Z unimplemented [] 2022-11-23T01:28:46.8085340Z 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:28:46.8085700Z stats [('calls_captured', 29), ('fusions_possible', 25), ('unique_graphs', 4)] 2022-11-23T01:28:46.8085970Z ok (0.060s) 2022-11-23T01:28:46.8086330Z test_modules_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.8086580Z ok (0.004s) 2022-11-23T01:28:46.8086870Z test_multi_dot_import_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:46.8087300Z 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:28:46.8087550Z unimplemented [] 2022-11-23T01:28:46.8087870Z 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:28:46.8088210Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8088380Z ok (0.006s) 2022-11-23T01:28:46.8088620Z test_multi_import_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires detectron2 (0.000s) 2022-11-23T01:28:46.8089060Z test_named_buffers_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:46.8089310Z ok (0.004s) 2022-11-23T01:28:46.8089600Z test_nn_parameter_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.8089990Z 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:28:46.8090220Z unimplemented [] 2022-11-23T01:28:46.8090520Z 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:28:46.8090830Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8091000Z ok (0.006s) 2022-11-23T01:28:46.8091310Z test_not_rewrite_assert_for_other_errors_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.8091640Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.8091800Z ok (0.004s) 2022-11-23T01:28:46.8092200Z test_not_rewrite_assert_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... unimplemented [('generic_jump TensorVariable()', 1)] 2022-11-23T01:28:46.8092450Z ok (0.002s) 2022-11-23T01:28:46.8092740Z test_numpy_list_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.8092960Z unimplemented [] 2022-11-23T01:28:46.8093260Z graph_break [('call torch._dynamo.disable() wrapped function .rand_gen at 0x14d50b940>', 1)] 2022-11-23T01:28:46.8093560Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.8093730Z ok (0.013s) 2022-11-23T01:28:46.8094020Z test_optimized_deepcopy_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8094340Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8094500Z ok (0.004s) 2022-11-23T01:28:46.8094790Z test_primtorch_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.8095210Z 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:28:46.8095540Z unimplemented [] 2022-11-23T01:28:46.8095860Z 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:28:46.8096100Z ok (0.003s) 2022-11-23T01:28:46.8096540Z test_primtorch_no_graph_break_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... 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:28:46.8096890Z expected failure (0.002s) 2022-11-23T01:28:46.8097190Z test_recursive_map_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8097410Z inline_call [] 2022-11-23T01:28:46.8097630Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8097800Z ok (0.006s) 2022-11-23T01:28:46.8098020Z test_reformer_eval_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8098330Z stats [('calls_captured', 10), ('fusions_possible', 9), ('unique_graphs', 1)] 2022-11-23T01:28:46.8098500Z ok (0.012s) 2022-11-23T01:28:46.8098660Z test_reformer_min_chunk_len_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8098790Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.8098840Z ok (0.005s) 2022-11-23T01:28:46.8098990Z test_reformer_sorting_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... inline_call [] 2022-11-23T01:28:46.8099130Z stats [('calls_captured', 14), ('fusions_possible', 13), ('unique_graphs', 1)] 2022-11-23T01:28:46.8099180Z ok (0.015s) 2022-11-23T01:28:46.8099400Z test_reformer_train_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:46.8099660Z 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:28:46.8099710Z unimplemented [] 2022-11-23T01:28:46.8100010Z 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:28:46.8100220Z stats [('calls_captured', 10), ('fusions_possible', 6), ('unique_graphs', 4)] 2022-11-23T01:28:46.8100270Z ok (0.022s) 2022-11-23T01:28:46.8100490Z test_reinplacing_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8100630Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8100720Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8100760Z ok (0.385s) 2022-11-23T01:28:46.8101030Z test_relative_import_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8101070Z ok (0.004s) 2022-11-23T01:28:46.8101350Z test_relative_import_no_modulename_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8101390Z ok (0.003s) 2022-11-23T01:28:46.8101660Z test_rewrite_assert_noop_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:28:46.8101710Z ok (0.008s) 2022-11-23T01:28:46.8101970Z test_rewrite_assert_with_fstring_msg_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... unimplemented [('generic_jump TensorVariable()', 1)] 2022-11-23T01:28:46.8102050Z ok (0.002s) 2022-11-23T01:28:46.8102340Z test_rewrite_assert_with_msg_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 18), ('fusions_possible', 15), ('unique_graphs', 3)] 2022-11-23T01:28:46.8102380Z ok (0.008s) 2022-11-23T01:28:46.8102660Z test_rewrite_assert_without_msg_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 12), ('fusions_possible', 10), ('unique_graphs', 2)] 2022-11-23T01:28:46.8102700Z ok (0.005s) 2022-11-23T01:28:46.8102910Z test_rng_state_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8103050Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:46.8103100Z ok (0.006s) 2022-11-23T01:28:46.8103360Z test_seq_append_list_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.8103400Z ok (0.006s) 2022-11-23T01:28:46.8104250Z test_sigmoid_out_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:46.8104320Z torch.sigmoid(inp, out=out1) 2022-11-23T01:28:46.8105020Z /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, 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:28:46.8105140Z return node.target(*args, **kwargs) 2022-11-23T01:28:46.8105800Z /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:28:46.8105870Z torch.sigmoid(inp, out=out1) 2022-11-23T01:28:46.8105950Z frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:46.8106090Z inline_call [('call_function UserDefinedClassVariable() [] {}', 1)] 2022-11-23T01:28:46.8106130Z ok (0.015s) 2022-11-23T01:28:46.8106420Z test_slice_into_list_mutable_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 30), ('fusions_possible', 29), ('unique_graphs', 1)] 2022-11-23T01:28:46.8106460Z ok (0.011s) 2022-11-23T01:28:46.8106690Z test_slicing_dynamic_shape_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.8106810Z unimplemented [('Dynamic slicing not supported', 2)] 2022-11-23T01:28:46.8107000Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:46.8107050Z ok (0.004s) 2022-11-23T01:28:46.8107290Z test_slicing_dynamic_shape_setitem_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 1)] 2022-11-23T01:28:46.8107400Z unimplemented [('Dynamic slicing not supported', 2)] 2022-11-23T01:28:46.8107510Z graph_break [('Dynamic slicing not supported', 1)] 2022-11-23T01:28:46.8107650Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8107700Z ok (0.004s) 2022-11-23T01:28:46.8108470Z test_sort_out_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... /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:28:46.8108550Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:28:46.8109230Z /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:28:46.8109300Z return node.target(*args, **kwargs) 2022-11-23T01:28:46.8109950Z /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:28:46.8110090Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:28:46.8110740Z /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:28:46.8110820Z torch.sort(tensor, out=(values1, indices1)) 2022-11-23T01:28:46.8110900Z frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:46.8111040Z inline_call [('call_function UserDefinedClassVariable() [] {}', 1)] 2022-11-23T01:28:46.8111090Z ok (0.019s) 2022-11-23T01:28:46.8111310Z test_specialized_stride_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8111450Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8111490Z ok (0.002s) 2022-11-23T01:28:46.8111720Z test_tensor_isinstance_tuple_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8111910Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8111950Z ok (0.002s) 2022-11-23T01:28:46.8112170Z test_tokenization_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:46.8112400Z 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:28:46.8112450Z unimplemented [] 2022-11-23T01:28:46.8112680Z 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:28:46.8112730Z ok (0.005s) 2022-11-23T01:28:46.8112990Z test_torch_ops_aten_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8113040Z ok (0.004s) 2022-11-23T01:28:46.8113320Z test_vdd_duplicate_error_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:46.8113360Z ok (0.005s) 2022-11-23T01:28:46.8113590Z test_while_loop_graph_break_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:46.8113640Z inline_call [] 2022-11-23T01:28:46.8113890Z 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:28:46.8114030Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8114070Z ok (0.003s) 2022-11-23T01:28:46.8114230Z test_with_on_graph_break_inst_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... Hello world 2022-11-23T01:28:46.8114280Z Hello world 2022-11-23T01:28:46.8114350Z frames [('total', 6), ('ok', 6)] 2022-11-23T01:28:46.8114510Z inline_call [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 1)] 2022-11-23T01:28:46.8114560Z unimplemented [] 2022-11-23T01:28:46.8114740Z graph_break [('call_function BuiltinVariable(print) [ConstantVariable(str)] {}', 2), ('Tensor.backward', 1)] 2022-11-23T01:28:46.8114880Z stats [('calls_captured', 11), ('fusions_possible', 7), ('unique_graphs', 4)] 2022-11-23T01:28:46.8114920Z ok (0.013s) 2022-11-23T01:28:46.8115190Z test_builtin_functions_on_cuda_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... skip: requires cuda (0.000s) 2022-11-23T01:28:46.8115450Z test_builtin_getitem_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8115580Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8115630Z ok (0.007s) 2022-11-23T01:28:46.8115850Z test_builtin_max_min_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8115980Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:46.8116020Z ok (0.003s) 2022-11-23T01:28:46.8116260Z test_feed_random_values_into_graph_only_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8116400Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:46.8116440Z ok (0.004s) 2022-11-23T01:28:46.8116690Z test_multiple_consecutive_random_calls_before_graph_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8116830Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8116960Z ok (0.004s) 2022-11-23T01:28:46.8117210Z test_no_recompilations_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8117340Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8117390Z ok (0.003s) 2022-11-23T01:28:46.8117610Z test_numpy_correctness_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:46.8117750Z unimplemented [('reconstruct: ConstantVariable(float64)', 1)] 2022-11-23T01:28:46.8117850Z graph_break [('Tensor.numpy', 2), ('numpy', 2)] 2022-11-23T01:28:46.8117980Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8118030Z ok (0.012s) 2022-11-23T01:28:46.8118260Z test_random_call_with_while_loop_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8118390Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:46.8118440Z ok (0.003s) 2022-11-23T01:28:46.8118670Z test_random_values_with_graph_break_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:46.8118720Z unimplemented [] 2022-11-23T01:28:46.8118810Z graph_break [('Tensor.item', 2)] 2022-11-23T01:28:46.8118940Z stats [('calls_captured', 4), ('unique_graphs', 3), ('fusions_possible', 1)] 2022-11-23T01:28:46.8118980Z ok (0.010s) 2022-11-23T01:28:46.8119210Z test_unspec_float_precision_no_fake_tensors (torch._dynamo.testing.make_test_cls_with_patches..DummyTestClass) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:46.8119340Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:46.8119390Z ok (0.029s) 2022-11-23T01:28:46.8119390Z 2022-11-23T01:28:46.8119530Z ---------------------------------------------------------------------- 2022-11-23T01:28:46.8119580Z Ran 375 tests in 3.655s 2022-11-23T01:28:46.8119590Z 2022-11-23T01:28:46.8119650Z OK (skipped=7, expected failures=2) 2022-11-23T01:28:46.8119660Z 2022-11-23T01:28:46.8119710Z Generating XML reports... 2022-11-23T01:28:46.8119990Z Generated XML report: test-reports/python-unittest/dynamo.test_no_fake_tensors/TEST-torch._dynamo.testing.NoFakeTensorsFunctionTests-20221123012842.xml 2022-11-23T01:28:46.8120290Z Generated XML report: test-reports/python-unittest/dynamo.test_no_fake_tensors/TEST-torch._dynamo.testing.NoFakeTensorsMiscTests-20221123012842.xml 2022-11-23T01:28:46.8120560Z Generated XML report: test-reports/python-unittest/dynamo.test_no_fake_tensors/TEST-torch._dynamo.testing.NoFakeTensorsNNModuleTests-20221123012842.xml 2022-11-23T01:28:46.8120820Z Generated XML report: test-reports/python-unittest/dynamo.test_no_fake_tensors/TEST-torch._dynamo.testing.NoFakeTensorsReproTests-20221123012842.xml 2022-11-23T01:28:46.8121070Z Generated XML report: test-reports/python-unittest/dynamo.test_no_fake_tensors/TEST-torch._dynamo.testing.NoFakeTensorsUnspecTests-20221123012842.xml 2022-11-23T01:28:46.8121070Z 2022-11-23T01:28:46.8121370Z ##[endgroup] 2022-11-23T01:28:46.8121620Z FINISHED PRINTING LOG FILE of dynamo/test_no_fake_tensors (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_no_fake_tensors_ebdbohdc) 2022-11-23T01:28:46.8121630Z 2022-11-23T01:28:47.8363660Z Running test_logging ... [2022-11-23 01:28:47.836185] 2022-11-23T01:28:47.8364200Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:47.836366] 2022-11-23T01:28:47.8364490Z Ignoring disabled issues: [] 2022-11-23T01:28:49.7256860Z 2022-11-23T01:28:49.7257190Z Expand the folded group to see the log file of test_logging 2022-11-23T01:28:49.7257800Z ##[group]PRINTING LOG FILE of test_logging (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_logging_qiwhr5fy) 2022-11-23T01:28:49.7258250Z 2022-11-23T01:28:49.7258300Z Running tests... 2022-11-23T01:28:49.7258660Z ---------------------------------------------------------------------- 2022-11-23T01:28:49.7258940Z Test results will be stored in test-reports/python-unittest/test_logging 2022-11-23T01:28:49.7259140Z testApiUsage (__main__.LoggingTest) 2022-11-23T01:28:49.7259360Z This test verifies that api usage logging is not triggered via static ... ok (0.978s) 2022-11-23T01:28:49.7259500Z 2022-11-23T01:28:49.7259650Z ---------------------------------------------------------------------- 2022-11-23T01:28:49.7259820Z Ran 1 test in 0.978s 2022-11-23T01:28:49.7259910Z 2022-11-23T01:28:49.7259960Z OK 2022-11-23T01:28:49.7260020Z 2022-11-23T01:28:49.7260080Z Generating XML reports... 2022-11-23T01:28:49.7260380Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20221123012848.xml 2022-11-23T01:28:49.7260550Z 2022-11-23T01:28:49.7260720Z ##[endgroup] 2022-11-23T01:28:49.7261020Z FINISHED PRINTING LOG FILE of test_logging (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_logging_qiwhr5fy) 2022-11-23T01:28:49.7261200Z 2022-11-23T01:28:49.8978220Z 2022-11-23T01:28:49.8978720Z Expand the folded group to see the log file of test_view_ops 2022-11-23T01:28:49.8979300Z ##[group]PRINTING LOG FILE of test_view_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_view_ops_unu21vwx) 2022-11-23T01:28:49.8979490Z 2022-11-23T01:28:49.8979550Z Running tests... 2022-11-23T01:28:49.8979860Z ---------------------------------------------------------------------- 2022-11-23T01:28:49.8980140Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-11-23T01:28:49.8980940Z test_T_cpu (__main__.TestOldViewOpsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_view_ops.py:1305: 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:28:49.8981450Z t1 = a.T 2022-11-23T01:28:49.8981570Z ok (0.002s) 2022-11-23T01:28:49.8981760Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.097s) 2022-11-23T01:28:49.8982000Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.100s) 2022-11-23T01:28:49.8982380Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.107s) 2022-11-23T01:28:49.8982760Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.074s) 2022-11-23T01:28:49.8982990Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.071s) 2022-11-23T01:28:49.8983220Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-11-23T01:28:49.8983450Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-11-23T01:28:49.8983670Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-11-23T01:28:49.8983890Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-11-23T01:28:49.8984110Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-11-23T01:28:49.8984340Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.037s) 2022-11-23T01:28:49.8984570Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.8984800Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-11-23T01:28:49.8985040Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.8985960Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /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:28:49.8986660Z return torch.as_tensor(tensor_like) 2022-11-23T01:28:49.8986800Z ok (0.015s) 2022-11-23T01:28:49.8986980Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-11-23T01:28:49.8987230Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-11-23T01:28:49.8987460Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-11-23T01:28:49.8987700Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-11-23T01:28:49.8987930Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-11-23T01:28:49.8988160Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-11-23T01:28:49.8988390Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-11-23T01:28:49.8988610Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-11-23T01:28:49.8988840Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-11-23T01:28:49.8989060Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-11-23T01:28:49.8989280Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:28:49.8989510Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-11-23T01:28:49.8990120Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... /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:28:49.8990540Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.8990690Z ok (0.001s) 2022-11-23T01:28:49.8991400Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_view_ops.py:1837: 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:28:49.8991930Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-11-23T01:28:49.8992110Z ok (0.001s) 2022-11-23T01:28:49.8992280Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.8992510Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:28:49.8992730Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-11-23T01:28:49.9001150Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9001400Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-11-23T01:28:49.9001630Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9001850Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-11-23T01:28:49.9002080Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9002310Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:28:49.9002530Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9002770Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9003030Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9003410Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9003670Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9003930Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9004180Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9004430Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9004680Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9004930Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9005170Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9005420Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9005670Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9005920Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9006180Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9006440Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-11-23T01:28:49.9006680Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-11-23T01:28:49.9006900Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9007110Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-11-23T01:28:49.9007330Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.022s) 2022-11-23T01:28:49.9007570Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.074s) 2022-11-23T01:28:49.9007820Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.086s) 2022-11-23T01:28:49.9008070Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.088s) 2022-11-23T01:28:49.9008320Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.085s) 2022-11-23T01:28:49.9008570Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.084s) 2022-11-23T01:28:49.9008810Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.082s) 2022-11-23T01:28:49.9009120Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.073s) 2022-11-23T01:28:49.9009370Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.074s) 2022-11-23T01:28:49.9009620Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.072s) 2022-11-23T01:28:49.9009870Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.073s) 2022-11-23T01:28:49.9010110Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.073s) 2022-11-23T01:28:49.9010360Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.263s) 2022-11-23T01:28:49.9010610Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.341s) 2022-11-23T01:28:49.9010860Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.381s) 2022-11-23T01:28:49.9011110Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.319s) 2022-11-23T01:28:49.9011360Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.318s) 2022-11-23T01:28:49.9011600Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.332s) 2022-11-23T01:28:49.9011850Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.272s) 2022-11-23T01:28:49.9012090Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.273s) 2022-11-23T01:28:49.9012390Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.285s) 2022-11-23T01:28:49.9012630Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.374s) 2022-11-23T01:28:49.9012870Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.264s) 2022-11-23T01:28:49.9013110Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-11-23T01:28:49.9013360Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-11-23T01:28:49.9013600Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.012s) 2022-11-23T01:28:49.9013850Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-11-23T01:28:49.9014100Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-11-23T01:28:49.9014340Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-11-23T01:28:49.9014580Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9014820Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9015050Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9015290Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9015520Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9015750Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9015980Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9016200Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9016440Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9016680Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9016910Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9017140Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9017380Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9017620Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9017860Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9018110Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9018400Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9018640Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9018880Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9019120Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9019350Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9019600Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-11-23T01:28:49.9019840Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-11-23T01:28:49.9020070Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9020290Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-11-23T01:28:49.9020520Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9020750Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.036s) 2022-11-23T01:28:49.9020960Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9021170Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9021390Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9021680Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9022370Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... /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:28:49.9022800Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9023300Z /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:28:49.9023670Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9024160Z /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:28:49.9024530Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9025020Z /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:28:49.9025390Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9025870Z /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:28:49.9026220Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9026710Z /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:28:49.9027070Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9027620Z /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:28:49.9027980Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9028470Z /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:28:49.9028820Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9029300Z /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:28:49.9029660Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9029800Z ok (0.080s) 2022-11-23T01:28:49.9029990Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9030220Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9030510Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9030750Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9030980Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9031270Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.000s) 2022-11-23T01:28:49.9031540Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9031770Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9032000Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9032220Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9032440Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9032650Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9032860Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9033080Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9033290Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9033490Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9033700Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:28:49.9033930Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9034160Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9034390Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-11-23T01:28:49.9034610Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9034830Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9035040Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9035260Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9035470Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9035690Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9035930Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-11-23T01:28:49.9036160Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9036430Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9036670Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9036900Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9037120Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9037350Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9037570Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9037790Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9038000Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9038210Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9038430Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9038660Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9038890Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9039100Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9039310Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9039560Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9039790Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-11-23T01:28:49.9040040Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:28:49.9040290Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:28:49.9040540Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:28:49.9040780Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9041020Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9041260Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9041500Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9041730Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9041980Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9042210Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9042450Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9042690Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9042920Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9043170Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9043420Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9043670Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:28:49.9043910Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9044140Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-11-23T01:28:49.9044370Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9044600Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9044830Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9045140Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9045380Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9045670Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.000s) 2022-11-23T01:28:49.9045930Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:28:49.9046150Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9046360Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9046570Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:28:49.9046790Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-11-23T01:28:49.9047010Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9047220Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-11-23T01:28:49.9047430Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9047630Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9047850Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9048080Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9048300Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-11-23T01:28:49.9048600Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9049180Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_view_ops.py:308: 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:28:49.9049580Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-11-23T01:28:49.9049740Z ok (0.001s) 2022-11-23T01:28:49.9049910Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9050120Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9050320Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9056540Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9056780Z test_view_copy_output_contiguous_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9057040Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.070s) 2022-11-23T01:28:49.9057290Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.078s) 2022-11-23T01:28:49.9057530Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.063s) 2022-11-23T01:28:49.9057770Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.070s) 2022-11-23T01:28:49.9058020Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.070s) 2022-11-23T01:28:49.9058260Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.063s) 2022-11-23T01:28:49.9058470Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.070s) 2022-11-23T01:28:49.9058690Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.069s) 2022-11-23T01:28:49.9058920Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.063s) 2022-11-23T01:28:49.9059140Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.069s) 2022-11-23T01:28:49.9059360Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.069s) 2022-11-23T01:28:49.9059590Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.034s) 2022-11-23T01:28:49.9059840Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.049s) 2022-11-23T01:28:49.9060090Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9060410Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-11-23T01:28:49.9060660Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.033s) 2022-11-23T01:28:49.9060910Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.022s) 2022-11-23T01:28:49.9061150Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-11-23T01:28:49.9061380Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.033s) 2022-11-23T01:28:49.9061620Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.023s) 2022-11-23T01:28:49.9061850Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-11-23T01:28:49.9062090Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.051s) 2022-11-23T01:28:49.9062330Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.050s) 2022-11-23T01:28:49.9062580Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9062820Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9063050Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9063300Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9063590Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9063820Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9064060Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9064290Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9064520Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9064750Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9064980Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9065210Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9065440Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9065670Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9065910Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9066140Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9066380Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9066610Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9066840Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9067100Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9067330Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9067560Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9067780Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9068010Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9068230Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9068460Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9068700Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9068930Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9069160Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9069470Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9069720Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9069960Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9070190Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9070410Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9070630Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9070860Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9071090Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9071330Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9071570Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9071810Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9072030Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9072260Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9072570Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9072790Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9073020Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9073240Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9073460Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9073680Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9073910Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-11-23T01:28:49.9074120Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.026s) 2022-11-23T01:28:49.9074350Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-11-23T01:28:49.9074590Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:28:49.9075280Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... /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:28:49.9075710Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9076210Z /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:28:49.9076580Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9077070Z /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:28:49.9077430Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9077920Z /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:28:49.9078280Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9078870Z /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:28:49.9079290Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9079780Z /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:28:49.9080140Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9080620Z /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:28:49.9080980Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9081460Z /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:28:49.9081920Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9082400Z /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:28:49.9082750Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9083230Z /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:28:49.9083580Z warnings.warn(message, UserWarning) 2022-11-23T01:28:49.9083720Z ok (0.013s) 2022-11-23T01:28:49.9083910Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9084140Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:28:49.9084380Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9084620Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9084870Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9085160Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.000s) 2022-11-23T01:28:49.9085550Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9085960Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9086230Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:28:49.9086470Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:28:49.9086700Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:28:49.9086930Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:28:49.9087160Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:28:49.9087370Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:28:49.9087680Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:28:49.9087920Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:28:49.9088140Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:28:49.9088470Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9088860Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:28:49.9089130Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-11-23T01:28:49.9095460Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-11-23T01:28:49.9095700Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9096060Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9096420Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9096780Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9097150Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:28:49.9097710Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:28:49.9098080Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:28:49.9098450Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:28:49.9098810Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:28:49.9099160Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:28:49.9099520Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:28:49.9099870Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:28:49.9100220Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-11-23T01:28:49.9100490Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.026s) 2022-11-23T01:28:49.9100710Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9100930Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9101260Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9101640Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9101910Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:28:49.9102230Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9102490Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:28:49.9102700Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:28:49.9103050Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9103430Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9103910Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9104320Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9104700Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9105080Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9105450Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9105840Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9106220Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9106600Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9106980Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9107430Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9107800Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9108160Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9108540Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9108920Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9109300Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9109670Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9110030Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9110390Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9110740Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9111110Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9111470Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9111820Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9112140Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.000s) 2022-11-23T01:28:49.9112400Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9112610Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:28:49.9112830Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9113030Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9113310Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-11-23T01:28:49.9113540Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-11-23T01:28:49.9113740Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9114050Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9114310Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:28:49.9114520Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9114740Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9115040Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9115400Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9115760Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9116110Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9116360Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-11-23T01:28:49.9116640Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.003s) 2022-11-23T01:28:49.9116850Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-11-23T01:28:49.9117070Z test_view_copy_output_contiguous_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-11-23T01:28:49.9117400Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9117770Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9118120Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9118470Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9118820Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9119170Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9119520Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9119870Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9120220Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9120570Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9120910Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-11-23T01:28:49.9121280Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9121650Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9122020Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9122400Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9122850Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9123230Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9123600Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9123970Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9124340Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9124700Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9125060Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9125430Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9125790Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9126240Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9126610Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9126990Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9127350Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9127710Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9128060Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9128410Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9128770Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9129120Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9129470Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9129830Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9130190Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9130550Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9130920Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9131290Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9131670Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9132030Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9133170Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9133930Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9134310Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9134680Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9135060Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9135430Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9135810Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9136180Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9136560Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9136950Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9137630Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9138010Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9145470Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9145860Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9146220Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9146570Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9146940Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9147290Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9147660Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9148030Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9148410Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9148780Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9149150Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9149520Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9149890Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9150250Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9150880Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9151250Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9151610Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9151970Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-11-23T01:28:49.9152220Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-11-23T01:28:49.9152350Z 2022-11-23T01:28:49.9152500Z ---------------------------------------------------------------------- 2022-11-23T01:28:49.9152690Z Ran 441 tests in 6.993s 2022-11-23T01:28:49.9152780Z 2022-11-23T01:28:49.9152830Z OK (skipped=123) 2022-11-23T01:28:49.9152920Z 2022-11-23T01:28:49.9152980Z Generating XML reports... 2022-11-23T01:28:49.9153290Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221123012842.xml 2022-11-23T01:28:49.9153660Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221123012842.xml 2022-11-23T01:28:49.9154030Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221123012842.xml 2022-11-23T01:28:49.9154290Z 2022-11-23T01:28:49.9154570Z ##[endgroup] 2022-11-23T01:28:49.9154880Z FINISHED PRINTING LOG FILE of test_view_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_view_ops_unu21vwx) 2022-11-23T01:28:49.9155060Z 2022-11-23T01:28:51.0209870Z Running dynamo/test_subgraphs ... [2022-11-23 01:28:51.020815] 2022-11-23T01:28:51.0211460Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_subgraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:51.020997] 2022-11-23T01:28:51.0211780Z Ignoring disabled issues: [] 2022-11-23T01:28:51.1854350Z Running test_expanded_weights ... [2022-11-23 01:28:51.185238] 2022-11-23T01:28:51.1855800Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:51.185459] 2022-11-23T01:28:51.1856100Z Ignoring disabled issues: [] 2022-11-23T01:28:53.1824850Z 2022-11-23T01:28:53.1825770Z Expand the folded group to see the log file of dynamo/test_subgraphs 2022-11-23T01:28:53.1827130Z ##[group]PRINTING LOG FILE of dynamo/test_subgraphs (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_subgraphs_qewjudv5) 2022-11-23T01:28:53.1827420Z 2022-11-23T01:28:53.1827480Z Running tests... 2022-11-23T01:28:53.1827900Z ---------------------------------------------------------------------- 2022-11-23T01:28:53.1828230Z Test results will be stored in test-reports/python-unittest/dynamo.test_subgraphs 2022-11-23T01:28:53.1828510Z test_capi_call1 (__main__.SubGraphTests) ... ok (0.239s) 2022-11-23T01:28:53.1828780Z test_capi_call2 (__main__.SubGraphTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:53.1828980Z unimplemented [] 2022-11-23T01:28:53.1829300Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1829640Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:53.1829890Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1830060Z unimplemented [] 2022-11-23T01:28:53.1830360Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1830700Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:53.1830880Z ok (0.006s) 2022-11-23T01:28:53.1831130Z test_capi_call3 (__main__.SubGraphTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:53.1831320Z unimplemented [] 2022-11-23T01:28:53.1831950Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1832340Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:53.1832540Z ok (0.004s) 2022-11-23T01:28:53.1832790Z test_control_flow1 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1833090Z stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:53.1833280Z ok (0.006s) 2022-11-23T01:28:53.1833510Z test_control_flow2 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1833810Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:53.1834000Z ok (0.004s) 2022-11-23T01:28:53.1834240Z test_control_flow3 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1834540Z stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:53.1834730Z ok (0.011s) 2022-11-23T01:28:53.1834980Z test_control_flow4 (__main__.SubGraphTests) ... frames [('total', 5), ('ok', 5)] 2022-11-23T01:28:53.1835280Z stats [('calls_captured', 5), ('unique_graphs', 3), ('fusions_possible', 2)] 2022-11-23T01:28:53.1835490Z ok (0.010s) 2022-11-23T01:28:53.1835710Z test_control_flow5 (__main__.SubGraphTests) ... frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:53.1836200Z stats [('calls_captured', 13), ('fusions_possible', 7), ('unique_graphs', 6)] 2022-11-23T01:28:53.1836430Z ok (0.022s) 2022-11-23T01:28:53.1836710Z test_dynamic_kwarg (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1836990Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:53.1837180Z ok (0.005s) 2022-11-23T01:28:53.1837410Z test_dynamic_shapes (__main__.SubGraphTests) ... frames [('total', 11), ('ok', 11)] 2022-11-23T01:28:53.1837700Z stats [('calls_captured', 22), ('fusions_possible', 11), ('unique_graphs', 11)] 2022-11-23T01:28:53.1837890Z ok (0.020s) 2022-11-23T01:28:53.1838140Z test_enumerate_not_break_graph (__main__.SubGraphTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:53.1838440Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:53.1838620Z ok (0.004s) 2022-11-23T01:28:53.1838850Z test_extended_args (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1839130Z stats [('calls_captured', 1026), ('fusions_possible', 1023), ('unique_graphs', 3)] 2022-11-23T01:28:53.1839310Z ok (0.410s) 2022-11-23T01:28:53.1839560Z test_graph_break_on_item (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1839770Z unimplemented [] 2022-11-23T01:28:53.1839960Z graph_break [('Tensor.item', 1)] 2022-11-23T01:28:53.1840200Z stats [('calls_captured', 5), ('fusions_possible', 3), ('unique_graphs', 2)] 2022-11-23T01:28:53.1840380Z ok (0.010s) 2022-11-23T01:28:53.1840620Z test_indirect_unsupported1 (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1840980Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1841220Z unimplemented [] 2022-11-23T01:28:53.1841510Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:53.1855850Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:53.1856130Z ok (0.007s) 2022-11-23T01:28:53.1856460Z test_indirect_unsupported2 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1856840Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1857090Z unimplemented [] 2022-11-23T01:28:53.1857380Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:53.1858260Z stats [('calls_captured', 5), ('unique_graphs', 3), ('fusions_possible', 2)] 2022-11-23T01:28:53.1858470Z ok (0.010s) 2022-11-23T01:28:53.1858740Z test_indirect_unsupported3 (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1859140Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1859400Z unimplemented [] 2022-11-23T01:28:53.1859700Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:53.1860030Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:53.1860210Z ok (0.007s) 2022-11-23T01:28:53.1860440Z test_multigraph (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1860720Z stats [('calls_captured', 5), ('fusions_possible', 3), ('unique_graphs', 2)] 2022-11-23T01:28:53.1860900Z ok (0.008s) 2022-11-23T01:28:53.1861160Z test_no_graph_break_on_item (__main__.SubGraphTests) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:53.1861450Z stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:53.1861640Z ok (0.007s) 2022-11-23T01:28:53.1861860Z test_pop_after_resume (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1862060Z unimplemented [] 2022-11-23T01:28:53.1862490Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1862860Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:53.1863080Z ok (0.013s) 2022-11-23T01:28:53.1863310Z test_restore_range (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1863490Z unimplemented [] 2022-11-23T01:28:53.1863770Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1864090Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:53.1864270Z ok (0.008s) 2022-11-23T01:28:53.1864510Z test_restore_range_iter (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1864700Z unimplemented [] 2022-11-23T01:28:53.1865000Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1865370Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:28:53.1865540Z ok (0.007s) 2022-11-23T01:28:53.1865760Z test_restore_state (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1865930Z unimplemented [] 2022-11-23T01:28:53.1866200Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1866500Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:53.1866670Z ok (0.007s) 2022-11-23T01:28:53.1866880Z test_resume1 (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1867050Z unimplemented [] 2022-11-23T01:28:53.1867330Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1867630Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:53.1867790Z ok (0.007s) 2022-11-23T01:28:53.1868000Z test_resume2 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1868310Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1868520Z unimplemented [] 2022-11-23T01:28:53.1868790Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:53.1869090Z stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:53.1869250Z ok (0.009s) 2022-11-23T01:28:53.1869600Z test_resume3 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1869940Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1870160Z unimplemented [] 2022-11-23T01:28:53.1870430Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:53.1870810Z stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:53.1871010Z ok (0.009s) 2022-11-23T01:28:53.1871230Z test_resume4 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1871570Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1871790Z unimplemented [] 2022-11-23T01:28:53.1872080Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:53.1872410Z stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:53.1872590Z ok (0.010s) 2022-11-23T01:28:53.1872790Z test_resume5 (__main__.SubGraphTests) ... tensor([1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 2022-11-23T01:28:53.1872970Z 1.5000]) 2022-11-23T01:28:53.1873130Z tensor([1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 2022-11-23T01:28:53.1873460Z 1.5000]) 2022-11-23T01:28:53.1873630Z tensor([1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 2022-11-23T01:28:53.1873780Z 1.5000]) 2022-11-23T01:28:53.1873940Z tensor([1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 1.5000, 2022-11-23T01:28:53.1874080Z 1.5000]) 2022-11-23T01:28:53.1874270Z frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:53.1874440Z unimplemented [] 2022-11-23T01:28:53.1874690Z graph_break [('call_function BuiltinVariable(print) [TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1874990Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:53.1875170Z ok (0.007s) 2022-11-23T01:28:53.1875400Z test_resume_freevars (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1875610Z unimplemented [] 2022-11-23T01:28:53.1875880Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1876200Z stats [('calls_captured', 5), ('fusions_possible', 3), ('unique_graphs', 2)] 2022-11-23T01:28:53.1876370Z ok (0.007s) 2022-11-23T01:28:53.1876600Z test_resume_paths_join (__main__.SubGraphTests) ... frames [('total', 7), ('ok', 7)] 2022-11-23T01:28:53.1876900Z stats [('calls_captured', 10), ('unique_graphs', 7), ('fusions_possible', 3)] 2022-11-23T01:28:53.1877090Z ok (0.020s) 2022-11-23T01:28:53.1877330Z test_resume_tuple_iterator (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1877540Z unimplemented [] 2022-11-23T01:28:53.1877830Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1878160Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:28:53.1878360Z ok (0.009s) 2022-11-23T01:28:53.1878590Z test_resume_with_no_grad1 (__main__.SubGraphTests) ... frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:53.1878780Z unimplemented [] 2022-11-23T01:28:53.1878960Z graph_break [('Tensor.tolist', 2)] 2022-11-23T01:28:53.1879220Z stats [('calls_captured', 18), ('fusions_possible', 14), ('unique_graphs', 4)] 2022-11-23T01:28:53.1879410Z ok (0.015s) 2022-11-23T01:28:53.1879640Z test_resume_with_no_grad2 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1879840Z unimplemented [] 2022-11-23T01:28:53.1880020Z graph_break [('Tensor.tolist', 2)] 2022-11-23T01:28:53.1880290Z stats [('calls_captured', 13), ('fusions_possible', 10), ('unique_graphs', 3)] 2022-11-23T01:28:53.1880480Z ok (0.012s) 2022-11-23T01:28:53.1880930Z test_resume_with_no_grad3 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1881190Z unimplemented [] 2022-11-23T01:28:53.1881410Z graph_break [('Tensor.tolist', 1)] 2022-11-23T01:28:53.1881670Z stats [('calls_captured', 19), ('fusions_possible', 17), ('unique_graphs', 2)] 2022-11-23T01:28:53.1881850Z ok (0.010s) 2022-11-23T01:28:53.1882080Z test_stack_state1 (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1882260Z unimplemented [] 2022-11-23T01:28:53.1882550Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1882930Z stats [('calls_captured', 6), ('fusions_possible', 4), ('unique_graphs', 2)] 2022-11-23T01:28:53.1883160Z ok (0.006s) 2022-11-23T01:28:53.1883390Z test_stack_state2 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1883730Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1883960Z unimplemented [] 2022-11-23T01:28:53.1884240Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:53.1884560Z stats [('calls_captured', 7), ('fusions_possible', 4), ('unique_graphs', 3)] 2022-11-23T01:28:53.1884730Z ok (0.009s) 2022-11-23T01:28:53.1885100Z test_start1 (__main__.SubGraphTests) ... tensor([1., 1., 1., 1., 1., 1., 1., 1., 1., 1.]) 2022-11-23T01:28:53.1885400Z tensor([-2., -2., -2., -2., -2., -2., -2., -2., -2., -2.]) 2022-11-23T01:28:53.1885580Z tensor([1., 1., 1., 1., 1., 1., 1., 1., 1., 1.]) 2022-11-23T01:28:53.1885800Z tensor([-2., -2., -2., -2., -2., -2., -2., -2., -2., -2.]) 2022-11-23T01:28:53.1886000Z frames [('total', 4), ('ok', 4)] 2022-11-23T01:28:53.1886170Z unimplemented [] 2022-11-23T01:28:53.1895790Z graph_break [('call_function BuiltinVariable(print) [TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1896400Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:53.1896580Z ok (0.006s) 2022-11-23T01:28:53.1896800Z test_start2 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1897140Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1897370Z unimplemented [] 2022-11-23T01:28:53.1897660Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:53.1897980Z stats [('calls_captured', 4), ('fusions_possible', 2), ('unique_graphs', 2)] 2022-11-23T01:28:53.1898160Z ok (0.007s) 2022-11-23T01:28:53.1898380Z test_start3 (__main__.SubGraphTests) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:53.1898560Z unimplemented [] 2022-11-23T01:28:53.1898850Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:53.1899160Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:53.1899340Z ok (0.005s) 2022-11-23T01:28:53.1899570Z test_start4 (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1899840Z stats [('calls_captured', 4), ('unique_graphs', 3), ('fusions_possible', 1)] 2022-11-23T01:28:53.1900010Z ok (0.007s) 2022-11-23T01:28:53.1900220Z test_tuple_iterator_mutate (__main__.SubGraphTests) ... skip: not working yet (0.000s) 2022-11-23T01:28:53.1900530Z test_tuple_iterator_return (__main__.SubGraphTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:53.1900730Z unimplemented [] 2022-11-23T01:28:53.1901040Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:53.1901360Z stats [('calls_captured', 6), ('fusions_possible', 3), ('unique_graphs', 3)] 2022-11-23T01:28:53.1901540Z ok (0.014s) 2022-11-23T01:28:53.1901620Z 2022-11-23T01:28:53.1901780Z ---------------------------------------------------------------------- 2022-11-23T01:28:53.1902330Z Ran 41 tests in 0.996s 2022-11-23T01:28:53.1902440Z 2022-11-23T01:28:53.1902500Z OK (skipped=1) 2022-11-23T01:28:53.1902580Z 2022-11-23T01:28:53.1902640Z Generating XML reports... 2022-11-23T01:28:53.1903090Z Generated XML report: test-reports/python-unittest/dynamo.test_subgraphs/TEST-SubGraphTests-20221123012851.xml 2022-11-23T01:28:53.1903300Z 2022-11-23T01:28:53.1903690Z ##[endgroup] 2022-11-23T01:28:53.1904060Z FINISHED PRINTING LOG FILE of dynamo/test_subgraphs (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_subgraphs_qewjudv5) 2022-11-23T01:28:53.1904270Z 2022-11-23T01:28:53.8128540Z 2022-11-23T01:28:53.8148320Z Expand the folded group to see the log file of test_expanded_weights 2022-11-23T01:28:53.8150060Z ##[group]PRINTING LOG FILE of test_expanded_weights (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_expanded_weights_5roh72mg) 2022-11-23T01:28:53.8150840Z 2022-11-23T01:28:53.8151220Z Running tests... 2022-11-23T01:28:53.8152230Z ---------------------------------------------------------------------- 2022-11-23T01:28:53.8153240Z Test results will be stored in test-reports/python-unittest/test_expanded_weights 2022-11-23T01:28:53.8154180Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.134s) 2022-11-23T01:28:53.8155120Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.102s) 2022-11-23T01:28:53.8156670Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-11-23T01:28:53.8157630Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8158680Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-11-23T01:28:53.8159820Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T01:28:53.8160940Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-11-23T01:28:53.8162040Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-11-23T01:28:53.8163160Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-11-23T01:28:53.8164260Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-11-23T01:28:53.8166670Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... /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:28:53.8168460Z return self.op(*args, **kwargs) 2022-11-23T01:28:53.8169060Z ok (0.007s) 2022-11-23T01:28:53.8169910Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-11-23T01:28:53.8171010Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.013s) 2022-11-23T01:28:53.8172100Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T01:28:53.8173170Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-11-23T01:28:53.8174220Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T01:28:53.8175570Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8176570Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8177460Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8178350Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8179270Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-11-23T01:28:53.8180150Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-11-23T01:28:53.8181060Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-11-23T01:28:53.8181960Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T01:28:53.8182890Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.006s) 2022-11-23T01:28:53.8184100Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.005s) 2022-11-23T01:28:53.8185300Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8186200Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8187100Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8187980Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8188920Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8189800Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8190670Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8191530Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8192410Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8193370Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8193790Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8194130Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8194440Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8194780Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-11-23T01:28:53.8195120Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.012s) 2022-11-23T01:28:53.8195490Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8196110Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-11-23T01:28:53.8196470Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-11-23T01:28:53.8196810Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8197160Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-11-23T01:28:53.8197530Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-11-23T01:28:53.8197900Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-11-23T01:28:53.8198300Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8198650Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.009s) 2022-11-23T01:28:53.8199020Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.008s) 2022-11-23T01:28:53.8199390Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8199880Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-11-23T01:28:53.8200210Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-11-23T01:28:53.8200580Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-11-23T01:28:53.8200940Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8201290Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-11-23T01:28:53.8201650Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.007s) 2022-11-23T01:28:53.8202000Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8202380Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.004s) 2022-11-23T01:28:53.8202710Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-11-23T01:28:53.8203010Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-11-23T01:28:53.8203290Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.018s) 2022-11-23T01:28:53.8203600Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.059s) 2022-11-23T01:28:53.8203880Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.015s) 2022-11-23T01:28:53.8204170Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-11-23T01:28:53.8204470Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.056s) 2022-11-23T01:28:53.8204750Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.014s) 2022-11-23T01:28:53.8205030Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.019s) 2022-11-23T01:28:53.8205420Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.057s) 2022-11-23T01:28:53.8212240Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.002s) 2022-11-23T01:28:53.8212570Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.003s) 2022-11-23T01:28:53.8212940Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8213280Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8213620Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8213950Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8214280Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.001s) 2022-11-23T01:28:53.8214620Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-11-23T01:28:53.8214910Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.002s) 2022-11-23T01:28:53.8215340Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-11-23T01:28:53.8215680Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-11-23T01:28:53.8215980Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-11-23T01:28:53.8216310Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-11-23T01:28:53.8216660Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-11-23T01:28:53.8216990Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.001s) 2022-11-23T01:28:53.8217270Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8217510Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8217810Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8218070Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8218310Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8218550Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8218790Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8219070Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8219310Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8219550Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8219860Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8220140Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8220420Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8220680Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8220950Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8221330Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8221620Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8221860Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8222380Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T01:28:53.8222810Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:28:53.8223110Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8223370Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8223610Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8223850Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8224150Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8224440Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8224680Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8225060Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8225290Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8225560Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8225800Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8226040Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8226320Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8226580Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8226880Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8227170Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8227450Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8227700Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8228070Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:28:53.8228490Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:28:53.8228780Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8229040Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8229290Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8229520Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8229800Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8230070Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8230360Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8230630Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8231020Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8231300Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8231560Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8231890Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8232180Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8232430Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8232680Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8232970Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8233340Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:28:53.8233750Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:28:53.8234050Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8234320Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8234690Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8234960Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8235260Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8235550Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8235810Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8236050Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8236340Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8236610Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8236870Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8237160Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8237420Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8237710Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8237970Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8238230Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8238490Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8238740Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8239000Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8239260Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8239530Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8239840Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8240250Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:28:53.8240840Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:28:53.8241190Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8241470Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8241780Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8242080Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8242360Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.020s) 2022-11-23T01:28:53.8242650Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-11-23T01:28:53.8242920Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8243220Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8243480Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8243710Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8244210Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.000s) 2022-11-23T01:28:53.8244640Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.000s) 2022-11-23T01:28:53.8244920Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8245190Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8245450Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8245740Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-11-23T01:28:53.8246000Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:28:53.8246140Z 2022-11-23T01:28:53.8246290Z ---------------------------------------------------------------------- 2022-11-23T01:28:53.8246470Z Ran 184 tests in 0.931s 2022-11-23T01:28:53.8246560Z 2022-11-23T01:28:53.8246610Z OK (skipped=10) 2022-11-23T01:28:53.8246720Z 2022-11-23T01:28:53.8246780Z Generating XML reports... 2022-11-23T01:28:53.8247130Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightFunctionalCPU-20221123012852.xml 2022-11-23T01:28:53.8247590Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightHelperFunctionCPU-20221123012852.xml 2022-11-23T01:28:53.8248040Z Generated XML report: test-reports/python-unittest/test_expanded_weights/TEST-TestExpandedWeightModule-20221123012852.xml 2022-11-23T01:28:53.8252880Z 2022-11-23T01:28:53.8253180Z ##[endgroup] 2022-11-23T01:28:53.8253520Z FINISHED PRINTING LOG FILE of test_expanded_weights (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_expanded_weights_5roh72mg) 2022-11-23T01:28:53.8253720Z 2022-11-23T01:28:54.4441130Z Running test_vmap ... [2022-11-23 01:28:54.438911] 2022-11-23T01:28:54.4441650Z Ignoring disabled issues: [] 2022-11-23T01:28:54.4449500Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:54.440186] 2022-11-23T01:28:55.0907690Z Running test_futures ... [2022-11-23 01:28:55.090515] 2022-11-23T01:28:55.0908350Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_futures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:55.090713] 2022-11-23T01:28:55.0908650Z Ignoring disabled issues: [] 2022-11-23T01:28:56.5625490Z 2022-11-23T01:28:56.5625800Z Expand the folded group to see the log file of test_vmap 2022-11-23T01:28:56.5626530Z ##[group]PRINTING LOG FILE of test_vmap (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_vmap_jrxqj_fe) 2022-11-23T01:28:56.5626770Z 2022-11-23T01:28:56.5626840Z Running tests... 2022-11-23T01:28:56.5627230Z ---------------------------------------------------------------------- 2022-11-23T01:28:56.5627540Z Test results will be stored in test-reports/python-unittest/test_vmap 2022-11-23T01:28:56.5628230Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:376: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5628710Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-11-23T01:28:56.5629250Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:378: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5629870Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-11-23T01:28:56.5630410Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:380: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5630820Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T01:28:56.5631340Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:383: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5631720Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-11-23T01:28:56.5632220Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:385: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5632610Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-11-23T01:28:56.5633360Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:387: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5633740Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-11-23T01:28:56.5634250Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:390: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5634670Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-11-23T01:28:56.5635180Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:392: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5635760Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-11-23T01:28:56.5636300Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:394: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5636750Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T01:28:56.5637280Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:398: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5637720Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-11-23T01:28:56.5637880Z ok (0.003s) 2022-11-23T01:28:56.5638450Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:748: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5638970Z vmap(backward_on_vmapped_tensor)(x) 2022-11-23T01:28:56.5639520Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:754: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5639940Z vmap(backward_with_vmapped_grad)(x, grad) 2022-11-23T01:28:56.5640450Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:760: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5640830Z vmap(completely_unrelated_backward)(y) 2022-11-23T01:28:56.5640980Z ok (0.003s) 2022-11-23T01:28:56.5641540Z test_batched_gradient_basic (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:792: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5641970Z jacobian = vmap(vjp_mul)(batched_v) 2022-11-23T01:28:56.5642110Z ok (0.010s) 2022-11-23T01:28:56.5642650Z test_constant_function (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:63: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5643100Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-11-23T01:28:56.5643250Z ok (0.001s) 2022-11-23T01:28:56.5643810Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:41: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5644240Z vmap(torch.mul)(x, y) 2022-11-23T01:28:56.5644800Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:43: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5645210Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T01:28:56.5645740Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:45: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5646210Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T01:28:56.5646380Z ok (0.001s) 2022-11-23T01:28:56.5646940Z test_fallback_atan2 (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:554: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5647360Z result = vmap(op, (2, 0))(x, y) 2022-11-23T01:28:56.5647870Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:560: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5648330Z result = vmap(vmap(op), (2, 0))(x, y) 2022-11-23T01:28:56.5648860Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:566: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5649240Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T01:28:56.5649380Z ok (0.040s) 2022-11-23T01:28:56.5649570Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:28:56.5650180Z test_fallback_masked_fill (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5650640Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T01:28:56.5651180Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5651590Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T01:28:56.5651760Z ok (0.038s) 2022-11-23T01:28:56.5652310Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:600: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5652750Z result = vmap(torch.var_mean)(tensor) 2022-11-23T01:28:56.5653260Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:606: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5653650Z result = vmap(vmap(torch.var_mean))(tensor) 2022-11-23T01:28:56.5654280Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:612: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5654690Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-11-23T01:28:56.5654850Z ok (0.030s) 2022-11-23T01:28:56.5655040Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:28:56.5655290Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.001s) 2022-11-23T01:28:56.5655940Z test_fallback_zero_dim (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:525: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5656340Z vmap(op, (0, None))(x, y) 2022-11-23T01:28:56.5656830Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:527: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5657350Z vmap(op, (None, 0))(y, x) 2022-11-23T01:28:56.5657860Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:529: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5658220Z vmap(op)(x, x) 2022-11-23T01:28:56.5658710Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:534: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5659070Z vmap(op, (0, None))(x, y) 2022-11-23T01:28:56.5659590Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:536: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5659960Z vmap(op, (None, 0))(y, x) 2022-11-23T01:28:56.5660440Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:538: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5660800Z vmap(op)(x, x) 2022-11-23T01:28:56.5660930Z ok (0.010s) 2022-11-23T01:28:56.5661480Z test_func_with_no_inputs (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:57: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5661890Z vmap(foo)() 2022-11-23T01:28:56.5662390Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:60: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5662760Z vmap(bar)() 2022-11-23T01:28:56.5670960Z ok (0.001s) 2022-11-23T01:28:56.5671810Z test_functools_partial (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:798: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5672250Z result = vmap(functools.partial(torch.mul, x))(y) 2022-11-23T01:28:56.5672420Z ok (0.001s) 2022-11-23T01:28:56.5672990Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:773: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5673430Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-11-23T01:28:56.5673960Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:781: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5674350Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-11-23T01:28:56.5674500Z ok (0.002s) 2022-11-23T01:28:56.5675140Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:463: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5675550Z vmap(foo)(torch.randn([])) 2022-11-23T01:28:56.5676050Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:465: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5676430Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-11-23T01:28:56.5676930Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:467: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5677320Z vmap(foo, in_dims=(-1,))(x) 2022-11-23T01:28:56.5677820Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:469: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5678190Z vmap(foo, in_dims=(2,))(y) 2022-11-23T01:28:56.5678690Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:471: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5679080Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-11-23T01:28:56.5679590Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:473: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5679970Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-11-23T01:28:56.5680550Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5680950Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-11-23T01:28:56.5681090Z ok (0.001s) 2022-11-23T01:28:56.5681670Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:407: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5682100Z vmap(torch.mul, [0, 0])(x, y) 2022-11-23T01:28:56.5682610Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:409: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5682990Z vmap(torch.mul, set({0, 0}))(x, y) 2022-11-23T01:28:56.5683490Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:411: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5683960Z vmap(torch.mul, 'lol')(x, y) 2022-11-23T01:28:56.5684470Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:413: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5684860Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-11-23T01:28:56.5685370Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:415: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5685730Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T01:28:56.5685870Z ok (0.001s) 2022-11-23T01:28:56.5686450Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:707: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5686890Z vmap(op, in_dims=(0, None))(x, y) 2022-11-23T01:28:56.5687400Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:713: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5687770Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-11-23T01:28:56.5688300Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:721: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5688680Z vmap(op, in_dims=(None, 0))(x, y) 2022-11-23T01:28:56.5689230Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:726: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5689630Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-11-23T01:28:56.5690160Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:731: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5690560Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-11-23T01:28:56.5691080Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:736: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5691460Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-11-23T01:28:56.5691600Z ok (0.008s) 2022-11-23T01:28:56.5692170Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:672: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5692640Z vmap(op, (2, 0))(x, y) 2022-11-23T01:28:56.5693140Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:680: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5693510Z vmap(vmap(op), (2, 0))(x, y) 2022-11-23T01:28:56.5694010Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:688: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5694380Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T01:28:56.5694510Z ok (0.035s) 2022-11-23T01:28:56.5695070Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:631: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5695480Z result = vmap(op)(x) 2022-11-23T01:28:56.5695990Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:638: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5696360Z result = vmap(op, out_dims=(1,))(x) 2022-11-23T01:28:56.5696860Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:645: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5697230Z result = vmap(vmap(op))(x) 2022-11-23T01:28:56.5697720Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:652: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5698090Z result = vmap(vmap(vmap(op)))(x) 2022-11-23T01:28:56.5698230Z ok (0.116s) 2022-11-23T01:28:56.5698920Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:446: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5699370Z vmap(torch.sum)(x, 0) 2022-11-23T01:28:56.5699880Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:448: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5700250Z vmap(torch.sum, (0, 0))(x, 0) 2022-11-23T01:28:56.5700740Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:450: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5701130Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-11-23T01:28:56.5701630Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:452: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5702160Z vmap(torch.sum, (0, None))(x, 0) 2022-11-23T01:28:56.5702300Z ok (0.001s) 2022-11-23T01:28:56.5702860Z test_multiple_inputs (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:78: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5703270Z output = vmap(torch.mul)(x, y) 2022-11-23T01:28:56.5703400Z ok (0.001s) 2022-11-23T01:28:56.5703950Z test_multiple_out_dims (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:220: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5704370Z result = vmap(foo, out_dims=(0, 1))(x) 2022-11-23T01:28:56.5704870Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:223: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5705280Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-11-23T01:28:56.5705430Z ok (0.001s) 2022-11-23T01:28:56.5705960Z test_multiple_outputs (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:86: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5706390Z outputs = vmap(foo)(x) 2022-11-23T01:28:56.5706520Z ok (0.001s) 2022-11-23T01:28:56.5707080Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:106: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5707560Z vmap(returns_tuple_of_tensors)(x) 2022-11-23T01:28:56.5708090Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:111: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5708470Z vmap(returns_list_of_two_tensors)(x) 2022-11-23T01:28:56.5708980Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:113: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5709350Z vmap(returns_list_of_one_tensor)(x) 2022-11-23T01:28:56.5709490Z ok (0.001s) 2022-11-23T01:28:56.5710050Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:337: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5710500Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-11-23T01:28:56.5710710Z ok (0.001s) 2022-11-23T01:28:56.5711260Z test_nested_out_dims (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:236: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5711700Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-11-23T01:28:56.5712230Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:241: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5712640Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-11-23T01:28:56.5713160Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:246: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5713610Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-11-23T01:28:56.5714140Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:253: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5714590Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-11-23T01:28:56.5714770Z ok (0.002s) 2022-11-23T01:28:56.5715320Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:127: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5715770Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-11-23T01:28:56.5716390Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:132: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5716840Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-11-23T01:28:56.5717020Z ok (0.001s) 2022-11-23T01:28:56.5717580Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:118: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5718000Z output = vmap(vmap(torch.mul))(x, y) 2022-11-23T01:28:56.5718500Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:121: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5718890Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-11-23T01:28:56.5719030Z ok (0.001s) 2022-11-23T01:28:56.5719560Z test_nn_module (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:804: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5720040Z result = vmap(model)(tensor) 2022-11-23T01:28:56.5720230Z ok (0.001s) 2022-11-23T01:28:56.5720790Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:344: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5721230Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-11-23T01:28:56.5721750Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:349: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5722140Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-11-23T01:28:56.5722640Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:358: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5723020Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-11-23T01:28:56.5723530Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:362: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5723900Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-11-23T01:28:56.5724400Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:367: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5724770Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-11-23T01:28:56.5724910Z ok (0.001s) 2022-11-23T01:28:56.5725540Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:28: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5726030Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-11-23T01:28:56.5726580Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:34: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5726960Z vmap(multiple_outputs)(torch.ones(3)) 2022-11-23T01:28:56.5727100Z ok (0.001s) 2022-11-23T01:28:56.5727640Z test_non_zero_in_dims (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:310: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5728050Z output = vmap(lambda x: x, (1,))(tensor) 2022-11-23T01:28:56.5728550Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:316: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5729030Z output = vmap(torch.mul, (0, 1))(x, y) 2022-11-23T01:28:56.5729530Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:318: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5729900Z output = vmap(torch.mul, (1, 0))(x, y) 2022-11-23T01:28:56.5730040Z ok (0.001s) 2022-11-23T01:28:56.5730570Z test_none_in_dims (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:326: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5730990Z output = vmap(torch.mul, (0, None))(x, y) 2022-11-23T01:28:56.5731490Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:331: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5731870Z output = vmap(torch.mul, (0, None))(x, 2) 2022-11-23T01:28:56.5732020Z ok (0.001s) 2022-11-23T01:28:56.5732560Z test_nonzero_out_dims (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:171: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5732990Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-11-23T01:28:56.5733500Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:177: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5733890Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T01:28:56.5735370Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:183: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5736360Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-11-23T01:28:56.5736920Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:190: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5737390Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-11-23T01:28:56.5737930Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:198: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5738330Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T01:28:56.5738850Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:206: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5739470Z result = vmap(foo, out_dims=1)(x, y) 2022-11-23T01:28:56.5739620Z ok (0.003s) 2022-11-23T01:28:56.5740190Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:139: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5740630Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-11-23T01:28:56.5740790Z ok (0.001s) 2022-11-23T01:28:56.5741350Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:423: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5741760Z vmap(torch.mul, (0,))(x, y) 2022-11-23T01:28:56.5742280Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:425: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5742660Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-11-23T01:28:56.5743160Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:427: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5743550Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-11-23T01:28:56.5744060Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:429: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5744450Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-11-23T01:28:56.5745060Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:431: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5745440Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T01:28:56.5745580Z ok (0.001s) 2022-11-23T01:28:56.5753840Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:302: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5754280Z vmap(lambda x: x, out_dims=3)(x) 2022-11-23T01:28:56.5754790Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:304: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5755190Z vmap(lambda x: x, out_dims=-4)(x) 2022-11-23T01:28:56.5755340Z ok (0.003s) 2022-11-23T01:28:56.5755890Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:285: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5756600Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-11-23T01:28:56.5757100Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:287: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5757490Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-11-23T01:28:56.5757990Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:291: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5758370Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-11-23T01:28:56.5758870Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:293: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5759240Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-11-23T01:28:56.5759390Z ok (0.001s) 2022-11-23T01:28:56.5759930Z test_out_dims_edge_case (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:263: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5760360Z expected = vmap(foo, out_dims=1)(tensor) 2022-11-23T01:28:56.5760860Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5761230Z result = vmap(foo, out_dims=(1,))(tensor) 2022-11-23T01:28:56.5761380Z ok (0.001s) 2022-11-23T01:28:56.5762090Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:271: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5762640Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-11-23T01:28:56.5763140Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:273: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5763550Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-11-23T01:28:56.5764050Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:275: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5764420Z vmap(lambda x: x, out_dims=None)(tensor) 2022-11-23T01:28:56.5764920Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:277: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5765440Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-11-23T01:28:56.5765590Z ok (0.001s) 2022-11-23T01:28:56.5766140Z test_single_input (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:72: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5766530Z output = vmap(square)(x) 2022-11-23T01:28:56.5766660Z ok (0.000s) 2022-11-23T01:28:56.5767230Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:150: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5767640Z vmap(torch.ravel)(tensor) 2022-11-23T01:28:56.5768130Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:156: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5768490Z vmap(out_op)(tensor, tensor) 2022-11-23T01:28:56.5768980Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:161: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5769360Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-11-23T01:28:56.5769860Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:166: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5770230Z vmap(torch.Tensor.item)(tensor) 2022-11-23T01:28:56.5770360Z ok (0.007s) 2022-11-23T01:28:56.5770540Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T01:28:56.5771320Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5771780Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T01:28:56.5771930Z ok (0.001s) 2022-11-23T01:28:56.5772100Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5772350Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T01:28:56.5772580Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5773210Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5773650Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T01:28:56.5773790Z ok (0.001s) 2022-11-23T01:28:56.5773980Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5774230Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5774570Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5774810Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5775040Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5775270Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5775920Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5776370Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T01:28:56.5776520Z ok (0.001s) 2022-11-23T01:28:56.5776700Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5776930Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5777150Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.002s) 2022-11-23T01:28:56.5777390Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5777620Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5777860Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5778080Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5778310Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5778540Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5778760Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5779260Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:2421: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T01:28:56.5779680Z 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:28:56.5779920Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:28:56.5780070Z should be replaced with 2022-11-23T01:28:56.5780290Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:28:56.5780450Z and 2022-11-23T01:28:56.5780590Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:28:56.5780900Z should be replaced with 2022-11-23T01:28:56.5781320Z 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:28:56.5781610Z return torch.symeig(x, eigenvectors=True)[0] 2022-11-23T01:28:56.5782120Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5782520Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T01:28:56.5782660Z ok (0.001s) 2022-11-23T01:28:56.5782840Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5783080Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5783710Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:2481: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5784290Z result = vmap(vjp)(gy) 2022-11-23T01:28:56.5784420Z ok (0.001s) 2022-11-23T01:28:56.5785040Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:2496: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5785470Z result = vmap(vjp)(gy) 2022-11-23T01:28:56.5785590Z ok (0.001s) 2022-11-23T01:28:56.5785780Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.001s) 2022-11-23T01:28:56.5786410Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5786860Z vmap(op_using_fallback)(torch.rand(3)) 2022-11-23T01:28:56.5787000Z ok (0.000s) 2022-11-23T01:28:56.5787160Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5787360Z test_as_strided (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T01:28:56.5787580Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.037s) 2022-11-23T01:28:56.5787790Z test_bmm (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T01:28:56.5787990Z test_cat (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5788180Z test_chunk (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T01:28:56.5788370Z test_clamp (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:28:56.5788570Z test_clone (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T01:28:56.5788780Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.018s) 2022-11-23T01:28:56.5788980Z test_conj (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:28:56.5789180Z test_contiguous (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:28:56.5789380Z test_diagonal (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5789580Z test_dot (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T01:28:56.5789780Z test_expand_as (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:28:56.5789990Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T01:28:56.5790200Z test_imag (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:28:56.5790530Z test_is_complex (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5790770Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.004s) 2022-11-23T01:28:56.5790990Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5791190Z test_mm (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T01:28:56.5791390Z test_movedim (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:28:56.5791580Z test_mv (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T01:28:56.5791770Z test_narrow (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5791970Z test_new_empty (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5792180Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.004s) 2022-11-23T01:28:56.5792390Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5799370Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.079s) 2022-11-23T01:28:56.5799600Z test_real (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:28:56.5799800Z test_reshape (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5800000Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5800200Z test_result_type (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5800400Z test_select (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5800890Z test_slice (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5801080Z test_split (__main__.TestVmapOperators) ... ok (0.022s) 2022-11-23T01:28:56.5801270Z test_squeeze (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5801470Z test_stack (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5801660Z test_stride (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5801860Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5802050Z test_t (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5802250Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.071s) 2022-11-23T01:28:56.5802450Z test_to (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5802640Z test_trace (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5802840Z test_transpose (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5803050Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.028s) 2022-11-23T01:28:56.5803270Z test_unbind (__main__.TestVmapOperators) ... ok (0.049s) 2022-11-23T01:28:56.5803460Z test_unfold (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:28:56.5803660Z test_view (__main__.TestVmapOperators) ... ok (0.004s) 2022-11-23T01:28:56.5803850Z test_view_as (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:28:56.5804060Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.024s) 2022-11-23T01:28:56.5804270Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:28:56.5804480Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.001s) 2022-11-23T01:28:56.5805230Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:28:56.5805690Z vmap(op_using_fallback)(torch.rand(3)) 2022-11-23T01:28:56.5805840Z ok (0.000s) 2022-11-23T01:28:56.5805910Z 2022-11-23T01:28:56.5806100Z ---------------------------------------------------------------------- 2022-11-23T01:28:56.5806280Z Ran 125 tests in 0.831s 2022-11-23T01:28:56.5806360Z 2022-11-23T01:28:56.5806400Z OK 2022-11-23T01:28:56.5806470Z 2022-11-23T01:28:56.5806530Z Generating XML reports... 2022-11-23T01:28:56.5806930Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapAPI-20221123012855.xml 2022-11-23T01:28:56.5807350Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapBatchedGradientCPU-20221123012855.xml 2022-11-23T01:28:56.5807940Z Generated XML report: test-reports/python-unittest/test_vmap/TEST-TestVmapOperators-20221123012855.xml 2022-11-23T01:28:56.5808110Z 2022-11-23T01:28:56.5808430Z ##[endgroup] 2022-11-23T01:28:56.5808720Z FINISHED PRINTING LOG FILE of test_vmap (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_vmap_jrxqj_fe) 2022-11-23T01:28:56.5808890Z 2022-11-23T01:28:56.7620510Z 2022-11-23T01:28:56.7621170Z Expand the folded group to see the log file of test_futures 2022-11-23T01:28:56.7621810Z ##[group]PRINTING LOG FILE of test_futures (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_futures__9prk70l) 2022-11-23T01:28:56.7621990Z 2022-11-23T01:28:56.7622040Z Running tests... 2022-11-23T01:28:56.7622360Z ---------------------------------------------------------------------- 2022-11-23T01:28:56.7622660Z Test results will be stored in test-reports/python-unittest/test_futures 2022-11-23T01:28:56.7622980Z test_add_done_callback_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-11-23T01:28:56.7623170Z 2022-11-23T01:28:56.7623210Z At: 2022-11-23T01:28:56.7623650Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_futures.py(236): raise_value_error 2022-11-23T01:28:56.7624030Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/futures/__init__.py(241): set_result 2022-11-23T01:28:56.7624400Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_futures.py(229): _test_add_done_callback_error_ignored 2022-11-23T01:28:56.7624740Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_futures.py(238): test_add_done_callback_error_is_ignored 2022-11-23T01:28:56.7625090Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py(550): _callTestMethod 2022-11-23T01:28:56.7625430Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py(592): run 2022-11-23T01:28:56.7625820Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(2127): _run_with_retry 2022-11-23T01:28:56.7626230Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(2198): run 2022-11-23T01:28:56.7626590Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py(651): __call__ 2022-11-23T01:28:56.7626920Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/suite.py(122): run 2022-11-23T01:28:56.7627250Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/suite.py(84): __call__ 2022-11-23T01:28:56.7627580Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/suite.py(122): run 2022-11-23T01:28:56.7627890Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/suite.py(84): __call__ 2022-11-23T01:28:56.7628240Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/xmlrunner/runner.py(67): run 2022-11-23T01:28:56.7628580Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/main.py(271): runTests 2022-11-23T01:28:56.7628900Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/main.py(101): __init__ 2022-11-23T01:28:56.7629260Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-11-23T01:28:56.7629590Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_futures.py(340): 2022-11-23T01:28:56.7629720Z 2022-11-23T01:28:56.7629770Z ok (0.156s) 2022-11-23T01:28:56.7630040Z test_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:28:56.7630390Z test_add_done_callback_no_arg_error_is_ignored (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: TypeError: no_arg() takes 0 positional arguments but 1 was given 2022-11-23T01:28:56.7630670Z ok (0.000s) 2022-11-23T01:28:56.7630840Z test_add_done_callback_simple (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:28:56.7631050Z test_chained_then (__main__.TestFuture) ... ok (0.002s) 2022-11-23T01:28:56.7631240Z test_collect_all (__main__.TestFuture) ... ok (0.111s) 2022-11-23T01:28:56.7631430Z test_done (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:28:56.7631620Z test_done_exception (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:28:56.7631870Z test_interleaving_then_and_add_done_callback_maintains_callback_order (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:28:56.7632230Z test_interleaving_then_and_add_done_callback_propagates_error (__main__.TestFuture) ... [E pybind_utils.h:212] Got the following error when running the callback: ValueError: Expected error 2022-11-23T01:28:56.7632440Z 2022-11-23T01:28:56.7632480Z At: 2022-11-23T01:28:56.7632710Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_futures.py(280): raise_value_error 2022-11-23T01:28:56.7633120Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/futures/__init__.py(241): set_result 2022-11-23T01:28:56.7633500Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_futures.py(285): test_interleaving_then_and_add_done_callback_propagates_error 2022-11-23T01:28:56.7633860Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py(550): _callTestMethod 2022-11-23T01:28:56.7634190Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py(592): run 2022-11-23T01:28:56.7634570Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(2127): _run_with_retry 2022-11-23T01:28:56.7634970Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(2198): run 2022-11-23T01:28:56.7635310Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/case.py(651): __call__ 2022-11-23T01:28:56.7635640Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/suite.py(122): run 2022-11-23T01:28:56.7635960Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/suite.py(84): __call__ 2022-11-23T01:28:56.7636270Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/suite.py(122): run 2022-11-23T01:28:56.7636590Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/suite.py(84): __call__ 2022-11-23T01:28:56.7636940Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/xmlrunner/runner.py(67): run 2022-11-23T01:28:56.7637280Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/main.py(271): runTests 2022-11-23T01:28:56.7637590Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/unittest/main.py(101): __init__ 2022-11-23T01:28:56.7637980Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py(786): run_tests 2022-11-23T01:28:56.7638310Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_futures.py(340): 2022-11-23T01:28:56.7638450Z 2022-11-23T01:28:56.7638500Z ok (0.001s) 2022-11-23T01:28:56.7638660Z test_mark_future_twice (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:28:56.7638860Z test_pickle_future (__main__.TestFuture) ... ok (0.003s) 2022-11-23T01:28:56.7639150Z test_set_exception (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:28:56.7639370Z test_set_exception_multithreading (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:28:56.7639580Z test_then (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:28:56.7639770Z test_then_no_arg (__main__.TestFuture) ... ok (0.001s) 2022-11-23T01:28:56.7639950Z test_then_raise (__main__.TestFuture) ... ok (0.000s) 2022-11-23T01:28:56.7640150Z test_then_wrong_arg (__main__.TestFuture) ... ok (0.000s) 2022-11-23T01:28:56.7640330Z test_wait (__main__.TestFuture) ... ok (0.000s) 2022-11-23T01:28:56.7640510Z test_wait_all (__main__.TestFuture) ... [1, 2] 2022-11-23T01:28:56.7640650Z ok (0.001s) 2022-11-23T01:28:56.7640810Z test_wait_multi_thread (__main__.TestFuture) ... ok (0.511s) 2022-11-23T01:28:56.7641010Z test_wait_none (__main__.TestFuture) ... ok (0.003s) 2022-11-23T01:28:56.7641180Z 2022-11-23T01:28:56.7641330Z ---------------------------------------------------------------------- 2022-11-23T01:28:56.7641520Z Ran 22 tests in 0.798s 2022-11-23T01:28:56.7641610Z 2022-11-23T01:28:56.7641650Z OK 2022-11-23T01:28:56.7641710Z 2022-11-23T01:28:56.7641770Z Generating XML reports... 2022-11-23T01:28:56.7642060Z Generated XML report: test-reports/python-unittest/test_futures/TEST-TestFuture-20221123012855.xml 2022-11-23T01:28:56.7642230Z 2022-11-23T01:28:56.7642410Z ##[endgroup] 2022-11-23T01:28:56.7642710Z FINISHED PRINTING LOG FILE of test_futures (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_futures__9prk70l) 2022-11-23T01:28:56.7642950Z 2022-11-23T01:28:57.8507700Z Running dynamo/test_modules ... [2022-11-23 01:28:57.850577] 2022-11-23T01:28:57.8509950Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:57.850840] 2022-11-23T01:28:57.8510600Z Ignoring disabled issues: [] 2022-11-23T01:28:58.0293440Z Running test_functionalization ... [2022-11-23 01:28:58.029177] 2022-11-23T01:28:58.0294610Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:28:58.029374] 2022-11-23T01:28:58.0294920Z Ignoring disabled issues: [] 2022-11-23T01:28:59.8194870Z 2022-11-23T01:28:59.8195320Z Expand the folded group to see the log file of dynamo/test_modules 2022-11-23T01:28:59.8196180Z ##[group]PRINTING LOG FILE of dynamo/test_modules (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_modules_dj_2cf3q) 2022-11-23T01:28:59.8196430Z 2022-11-23T01:28:59.8196490Z Running tests... 2022-11-23T01:28:59.8196850Z ---------------------------------------------------------------------- 2022-11-23T01:28:59.8197160Z Test results will be stored in test-reports/python-unittest/dynamo.test_modules 2022-11-23T01:28:59.8197400Z test_basicmodule1 (__main__.NNModuleTests) ... ok (0.248s) 2022-11-23T01:28:59.8197730Z test_basicmodule2 (__main__.NNModuleTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:59.8198040Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:59.8198210Z ok (0.007s) 2022-11-23T01:28:59.8198400Z test_call_fn_with_non_const_inputs_safe (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8198690Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:59.8198870Z ok (0.007s) 2022-11-23T01:28:59.8199140Z test_cfgmod (__main__.NNModuleTests) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:59.8199330Z ok (0.013s) 2022-11-23T01:28:59.8199590Z test_children (__main__.NNModuleTests) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:59.8199790Z ok (0.009s) 2022-11-23T01:28:59.8200050Z test_constloop (__main__.NNModuleTests) ... stats [('calls_captured', 6), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:28:59.8200430Z ok (0.013s) 2022-11-23T01:28:59.8200600Z test_densenet (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8200860Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:59.8201030Z ok (0.010s) 2022-11-23T01:28:59.8201200Z test_enumvalues (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8201460Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:59.8201630Z ok (0.011s) 2022-11-23T01:28:59.8201890Z test_fnmember (__main__.NNModuleTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:59.8202080Z ok (0.008s) 2022-11-23T01:28:59.8202340Z test_fnmembercmp1 (__main__.NNModuleTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:59.8202550Z ok (0.008s) 2022-11-23T01:28:59.8202810Z test_fnmembercmp2 (__main__.NNModuleTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:59.8203000Z ok (0.007s) 2022-11-23T01:28:59.8203220Z test_forward_directly (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8203480Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:59.8203650Z ok (0.010s) 2022-11-23T01:28:59.8203810Z test_generation_tag (__main__.NNModuleTests) ... ok (0.002s) 2022-11-23T01:28:59.8204200Z test_hasattr (__main__.NNModuleTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:59.8204400Z ok (0.005s) 2022-11-23T01:28:59.8204660Z test_intarg (__main__.NNModuleTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:59.8204860Z ok (0.006s) 2022-11-23T01:28:59.8205110Z test_iseval1 (__main__.NNModuleTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:59.8205310Z ok (0.006s) 2022-11-23T01:28:59.8205560Z test_iseval2 (__main__.NNModuleTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:59.8205760Z ok (0.006s) 2022-11-23T01:28:59.8206020Z test_isnonelayer (__main__.NNModuleTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:59.8206220Z ok (0.006s) 2022-11-23T01:28:59.8206480Z test_istraining1 (__main__.NNModuleTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:59.8206680Z ok (0.006s) 2022-11-23T01:28:59.8206940Z test_istraining2 (__main__.NNModuleTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:59.8207140Z ok (0.006s) 2022-11-23T01:28:59.8207390Z test_layerlist (__main__.NNModuleTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:59.8207590Z ok (0.008s) 2022-11-23T01:28:59.8208070Z test_lazy_module (__main__.NNModuleTests) ... /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:28:59.8208530Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:59.8209080Z [2022-11-23 01:28:59,203] 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:28:59.8209720Z /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:28:59.8210180Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:59.8210660Z /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:28:59.8211050Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:59.8211570Z [2022-11-23 01:28:59,218] 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:28:59.8212180Z /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:28:59.8212570Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:28:59.8212780Z frames [('total', 16), ('ok', 14)] 2022-11-23T01:28:59.8213320Z 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:28:59.8213890Z unimplemented [("Guard setup for uninitialized class ", 2)] 2022-11-23T01:28:59.8214190Z graph_break [('Patched init cannot be inlined.', 3), ('arg mismatch inlining', 2)] 2022-11-23T01:28:59.8214470Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:59.8214640Z ok (0.037s) 2022-11-23T01:28:59.8214820Z test_module_attribute_precedence (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8215090Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:59.8215260Z ok (0.005s) 2022-11-23T01:28:59.8215430Z test_module_class_method (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8215690Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:59.8215860Z ok (0.012s) 2022-11-23T01:28:59.8216140Z test_module_name_string (__main__.NNModuleTests) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:59.8216350Z ok (0.006s) 2022-11-23T01:28:59.8216520Z test_module_property (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8216780Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:59.8216950Z ok (0.004s) 2022-11-23T01:28:59.8217120Z test_module_static_method (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8217380Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:59.8217550Z ok (0.012s) 2022-11-23T01:28:59.8217810Z test_moduledict (__main__.NNModuleTests) ... stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:59.8218010Z ok (0.005s) 2022-11-23T01:28:59.8218280Z test_modulelist (__main__.NNModuleTests) ... stats [('calls_captured', 40), ('fusions_possible', 39), ('unique_graphs', 1)] 2022-11-23T01:28:59.8218490Z ok (0.043s) 2022-11-23T01:28:59.8218650Z test_modulemethod1 (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8218910Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:59.8226730Z ok (0.012s) 2022-11-23T01:28:59.8226910Z test_modulemethod2 (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8227240Z stats [('calls_captured', 9), ('fusions_possible', 8), ('unique_graphs', 1)] 2022-11-23T01:28:59.8227410Z ok (0.012s) 2022-11-23T01:28:59.8227820Z test_nn_moduledict_contains (__main__.NNModuleTests) ... stats [('calls_captured', 4), ('unique_graphs', 3), ('fusions_possible', 1)] 2022-11-23T01:28:59.8228080Z frames [('total', 2), ('ok', 1)] 2022-11-23T01:28:59.8228290Z inline_call [('Patched init cannot be inlined.', 1)] 2022-11-23T01:28:59.8228620Z unimplemented [("Guard setup for uninitialized class .M'>", 1)] 2022-11-23T01:28:59.8228910Z graph_break [('Patched init cannot be inlined.', 1)] 2022-11-23T01:28:59.8229070Z ok (0.010s) 2022-11-23T01:28:59.8229230Z test_parameters1 (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8229490Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:59.8229660Z ok (0.005s) 2022-11-23T01:28:59.8229830Z test_parameters2 (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8230080Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:59.8230250Z ok (0.005s) 2022-11-23T01:28:59.8230510Z test_parameters3 (__main__.NNModuleTests) ... stats [('calls_captured', 5), ('fusions_possible', 4), ('unique_graphs', 1)] 2022-11-23T01:28:59.8230710Z ok (0.008s) 2022-11-23T01:28:59.8230980Z test_self_mutating1 (__main__.NNModuleTests) ... stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:28:59.8231180Z ok (0.017s) 2022-11-23T01:28:59.8231480Z test_seq (__main__.NNModuleTests) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:59.8231680Z ok (0.008s) 2022-11-23T01:28:59.8232110Z test_simple_torch_function (__main__.NNModuleTests) ... /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:28:59.8232500Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:59.8232940Z /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:28:59.8233280Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:59.8233470Z inline_call [] 2022-11-23T01:28:59.8233690Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:59.8233860Z ok (0.007s) 2022-11-23T01:28:59.8234130Z test_stringmember (__main__.NNModuleTests) ... stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:28:59.8234330Z ok (0.005s) 2022-11-23T01:28:59.8234500Z test_submodules1 (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8234750Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:59.8234920Z ok (0.011s) 2022-11-23T01:28:59.8235080Z test_submodules2 (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8235340Z stats [('calls_captured', 7), ('fusions_possible', 6), ('unique_graphs', 1)] 2022-11-23T01:28:59.8235500Z ok (0.011s) 2022-11-23T01:28:59.8235660Z test_super1 (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8235910Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:59.8236070Z ok (0.007s) 2022-11-23T01:28:59.8236240Z test_super_class_method (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8236500Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:28:59.8236670Z ok (0.004s) 2022-11-23T01:28:59.8236930Z test_tensorlist (__main__.NNModuleTests) ... stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:59.8237130Z ok (0.005s) 2022-11-23T01:28:59.8237630Z test_torch_function_with_closure (__main__.NNModuleTests) ... /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:28:59.8238040Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:59.8238490Z /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:28:59.8238820Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:28:59.8239100Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:59.8239260Z ok (0.004s) 2022-11-23T01:28:59.8239490Z test_unsupportedmethod (__main__.NNModuleTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:59.8239830Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:59.8240050Z unimplemented [] 2022-11-23T01:28:59.8240320Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:59.8240630Z stats [('calls_captured', 5), ('fusions_possible', 3), ('unique_graphs', 2)] 2022-11-23T01:28:59.8240790Z ok (0.013s) 2022-11-23T01:28:59.8241020Z test_unsupportedmodule (__main__.NNModuleTests) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:59.8241350Z inline_call [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 1)] 2022-11-23T01:28:59.8241640Z unimplemented [] 2022-11-23T01:28:59.8241920Z graph_break [('call_function UserDefinedObjectVariable(unsupported) [TensorVariable(), TensorVariable()] {}', 2)] 2022-11-23T01:28:59.8242220Z stats [('calls_captured', 6), ('fusions_possible', 3), ('unique_graphs', 3)] 2022-11-23T01:28:59.8242390Z ok (0.029s) 2022-11-23T01:28:59.8242560Z test_viamodulecall (__main__.NNModuleTests) ... inline_call [] 2022-11-23T01:28:59.8242810Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:28:59.8242980Z ok (0.024s) 2022-11-23T01:28:59.8243150Z test_attr (__main__.OptimizedModuleTest) ... ok (0.002s) 2022-11-23T01:28:59.8243410Z test_composition (__main__.OptimizedModuleTest) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:59.8243600Z inline_call [] 2022-11-23T01:28:59.8243820Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:59.8243980Z ok (0.005s) 2022-11-23T01:28:59.8244220Z test_composition_with_opt_mod (__main__.OptimizedModuleTest) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:28:59.8244510Z stats [('calls_captured', 3), ('unique_graphs', 2), ('fusions_possible', 1)] 2022-11-23T01:28:59.8244880Z inline_call [('inline in skipfiles: forward /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/eval_frame.py', 1)] 2022-11-23T01:28:59.8245120Z unimplemented [] 2022-11-23T01:28:59.8245440Z graph_break [('inline in skipfiles: forward /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/eval_frame.py', 1)] 2022-11-23T01:28:59.8245680Z ok (0.006s) 2022-11-23T01:28:59.8245900Z test_nn_module (__main__.OptimizedModuleTest) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:59.8246180Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:59.8246340Z ok (0.006s) 2022-11-23T01:28:59.8246570Z test_recursion (__main__.OptimizedModuleTest) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:28:59.8246840Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:28:59.8247000Z ok (0.021s) 2022-11-23T01:28:59.8247210Z test_to (__main__.OptimizedModuleTest) ... frames [('total', 3), ('ok', 3)] 2022-11-23T01:28:59.8247480Z stats [('calls_captured', 9), ('fusions_possible', 6), ('unique_graphs', 3)] 2022-11-23T01:28:59.8247640Z ok (0.032s) 2022-11-23T01:28:59.8247720Z 2022-11-23T01:28:59.8247860Z ---------------------------------------------------------------------- 2022-11-23T01:28:59.8248110Z Ran 54 tests in 0.795s 2022-11-23T01:28:59.8248200Z 2022-11-23T01:28:59.8248240Z OK 2022-11-23T01:28:59.8248310Z 2022-11-23T01:28:59.8248370Z Generating XML reports... 2022-11-23T01:28:59.8248700Z Generated XML report: test-reports/python-unittest/dynamo.test_modules/TEST-NNModuleTests-20221123012858.xml 2022-11-23T01:28:59.8249090Z Generated XML report: test-reports/python-unittest/dynamo.test_modules/TEST-OptimizedModuleTest-20221123012858.xml 2022-11-23T01:28:59.8249270Z 2022-11-23T01:28:59.8249550Z ##[endgroup] 2022-11-23T01:28:59.8249860Z FINISHED PRINTING LOG FILE of dynamo/test_modules (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_modules_dj_2cf3q) 2022-11-23T01:28:59.8250050Z 2022-11-23T01:28:59.8417990Z 2022-11-23T01:28:59.8418450Z Expand the folded group to see the log file of test_functionalization 2022-11-23T01:28:59.8420580Z ##[group]PRINTING LOG FILE of test_functionalization (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_functionalization_ej12jv0b) 2022-11-23T01:28:59.8420800Z 2022-11-23T01:28:59.8420850Z Running tests... 2022-11-23T01:28:59.8421210Z ---------------------------------------------------------------------- 2022-11-23T01:28:59.8421520Z Test results will be stored in test-reports/python-unittest/test_functionalization 2022-11-23T01:28:59.8421800Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.136s) 2022-11-23T01:28:59.8422270Z test_as_strided (__main__.TestFunctionalization) ... ok (0.009s) 2022-11-23T01:28:59.8422500Z test_cat (__main__.TestFunctionalization) ... ok (0.008s) 2022-11-23T01:28:59.8422710Z test_copy_ (__main__.TestFunctionalization) ... ok (0.068s) 2022-11-23T01:28:59.8422960Z test_copy_stride_mismatch (__main__.TestFunctionalization) ... ok (0.001s) 2022-11-23T01:28:59.8423190Z test_diagonal (__main__.TestFunctionalization) ... ok (0.012s) 2022-11-23T01:28:59.8423430Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.009s) 2022-11-23T01:28:59.8423660Z test_everything (__main__.TestFunctionalization) ... ok (0.074s) 2022-11-23T01:28:59.8423890Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.005s) 2022-11-23T01:28:59.8424100Z test_fill_ (__main__.TestFunctionalization) ... ok (0.011s) 2022-11-23T01:28:59.8424310Z test_freeze (__main__.TestFunctionalization) ... ok (0.006s) 2022-11-23T01:28:59.8424540Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.011s) 2022-11-23T01:28:59.8424780Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.012s) 2022-11-23T01:28:59.8425010Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.010s) 2022-11-23T01:28:59.8425250Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.001s) 2022-11-23T01:28:59.8425490Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T01:28:59.8425730Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.001s) 2022-11-23T01:28:59.8426620Z test_multi_out (__main__.TestFunctionalization) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_functionalization.py:258: 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:28:59.8427260Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-11-23T01:28:59.8427410Z ok (0.011s) 2022-11-23T01:28:59.8435380Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.008s) 2022-11-23T01:28:59.8435650Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.003s) 2022-11-23T01:28:59.8436180Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.006s) 2022-11-23T01:28:59.8436430Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.002s) 2022-11-23T01:28:59.8436660Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.010s) 2022-11-23T01:28:59.8436900Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.010s) 2022-11-23T01:28:59.8437150Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.003s) 2022-11-23T01:28:59.8437380Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.015s) 2022-11-23T01:28:59.8437620Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.031s) 2022-11-23T01:28:59.8437850Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.001s) 2022-11-23T01:28:59.8438080Z test_scalars (__main__.TestFunctionalization) ... ok (0.011s) 2022-11-23T01:28:59.8438290Z test_simple (__main__.TestFunctionalization) ... ok (0.014s) 2022-11-23T01:28:59.8439210Z test_simple_out (__main__.TestFunctionalization) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_functionalization.py:220: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [4, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/Resize.cpp:31.) 2022-11-23T01:28:59.8439940Z torch.add(y, tmp, out=z) 2022-11-23T01:28:59.8440080Z ok (0.013s) 2022-11-23T01:28:59.8440250Z test_split (__main__.TestFunctionalization) ... ok (0.016s) 2022-11-23T01:28:59.8440460Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.012s) 2022-11-23T01:28:59.8440690Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.005s) 2022-11-23T01:28:59.8440950Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.001s) 2022-11-23T01:28:59.8441480Z test_view_clone_view_inplace (__main__.TestFunctionalization) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_functionalization.py:144: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-11-23T01:28:59.8441880Z with torch.autograd.detect_anomaly(check_nan=False): 2022-11-23T01:28:59.8442040Z ok (0.148s) 2022-11-23T01:28:59.8442220Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.014s) 2022-11-23T01:28:59.8442350Z 2022-11-23T01:28:59.8442500Z ---------------------------------------------------------------------- 2022-11-23T01:28:59.8442680Z Ran 37 tests in 0.711s 2022-11-23T01:28:59.8442770Z 2022-11-23T01:28:59.8442810Z OK 2022-11-23T01:28:59.8442880Z 2022-11-23T01:28:59.8442940Z Generating XML reports... 2022-11-23T01:28:59.8443260Z Generated XML report: test-reports/python-unittest/test_functionalization/TEST-TestFunctionalization-20221123012858.xml 2022-11-23T01:28:59.8443450Z 2022-11-23T01:28:59.8443760Z ##[endgroup] 2022-11-23T01:28:59.8444120Z FINISHED PRINTING LOG FILE of test_functionalization (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_functionalization_ej12jv0b) 2022-11-23T01:28:59.8444320Z 2022-11-23T01:29:01.0223810Z Running test_dynamic_shapes ... [2022-11-23 01:29:01.022185] 2022-11-23T01:29:01.0225370Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_dynamic_shapes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:01.022375] 2022-11-23T01:29:01.0225720Z Ignoring disabled issues: [] 2022-11-23T01:29:01.0411650Z Running test_namedtensor ... [2022-11-23 01:29:01.041004] 2022-11-23T01:29:01.0413310Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:01.041191] 2022-11-23T01:29:01.0413630Z Ignoring disabled issues: [] 2022-11-23T01:29:02.5988730Z 2022-11-23T01:29:02.5989010Z Expand the folded group to see the log file of test_dynamic_shapes 2022-11-23T01:29:02.5989600Z ##[group]PRINTING LOG FILE of test_dynamic_shapes (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_dynamic_shapes_dl1yjdbk) 2022-11-23T01:29:02.5989810Z 2022-11-23T01:29:02.5989860Z Running tests... 2022-11-23T01:29:02.5990240Z ---------------------------------------------------------------------- 2022-11-23T01:29:02.5990540Z Test results will be stored in test-reports/python-unittest/test_dynamic_shapes 2022-11-23T01:29:02.5990770Z test_arith_ops (__main__.TestPySymInt) ... ok (0.277s) 2022-11-23T01:29:02.5990970Z test_aten_ops (__main__.TestPySymInt) ... ok (0.013s) 2022-11-23T01:29:02.5991170Z test_binary (__main__.TestPySymInt) ... ok (0.011s) 2022-11-23T01:29:02.5991370Z test_fx_trace_intlist (__main__.TestPySymInt) ... ok (0.007s) 2022-11-23T01:29:02.5991620Z test_guard_int (__main__.TestPySymInt) ... ok (0.001s) 2022-11-23T01:29:02.5991830Z test_int_conversion (__main__.TestPySymInt) ... ok (0.001s) 2022-11-23T01:29:02.5992040Z test_int_to_float (__main__.TestPySymInt) ... ok (0.001s) 2022-11-23T01:29:02.5992230Z test_meta_symint (__main__.TestPySymInt) ... ok (0.001s) 2022-11-23T01:29:02.5992580Z test_numel (__main__.TestPySymInt) ... ok (0.001s) 2022-11-23T01:29:02.5992790Z test_print_readable_with_symints (__main__.TestPySymInt) ... ok (0.033s) 2022-11-23T01:29:02.5993010Z test_reverse_arith_ops (__main__.TestPySymInt) ... ok (0.037s) 2022-11-23T01:29:02.5993210Z test_roundtrip (__main__.TestPySymInt) ... ok (0.008s) 2022-11-23T01:29:02.5993420Z test_size_expressions (__main__.TestPySymInt) ... ok (0.004s) 2022-11-23T01:29:02.5993620Z test_stride (__main__.TestPySymInt) ... ok (0.001s) 2022-11-23T01:29:02.5993810Z test_sym_floor (__main__.TestPySymInt) ... ok (0.041s) 2022-11-23T01:29:02.5994010Z test_sym_int (__main__.TestPySymInt) ... ok (0.012s) 2022-11-23T01:29:02.5994210Z test_sym_sqrt (__main__.TestPySymInt) ... ok (0.023s) 2022-11-23T01:29:02.5994400Z test_symint_args (__main__.TestPySymInt) ... ok (0.015s) 2022-11-23T01:29:02.5994610Z test_symint_as_scalar (__main__.TestPySymInt) ... ok (0.001s) 2022-11-23T01:29:02.5994810Z test_symint_vargs (__main__.TestPySymInt) ... ok (0.007s) 2022-11-23T01:29:02.5995090Z test_method_fn_add_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.001s) 2022-11-23T01:29:02.5995440Z test_method_fn_add_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: add is not a float magic method (0.001s) 2022-11-23T01:29:02.5995750Z test_method_fn_add_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.5996030Z test_method_fn_add_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.5996340Z test_method_fn_ceil_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.001s) 2022-11-23T01:29:02.5996680Z test_method_fn_ceil_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ceil is not a float magic method (0.001s) 2022-11-23T01:29:02.5997030Z test_method_fn_ceil_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ceil is unary and already tested (0.001s) 2022-11-23T01:29:02.5997340Z test_method_fn_ceil_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.5997650Z test_method_fn_eq_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.001s) 2022-11-23T01:29:02.5997990Z test_method_fn_eq_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: eq is not a float magic method (0.001s) 2022-11-23T01:29:02.5998400Z test_method_fn_eq_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.5998710Z test_method_fn_eq_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.5999030Z test_method_fn_floor_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.001s) 2022-11-23T01:29:02.5999370Z test_method_fn_floor_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floor is not a float magic method (0.001s) 2022-11-23T01:29:02.5999710Z test_method_fn_floor_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floor is unary and already tested (0.001s) 2022-11-23T01:29:02.6000010Z test_method_fn_floor_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6000340Z test_method_fn_floordiv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.001s) 2022-11-23T01:29:02.6000680Z test_method_fn_floordiv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: floordiv is not a float magic method (0.001s) 2022-11-23T01:29:02.6001010Z test_method_fn_floordiv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.002s) 2022-11-23T01:29:02.6001370Z test_method_fn_floordiv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6001690Z test_method_fn_ge_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.001s) 2022-11-23T01:29:02.6002020Z test_method_fn_ge_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: ge is not a float magic method (0.001s) 2022-11-23T01:29:02.6002330Z test_method_fn_ge_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6002620Z test_method_fn_ge_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6002930Z test_method_fn_gt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.001s) 2022-11-23T01:29:02.6003260Z test_method_fn_gt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: gt is not a float magic method (0.001s) 2022-11-23T01:29:02.6003580Z test_method_fn_gt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6003860Z test_method_fn_gt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6004170Z test_method_fn_le_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.001s) 2022-11-23T01:29:02.6004490Z test_method_fn_le_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: le is not a float magic method (0.001s) 2022-11-23T01:29:02.6004800Z test_method_fn_le_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6005080Z test_method_fn_le_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6005390Z test_method_fn_lt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.001s) 2022-11-23T01:29:02.6005710Z test_method_fn_lt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: lt is not a float magic method (0.001s) 2022-11-23T01:29:02.6006010Z test_method_fn_lt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6006290Z test_method_fn_lt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6006670Z test_method_fn_max_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.001s) 2022-11-23T01:29:02.6007010Z test_method_fn_max_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: max is not a float magic method (0.001s) 2022-11-23T01:29:02.6007310Z test_method_fn_max_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6007600Z test_method_fn_max_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6007910Z test_method_fn_min_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.001s) 2022-11-23T01:29:02.6016390Z test_method_fn_min_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: min is not a float magic method (0.001s) 2022-11-23T01:29:02.6016770Z test_method_fn_min_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6017060Z test_method_fn_min_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6017370Z test_method_fn_mod_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.001s) 2022-11-23T01:29:02.6017710Z test_method_fn_mod_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mod is not a float magic method (0.001s) 2022-11-23T01:29:02.6018240Z test_method_fn_mod_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6018520Z test_method_fn_mod_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6018830Z test_method_fn_mul_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.001s) 2022-11-23T01:29:02.6019150Z test_method_fn_mul_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: mul is not a float magic method (0.001s) 2022-11-23T01:29:02.6019460Z test_method_fn_mul_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6019740Z test_method_fn_mul_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6020050Z test_method_fn_neg_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.001s) 2022-11-23T01:29:02.6020380Z test_method_fn_neg_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: neg is not a float magic method (0.001s) 2022-11-23T01:29:02.6020720Z test_method_fn_neg_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: neg is unary and already tested (0.001s) 2022-11-23T01:29:02.6021020Z test_method_fn_neg_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6021340Z test_method_fn_pow_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.001s) 2022-11-23T01:29:02.6021670Z test_method_fn_pow_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: pow is not a float magic method (0.001s) 2022-11-23T01:29:02.6021970Z test_method_fn_pow_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6022250Z test_method_fn_pow_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6022560Z test_method_fn_sub_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.001s) 2022-11-23T01:29:02.6022890Z test_method_fn_sub_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sub is not a float magic method (0.001s) 2022-11-23T01:29:02.6023200Z test_method_fn_sub_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6023560Z test_method_fn_sub_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6023890Z test_method_fn_sym_float_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is not a float magic method (0.001s) 2022-11-23T01:29:02.6024240Z test_method_fn_sym_float_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sym_float is not a float magic method (0.001s) 2022-11-23T01:29:02.6024600Z test_method_fn_sym_float_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_float is unary and already tested (0.001s) 2022-11-23T01:29:02.6024920Z test_method_fn_sym_float_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6025240Z test_method_fn_sym_sqrt_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.001s) 2022-11-23T01:29:02.6025590Z test_method_fn_sym_sqrt_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is not a float magic method (0.001s) 2022-11-23T01:29:02.6025940Z test_method_fn_sym_sqrt_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: sym_sqrt is unary and already tested (0.001s) 2022-11-23T01:29:02.6026260Z test_method_fn_sym_sqrt_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6026630Z test_method_fn_truediv_first_type_float_second_type_float (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.001s) 2022-11-23T01:29:02.6026980Z test_method_fn_truediv_first_type_float_second_type_int (__main__.TestSymNumberMagicMethods) ... skip: truediv is not a float magic method (0.001s) 2022-11-23T01:29:02.6027300Z test_method_fn_truediv_first_type_int_second_type_float (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6027600Z test_method_fn_truediv_first_type_int_second_type_int (__main__.TestSymNumberMagicMethods) ... ok (0.001s) 2022-11-23T01:29:02.6027760Z 2022-11-23T01:29:02.6028010Z ---------------------------------------------------------------------- 2022-11-23T01:29:02.6028190Z Ran 96 tests in 0.552s 2022-11-23T01:29:02.6028280Z 2022-11-23T01:29:02.6028330Z OK (skipped=43) 2022-11-23T01:29:02.6028410Z 2022-11-23T01:29:02.6028480Z Generating XML reports... 2022-11-23T01:29:02.6028820Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestPySymInt-20221123012901.xml 2022-11-23T01:29:02.6029230Z Generated XML report: test-reports/python-unittest/test_dynamic_shapes/TEST-TestSymNumberMagicMethods-20221123012901.xml 2022-11-23T01:29:02.6029420Z 2022-11-23T01:29:02.6029680Z ##[endgroup] 2022-11-23T01:29:02.6030010Z FINISHED PRINTING LOG FILE of test_dynamic_shapes (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_dynamic_shapes_dl1yjdbk) 2022-11-23T01:29:02.6030200Z 2022-11-23T01:29:02.7085150Z 2022-11-23T01:29:02.7085400Z Expand the folded group to see the log file of test_namedtensor 2022-11-23T01:29:02.7085910Z ##[group]PRINTING LOG FILE of test_namedtensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_namedtensor_hw_2lt0c) 2022-11-23T01:29:02.7086100Z 2022-11-23T01:29:02.7086150Z Running tests... 2022-11-23T01:29:02.7086470Z ---------------------------------------------------------------------- 2022-11-23T01:29:02.7086760Z Test results will be stored in test-reports/python-unittest/test_namedtensor 2022-11-23T01:29:02.7087050Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7087280Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7087480Z test_addmm (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:29:02.7087690Z test_addmv (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7087880Z test_align_as (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7088200Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.000s) 2022-11-23T01:29:02.7088470Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.002s) 2022-11-23T01:29:02.7088700Z test_align_to (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:29:02.7088910Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T01:29:02.7089110Z test_any_all (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7089310Z test_as_strided (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:29:02.7089530Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-11-23T01:29:02.7089760Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T01:29:02.7089970Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7090200Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7090420Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7090640Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.022s) 2022-11-23T01:29:02.7090860Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.185s) 2022-11-23T01:29:02.7091060Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7091330Z test_bmm (__main__.TestNamedTensor) ... ok (0.009s) 2022-11-23T01:29:02.7091520Z test_cat (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T01:29:02.7091710Z test_cdist (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7091910Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:29:02.7092120Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7092320Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7092520Z test_detach (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7092720Z test_diagonal (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7092910Z test_dot (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:29:02.7093090Z test_equal (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7093280Z test_expand (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7093490Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:29:02.7093700Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T01:29:02.7093910Z test_flatten (__main__.TestNamedTensor) ... ok (0.006s) 2022-11-23T01:29:02.7094110Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:29:02.7094310Z test_has_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7094510Z test_index_fill (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7095110Z test_info_smoke (__main__.TestNamedTensor) ... /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:29:02.7095520Z warnings.warn(message, UserWarning) 2022-11-23T01:29:02.7095670Z ok (0.001s) 2022-11-23T01:29:02.7095840Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7096040Z test_logical_not (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7096250Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7096440Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T01:29:02.7096640Z test_masked_select (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:29:02.7096840Z test_matmul (__main__.TestNamedTensor) ... ok (0.011s) 2022-11-23T01:29:02.7097040Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:29:02.7097400Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7097640Z test_mm (__main__.TestNamedTensor) ... ok (0.003s) 2022-11-23T01:29:02.7097830Z test_mv (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7098030Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.023s) 2022-11-23T01:29:02.7098260Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:29:02.7098490Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7098720Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:29:02.7098930Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:29:02.7099150Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7099360Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:29:02.7099590Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:29:02.7099810Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.014s) 2022-11-23T01:29:02.7100010Z test_pow_special (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7100220Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:29:02.7100420Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.059s) 2022-11-23T01:29:02.7100700Z test_refine_names (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:29:02.7100890Z test_rename (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:29:02.7101090Z test_rename_ (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:29:02.7101290Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:29:02.7101500Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7101700Z test_repr (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7101890Z test_resize (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:29:02.7102090Z test_select (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:29:02.7102300Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-11-23T01:29:02.7109130Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.004s) 2022-11-23T01:29:02.7109410Z test_size (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:29:02.7109620Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7109840Z test_squeeze (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7110030Z test_stride (__main__.TestNamedTensor) ... ok (0.005s) 2022-11-23T01:29:02.7110230Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.002s) 2022-11-23T01:29:02.7110850Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:29:02.7111250Z tensor = torch.tensor(x) 2022-11-23T01:29:02.7111710Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:29:02.7112070Z tensor = torch.tensor(x, names=None) 2022-11-23T01:29:02.7112520Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:29:02.7112900Z tensor = torch.tensor(x, names=('N', 'C')) 2022-11-23T01:29:02.7113050Z ok (0.002s) 2022-11-23T01:29:02.7113220Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7113950Z test_tensor_from_tensor (__main__.TestNamedTensor) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-11-23T01:29:02.7114360Z tensor = torch.tensor(x, names=names) 2022-11-23T01:29:02.7114500Z ok (0.000s) 2022-11-23T01:29:02.7114670Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7114900Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7115100Z test_trivial (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:29:02.7115320Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.010s) 2022-11-23T01:29:02.7115530Z test_unflatten (__main__.TestNamedTensor) ... ok (0.009s) 2022-11-23T01:29:02.7115750Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.007s) 2022-11-23T01:29:02.7116000Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7116270Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.000s) 2022-11-23T01:29:02.7116540Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.001s) 2022-11-23T01:29:02.7116730Z 2022-11-23T01:29:02.7116880Z ---------------------------------------------------------------------- 2022-11-23T01:29:02.7117070Z Ran 86 tests in 0.503s 2022-11-23T01:29:02.7117160Z 2022-11-23T01:29:02.7117210Z OK (skipped=4) 2022-11-23T01:29:02.7117290Z 2022-11-23T01:29:02.7117350Z Generating XML reports... 2022-11-23T01:29:02.7117680Z Generated XML report: test-reports/python-unittest/test_namedtensor/TEST-TestNamedTensor-20221123012901.xml 2022-11-23T01:29:02.7117850Z 2022-11-23T01:29:02.7118070Z ##[endgroup] 2022-11-23T01:29:02.7118390Z FINISHED PRINTING LOG FILE of test_namedtensor (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_namedtensor_hw_2lt0c) 2022-11-23T01:29:02.7118570Z 2022-11-23T01:29:03.8370900Z Running test_package ... [2022-11-23 01:29:03.836927] 2022-11-23T01:29:03.8372750Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:03.837113] 2022-11-23T01:29:03.8373110Z Ignoring disabled issues: [] 2022-11-23T01:29:03.9031740Z Running dynamo/test_python_autograd ... [2022-11-23 01:29:03.902954] 2022-11-23T01:29:03.9032870Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_python_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:03.903214] 2022-11-23T01:29:03.9033170Z Ignoring disabled issues: [] 2022-11-23T01:29:05.3836620Z 2022-11-23T01:29:05.3836920Z Expand the folded group to see the log file of test_package 2022-11-23T01:29:05.3837490Z ##[group]PRINTING LOG FILE of test_package (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_package_pvw_od5e) 2022-11-23T01:29:05.3837720Z 2022-11-23T01:29:05.3837770Z Running tests... 2022-11-23T01:29:05.3838130Z ---------------------------------------------------------------------- 2022-11-23T01:29:05.3838410Z Test results will be stored in test-reports/python-unittest/test_package 2022-11-23T01:29:05.3838660Z test_trace_dependencies (test_analyze.TestAnalyze) ... ok (0.131s) 2022-11-23T01:29:05.3838900Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3839160Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.001s) 2022-11-23T01:29:05.3839410Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3839650Z A unpackageable dependency should raise a PackagingError. ... ok (0.001s) 2022-11-23T01:29:05.3839870Z test_deny (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3840240Z Test marking packages as "deny" during export. ... ok (0.001s) 2022-11-23T01:29:05.3840460Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3840690Z Test marking packages as "deny" using globs instead of package names. ... ok (0.001s) 2022-11-23T01:29:05.3840940Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-11-23T01:29:05.3841170Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-11-23T01:29:05.3841420Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3841680Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.001s) 2022-11-23T01:29:05.3841930Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3842630Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... /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:29:05.3843080Z warnings.warn(message, UserWarning) 2022-11-23T01:29:05.3843220Z ok (0.003s) 2022-11-23T01:29:05.3843400Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3843800Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-11-23T01:29:05.3844040Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3844260Z Failure to handle all dependencies should lead to an error. ... ok (0.001s) 2022-11-23T01:29:05.3844490Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3844770Z An incorrectly-formed import should raise a PackagingError. ... ok (0.001s) 2022-11-23T01:29:05.3845010Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-11-23T01:29:05.3845250Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-11-23T01:29:05.3845490Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3845740Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.001s) 2022-11-23T01:29:05.3845990Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-11-23T01:29:05.3846230Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.001s) 2022-11-23T01:29:05.3846480Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-11-23T01:29:05.3846790Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.002s) 2022-11-23T01:29:05.3847080Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-11-23T01:29:05.3847350Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-11-23T01:29:05.3847610Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-11-23T01:29:05.3847870Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-11-23T01:29:05.3848110Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.001s) 2022-11-23T01:29:05.3848370Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:29:05.3848580Z test_contains (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T01:29:05.3848800Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T01:29:05.3849010Z test_edges (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:29:05.3849220Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:29:05.3849430Z test_iter (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T01:29:05.3849640Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T01:29:05.3849850Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T01:29:05.3850140Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T01:29:05.3850380Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:29:05.3850600Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T01:29:05.3850820Z test_successors (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T01:29:05.3851060Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... ok (0.005s) 2022-11-23T01:29:05.3851310Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:29:05.3851600Z Test DirectoryReader's has_record(). ... ok (0.003s) 2022-11-23T01:29:05.3851820Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:29:05.3852070Z Test basic saving and loading of a packages from a DirectoryReader. ... ok (0.003s) 2022-11-23T01:29:05.3852310Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:29:05.3852580Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: no torchvision (0.000s) 2022-11-23T01:29:05.3852850Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:29:05.3853110Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.004s) 2022-11-23T01:29:05.3853370Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:29:05.3853680Z Tests that packaged code can used importlib.resources.path. ... ok (0.004s) 2022-11-23T01:29:05.3861590Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:29:05.3861900Z Tests DirectoryReader as the base for get_resource_reader. ... ok (0.006s) 2022-11-23T01:29:05.3862150Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-11-23T01:29:05.3862400Z Test basic saving and loading of a ScriptModule in a directory. ... ok (0.008s) 2022-11-23T01:29:05.3862640Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T01:29:05.3862870Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T01:29:05.3863090Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3863320Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3863550Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3863770Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3864010Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3864260Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3864490Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3864720Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3864940Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3865150Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3865370Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3865600Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T01:29:05.3865840Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.001s) 2022-11-23T01:29:05.3866070Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-11-23T01:29:05.3866440Z OrderedImporter's implementation of whichmodule should try each ... ok (0.001s) 2022-11-23T01:29:05.3866700Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-11-23T01:29:05.3866950Z Exercise corner case where we try to pickle an object whose ... ok (0.001s) 2022-11-23T01:29:05.3867190Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.001s) 2022-11-23T01:29:05.3867650Z test_sys_importer (test_importer.TestImporter) ... ok (0.000s) 2022-11-23T01:29:05.3867890Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.000s) 2022-11-23T01:29:05.3868130Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T01:29:05.3868360Z Tests for backwards compatible fx module ... ok (0.009s) 2022-11-23T01:29:05.3868590Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T01:29:05.3868820Z Tests for backwards compatible nn module ... ok (0.007s) 2022-11-23T01:29:05.3869060Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T01:29:05.3869310Z Tests for backwards compatible torchscript module ... ok (0.023s) 2022-11-23T01:29:05.3869520Z test_demangle_base (test_mangling.TestMangling) 2022-11-23T01:29:05.3869750Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.001s) 2022-11-23T01:29:05.3869990Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-11-23T01:29:05.3870240Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-11-23T01:29:05.3870500Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-11-23T01:29:05.3870720Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T01:29:05.3870950Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T01:29:05.3871240Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-11-23T01:29:05.3871470Z Mangling the same name twice should produce the same result. ... ok (0.000s) 2022-11-23T01:29:05.3871690Z test_package_mangler (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T01:29:05.3871920Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.000s) 2022-11-23T01:29:05.3872130Z test_unique_manglers (test_mangling.TestMangling) 2022-11-23T01:29:05.3872380Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-11-23T01:29:05.3872630Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.002s) 2022-11-23T01:29:05.3872840Z test_dunder_package_present (test_misc.TestMisc) 2022-11-23T01:29:05.3873130Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.001s) 2022-11-23T01:29:05.3873370Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-11-23T01:29:05.3873650Z The attribute '__torch_package__' should be accessible from within ... ok (0.002s) 2022-11-23T01:29:05.3873870Z test_exporter_content_lists (test_misc.TestMisc) 2022-11-23T01:29:05.3874130Z Test content list API for PackageExporter's contained modules. ... ok (0.002s) 2022-11-23T01:29:05.3874340Z test_file_structure (test_misc.TestMisc) 2022-11-23T01:29:05.3874600Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.002s) 2022-11-23T01:29:05.3874830Z test_file_structure_has_file (test_misc.TestMisc) 2022-11-23T01:29:05.3875040Z Test Directory's has_file() method. ... ok (0.001s) 2022-11-23T01:29:05.3875220Z test_inspect_class (test_misc.TestMisc) 2022-11-23T01:29:05.3875420Z Should be able to retrieve source for a packaged class. ... ok (0.001s) 2022-11-23T01:29:05.3875610Z test_is_from_package (test_misc.TestMisc) 2022-11-23T01:29:05.3875810Z is_from_package should work for objects and modules ... ok (0.001s) 2022-11-23T01:29:05.3876020Z test_load_python_version_from_package (test_misc.TestMisc) 2022-11-23T01:29:05.3876240Z Tests loading a package with a python version embdded ... ok (0.002s) 2022-11-23T01:29:05.3876440Z test_python_version (test_misc.TestMisc) 2022-11-23T01:29:05.3876660Z Tests that the current python version is stored in the package and is available ... ok (0.001s) 2022-11-23T01:29:05.3876890Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-11-23T01:29:05.3877110Z The standard library performs sys.module assignment hackery which ... ok (0.002s) 2022-11-23T01:29:05.3877550Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-11-23T01:29:05.3877920Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.001s) 2022-11-23T01:29:05.3878280Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.000s) 2022-11-23T01:29:05.3878580Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.006s) 2022-11-23T01:29:05.3878810Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.042s) 2022-11-23T01:29:05.3879040Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.003s) 2022-11-23T01:29:05.3879280Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.003s) 2022-11-23T01:29:05.3879510Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.002s) 2022-11-23T01:29:05.3879750Z test_different_package_interface (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3879980Z Test a case where the interface defined in the package is ... ok (0.007s) 2022-11-23T01:29:05.3880230Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3880470Z Test a case where the script class defined in the package is ... ok (0.003s) 2022-11-23T01:29:05.3880800Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3881050Z Test loading of single ScriptModule shared by multiple eager ... ok (0.004s) 2022-11-23T01:29:05.3881280Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3881510Z Test tensors shared across eager and ScriptModules on load ... ok (0.005s) 2022-11-23T01:29:05.3881760Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3882000Z Test tensors shared across eager and ScriptModules on load ... ok (0.006s) 2022-11-23T01:29:05.3882250Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3882500Z Test saving inline and imported modules in same package with ... ok (0.024s) 2022-11-23T01:29:05.3882750Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3883030Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.001s) 2022-11-23T01:29:05.3883280Z test_package_interface (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3883510Z Packaging an interface class should work correctly. ... ok (0.009s) 2022-11-23T01:29:05.3883760Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.002s) 2022-11-23T01:29:05.3884040Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.007s) 2022-11-23T01:29:05.3884310Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3884560Z Test saving of single ScriptModule shared by multiple ... ok (0.003s) 2022-11-23T01:29:05.3884860Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3885110Z Test to verify saving multiple ScriptModules with completely ... ok (0.005s) 2022-11-23T01:29:05.3885350Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3885600Z Test to verify saving multiple different modules and ... ok (0.008s) 2022-11-23T01:29:05.3885820Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3886030Z Test basic saving of ScriptModule. ... ok (0.002s) 2022-11-23T01:29:05.3886250Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3886470Z Test basic saving of ScriptModule in file. ... ok (0.003s) 2022-11-23T01:29:05.3886710Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3887030Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.001s) 2022-11-23T01:29:05.3887300Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3887530Z Test basic saving of ScriptModule with submodule. ... ok (0.003s) 2022-11-23T01:29:05.3887770Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3888030Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.004s) 2022-11-23T01:29:05.3888300Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3888560Z Test to verify saving multiple ScriptModules with same top module ... ok (0.007s) 2022-11-23T01:29:05.3888790Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3889050Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.004s) 2022-11-23T01:29:05.3889300Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3889540Z Test scripting a module loaded from a package ... ok (0.005s) 2022-11-23T01:29:05.3889770Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3890010Z Test to verify saving and loading same ScriptModule object works ... ok (0.006s) 2022-11-23T01:29:05.3890250Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-11-23T01:29:05.3890590Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.002s) 2022-11-23T01:29:05.3890860Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.004s) 2022-11-23T01:29:05.3891110Z test_importer_access (test_resources.TestResources) ... ok (0.001s) 2022-11-23T01:29:05.3891340Z test_package_resource_access (test_resources.TestResources) 2022-11-23T01:29:05.3891590Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.001s) 2022-11-23T01:29:05.3898570Z test_resource_access_by_path (test_resources.TestResources) 2022-11-23T01:29:05.3898840Z Tests that packaged code can used importlib.resources.path. ... ok (0.002s) 2022-11-23T01:29:05.3899070Z test_resource_reader (test_resources.TestResources) 2022-11-23T01:29:05.3899300Z Test compliance with the get_resource_reader importlib API. ... ok (0.002s) 2022-11-23T01:29:05.3899520Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-11-23T01:29:05.3899890Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.001s) 2022-11-23T01:29:05.3900140Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.002s) 2022-11-23T01:29:05.3900360Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-11-23T01:29:05.3900600Z If an object with the same qualified name is loaded from different ... ok (0.003s) 2022-11-23T01:29:05.3900820Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.001s) 2022-11-23T01:29:05.3901030Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-11-23T01:29:05.3901270Z Saving a module that came from another PackageImporter should work. ... ok (0.001s) 2022-11-23T01:29:05.3901520Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-11-23T01:29:05.3901840Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.002s) 2022-11-23T01:29:05.3902090Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.001s) 2022-11-23T01:29:05.3902310Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.001s) 2022-11-23T01:29:05.3902530Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.003s) 2022-11-23T01:29:05.3902750Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.001s) 2022-11-23T01:29:05.3902870Z 2022-11-23T01:29:05.3903010Z ---------------------------------------------------------------------- 2022-11-23T01:29:05.3903200Z Ran 132 tests in 0.470s 2022-11-23T01:29:05.3903290Z 2022-11-23T01:29:05.3903330Z OK (skipped=6) 2022-11-23T01:29:05.3903420Z 2022-11-23T01:29:05.3903480Z Generating XML reports... 2022-11-23T01:29:05.3903980Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_analyze.TestAnalyze-20221123012904.xml 2022-11-23T01:29:05.3904400Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_api.TestDependencyAPI-20221123012904.xml 2022-11-23T01:29:05.3904820Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_dependency_hooks.TestDependencyHooks-20221123012904.xml 2022-11-23T01:29:05.3905210Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_digraph.TestDiGraph-20221123012904.xml 2022-11-23T01:29:05.3905620Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_directory_reader.DirectoryReaderTest-20221123012904.xml 2022-11-23T01:29:05.3906020Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_glob_group.TestGlobGroup-20221123012904.xml 2022-11-23T01:29:05.3906400Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_importer.TestImporter-20221123012904.xml 2022-11-23T01:29:05.3906810Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_load_bc_packages.TestLoadBCPackages-20221123012904.xml 2022-11-23T01:29:05.3907210Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_mangling.TestMangling-20221123012904.xml 2022-11-23T01:29:05.3907570Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_misc.TestMisc-20221123012904.xml 2022-11-23T01:29:05.3908000Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_fx.TestPackageFX-20221123012904.xml 2022-11-23T01:29:05.3908390Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_package_script.TestPackageScript-20221123012904.xml 2022-11-23T01:29:05.3908780Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_repackage.TestRepackage-20221123012904.xml 2022-11-23T01:29:05.3909170Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_resources.TestResources-20221123012904.xml 2022-11-23T01:29:05.3909550Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_save_load.TestSaveLoad-20221123012904.xml 2022-11-23T01:29:05.3909910Z Generated XML report: test-reports/python-unittest/test_package/TEST-test_model.ModelTest-20221123012904.xml 2022-11-23T01:29:05.3910080Z 2022-11-23T01:29:05.3910340Z ##[endgroup] 2022-11-23T01:29:05.3910640Z FINISHED PRINTING LOG FILE of test_package (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_package_pvw_od5e) 2022-11-23T01:29:05.3910820Z 2022-11-23T01:29:05.4349810Z 2022-11-23T01:29:05.4350090Z Expand the folded group to see the log file of dynamo/test_python_autograd 2022-11-23T01:29:05.4350680Z ##[group]PRINTING LOG FILE of dynamo/test_python_autograd (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_python_autograd_nfygtutz) 2022-11-23T01:29:05.4350900Z 2022-11-23T01:29:05.4350960Z Running tests... 2022-11-23T01:29:05.4351330Z ---------------------------------------------------------------------- 2022-11-23T01:29:05.4351630Z Test results will be stored in test-reports/python-unittest/dynamo.test_python_autograd 2022-11-23T01:29:05.4351880Z test_backwards1 (__main__.TestPythonAutograd) ... ok (0.288s) 2022-11-23T01:29:05.4352110Z test_backwards2 (__main__.TestPythonAutograd) ... inline_call [] 2022-11-23T01:29:05.4352390Z stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:29:05.4352580Z inline_call [] 2022-11-23T01:29:05.4352800Z stats [('calls_captured', 8), ('fusions_possible', 7), ('unique_graphs', 1)] 2022-11-23T01:29:05.4352980Z ok (0.051s) 2022-11-23T01:29:05.4353160Z test_forwards1 (__main__.TestPythonAutograd) ... inline_call [] 2022-11-23T01:29:05.4353420Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:29:05.4353590Z ok (0.015s) 2022-11-23T01:29:05.4353770Z test_forwards2 (__main__.TestPythonAutograd) ... inline_call [] 2022-11-23T01:29:05.4354220Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:29:05.4354390Z ok (0.015s) 2022-11-23T01:29:05.4354560Z test_split (__main__.TestPythonAutograd) ... inline_call [] 2022-11-23T01:29:05.4354830Z stats [('calls_captured', 8), ('fusions_possible', 6), ('unique_graphs', 2)] 2022-11-23T01:29:05.4355000Z ok (0.057s) 2022-11-23T01:29:05.4355070Z 2022-11-23T01:29:05.4355220Z ---------------------------------------------------------------------- 2022-11-23T01:29:05.4355410Z Ran 5 tests in 0.427s 2022-11-23T01:29:05.4355500Z 2022-11-23T01:29:05.4355540Z OK 2022-11-23T01:29:05.4355610Z 2022-11-23T01:29:05.4355670Z Generating XML reports... 2022-11-23T01:29:05.4356930Z Generated XML report: test-reports/python-unittest/dynamo.test_python_autograd/TEST-TestPythonAutograd-20221123012904.xml 2022-11-23T01:29:05.4357220Z 2022-11-23T01:29:05.4357400Z ##[endgroup] 2022-11-23T01:29:05.4357810Z FINISHED PRINTING LOG FILE of dynamo/test_python_autograd (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_python_autograd_nfygtutz) 2022-11-23T01:29:05.4358030Z 2022-11-23T01:29:06.5973020Z Running lazy/test_reuse_ir ... [2022-11-23 01:29:06.597009] 2022-11-23T01:29:06.5975440Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:06.597361] 2022-11-23T01:29:06.5975980Z Ignoring disabled issues: [] 2022-11-23T01:29:06.6620840Z Running dynamo/test_global ... [2022-11-23 01:29:06.661909] 2022-11-23T01:29:06.6622360Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_global.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:06.662157] 2022-11-23T01:29:06.6623370Z Ignoring disabled issues: [] 2022-11-23T01:29:07.8134800Z 2022-11-23T01:29:07.8135330Z Expand the folded group to see the log file of lazy/test_reuse_ir 2022-11-23T01:29:07.8135920Z ##[group]PRINTING LOG FILE of lazy/test_reuse_ir (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_reuse_ir_ue7qoscg) 2022-11-23T01:29:07.8136120Z 2022-11-23T01:29:07.8136170Z Running tests... 2022-11-23T01:29:07.8136520Z ---------------------------------------------------------------------- 2022-11-23T01:29:07.8136850Z Test results will be stored in test-reports/python-unittest/lazy.test_reuse_ir 2022-11-23T01:29:07.8137080Z testAdd (__main__.TestLazyReuseIr) ... ok (0.164s) 2022-11-23T01:29:07.8137280Z testAddSub (__main__.TestLazyReuseIr) ... ok (0.002s) 2022-11-23T01:29:07.8137490Z testAddSubFallback (__main__.TestLazyReuseIr) ... ok (0.001s) 2022-11-23T01:29:07.8137700Z testBatchNorm (__main__.TestLazyReuseIr) ... ok (0.094s) 2022-11-23T01:29:07.8137810Z 2022-11-23T01:29:07.8137950Z ---------------------------------------------------------------------- 2022-11-23T01:29:07.8138140Z Ran 4 tests in 0.261s 2022-11-23T01:29:07.8138220Z 2022-11-23T01:29:07.8138270Z OK 2022-11-23T01:29:07.8138330Z 2022-11-23T01:29:07.8138400Z Generating XML reports... 2022-11-23T01:29:07.8138700Z Generated XML report: test-reports/python-unittest/lazy.test_reuse_ir/TEST-TestLazyReuseIr-20221123012907.xml 2022-11-23T01:29:07.8138880Z 2022-11-23T01:29:07.8139030Z ##[endgroup] 2022-11-23T01:29:07.8139350Z FINISHED PRINTING LOG FILE of lazy/test_reuse_ir (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/lazy-test_reuse_ir_ue7qoscg) 2022-11-23T01:29:07.8139540Z 2022-11-23T01:29:08.0745180Z 2022-11-23T01:29:08.0745440Z Expand the folded group to see the log file of dynamo/test_global 2022-11-23T01:29:08.0746030Z ##[group]PRINTING LOG FILE of dynamo/test_global (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_global_cu5kgpdb) 2022-11-23T01:29:08.0746230Z 2022-11-23T01:29:08.0746280Z Running tests... 2022-11-23T01:29:08.0746620Z ---------------------------------------------------------------------- 2022-11-23T01:29:08.0747080Z Test results will be stored in test-reports/python-unittest/dynamo.test_global 2022-11-23T01:29:08.0747320Z test_store_global_1 (__main__.TestGlobals) ... ok (0.268s) 2022-11-23T01:29:08.0747590Z test_store_global_2 (__main__.TestGlobals) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:08.0747860Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:29:08.0748070Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:29:08.0748300Z stats [('calls_captured', 2), ('unique_graphs', 2), ('fusions_possible', 0)] 2022-11-23T01:29:08.0748470Z ok (0.007s) 2022-11-23T01:29:08.0748700Z test_store_global_cross_file (__main__.TestGlobals) ... frames [('total', 2), ('ok', 2)] 2022-11-23T01:29:08.0748890Z unimplemented [] 2022-11-23T01:29:08.0755960Z graph_break [('call_function BuiltinVariable(setattr) [PythonModuleVariable(), ConstantVariable(str), TensorVariable()] {}', 1)] 2022-11-23T01:29:08.0756340Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:29:08.0756510Z ok (0.006s) 2022-11-23T01:29:08.0756730Z test_store_global_dict (__main__.TestGlobals) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:08.0757000Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:29:08.0757170Z ok (0.004s) 2022-11-23T01:29:08.0757390Z test_store_global_dict_2 (__main__.TestGlobals) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:08.0757680Z inline_call [] 2022-11-23T01:29:08.0757910Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:29:08.0758080Z ok (0.005s) 2022-11-23T01:29:08.0758310Z test_store_global_inline_1 (__main__.TestGlobals) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:08.0758490Z inline_call [] 2022-11-23T01:29:08.0758700Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:29:08.0758870Z ok (0.006s) 2022-11-23T01:29:08.0759090Z test_store_global_inline_2 (__main__.TestGlobals) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:08.0759270Z inline_call [] 2022-11-23T01:29:08.0759490Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:29:08.0759660Z ok (0.007s) 2022-11-23T01:29:08.0759880Z test_store_global_list (__main__.TestGlobals) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:08.0760150Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:29:08.0760320Z ok (0.004s) 2022-11-23T01:29:08.0760540Z test_store_global_list_2 (__main__.TestGlobals) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:08.0760710Z inline_call [] 2022-11-23T01:29:08.0760930Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:29:08.0761090Z ok (0.005s) 2022-11-23T01:29:08.0761310Z test_store_global_new (__main__.TestGlobals) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:08.0761570Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:29:08.0761740Z ok (0.003s) 2022-11-23T01:29:08.0761960Z test_store_global_object (__main__.TestGlobals) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:08.0762220Z stats [('calls_captured', 1), ('unique_graphs', 1), ('fusions_possible', 0)] 2022-11-23T01:29:08.0762390Z ok (0.004s) 2022-11-23T01:29:08.0762460Z 2022-11-23T01:29:08.0762610Z ---------------------------------------------------------------------- 2022-11-23T01:29:08.0762790Z Ran 11 tests in 0.318s 2022-11-23T01:29:08.0762880Z 2022-11-23T01:29:08.0762930Z OK 2022-11-23T01:29:08.0762990Z 2022-11-23T01:29:08.0763050Z Generating XML reports... 2022-11-23T01:29:08.0763360Z Generated XML report: test-reports/python-unittest/dynamo.test_global/TEST-TestGlobals-20221123012907.xml 2022-11-23T01:29:08.0763540Z 2022-11-23T01:29:08.0763710Z ##[endgroup] 2022-11-23T01:29:08.0764030Z FINISHED PRINTING LOG FILE of dynamo/test_global (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_global_cu5kgpdb) 2022-11-23T01:29:08.0764210Z 2022-11-23T01:29:09.0958390Z Running test_fx_passes ... [2022-11-23 01:29:09.095599] 2022-11-23T01:29:09.0958940Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_fx_passes.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:09.095836] 2022-11-23T01:29:09.0959230Z Ignoring disabled issues: [] 2022-11-23T01:29:09.3459360Z Running dynamo/test_verify_correctness ... [2022-11-23 01:29:09.345697] 2022-11-23T01:29:09.3480130Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_verify_correctness.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:09.346177] 2022-11-23T01:29:09.3480950Z Ignoring disabled issues: [] 2022-11-23T01:29:10.4801340Z 2022-11-23T01:29:10.4801700Z Expand the folded group to see the log file of test_fx_passes 2022-11-23T01:29:10.4802280Z ##[group]PRINTING LOG FILE of test_fx_passes (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_fx_passes_53o5ip31) 2022-11-23T01:29:10.4802480Z 2022-11-23T01:29:10.4802530Z Running tests... 2022-11-23T01:29:10.4802890Z ---------------------------------------------------------------------- 2022-11-23T01:29:10.4803180Z Test results will be stored in test-reports/python-unittest/test_fx_passes 2022-11-23T01:29:10.4803500Z test_fuser_util_partition_[['add', 'add_1', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.139s) 2022-11-23T01:29:10.4804030Z test_fuser_util_partition_[['add', 'add_1'], ['add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4804430Z test_fuser_util_partition_[['add', 'linear', 'add_1', 'param', 'add_2', 'add_3', 'add_4', 'linear2', 'add_5', 'add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4804780Z test_fuser_util_partition_[['add_2', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4805080Z test_fuser_util_partition_[['add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4805400Z test_fuser_util_partition_[['add_4', 'add_1', 'add_3', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.033s) 2022-11-23T01:29:10.4805730Z test_fuser_util_partition_[['add_5', 'add_6'], ['add_1', 'add_2', 'add_3', 'add_4']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4806050Z test_fuser_util_partition_[['add_5', 'linear2']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4806340Z test_fuser_util_partition_[['add_6', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4806630Z test_fuser_util_partition_[['add_6', 'relu']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4806930Z test_fuser_util_partition_[['param', 'add_1', 'linear']] (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-11-23T01:29:10.4807240Z test_fuser_util_partition_[['param', 'add_2']] (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4807540Z test_fuser_util_xfail_partition_[['add', 'add_1', 'add_3']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-11-23T01:29:10.4807880Z test_fuser_util_xfail_partition_[['add', 'add_1'], ['add_1', 'add_5', 'add_6']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-11-23T01:29:10.4808200Z test_fuser_util_xfail_partition_[['add_4', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-11-23T01:29:10.4808500Z test_fuser_util_xfail_partition_[['relu', 'add_5']] (__main__.TestFXGraphPasses) ... ok (0.002s) 2022-11-23T01:29:10.4808960Z test_partitioner_fn__expected_partition_[['add_7', 'add_6'], ['add_5', 'add_4', 'add_3'], ['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-11-23T01:29:10.4809490Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.009s) 2022-11-23T01:29:10.4810060Z test_partitioner_fn__expected_partition_[['add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4810570Z test_partitioner_fn__expected_partition_[['add_2'], ['add_3', 'add_4', 'add_1'], ['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.004s) 2022-11-23T01:29:10.4811070Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4811590Z test_partitioner_fn__expected_partition_[['add', 'std_mean', 'getitem', 'getitem_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4812150Z test_partitioner_fn__expected_partition_[['add_1', 'add', 'permute_1', 'view', 'permute_2', 'permute_3', 'permute']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4812680Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4813290Z test_partitioner_fn__expected_partition_[['add_1', 'add', 'permute_1', 'view', 'permute_2', 'permute_3', 'permute']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4813810Z test_partitioner_fn__expected_partition_[['permute_1', 'add_1', 'add']]_bookend_non_compute_pass_True (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4814320Z test_partitioner_fn__expected_partition_[['add_3', 'add_2'], ['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4814820Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4815310Z test_partitioner_fn__expected_partition_[['add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4815810Z test_partitioner_fn__expected_partition_[['add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4816280Z test_partitioner_fn__expected_partition_[['add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4816770Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4817260Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add', 'add_1']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4817750Z test_partitioner_fn__expected_partition_[['add_3', 'add_2', 'add_1', 'add']]_bookend_non_compute_pass_False (__main__.TestFXGraphPasses) ... ok (0.003s) 2022-11-23T01:29:10.4818170Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.003s) 2022-11-23T01:29:10.4818540Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4819010Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4819410Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4819800Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4820210Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4820640Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4821040Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4821430Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4821800Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4822150Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.003s) 2022-11-23T01:29:10.4822590Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.003s) 2022-11-23T01:29:10.4822940Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4823300Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4823650Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.003s) 2022-11-23T01:29:10.4823980Z test_subgraph_matcher_test_model_ (__main__.TestFXMatcherUtils) ... ok (0.002s) 2022-11-23T01:29:10.4824140Z 2022-11-23T01:29:10.4824290Z ---------------------------------------------------------------------- 2022-11-23T01:29:10.4824470Z Ran 50 tests in 0.314s 2022-11-23T01:29:10.4824560Z 2022-11-23T01:29:10.4824610Z OK 2022-11-23T01:29:10.4824670Z 2022-11-23T01:29:10.4824740Z Generating XML reports... 2022-11-23T01:29:10.4825040Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXGraphPasses-20221123012909.xml 2022-11-23T01:29:10.4825430Z Generated XML report: test-reports/python-unittest/test_fx_passes/TEST-TestFXMatcherUtils-20221123012909.xml 2022-11-23T01:29:10.4825600Z 2022-11-23T01:29:10.4825790Z ##[endgroup] 2022-11-23T01:29:10.4826080Z FINISHED PRINTING LOG FILE of test_fx_passes (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_fx_passes_53o5ip31) 2022-11-23T01:29:10.4826260Z 2022-11-23T01:29:10.7475910Z 2022-11-23T01:29:10.7476260Z Expand the folded group to see the log file of dynamo/test_verify_correctness 2022-11-23T01:29:10.7477270Z ##[group]PRINTING LOG FILE of dynamo/test_verify_correctness (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_verify_correctness_6_he24i_) 2022-11-23T01:29:10.7477520Z 2022-11-23T01:29:10.7477580Z Running tests... 2022-11-23T01:29:10.7477930Z ---------------------------------------------------------------------- 2022-11-23T01:29:10.7478250Z Test results will be stored in test-reports/python-unittest/dynamo.test_verify_correctness 2022-11-23T01:29:10.7478510Z test_example_inputs (__main__.TestVerifyCorrectness) ... ok (0.251s) 2022-11-23T01:29:10.7478730Z test_incorrect_verify_false (__main__.TestVerifyCorrectness) 2022-11-23T01:29:10.7479060Z The bad optimization return a graph that ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:29:10.7479310Z frames [('total', 2), ('ok', 2)] 2022-11-23T01:29:10.7479730Z stats [('calls_captured', 7), ('fusions_possible', 5), ('unique_graphs', 2)] 2022-11-23T01:29:10.7479920Z ok (0.009s) 2022-11-23T01:29:10.7480090Z test_incorrect_verify_true (__main__.TestVerifyCorrectness) 2022-11-23T01:29:10.7480440Z If a bad optimization return a graph that ... [2022-11-23 01:29:10,504] torch._dynamo.eval_frame: [ERROR] error in verify_correctness 2022-11-23T01:29:10.7480680Z Traceback (most recent call last): 2022-11-23T01:29:10.7481030Z File "/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_dynamo/eval_frame.py", line 354, in __call__ 2022-11-23T01:29:10.7481310Z raise RuntimeError(f"incorrect results of backend {self}") 2022-11-23T01:29:10.7481590Z RuntimeError: incorrect results of backend 2022-11-23T01:29:10.7481830Z frames [('total', 2), ('ok', 1)] 2022-11-23T01:29:10.7482070Z stats [('calls_captured', 7), ('fusions_possible', 5), ('unique_graphs', 1)] 2022-11-23T01:29:10.7482250Z ok (0.009s) 2022-11-23T01:29:10.7482440Z test_ipex_fp32 (__main__.TestVerifyCorrectness) ... skip: requires ipex (0.000s) 2022-11-23T01:29:10.7482730Z test_nnc (__main__.TestVerifyCorrectness) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:10.7483010Z stats [('calls_captured', 4), ('fusions_possible', 3), ('unique_graphs', 1)] 2022-11-23T01:29:10.7483280Z ok (0.047s) 2022-11-23T01:29:10.7483360Z 2022-11-23T01:29:10.7483500Z ---------------------------------------------------------------------- 2022-11-23T01:29:10.7483680Z Ran 5 tests in 0.318s 2022-11-23T01:29:10.7483770Z 2022-11-23T01:29:10.7483820Z OK (skipped=1) 2022-11-23T01:29:10.7483900Z 2022-11-23T01:29:10.7483960Z Generating XML reports... 2022-11-23T01:29:10.7484290Z Generated XML report: test-reports/python-unittest/dynamo.test_verify_correctness/TEST-TestVerifyCorrectness-20221123012910.xml 2022-11-23T01:29:10.7484500Z 2022-11-23T01:29:10.7484670Z ##[endgroup] 2022-11-23T01:29:10.7485030Z FINISHED PRINTING LOG FILE of dynamo/test_verify_correctness (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_verify_correctness_6_he24i_) 2022-11-23T01:29:10.7485240Z 2022-11-23T01:29:11.8430150Z Running dynamo/test_optimizations ... [2022-11-23 01:29:11.842817] 2022-11-23T01:29:11.8430760Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'dynamo/test_optimizations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:11.843014] 2022-11-23T01:29:11.8431090Z Ignoring disabled issues: [] 2022-11-23T01:29:11.9731730Z Running nn/test_packed_sequence ... [2022-11-23 01:29:11.973008] 2022-11-23T01:29:11.9733980Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:11.973218] 2022-11-23T01:29:11.9734280Z Ignoring disabled issues: [] 2022-11-23T01:29:13.2680180Z 2022-11-23T01:29:13.2680510Z Expand the folded group to see the log file of dynamo/test_optimizations 2022-11-23T01:29:13.2681120Z ##[group]PRINTING LOG FILE of dynamo/test_optimizations (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_optimizations_48vurpp7) 2022-11-23T01:29:13.2681350Z 2022-11-23T01:29:13.2681400Z Running tests... 2022-11-23T01:29:13.2681780Z ---------------------------------------------------------------------- 2022-11-23T01:29:13.2682090Z Test results will be stored in test-reports/python-unittest/dynamo.test_optimizations 2022-11-23T01:29:13.2682340Z test_inplace_normalize (__main__.NormalizeIRTests) ... ok (0.179s) 2022-11-23T01:29:13.2682560Z frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:13.2682810Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:29:13.2683040Z aot_autograd [('total', 1), ('ok', 1)] 2022-11-23T01:29:13.2683510Z test_example_inputs (__main__.TestOptimizations) ... stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:29:13.2683740Z ok (0.072s) 2022-11-23T01:29:13.2683910Z test_has_mutation (__main__.TestOptimizations) ... ok (0.009s) 2022-11-23T01:29:13.2684210Z test_has_mutation_factory (__main__.TestOptimizations) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:13.2684500Z stats [('calls_captured', 2), ('fusions_possible', 1), ('unique_graphs', 1)] 2022-11-23T01:29:13.2684670Z ok (0.004s) 2022-11-23T01:29:13.2684930Z test_inplacifier (__main__.TestOptimizations) ... optimizations [('out', 1), ('inplace', 1)] 2022-11-23T01:29:13.2685130Z ok (0.011s) 2022-11-23T01:29:13.2685320Z test_ipex_bf16 (__main__.TestOptimizations) ... skip: requires ipex (0.000s) 2022-11-23T01:29:13.2685560Z test_ipex_fp32 (__main__.TestOptimizations) ... skip: requires ipex (0.000s) 2022-11-23T01:29:13.2685850Z test_log_conv_args (__main__.TestOptimizations) ... frames [('total', 1), ('ok', 1)] 2022-11-23T01:29:13.2686130Z stats [('calls_captured', 3), ('fusions_possible', 2), ('unique_graphs', 1)] 2022-11-23T01:29:13.2686310Z ok (0.028s) 2022-11-23T01:29:13.2686390Z 2022-11-23T01:29:13.2686530Z ---------------------------------------------------------------------- 2022-11-23T01:29:13.2686720Z Ran 8 tests in 0.303s 2022-11-23T01:29:13.2686810Z 2022-11-23T01:29:13.2686860Z OK (skipped=2) 2022-11-23T01:29:13.2686940Z 2022-11-23T01:29:13.2687080Z Generating XML reports... 2022-11-23T01:29:13.2687420Z Generated XML report: test-reports/python-unittest/dynamo.test_optimizations/TEST-NormalizeIRTests-20221123012912.xml 2022-11-23T01:29:13.2687840Z Generated XML report: test-reports/python-unittest/dynamo.test_optimizations/TEST-TestOptimizations-20221123012912.xml 2022-11-23T01:29:13.2688020Z 2022-11-23T01:29:13.2688200Z ##[endgroup] 2022-11-23T01:29:13.2688530Z FINISHED PRINTING LOG FILE of dynamo/test_optimizations (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/dynamo-test_optimizations_48vurpp7) 2022-11-23T01:29:13.2688740Z 2022-11-23T01:29:13.2688740Z 2022-11-23T01:29:13.2688850Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-11-23T01:29:13.2689250Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_packed_sequence_mgq03nkv) 2022-11-23T01:29:13.2689450Z 2022-11-23T01:29:13.2689500Z Running tests... 2022-11-23T01:29:13.2689720Z ---------------------------------------------------------------------- 2022-11-23T01:29:13.2690010Z Test results will be stored in test-reports/python-unittest/nn.test_packed_sequence 2022-11-23T01:29:13.2690270Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (0.180s) 2022-11-23T01:29:13.2690500Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.043s) 2022-11-23T01:29:13.2690720Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.011s) 2022-11-23T01:29:13.2690960Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-11-23T01:29:13.2691220Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.001s) 2022-11-23T01:29:13.2691440Z test_to (__main__.PackedSequenceTest) ... ok (0.002s) 2022-11-23T01:29:13.2691660Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.001s) 2022-11-23T01:29:13.2691880Z test_total_length (__main__.PackedSequenceTest) ... ok (0.002s) 2022-11-23T01:29:13.2692090Z test_type_casts (__main__.PackedSequenceTest) 2022-11-23T01:29:13.2692320Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.010s) 2022-11-23T01:29:13.2692560Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.006s) 2022-11-23T01:29:13.2692790Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.005s) 2022-11-23T01:29:13.2693010Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.002s) 2022-11-23T01:29:13.2693130Z 2022-11-23T01:29:13.2693270Z ---------------------------------------------------------------------- 2022-11-23T01:29:13.2693460Z Ran 12 tests in 0.266s 2022-11-23T01:29:13.2693610Z 2022-11-23T01:29:13.2693650Z OK 2022-11-23T01:29:13.2693730Z 2022-11-23T01:29:13.2693800Z Generating XML reports... 2022-11-23T01:29:13.2694120Z Generated XML report: test-reports/python-unittest/nn.test_packed_sequence/TEST-PackedSequenceTest-20221123012912.xml 2022-11-23T01:29:13.2694310Z 2022-11-23T01:29:13.2694470Z ##[endgroup] 2022-11-23T01:29:13.2694790Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/nn-test_packed_sequence_mgq03nkv) 2022-11-23T01:29:13.2694990Z 2022-11-23T01:29:14.4828200Z Running test_subclass ... [2022-11-23 01:29:14.482554] 2022-11-23T01:29:14.4828500Z Running test_model_dump ... [2022-11-23 01:29:14.482615] 2022-11-23T01:29:14.4828920Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:14.482829] 2022-11-23T01:29:14.4829540Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:14.482901] 2022-11-23T01:29:14.4829830Z Ignoring disabled issues: [] 2022-11-23T01:29:14.4830000Z Ignoring disabled issues: [] 2022-11-23T01:29:15.6779970Z 2022-11-23T01:29:15.6780260Z Expand the folded group to see the log file of test_model_dump 2022-11-23T01:29:15.6781090Z ##[group]PRINTING LOG FILE of test_model_dump (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_model_dump_iitugsmj) 2022-11-23T01:29:15.6781280Z 2022-11-23T01:29:15.6781340Z Running tests... 2022-11-23T01:29:15.6781700Z ---------------------------------------------------------------------- 2022-11-23T01:29:15.6781980Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-11-23T01:29:15.6782220Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.165s) 2022-11-23T01:29:15.6789290Z test_invalid_json (__main__.TestModelDump) ... ok (0.011s) 2022-11-23T01:29:15.6789500Z test_main (__main__.TestModelDump) ... ok (0.011s) 2022-11-23T01:29:15.6789740Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.001s) 2022-11-23T01:29:15.6789970Z test_model_with_lists (__main__.TestModelDump) ... ok (0.003s) 2022-11-23T01:29:15.6790210Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-11-23T01:29:15.6790480Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-11-23T01:29:15.6790710Z test_scripted_model (__main__.TestModelDump) ... ok (0.006s) 2022-11-23T01:29:15.6790910Z test_traced_model (__main__.TestModelDump) ... ok (0.028s) 2022-11-23T01:29:15.6791030Z 2022-11-23T01:29:15.6791190Z ---------------------------------------------------------------------- 2022-11-23T01:29:15.6791370Z Ran 9 tests in 0.225s 2022-11-23T01:29:15.6791460Z 2022-11-23T01:29:15.6791510Z OK (skipped=3) 2022-11-23T01:29:15.6791590Z 2022-11-23T01:29:15.6791650Z Generating XML reports... 2022-11-23T01:29:15.6791960Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221123012915.xml 2022-11-23T01:29:15.6792130Z 2022-11-23T01:29:15.6792320Z ##[endgroup] 2022-11-23T01:29:15.6792620Z FINISHED PRINTING LOG FILE of test_model_dump (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_model_dump_iitugsmj) 2022-11-23T01:29:15.6792800Z 2022-11-23T01:29:15.7136560Z 2022-11-23T01:29:15.7137020Z Expand the folded group to see the log file of test_subclass 2022-11-23T01:29:15.7137600Z ##[group]PRINTING LOG FILE of test_subclass (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_subclass_hb63v73v) 2022-11-23T01:29:15.7137780Z 2022-11-23T01:29:15.7137830Z Running tests... 2022-11-23T01:29:15.7138140Z ---------------------------------------------------------------------- 2022-11-23T01:29:15.7138410Z Test results will be stored in test-reports/python-unittest/test_subclass 2022-11-23T01:29:15.7138860Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.158s) 2022-11-23T01:29:15.7139120Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7139400Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7139660Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7139910Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7140160Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7140400Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7140650Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7140900Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7141150Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7141390Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.001s) 2022-11-23T01:29:15.7141960Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... /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:29:15.7142530Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:29:15.7142720Z expected failure (0.001s) 2022-11-23T01:29:15.7142930Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.001s) 2022-11-23T01:29:15.7143180Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.001s) 2022-11-23T01:29:15.7143440Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.001s) 2022-11-23T01:29:15.7143680Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.011s) 2022-11-23T01:29:15.7143930Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T01:29:15.7144160Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T01:29:15.7144400Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T01:29:15.7144650Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T01:29:15.7144920Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7145200Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7145480Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7145790Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7146080Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7146360Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7146630Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7146910Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7147230Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7147510Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7147830Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7148110Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7148390Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7148660Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7148930Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7149210Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7149490Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7149760Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7150050Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7150320Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7150590Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7150930Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7151160Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7151420Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7151660Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7151900Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7152130Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7152370Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7152610Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7152850Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7153080Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7153320Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T01:29:15.7153560Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T01:29:15.7153810Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T01:29:15.7154070Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T01:29:15.7154320Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T01:29:15.7154570Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T01:29:15.7154820Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T01:29:15.7155070Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T01:29:15.7155330Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T01:29:15.7155570Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T01:29:15.7155820Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7156070Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7156320Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7156620Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7156880Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7157140Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7157400Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7157650Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7157910Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7158160Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T01:29:15.7158330Z 2022-11-23T01:29:15.7158490Z ---------------------------------------------------------------------- 2022-11-23T01:29:15.7158670Z Ran 71 tests in 0.250s 2022-11-23T01:29:15.7158760Z 2022-11-23T01:29:15.7158820Z OK (expected failures=5) 2022-11-23T01:29:15.7158910Z 2022-11-23T01:29:15.7158970Z Generating XML reports... 2022-11-23T01:29:15.7159260Z Generated XML report: test-reports/python-unittest/test_subclass/TEST-TestSubclass-20221123012915.xml 2022-11-23T01:29:15.7159430Z 2022-11-23T01:29:15.7159720Z ##[endgroup] 2022-11-23T01:29:15.7160050Z FINISHED PRINTING LOG FILE of test_subclass (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_subclass_hb63v73v) 2022-11-23T01:29:15.7160220Z 2022-11-23T01:29:16.9031560Z Running test_itt ... [2022-11-23 01:29:16.902947] 2022-11-23T01:29:16.9033040Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_itt.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:16.903184] 2022-11-23T01:29:16.9033330Z Ignoring disabled issues: [] 2022-11-23T01:29:16.9085740Z Running test_native_mha ... [2022-11-23 01:29:16.908471] 2022-11-23T01:29:16.9087360Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:16.908648] 2022-11-23T01:29:16.9087660Z Ignoring disabled issues: [] 2022-11-23T01:29:18.0229190Z 2022-11-23T01:29:18.0229980Z Expand the folded group to see the log file of test_itt 2022-11-23T01:29:18.0230660Z ##[group]PRINTING LOG FILE of test_itt (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_itt_eytaqusp) 2022-11-23T01:29:18.0230840Z 2022-11-23T01:29:18.0230890Z Running tests... 2022-11-23T01:29:18.0238490Z ---------------------------------------------------------------------- 2022-11-23T01:29:18.0238800Z Test results will be stored in test-reports/python-unittest/test_itt 2022-11-23T01:29:18.0239010Z test_itt (__main__.TestItt) ... ok (0.163s) 2022-11-23T01:29:18.0239120Z 2022-11-23T01:29:18.0239280Z ---------------------------------------------------------------------- 2022-11-23T01:29:18.0239460Z Ran 1 test in 0.163s 2022-11-23T01:29:18.0239550Z 2022-11-23T01:29:18.0239600Z OK 2022-11-23T01:29:18.0239670Z 2022-11-23T01:29:18.0239730Z Generating XML reports... 2022-11-23T01:29:18.0240020Z Generated XML report: test-reports/python-unittest/test_itt/TEST-TestItt-20221123012917.xml 2022-11-23T01:29:18.0240190Z 2022-11-23T01:29:18.0240370Z ##[endgroup] 2022-11-23T01:29:18.0240670Z FINISHED PRINTING LOG FILE of test_itt (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_itt_eytaqusp) 2022-11-23T01:29:18.0240840Z 2022-11-23T01:29:18.1479110Z 2022-11-23T01:29:18.1479440Z Expand the folded group to see the log file of test_native_mha 2022-11-23T01:29:18.1480000Z ##[group]PRINTING LOG FILE of test_native_mha (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_native_mha_87rne8zq) 2022-11-23T01:29:18.1480190Z 2022-11-23T01:29:18.1480240Z Running tests... 2022-11-23T01:29:18.1480760Z ---------------------------------------------------------------------- 2022-11-23T01:29:18.1481050Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-11-23T01:29:18.1481320Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:29:18.1481600Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:29:18.1481980Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:29:18.1482400Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1482810Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1483210Z test_native_multihead_self_attention_use_nt_False_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:29:18.1483630Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1484130Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1484530Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:29:18.1484940Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:29:18.1485370Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1485780Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1486190Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1486590Z test_native_multihead_self_attention_use_nt_False_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1487420Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_native_mha.py:207: 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:29:18.1488010Z q = torch.nested.nested_tensor(qs, device=device, dtype=dtype) 2022-11-23T01:29:18.1488180Z ok (0.005s) 2022-11-23T01:29:18.1488460Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1489010Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1489440Z test_native_multihead_self_attention_use_nt_True_use_padding_False_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1489850Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1490250Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1490670Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1491070Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_False_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1491480Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1492130Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_False_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1492540Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_False_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1492950Z test_native_multihead_self_attention_use_nt_True_use_padding_True_pad_all_True_need_weights_False_average_attn_weights_True_fused_True_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:29:18.1493280Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:29:18.1493570Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:18.1493740Z 2022-11-23T01:29:18.1493930Z ---------------------------------------------------------------------- 2022-11-23T01:29:18.1494110Z Ran 28 tests in 0.106s 2022-11-23T01:29:18.1494200Z 2022-11-23T01:29:18.1494250Z OK (skipped=1) 2022-11-23T01:29:18.1494330Z 2022-11-23T01:29:18.1494390Z Generating XML reports... 2022-11-23T01:29:18.1494720Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20221123012917.xml 2022-11-23T01:29:18.1494900Z 2022-11-23T01:29:18.1495080Z ##[endgroup] 2022-11-23T01:29:18.1495380Z FINISHED PRINTING LOG FILE of test_native_mha (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_native_mha_87rne8zq) 2022-11-23T01:29:18.1495570Z 2022-11-23T01:29:19.2820650Z Running test_numpy_interop ... [2022-11-23 01:29:19.281932] 2022-11-23T01:29:19.2822660Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:19.282181] 2022-11-23T01:29:19.2822980Z Ignoring disabled issues: [] 2022-11-23T01:29:19.3665630Z Running test_dlpack ... [2022-11-23 01:29:19.366442] 2022-11-23T01:29:19.3667290Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:19.366647] 2022-11-23T01:29:19.3667570Z Ignoring disabled issues: [] 2022-11-23T01:29:20.4963800Z 2022-11-23T01:29:20.4964380Z Expand the folded group to see the log file of test_numpy_interop 2022-11-23T01:29:20.4965230Z ##[group]PRINTING LOG FILE of test_numpy_interop (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_numpy_interop_wf0yj_bf) 2022-11-23T01:29:20.4965440Z 2022-11-23T01:29:20.4965490Z Running tests... 2022-11-23T01:29:20.4965850Z ---------------------------------------------------------------------- 2022-11-23T01:29:20.4966160Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-11-23T01:29:20.4966890Z test_ctor_with_invalid_numpy_array_sequence_cpu (__main__.TestNumPyInteropCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_numpy_interop.py:265: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /Users/runner/work/pytorch/pytorch/torch/csrc/utils/tensor_new.cpp:253.) 2022-11-23T01:29:20.4967480Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-11-23T01:29:20.4967670Z ok (0.002s) 2022-11-23T01:29:20.4968090Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_numpy_interop.py:297: DeprecationWarning: In future, it will be an error for 'np.bool_' scalars to be interpreted as an index 2022-11-23T01:29:20.4968610Z self.assertEqual(dtype(42), torch.tensor(dtype(42)).item()) 2022-11-23T01:29:20.4968770Z ok (0.001s) 2022-11-23T01:29:20.4968960Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4969210Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.004s) 2022-11-23T01:29:20.4969840Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... /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:29:20.4970250Z warnings.warn(message, UserWarning) 2022-11-23T01:29:20.4970400Z ok (0.001s) 2022-11-23T01:29:20.4970600Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4970850Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-11-23T01:29:20.4971080Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4971310Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.002s) 2022-11-23T01:29:20.4971560Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4971810Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4972050Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4972510Z test_numpy_scalar_cmp_cpu_complex64 (__main__.TestNumPyInteropCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-11-23T01:29:20.4972810Z self.assertFalse(t == a) 2022-11-23T01:29:20.4972960Z ok (0.001s) 2022-11-23T01:29:20.4973150Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4973390Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4973630Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4973870Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4974100Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4974340Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4974650Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4974890Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4975130Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-11-23T01:29:20.4975740Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... /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:29:20.4976170Z warnings.warn(message, UserWarning) 2022-11-23T01:29:20.4976310Z ok (0.002s) 2022-11-23T01:29:20.4976490Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.001s) 2022-11-23T01:29:20.4976710Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.014s) 2022-11-23T01:29:20.4976960Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... ok (0.009s) 2022-11-23T01:29:20.4977090Z 2022-11-23T01:29:20.4977240Z ---------------------------------------------------------------------- 2022-11-23T01:29:20.4977430Z Ran 26 tests in 0.063s 2022-11-23T01:29:20.4977520Z 2022-11-23T01:29:20.4977560Z OK 2022-11-23T01:29:20.4977630Z 2022-11-23T01:29:20.4977690Z Generating XML reports... 2022-11-23T01:29:20.4978070Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20221123012920.xml 2022-11-23T01:29:20.4978260Z 2022-11-23T01:29:20.4978430Z ##[endgroup] 2022-11-23T01:29:20.4978740Z FINISHED PRINTING LOG FILE of test_numpy_interop (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_numpy_interop_wf0yj_bf) 2022-11-23T01:29:20.4985990Z 2022-11-23T01:29:20.5934550Z 2022-11-23T01:29:20.5934880Z Expand the folded group to see the log file of test_dlpack 2022-11-23T01:29:20.5935430Z ##[group]PRINTING LOG FILE of test_dlpack (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_dlpack_v86lrpzn) 2022-11-23T01:29:20.5935610Z 2022-11-23T01:29:20.5935670Z Running tests... 2022-11-23T01:29:20.5936030Z ---------------------------------------------------------------------- 2022-11-23T01:29:20.5936310Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-11-23T01:29:20.5936590Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:29:20.5936860Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5937130Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5937390Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5937640Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5937890Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5938140Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5938400Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5938650Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5938900Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5939150Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5939420Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5939730Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5940180Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5940520Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5940810Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5941100Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5941390Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5941680Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5941970Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5942260Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5942540Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5942820Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5943190Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5943480Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5943770Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5944060Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5944340Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5944640Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5944930Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5945210Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5945490Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5945770Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5946050Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:29:20.5946300Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-11-23T01:29:20.5946550Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5946790Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5947030Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5947280Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5947530Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5947790Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5948060Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5948320Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5948660Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5948920Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5949170Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5949420Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5949670Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5949910Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5950160Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5950400Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5950650Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5950920Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5951180Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5951440Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5951760Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5952010Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5952260Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5952510Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5952750Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5953000Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5953250Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5953490Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5953730Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5953970Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5954200Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5954430Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5954660Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5954880Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5955110Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5955330Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5955550Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5955770Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5956010Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5956260Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5956500Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5956750Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5956990Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5957220Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5957500Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5957740Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5957970Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5958210Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5958440Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.000s) 2022-11-23T01:29:20.5958690Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5958950Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5959210Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5959470Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5959720Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5959970Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5960230Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5960480Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5960780Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5961030Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5961280Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-11-23T01:29:20.5961420Z 2022-11-23T01:29:20.5961580Z ---------------------------------------------------------------------- 2022-11-23T01:29:20.5961770Z Ran 95 tests in 0.061s 2022-11-23T01:29:20.5961850Z 2022-11-23T01:29:20.5961910Z OK (skipped=23) 2022-11-23T01:29:20.5961990Z 2022-11-23T01:29:20.5962050Z Generating XML reports... 2022-11-23T01:29:20.5962360Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20221123012920.xml 2022-11-23T01:29:20.5962530Z 2022-11-23T01:29:20.5962740Z ##[endgroup] 2022-11-23T01:29:20.5963070Z FINISHED PRINTING LOG FILE of test_dlpack (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_dlpack_v86lrpzn) 2022-11-23T01:29:20.5963240Z 2022-11-23T01:29:21.7157210Z Running test_jit_llga_fuser ... [2022-11-23 01:29:21.715559] 2022-11-23T01:29:21.7159250Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_jit_llga_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:21.715843] 2022-11-23T01:29:21.7165930Z Ignoring disabled issues: [] 2022-11-23T01:29:21.7960320Z Running test_mkldnn ... [2022-11-23 01:29:21.795876] 2022-11-23T01:29:21.7962010Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:29:21.796113] 2022-11-23T01:29:21.7962310Z Ignoring disabled issues: [] 2022-11-23T01:29:22.7774380Z 2022-11-23T01:29:22.7775080Z Expand the folded group to see the log file of test_mkldnn 2022-11-23T01:29:22.7775680Z ##[group]PRINTING LOG FILE of test_mkldnn (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_mkldnn_lkj70vk9) 2022-11-23T01:29:22.7775870Z 2022-11-23T01:29:22.7775920Z Running tests... 2022-11-23T01:29:22.7777240Z ---------------------------------------------------------------------- 2022-11-23T01:29:22.7777680Z test_0_dimension_tensor (__main__.TestMkldnn) ... Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-11-23T01:29:22.7777940Z skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.7778390Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7778720Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7779010Z test_add (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.7779300Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7779610Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7779910Z test_avg_pool2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7780210Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7780510Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7780810Z test_avg_pool3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7781100Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7781390Z test_batch_norm_2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7781680Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7781960Z test_batch_norm_3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7782350Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7782630Z test_clone (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7782910Z test_conv1d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7783190Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7783470Z test_conv1d_functional (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7783740Z test_conv2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7784030Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7784240Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-11-23T01:29:22.7784550Z MKLDNN integration used to serialize models with 5d weight for grouped ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7784880Z test_conv2d_nhwc (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7785170Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7785450Z test_conv3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7785720Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7786000Z test_conversion (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.7786280Z test_copy (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7786550Z test_detach (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7786820Z test_empty (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7787080Z test_gelu (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7787360Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.7787640Z test_is_mkldnn (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7787920Z test_is_mkldnn_jit (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7788220Z test_legacy_new_failure (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7788500Z test_linear (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7788840Z test_linear_backward (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.7789140Z test_linear_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.7789450Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.7789740Z test_max_pool2d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7790020Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7790310Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7790600Z test_max_pool3d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7790880Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7791170Z test_max_pool_unsupported (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7791470Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.7791760Z test_mul (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.7792020Z test_prelu (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7792350Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7792620Z test_relu (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7792890Z test_relu_ (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7793160Z test_relu_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7793450Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7793730Z test_repr (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7794000Z test_reshape (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7794280Z test_reshape_backward (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7794590Z test_reshape_blocked_format (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7794880Z test_resnet18 (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7795160Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7795460Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7795750Z test_sigmoid (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7796020Z test_softmax (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7796300Z test_tanh (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7796570Z test_transpose (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7796860Z test_transpose_invalid_dime (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7797150Z test_unsupported (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.7797430Z test_view (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7797690Z test_zero_ (__main__.TestMkldnn) ... skip: MKL-DNN build is disabled (0.000s) 2022-11-23T01:29:22.7797820Z 2022-11-23T01:29:22.7797960Z ---------------------------------------------------------------------- 2022-11-23T01:29:22.7798140Z Ran 68 tests in 0.022s 2022-11-23T01:29:22.7798230Z 2022-11-23T01:29:22.7798280Z OK (skipped=68) 2022-11-23T01:29:22.7798350Z 2022-11-23T01:29:22.7798410Z Generating XML reports... 2022-11-23T01:29:22.7798790Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20221123012922.xml 2022-11-23T01:29:22.7798960Z 2022-11-23T01:29:22.7799150Z ##[endgroup] 2022-11-23T01:29:22.7799470Z FINISHED PRINTING LOG FILE of test_mkldnn (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_mkldnn_lkj70vk9) 2022-11-23T01:29:22.7799650Z 2022-11-23T01:29:22.9904740Z 2022-11-23T01:29:22.9905240Z Expand the folded group to see the log file of test_jit_llga_fuser 2022-11-23T01:29:22.9905800Z ##[group]PRINTING LOG FILE of test_jit_llga_fuser (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_llga_fuser_senonqyw) 2022-11-23T01:29:22.9906020Z 2022-11-23T01:29:22.9906080Z Running tests... 2022-11-23T01:29:22.9906420Z ---------------------------------------------------------------------- 2022-11-23T01:29:22.9906780Z test_dynamo_aot_ts_onednn (__main__.TestDynamoAOT) ... Test results will be stored in test-reports/python-unittest/test_jit_llga_fuser 2022-11-23T01:29:22.9907100Z skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.9907410Z test_context_manager (__main__.TestEnableDisableLlgaFuser) ... skip: MKL-DNN build is disabled (0.001s) 2022-11-23T01:29:22.9907730Z test_bn2d_eltwise_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9908070Z test_bn2d_eltwise_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9908590Z test_conv2d_bn_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9908920Z test_conv2d_bn_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9909240Z test_conv2d_bn_relu_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9909580Z test_conv2d_bn_relu_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9909910Z test_conv2d_clamp_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9910240Z test_conv2d_clamp_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9910560Z test_conv2d_eltwise_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9910880Z test_conv2d_eltwise_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9911200Z test_conv2d_silu_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9911510Z test_conv2d_silu_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9911820Z test_conv2d_sum_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9912130Z test_conv2d_sum_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9912460Z test_ensure_tensor_is_rewrapped_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9912800Z test_ensure_tensor_is_rewrapped_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9913130Z test_linear_eltwise_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9921360Z test_linear_eltwise_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9921710Z test_rewrap_tensor_input_to_pytorch_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9922060Z test_rewrap_tensor_input_to_pytorch_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.001s) 2022-11-23T01:29:22.9922390Z test_wildcard_cpu_bfloat16 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9922700Z test_wildcard_cpu_float32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9923030Z test_wildcard_unsupported_dtype_cpu_int32 (__main__.TestFusionPatternCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9923370Z test_vision_alexnet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9923650Z test_vision_alexnet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9923940Z test_vision_densenet121_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9924290Z test_vision_densenet121_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9924580Z test_vision_densenet161_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9924870Z test_vision_densenet161_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9925150Z test_vision_densenet169_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9925430Z test_vision_densenet169_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9925720Z test_vision_densenet201_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9926000Z test_vision_densenet201_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9926300Z test_vision_efficientnet_b0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9926590Z test_vision_efficientnet_b0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9926890Z test_vision_efficientnet_b1_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9927180Z test_vision_efficientnet_b1_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9927480Z test_vision_efficientnet_b2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9927910Z test_vision_efficientnet_b2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9928280Z test_vision_efficientnet_b3_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9928580Z test_vision_efficientnet_b3_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9928880Z test_vision_efficientnet_b4_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9929290Z test_vision_efficientnet_b4_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9929590Z test_vision_efficientnet_b5_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9929900Z test_vision_efficientnet_b5_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9930190Z test_vision_efficientnet_b6_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9930480Z test_vision_efficientnet_b6_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9930770Z test_vision_efficientnet_b7_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9931060Z test_vision_efficientnet_b7_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9931360Z test_vision_googlenet_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9931640Z test_vision_googlenet_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9931930Z test_vision_mnasnet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9932290Z test_vision_mnasnet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9932580Z test_vision_mobilenet_v2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9932880Z test_vision_mobilenet_v2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9933180Z test_vision_mobilenet_v3_large_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9933480Z test_vision_mobilenet_v3_large_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9933780Z test_vision_regnet_y_400mf_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9934080Z test_vision_regnet_y_400mf_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9934360Z test_vision_resnet50_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9934640Z test_vision_resnet50_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9934930Z test_vision_resnext101_32x8d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9935230Z test_vision_resnext101_32x8d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9935510Z test_vision_resnext50_32x4d_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9935790Z test_vision_resnext50_32x4d_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9936090Z test_vision_shufflenet_v2_x1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9936380Z test_vision_shufflenet_v2_x1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9936680Z test_vision_squeezenet1_0_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9937020Z test_vision_squeezenet1_0_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9937310Z test_vision_vgg16_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9937590Z test_vision_vgg16_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9937880Z test_vision_wide_resnet50_2_bfloat16 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9938180Z test_vision_wide_resnet50_2_float32 (__main__.TestModel) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9938470Z test_add_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9938740Z test_add_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9939030Z test_add_scalar_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9939320Z test_add_scalar_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9939610Z test_addmm_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9939960Z test_addmm_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9940240Z test_avg_pool2d_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9940520Z test_avg_pool2d_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9940800Z test_bn2d_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9941070Z test_bn2d_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9941350Z test_cat_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9941620Z test_cat_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9942010Z test_conv2d_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9942420Z test_conv2d_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9942720Z test_eltwise_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9943010Z test_eltwise_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9943310Z test_identity_binary_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9943610Z test_identity_binary_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9943900Z test_layer_norm_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9944200Z test_layer_norm_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9944480Z test_linear_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9944760Z test_linear_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9945190Z test_max_pool2d_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9945490Z test_max_pool2d_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9945770Z test_mul_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9946050Z test_mul_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9946330Z test_softmax_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9946600Z test_softmax_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9946890Z test_typecheck_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9947170Z test_typecheck_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9947470Z test_variable_kernel_avg_pool2d_cpu_bfloat16 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9947780Z test_variable_kernel_avg_pool2d_cpu_float32 (__main__.TestOpCPU) ... skip: This test fails for BF16 on machines without AVX512. (0.000s) 2022-11-23T01:29:22.9948010Z 2022-11-23T01:29:22.9948250Z ---------------------------------------------------------------------- 2022-11-23T01:29:22.9948430Z Ran 107 tests in 0.033s 2022-11-23T01:29:22.9948520Z 2022-11-23T01:29:22.9948570Z OK (skipped=107) 2022-11-23T01:29:22.9948650Z 2022-11-23T01:29:22.9948710Z Generating XML reports... 2022-11-23T01:29:22.9949030Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestDynamoAOT-20221123012922.xml 2022-11-23T01:29:22.9949440Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestEnableDisableLlgaFuser-20221123012922.xml 2022-11-23T01:29:22.9949880Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestFusionPatternCPU-20221123012922.xml 2022-11-23T01:29:22.9950250Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestModel-20221123012922.xml 2022-11-23T01:29:22.9950670Z Generated XML report: test-reports/python-unittest/test_jit_llga_fuser/TEST-TestOpCPU-20221123012922.xml 2022-11-23T01:29:22.9950830Z 2022-11-23T01:29:22.9951090Z ##[endgroup] 2022-11-23T01:29:22.9951410Z FINISHED PRINTING LOG FILE of test_jit_llga_fuser (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_jit_llga_fuser_senonqyw) 2022-11-23T01:29:22.9951600Z 2022-11-23T01:29:23.8573870Z Ignoring disabled issues: [] 2022-11-23T01:29:24.0200400Z Running test_ops ... [2022-11-23 01:29:24.014206] 2022-11-23T01:29:25.0641860Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops.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:29:25.063985] 2022-11-23T01:29:25.0642300Z Ignoring disabled issues: [] 2022-11-23T01:29:25.0796140Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops.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:29:25.079361] 2022-11-23T01:29:25.0796570Z Ignoring disabled issues: [] 2022-11-23T01:36:22.1237620Z 2022-11-23T01:36:22.1237930Z Expand the folded group to see the log file of test_ops 2022-11-23T01:36:22.1239300Z ##[group]PRINTING LOG FILE of test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_tn9n_s8a) 2022-11-23T01:36:22.1246830Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:125: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T01:36:22.1247310Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:36:22.1247640Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-de2cf3172efbe19f.xml 2022-11-23T01:36:22.1247890Z ============================= test session starts ============================== 2022-11-23T01:36:22.1248230Z 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:36:22.1248480Z cachedir: .pytest_cache 2022-11-23T01:36:22.1248790Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:36:22.1249130Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:36:22.1249460Z 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:36:22.1249830Z collecting ... collected 29914 items / 23 deselected / 29891 selected 2022-11-23T01:36:22.2359720Z Running 14916 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_slice_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___ror___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_T_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_bool_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_char_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_float_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_half_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_int_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_long_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_short_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_acos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_arange_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_asin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bool_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_clone_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cos_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cross_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_double_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_equal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_eye_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flip_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_float_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_floor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_frac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_grid_sampler_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_imag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_inner_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_int_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_istft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_long_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mH_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mT_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_median_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_dropout_backward_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_normal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_outer_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_permute_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polar_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_put_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randint_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_roll_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_exponential_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_square_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_take_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trace_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_where_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_errors___rand___cpu, test/test_ops.py::TestCommonCPU::test_errors___rmod___cpu, test/test_ops.py::TestCommonCPU::test_errors___rmul___cpu, test/test_ops.py::TestCommonCPU::test_errors___ror___cpu, test/test_ops.py::TestCommonCPU::test_errors___rpow___cpu, test/test_ops.py::TestCommonCPU::test_errors_amin_cpu, test/test_ops.py::TestCommonCPU::test_errors_atan2_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_errors_cat_cpu, test/test_ops.py::TestCommonCPU::test_errors_copysign_cpu, test/test_ops.py::TestCommonCPU::test_errors_cov_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_errors_eq_cpu, test/test_ops.py::TestCommonCPU::test_errors_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_errors_float_power_cpu, test/test_ops.py::TestCommonCPU::test_errors_gather_cpu, test/test_ops.py::TestCommonCPU::test_errors_gradient_cpu, test/test_ops.py::TestCommonCPU::test_errors_gt_cpu, test/test_ops.py::TestCommonCPU::test_errors_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_errors_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_hstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_hypot_cpu, test/test_ops.py::TestCommonCPU::test_errors_igamma_cpu, test/test_ops.py::TestCommonCPU::test_errors_index_select_cpu, test/test_ops.py::TestCommonCPU::test_errors_isclose_cpu, test/test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_errors_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_errors_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_errors_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_minimum_cpu, test/test_ops.py::TestCommonCPU::test_errors_mul_cpu, test/test_ops.py::TestCommonCPU::test_errors_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_errors_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_errors_ne_cpu, test/test_ops.py::TestCommonCPU::test_errors_neg_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_pow_cpu, test/test_ops.py::TestCommonCPU::test_errors_renorm_cpu, test/test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_errors_reshape_cpu, test/test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_cosine_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_exponential_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_errors_take_cpu, test/test_ops.py::TestCommonCPU::test_errors_triu_cpu, test/test_ops.py::TestCommonCPU::test_errors_unbind_cpu, test/test_ops.py::TestCommonCPU::test_errors_uniform_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_copy_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_cpu, test/test_ops.py::TestCommonCPU::test_errors_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_vstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_where_cpu, test/test_ops.py::TestCommonCPU::test_errors_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scalar_tensor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scalar_tensor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_cosine_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_exponential_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_gaussian_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_kaiser_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___ror___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___ror___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_T_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_bool_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_char_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_half_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_short_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lerp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__softmax_backward_data_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_acos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bool_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_byte_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clone_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cross_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diff_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_double_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_equal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flip_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_floor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gather_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_grid_sampler_2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_kron_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_le_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mT_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ne_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_outer_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_positive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_put_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resize__cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scalar_tensor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_cosine_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_exponential_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_gaussian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signal_windows_kaiser_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_slice_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_square_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_stft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_svd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_to_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_topk_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu, test/test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs__conversions_complex_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_xlogy_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors_ops_nvprims_view_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scalar_tensor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward__softmax_backward_data_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_dropout_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_T_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_bfloat16_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_cdouble_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_char_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_half_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_long_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_short_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcmul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_special_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cfloat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scalar_tensor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unfold_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_byte_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_chalf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_char_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_half_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_short_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scalar_tensor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_T_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_cdouble_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_char_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_complex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_double_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_half_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_erfcx_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cdouble_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_grid_sampler_2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_pool2d_with_indices_backward_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_dropout_backward_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randint_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scalar_tensor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_cosine_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_exponential_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_gaussian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unfold_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_T_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_bfloat16_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_bool_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_byte_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_chalf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_double_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_float_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_long_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_short_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcmul__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcmul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_min__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_scatter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lerp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_group_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_erfcx_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_ndtri_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_xlogy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_xlogy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_byte_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_cdouble_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_cfloat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_chalf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_float_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcmul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bucketize_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_max_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lerp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_group_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_erfcx_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_expit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_ndtri_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_xlog1py_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_xlogy__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_xlogy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake__softmax_backward_data_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast__softmax_backward_data_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scalar_tensor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cdouble_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp__softmax_backward_data_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdouble_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_dropout_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp__softmax_backward_data_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_dropout_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_dropout_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scalar_tensor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_exponential_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_H_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_bool_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_float_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_half_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_int_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_short_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addcmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_narrow_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_entr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_erfcx_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_ndtri_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_xlogy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__softmax_backward_data_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_all_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_any_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_float_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_int_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_le_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_long_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_dropout_backward_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ops_nvprims_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_put_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randint_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_real_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scalar_tensor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_cosine_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_square_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unfold_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_view_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-11-23T01:36:22.3587710Z 2022-11-23T01:36:22.3587880Z test_ops.py::TestCommonCPU::test_compare_cpu_T_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3588160Z test_ops.py::TestCommonCPU::test_compare_cpu___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3588430Z test_ops.py::TestCommonCPU::test_compare_cpu___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3588700Z test_ops.py::TestCommonCPU::test_compare_cpu___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3588970Z test_ops.py::TestCommonCPU::test_compare_cpu___ror___cpu_int64 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3589220Z test_ops.py::TestCommonCPU::test_compare_cpu___rxor___cpu_int64 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3589500Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3589790Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_cdouble_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3590110Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_char_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:36:22.3590420Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_double_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3590730Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_int_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:36:22.3591060Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_long_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:36:22.3591380Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_short_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:36:22.3591690Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3592220Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3592490Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3592760Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3593050Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_bitwise_left_shift_cpu_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2022-11-23T01:36:22.3593340Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3593600Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3593870Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3594140Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3594410Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3594840Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_empty_like_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:36:22.3595180Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3595450Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3595720Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3595980Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3596240Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3596500Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3596760Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3597020Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3597280Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3597560Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3597830Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3598110Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3598400Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3598680Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3598940Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3599300Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_empty_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:36:22.3599590Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3599860Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3600160Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 0%] 2022-11-23T01:36:22.3600570Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_dropout_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:36:22.3600880Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3601180Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3601470Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3601780Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3602090Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3602370Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3602660Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3602950Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3603250Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3603590Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3603860Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3604150Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3604430Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3604690Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3604960Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3605220Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_t_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3605470Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_to_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3605730Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3605990Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3606250Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3606540Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3606810Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3607070Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3607340Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3607590Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3607850Z test_ops.py::TestCommonCPU::test_compare_cpu_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3608120Z test_ops.py::TestCommonCPU::test_compare_cpu_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3608380Z test_ops.py::TestCommonCPU::test_compare_cpu_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3608650Z test_ops.py::TestCommonCPU::test_compare_cpu_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3608910Z test_ops.py::TestCommonCPU::test_compare_cpu_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3609170Z test_ops.py::TestCommonCPU::test_compare_cpu_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3618320Z test_ops.py::TestCommonCPU::test_compare_cpu_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3618590Z test_ops.py::TestCommonCPU::test_compare_cpu_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3618850Z test_ops.py::TestCommonCPU::test_compare_cpu_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3619100Z test_ops.py::TestCommonCPU::test_compare_cpu_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3619360Z test_ops.py::TestCommonCPU::test_compare_cpu_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3619620Z test_ops.py::TestCommonCPU::test_compare_cpu_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3619900Z test_ops.py::TestCommonCPU::test_compare_cpu_byte_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:36:22.3620180Z test_ops.py::TestCommonCPU::test_compare_cpu_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3620540Z test_ops.py::TestCommonCPU::test_compare_cpu_char_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:36:22.3620820Z test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3621090Z test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3621360Z test_ops.py::TestCommonCPU::test_compare_cpu_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3621670Z test_ops.py::TestCommonCPU::test_compare_cpu_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3621930Z test_ops.py::TestCommonCPU::test_compare_cpu_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3622210Z test_ops.py::TestCommonCPU::test_compare_cpu_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3622490Z test_ops.py::TestCommonCPU::test_compare_cpu_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3622740Z test_ops.py::TestCommonCPU::test_compare_cpu_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3622990Z test_ops.py::TestCommonCPU::test_compare_cpu_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3623250Z test_ops.py::TestCommonCPU::test_compare_cpu_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3623510Z test_ops.py::TestCommonCPU::test_compare_cpu_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3623790Z test_ops.py::TestCommonCPU::test_compare_cpu_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3624060Z test_ops.py::TestCommonCPU::test_compare_cpu_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3624340Z test_ops.py::TestCommonCPU::test_compare_cpu_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3624610Z test_ops.py::TestCommonCPU::test_compare_cpu_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3624880Z test_ops.py::TestCommonCPU::test_compare_cpu_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3625160Z test_ops.py::TestCommonCPU::test_compare_cpu_double_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3625410Z test_ops.py::TestCommonCPU::test_compare_cpu_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3625710Z test_ops.py::TestCommonCPU::test_compare_cpu_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3625970Z test_ops.py::TestCommonCPU::test_compare_cpu_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3626220Z test_ops.py::TestCommonCPU::test_compare_cpu_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3626470Z test_ops.py::TestCommonCPU::test_compare_cpu_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3626730Z test_ops.py::TestCommonCPU::test_compare_cpu_float_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3626980Z test_ops.py::TestCommonCPU::test_compare_cpu_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3627230Z test_ops.py::TestCommonCPU::test_compare_cpu_full_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3627480Z test_ops.py::TestCommonCPU::test_compare_cpu_full_like_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3627760Z test_ops.py::TestCommonCPU::test_compare_cpu_grid_sampler_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3628040Z test_ops.py::TestCommonCPU::test_compare_cpu_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3628290Z test_ops.py::TestCommonCPU::test_compare_cpu_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3628550Z test_ops.py::TestCommonCPU::test_compare_cpu_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3628830Z test_ops.py::TestCommonCPU::test_compare_cpu_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3629090Z test_ops.py::TestCommonCPU::test_compare_cpu_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3629350Z test_ops.py::TestCommonCPU::test_compare_cpu_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3629610Z test_ops.py::TestCommonCPU::test_compare_cpu_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3629870Z test_ops.py::TestCommonCPU::test_compare_cpu_istft_cpu_complex64 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3630130Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3630400Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3630670Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3630960Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3631240Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3631500Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3631770Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3632030Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3632300Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_rank_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3632580Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3632860Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3633120Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3633400Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3633690Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3634060Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 0%] 2022-11-23T01:36:22.3634370Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3634630Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3634900Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3635150Z test_ops.py::TestCommonCPU::test_compare_cpu_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3635430Z test_ops.py::TestCommonCPU::test_compare_cpu_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3635710Z test_ops.py::TestCommonCPU::test_compare_cpu_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3635970Z test_ops.py::TestCommonCPU::test_compare_cpu_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3636220Z test_ops.py::TestCommonCPU::test_compare_cpu_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3636480Z test_ops.py::TestCommonCPU::test_compare_cpu_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3636740Z test_ops.py::TestCommonCPU::test_compare_cpu_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3637020Z test_ops.py::TestCommonCPU::test_compare_cpu_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3637270Z test_ops.py::TestCommonCPU::test_compare_cpu_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3637530Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3637790Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3638060Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:36:22.3638320Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3638580Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3638860Z test_ops.py::TestCommonCPU::test_compare_cpu_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3639150Z test_ops.py::TestCommonCPU::test_compare_cpu_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3639420Z test_ops.py::TestCommonCPU::test_compare_cpu_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3639700Z test_ops.py::TestCommonCPU::test_compare_cpu_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3639960Z test_ops.py::TestCommonCPU::test_compare_cpu_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3640220Z test_ops.py::TestCommonCPU::test_compare_cpu_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3640560Z test_ops.py::TestCommonCPU::test_compare_cpu_multinomial_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:36:22.3640830Z test_ops.py::TestCommonCPU::test_compare_cpu_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3641080Z test_ops.py::TestCommonCPU::test_compare_cpu_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3641350Z test_ops.py::TestCommonCPU::test_compare_cpu_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3641610Z test_ops.py::TestCommonCPU::test_compare_cpu_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3641890Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3642230Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3642520Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3642840Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3643120Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3643430Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3643710Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_ctc_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3643990Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3644270Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_embedding_cpu_float32 SKIPPED (Skipped!) [ 1%] 2022-11-23T01:36:22.3644640Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:36:22.3645040Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:36:22.3645370Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3645650Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3645930Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3646250Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3646530Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3646820Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3647110Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3647400Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3647680Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3647970Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3648250Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3648540Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3648850Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3649160Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3649450Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3649730Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3650020Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3650330Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3650610Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3650890Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3651170Z test_ops.py::TestCommonCPU::test_compare_cpu_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3651480Z test_ops.py::TestCommonCPU::test_compare_cpu_normal_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:36:22.3666550Z test_ops.py::TestCommonCPU::test_compare_cpu_normal_number_mean_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:36:22.3666890Z test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3667160Z test_ops.py::TestCommonCPU::test_compare_cpu_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3667430Z test_ops.py::TestCommonCPU::test_compare_cpu_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3667690Z test_ops.py::TestCommonCPU::test_compare_cpu_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3668080Z test_ops.py::TestCommonCPU::test_compare_cpu_rand_like_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:36:22.3668560Z test_ops.py::TestCommonCPU::test_compare_cpu_randn_like_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:36:22.3668840Z test_ops.py::TestCommonCPU::test_compare_cpu_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3669100Z test_ops.py::TestCommonCPU::test_compare_cpu_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3669360Z test_ops.py::TestCommonCPU::test_compare_cpu_resize_as__cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3669630Z test_ops.py::TestCommonCPU::test_compare_cpu_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3669920Z test_ops.py::TestCommonCPU::test_compare_cpu_scalar_tensor_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3670190Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3670460Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3670740Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3671010Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3671280Z test_ops.py::TestCommonCPU::test_compare_cpu_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3671540Z test_ops.py::TestCommonCPU::test_compare_cpu_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3671810Z test_ops.py::TestCommonCPU::test_compare_cpu_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3672120Z test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:36:22.3672540Z test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:36:22.3672980Z test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:36:22.3673320Z test_ops.py::TestCommonCPU::test_compare_cpu_special_laguerre_polynomial_l_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:36:22.3673700Z test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:36:22.3674050Z test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:36:22.3674390Z test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:36:22.3674690Z test_ops.py::TestCommonCPU::test_compare_cpu_split_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3674950Z test_ops.py::TestCommonCPU::test_compare_cpu_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3675220Z test_ops.py::TestCommonCPU::test_compare_cpu_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3675470Z test_ops.py::TestCommonCPU::test_compare_cpu_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3675740Z test_ops.py::TestCommonCPU::test_compare_cpu_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3676140Z test_ops.py::TestCommonCPU::test_compare_cpu_svd_lowrank_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:36:22.3676410Z test_ops.py::TestCommonCPU::test_compare_cpu_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3676670Z test_ops.py::TestCommonCPU::test_compare_cpu_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3676970Z test_ops.py::TestCommonCPU::test_compare_cpu_to_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3677230Z test_ops.py::TestCommonCPU::test_compare_cpu_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3677480Z test_ops.py::TestCommonCPU::test_compare_cpu_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3677740Z test_ops.py::TestCommonCPU::test_compare_cpu_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3677990Z test_ops.py::TestCommonCPU::test_compare_cpu_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3678260Z test_ops.py::TestCommonCPU::test_compare_cpu_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3678520Z test_ops.py::TestCommonCPU::test_compare_cpu_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3678780Z test_ops.py::TestCommonCPU::test_compare_cpu_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3679040Z test_ops.py::TestCommonCPU::test_compare_cpu_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3679310Z test_ops.py::TestCommonCPU::test_compare_cpu_unique_consecutive_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3679610Z test_ops.py::TestCommonCPU::test_compare_cpu_unique_cpu_float32 SKIPPED (Output order is undefined when sorted=False) [ 1%] 2022-11-23T01:36:22.3679890Z test_ops.py::TestCommonCPU::test_compare_cpu_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3680150Z test_ops.py::TestCommonCPU::test_compare_cpu_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3680430Z test_ops.py::TestCommonCPU::test_compare_cpu_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3680690Z test_ops.py::TestCommonCPU::test_compare_cpu_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3680940Z test_ops.py::TestCommonCPU::test_compare_cpu_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:36:22.3681200Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3681460Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3681720Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3681980Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3682330Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 SKIPPED (Fails on cuda + rocm) [ 1%] 2022-11-23T01:36:22.3682620Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3682890Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3683160Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3683420Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3683680Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3683940Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3684190Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3684450Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3684700Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3684960Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3685260Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3685530Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3685800Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_copy_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3686070Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3686330Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3686600Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 SKIPPED (Skipped!) [ 1%] 2022-11-23T01:36:22.3686870Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3687140Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3687410Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3687670Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3687940Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3688220Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3688510Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3688770Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3689050Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3689330Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3689590Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3689860Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_with_dtype_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3690130Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3690400Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3690680Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3690950Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3691210Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3691470Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3691750Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3692020Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3692280Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3692590Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 1%] 2022-11-23T01:36:22.3692900Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3693180Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3693480Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3693770Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3694030Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3694290Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3694550Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3694800Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_slice_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3695060Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3695330Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 PASSED [ 1%] 2022-11-23T01:36:22.3695600Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 PASSED [ 2%] 2022-11-23T01:36:22.3695860Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 PASSED [ 2%] 2022-11-23T01:36:22.3696110Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 PASSED [ 2%] 2022-11-23T01:36:22.3696410Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 PASSED [ 2%] 2022-11-23T01:36:22.3696680Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_copy_cpu_complex32 PASSED [ 2%] 2022-11-23T01:36:22.3696940Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 PASSED [ 2%] 2022-11-23T01:36:22.3697200Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 PASSED [ 2%] 2022-11-23T01:36:22.3697460Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 PASSED [ 2%] 2022-11-23T01:36:22.3697700Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu PASSED [ 2%] 2022-11-23T01:36:22.3697930Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu PASSED [ 2%] 2022-11-23T01:36:22.3698150Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu PASSED [ 2%] 2022-11-23T01:36:22.3698370Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu PASSED [ 2%] 2022-11-23T01:36:22.3698580Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu PASSED [ 2%] 2022-11-23T01:36:22.3698790Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu PASSED [ 2%] 2022-11-23T01:36:22.3699030Z test_ops.py::TestCommonCPU::test_dtypes__refs_T_cpu PASSED [ 2%] 2022-11-23T01:36:22.3699270Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_bfloat16_cpu PASSED [ 2%] 2022-11-23T01:36:22.3699540Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_bool_cpu PASSED [ 2%] 2022-11-23T01:36:22.3699780Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_char_cpu PASSED [ 2%] 2022-11-23T01:36:22.3704340Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_complex_cpu PASSED [ 2%] 2022-11-23T01:36:22.3704580Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_float_cpu PASSED [ 2%] 2022-11-23T01:36:22.3704810Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_half_cpu PASSED [ 2%] 2022-11-23T01:36:22.3705050Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_int_cpu PASSED [ 2%] 2022-11-23T01:36:22.3705280Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_long_cpu PASSED [ 2%] 2022-11-23T01:36:22.3705520Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_short_cpu PASSED [ 2%] 2022-11-23T01:36:22.3705750Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu PASSED [ 2%] 2022-11-23T01:36:22.3705970Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu PASSED [ 2%] 2022-11-23T01:36:22.3706190Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu PASSED [ 2%] 2022-11-23T01:36:22.3706400Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu PASSED [ 2%] 2022-11-23T01:36:22.3706680Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcmul_cpu PASSED [ 2%] 2022-11-23T01:36:22.3706890Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu PASSED [ 2%] 2022-11-23T01:36:22.3707110Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu PASSED [ 2%] 2022-11-23T01:36:22.3707320Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu PASSED [ 2%] 2022-11-23T01:36:22.3707530Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu PASSED [ 2%] 2022-11-23T01:36:22.3707750Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu PASSED [ 2%] 2022-11-23T01:36:22.3707960Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu PASSED [ 2%] 2022-11-23T01:36:22.3708180Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu PASSED [ 2%] 2022-11-23T01:36:22.3708390Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu PASSED [ 2%] 2022-11-23T01:36:22.3708620Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu PASSED [ 2%] 2022-11-23T01:36:22.3708850Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu PASSED [ 2%] 2022-11-23T01:36:22.3709060Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu PASSED [ 2%] 2022-11-23T01:36:22.3709270Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu PASSED [ 2%] 2022-11-23T01:36:22.3709480Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu PASSED [ 2%] 2022-11-23T01:36:22.3709700Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu PASSED [ 2%] 2022-11-23T01:36:22.3709920Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu PASSED [ 2%] 2022-11-23T01:36:22.3710130Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu PASSED [ 2%] 2022-11-23T01:36:22.3710340Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu PASSED [ 2%] 2022-11-23T01:36:22.3710550Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_cpu PASSED [ 2%] 2022-11-23T01:36:22.3710760Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu PASSED [ 2%] 2022-11-23T01:36:22.3710980Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_copy_cpu PASSED [ 2%] 2022-11-23T01:36:22.3711190Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu PASSED [ 2%] 2022-11-23T01:36:22.3711430Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu PASSED [ 2%] 2022-11-23T01:36:22.3711690Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu PASSED [ 2%] 2022-11-23T01:36:22.3711920Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu PASSED [ 2%] 2022-11-23T01:36:22.3712150Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu PASSED [ 2%] 2022-11-23T01:36:22.3712380Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu PASSED [ 2%] 2022-11-23T01:36:22.3712590Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu PASSED [ 2%] 2022-11-23T01:36:22.3712800Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu PASSED [ 2%] 2022-11-23T01:36:22.3713010Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu PASSED [ 2%] 2022-11-23T01:36:22.3713220Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu PASSED [ 2%] 2022-11-23T01:36:22.3713450Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu PASSED [ 2%] 2022-11-23T01:36:22.3713680Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu PASSED [ 2%] 2022-11-23T01:36:22.3713900Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu PASSED [ 2%] 2022-11-23T01:36:22.3714120Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu PASSED [ 2%] 2022-11-23T01:36:22.3714330Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu PASSED [ 2%] 2022-11-23T01:36:22.3714550Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu PASSED [ 2%] 2022-11-23T01:36:22.3714780Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu PASSED [ 2%] 2022-11-23T01:36:22.3715020Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu PASSED [ 2%] 2022-11-23T01:36:22.3715240Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu PASSED [ 2%] 2022-11-23T01:36:22.3715460Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu PASSED [ 2%] 2022-11-23T01:36:22.3715670Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu PASSED [ 2%] 2022-11-23T01:36:22.3715880Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu PASSED [ 2%] 2022-11-23T01:36:22.3716090Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu PASSED [ 2%] 2022-11-23T01:36:22.3716300Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu PASSED [ 2%] 2022-11-23T01:36:22.3716520Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu PASSED [ 2%] 2022-11-23T01:36:22.3716730Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu PASSED [ 2%] 2022-11-23T01:36:22.3716940Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu PASSED [ 2%] 2022-11-23T01:36:22.3717150Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu PASSED [ 2%] 2022-11-23T01:36:22.3717360Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu PASSED [ 2%] 2022-11-23T01:36:22.3717580Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu PASSED [ 2%] 2022-11-23T01:36:22.3717810Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu PASSED [ 2%] 2022-11-23T01:36:22.3718030Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu PASSED [ 2%] 2022-11-23T01:36:22.3718240Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu PASSED [ 2%] 2022-11-23T01:36:22.3718450Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu PASSED [ 2%] 2022-11-23T01:36:22.3718670Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu PASSED [ 2%] 2022-11-23T01:36:22.3718880Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu PASSED [ 2%] 2022-11-23T01:36:22.3719100Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu PASSED [ 2%] 2022-11-23T01:36:22.3719310Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu PASSED [ 2%] 2022-11-23T01:36:22.3719520Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu PASSED [ 2%] 2022-11-23T01:36:22.3719730Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu PASSED [ 2%] 2022-11-23T01:36:22.3719980Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu PASSED [ 2%] 2022-11-23T01:36:22.3720210Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu PASSED [ 2%] 2022-11-23T01:36:22.3720430Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu PASSED [ 2%] 2022-11-23T01:36:22.3720650Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu PASSED [ 2%] 2022-11-23T01:36:22.3720880Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu PASSED [ 2%] 2022-11-23T01:36:22.3721100Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu PASSED [ 2%] 2022-11-23T01:36:22.3721330Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_with_dtype_cpu PASSED [ 2%] 2022-11-23T01:36:22.3721560Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu PASSED [ 2%] 2022-11-23T01:36:22.3721770Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu PASSED [ 2%] 2022-11-23T01:36:22.3721990Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu PASSED [ 2%] 2022-11-23T01:36:22.3722200Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu PASSED [ 2%] 2022-11-23T01:36:22.3722420Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu PASSED [ 2%] 2022-11-23T01:36:22.3722640Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu PASSED [ 2%] 2022-11-23T01:36:22.3722870Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu PASSED [ 2%] 2022-11-23T01:36:22.3723150Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu PASSED [ 2%] 2022-11-23T01:36:22.3723380Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu PASSED [ 2%] 2022-11-23T01:36:22.3723590Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu PASSED [ 2%] 2022-11-23T01:36:22.3723810Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu PASSED [ 2%] 2022-11-23T01:36:22.3724020Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu PASSED [ 2%] 2022-11-23T01:36:22.3724230Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu PASSED [ 2%] 2022-11-23T01:36:22.3724450Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu PASSED [ 2%] 2022-11-23T01:36:22.3724670Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu PASSED [ 2%] 2022-11-23T01:36:22.3724910Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_alpha_dropout_cpu PASSED [ 2%] 2022-11-23T01:36:22.3725160Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_group_norm_cpu PASSED [ 2%] 2022-11-23T01:36:22.3725430Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu PASSED [ 2%] 2022-11-23T01:36:22.3725700Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 2%] 2022-11-23T01:36:22.3725950Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu PASSED [ 2%] 2022-11-23T01:36:22.3726190Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu PASSED [ 2%] 2022-11-23T01:36:22.3726430Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu PASSED [ 2%] 2022-11-23T01:36:22.3726680Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 2%] 2022-11-23T01:36:22.3726930Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu PASSED [ 2%] 2022-11-23T01:36:22.3727170Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu PASSED [ 2%] 2022-11-23T01:36:22.3727410Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu PASSED [ 2%] 2022-11-23T01:36:22.3727640Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu PASSED [ 2%] 2022-11-23T01:36:22.3727870Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu PASSED [ 2%] 2022-11-23T01:36:22.3728110Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmax_with_dtype_cpu PASSED [ 2%] 2022-11-23T01:36:22.3728390Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu PASSED [ 2%] 2022-11-23T01:36:22.3728640Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_triplet_margin_loss_cpu PASSED [ 2%] 2022-11-23T01:36:22.3728880Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu PASSED [ 2%] 2022-11-23T01:36:22.3729100Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu PASSED [ 2%] 2022-11-23T01:36:22.3729320Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu PASSED [ 2%] 2022-11-23T01:36:22.3729540Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu PASSED [ 2%] 2022-11-23T01:36:22.3729760Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu PASSED [ 2%] 2022-11-23T01:36:22.3729970Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu PASSED [ 2%] 2022-11-23T01:36:22.3730190Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu PASSED [ 2%] 2022-11-23T01:36:22.3730410Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu PASSED [ 2%] 2022-11-23T01:36:22.3730630Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu PASSED [ 2%] 2022-11-23T01:36:22.3730840Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu PASSED [ 2%] 2022-11-23T01:36:22.3731060Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu PASSED [ 2%] 2022-11-23T01:36:22.3731270Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu PASSED [ 2%] 2022-11-23T01:36:22.3735190Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu PASSED [ 2%] 2022-11-23T01:36:22.3735430Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu PASSED [ 2%] 2022-11-23T01:36:22.3735660Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu PASSED [ 2%] 2022-11-23T01:36:22.3735870Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu PASSED [ 2%] 2022-11-23T01:36:22.3736080Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu PASSED [ 2%] 2022-11-23T01:36:22.3736300Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j0_cpu PASSED [ 2%] 2022-11-23T01:36:22.3736530Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_entr_cpu PASSED [ 2%] 2022-11-23T01:36:22.3736760Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_erfcx_cpu PASSED [ 2%] 2022-11-23T01:36:22.3737000Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu PASSED [ 2%] 2022-11-23T01:36:22.3737220Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu PASSED [ 2%] 2022-11-23T01:36:22.3737460Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 3%] 2022-11-23T01:36:22.3737720Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 3%] 2022-11-23T01:36:22.3737960Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_ndtr_cpu PASSED [ 3%] 2022-11-23T01:36:22.3738180Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_xlog1py_cpu PASSED [ 3%] 2022-11-23T01:36:22.3738400Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu PASSED [ 3%] 2022-11-23T01:36:22.3738620Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu PASSED [ 3%] 2022-11-23T01:36:22.3738830Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu PASSED [ 3%] 2022-11-23T01:36:22.3739040Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu PASSED [ 3%] 2022-11-23T01:36:22.3739250Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu PASSED [ 3%] 2022-11-23T01:36:22.3739470Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu PASSED [ 3%] 2022-11-23T01:36:22.3739700Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu PASSED [ 3%] 2022-11-23T01:36:22.3739920Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu PASSED [ 3%] 2022-11-23T01:36:22.3740130Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu PASSED [ 3%] 2022-11-23T01:36:22.3740380Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu PASSED [ 3%] 2022-11-23T01:36:22.3740600Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu PASSED [ 3%] 2022-11-23T01:36:22.3740810Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu PASSED [ 3%] 2022-11-23T01:36:22.3741020Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu PASSED [ 3%] 2022-11-23T01:36:22.3741240Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu PASSED [ 3%] 2022-11-23T01:36:22.3741450Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_cpu PASSED [ 3%] 2022-11-23T01:36:22.3741660Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu PASSED [ 3%] 2022-11-23T01:36:22.3741880Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu PASSED [ 3%] 2022-11-23T01:36:22.3742090Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu PASSED [ 3%] 2022-11-23T01:36:22.3742300Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu PASSED [ 3%] 2022-11-23T01:36:22.3742510Z test_ops.py::TestCommonCPU::test_dtypes__refs_xlogy_cpu PASSED [ 3%] 2022-11-23T01:36:22.3742740Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu PASSED [ 3%] 2022-11-23T01:36:22.3742960Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu PASSED [ 3%] 2022-11-23T01:36:22.3743170Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu PASSED [ 3%] 2022-11-23T01:36:22.3743410Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu PASSED [ 3%] 2022-11-23T01:36:22.3743610Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu PASSED [ 3%] 2022-11-23T01:36:22.3743820Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu PASSED [ 3%] 2022-11-23T01:36:22.3744040Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu PASSED [ 3%] 2022-11-23T01:36:22.3744250Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu PASSED [ 3%] 2022-11-23T01:36:22.3744460Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu PASSED [ 3%] 2022-11-23T01:36:22.3744670Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu PASSED [ 3%] 2022-11-23T01:36:22.3744880Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu PASSED [ 3%] 2022-11-23T01:36:22.3745090Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu PASSED [ 3%] 2022-11-23T01:36:22.3745310Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu PASSED [ 3%] 2022-11-23T01:36:22.3745520Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu PASSED [ 3%] 2022-11-23T01:36:22.3745730Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu PASSED [ 3%] 2022-11-23T01:36:22.3745940Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu PASSED [ 3%] 2022-11-23T01:36:22.3746140Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu PASSED [ 3%] 2022-11-23T01:36:22.3746350Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu PASSED [ 3%] 2022-11-23T01:36:22.3746570Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu PASSED [ 3%] 2022-11-23T01:36:22.3746780Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu PASSED [ 3%] 2022-11-23T01:36:22.3746990Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu PASSED [ 3%] 2022-11-23T01:36:22.3747220Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu PASSED [ 3%] 2022-11-23T01:36:22.3747450Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu PASSED [ 3%] 2022-11-23T01:36:22.3747670Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu SKIPPED (Skipped!) [ 3%] 2022-11-23T01:36:22.3747900Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu PASSED [ 3%] 2022-11-23T01:36:22.3748120Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu PASSED [ 3%] 2022-11-23T01:36:22.3748330Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu PASSED [ 3%] 2022-11-23T01:36:22.3748560Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu PASSED [ 3%] 2022-11-23T01:36:22.3748780Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu PASSED [ 3%] 2022-11-23T01:36:22.3748990Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu PASSED [ 3%] 2022-11-23T01:36:22.3749200Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu PASSED [ 3%] 2022-11-23T01:36:22.3749410Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu PASSED [ 3%] 2022-11-23T01:36:22.3749620Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu PASSED [ 3%] 2022-11-23T01:36:22.3749820Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu PASSED [ 3%] 2022-11-23T01:36:22.3750040Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu PASSED [ 3%] 2022-11-23T01:36:22.3750250Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu PASSED [ 3%] 2022-11-23T01:36:22.3750470Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu PASSED [ 3%] 2022-11-23T01:36:22.3750680Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu PASSED [ 3%] 2022-11-23T01:36:22.3750890Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu PASSED [ 3%] 2022-11-23T01:36:22.3751100Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu PASSED [ 3%] 2022-11-23T01:36:22.3751330Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu PASSED [ 3%] 2022-11-23T01:36:22.3751540Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu PASSED [ 3%] 2022-11-23T01:36:22.3751750Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu PASSED [ 3%] 2022-11-23T01:36:22.3751960Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu PASSED [ 3%] 2022-11-23T01:36:22.3752180Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu PASSED [ 3%] 2022-11-23T01:36:22.3752390Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_copy_cpu PASSED [ 3%] 2022-11-23T01:36:22.3752600Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu PASSED [ 3%] 2022-11-23T01:36:22.3752820Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu PASSED [ 3%] 2022-11-23T01:36:22.3753040Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu PASSED [ 3%] 2022-11-23T01:36:22.3753260Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu PASSED [ 3%] 2022-11-23T01:36:22.3753470Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu PASSED [ 3%] 2022-11-23T01:36:22.3753680Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu PASSED [ 3%] 2022-11-23T01:36:22.3753880Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu PASSED [ 3%] 2022-11-23T01:36:22.3754090Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu PASSED [ 3%] 2022-11-23T01:36:22.3754300Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu PASSED [ 3%] 2022-11-23T01:36:22.3754520Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu PASSED [ 3%] 2022-11-23T01:36:22.3754750Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu PASSED [ 3%] 2022-11-23T01:36:22.3754960Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu PASSED [ 3%] 2022-11-23T01:36:22.3755170Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu PASSED [ 3%] 2022-11-23T01:36:22.3755380Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu PASSED [ 3%] 2022-11-23T01:36:22.3755620Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu PASSED [ 3%] 2022-11-23T01:36:22.3755830Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu PASSED [ 3%] 2022-11-23T01:36:22.3756030Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu PASSED [ 3%] 2022-11-23T01:36:22.3756240Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu PASSED [ 3%] 2022-11-23T01:36:22.3756450Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu PASSED [ 3%] 2022-11-23T01:36:22.3756690Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu PASSED [ 3%] 2022-11-23T01:36:22.3756900Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu PASSED [ 3%] 2022-11-23T01:36:22.3757110Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu PASSED [ 3%] 2022-11-23T01:36:22.3757320Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu PASSED [ 3%] 2022-11-23T01:36:22.3757530Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu PASSED [ 3%] 2022-11-23T01:36:22.3757730Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu PASSED [ 3%] 2022-11-23T01:36:22.3757940Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu PASSED [ 3%] 2022-11-23T01:36:22.3758180Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu PASSED [ 3%] 2022-11-23T01:36:22.3758390Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu PASSED [ 3%] 2022-11-23T01:36:22.3758600Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu PASSED [ 3%] 2022-11-23T01:36:22.3758800Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu PASSED [ 3%] 2022-11-23T01:36:22.3759010Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu PASSED [ 3%] 2022-11-23T01:36:22.3759210Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu PASSED [ 3%] 2022-11-23T01:36:22.3759450Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu PASSED [ 3%] 2022-11-23T01:36:22.3759680Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu PASSED [ 3%] 2022-11-23T01:36:22.3759900Z test_ops.py::TestCommonCPU::test_dtypes_full_cpu PASSED [ 3%] 2022-11-23T01:36:22.3760110Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu PASSED [ 3%] 2022-11-23T01:36:22.3760320Z test_ops.py::TestCommonCPU::test_dtypes_grid_sampler_2d_cpu PASSED [ 3%] 2022-11-23T01:36:22.3760540Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu PASSED [ 3%] 2022-11-23T01:36:22.3760740Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu PASSED [ 3%] 2022-11-23T01:36:22.3760950Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu PASSED [ 3%] 2022-11-23T01:36:22.3761160Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu PASSED [ 3%] 2022-11-23T01:36:22.3761370Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu PASSED [ 3%] 2022-11-23T01:36:22.3766550Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu PASSED [ 3%] 2022-11-23T01:36:22.3766790Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu PASSED [ 3%] 2022-11-23T01:36:22.3767020Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu PASSED [ 3%] 2022-11-23T01:36:22.3767240Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu PASSED [ 3%] 2022-11-23T01:36:22.3767460Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu PASSED [ 3%] 2022-11-23T01:36:22.3767680Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu PASSED [ 3%] 2022-11-23T01:36:22.3767900Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu PASSED [ 3%] 2022-11-23T01:36:22.3768120Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu PASSED [ 3%] 2022-11-23T01:36:22.3768340Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu PASSED [ 3%] 2022-11-23T01:36:22.3768580Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-11-23T01:36:22.3768870Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-11-23T01:36:22.3769120Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu PASSED [ 3%] 2022-11-23T01:36:22.3769340Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu PASSED [ 3%] 2022-11-23T01:36:22.3769560Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu PASSED [ 3%] 2022-11-23T01:36:22.3769850Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu PASSED [ 3%] 2022-11-23T01:36:22.3770070Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu PASSED [ 3%] 2022-11-23T01:36:22.3770290Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu PASSED [ 3%] 2022-11-23T01:36:22.3770590Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu PASSED [ 3%] 2022-11-23T01:36:22.3770880Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu PASSED [ 3%] 2022-11-23T01:36:22.3771100Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu PASSED [ 3%] 2022-11-23T01:36:22.3771330Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu PASSED [ 3%] 2022-11-23T01:36:22.3771560Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu PASSED [ 3%] 2022-11-23T01:36:22.3771780Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu PASSED [ 3%] 2022-11-23T01:36:22.3772010Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu PASSED [ 3%] 2022-11-23T01:36:22.3772230Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu PASSED [ 3%] 2022-11-23T01:36:22.3772450Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu PASSED [ 3%] 2022-11-23T01:36:22.3772670Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu PASSED [ 3%] 2022-11-23T01:36:22.3772920Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu PASSED [ 3%] 2022-11-23T01:36:22.3773150Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu PASSED [ 3%] 2022-11-23T01:36:22.3773370Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu PASSED [ 3%] 2022-11-23T01:36:22.3773600Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu PASSED [ 3%] 2022-11-23T01:36:22.3773820Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu PASSED [ 3%] 2022-11-23T01:36:22.3774040Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu PASSED [ 3%] 2022-11-23T01:36:22.3774260Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu PASSED [ 3%] 2022-11-23T01:36:22.3774480Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu PASSED [ 3%] 2022-11-23T01:36:22.3774700Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu PASSED [ 3%] 2022-11-23T01:36:22.3774930Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu PASSED [ 3%] 2022-11-23T01:36:22.3775150Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu PASSED [ 4%] 2022-11-23T01:36:22.3775370Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu PASSED [ 4%] 2022-11-23T01:36:22.3775590Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu PASSED [ 4%] 2022-11-23T01:36:22.3775810Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu PASSED [ 4%] 2022-11-23T01:36:22.3776040Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu PASSED [ 4%] 2022-11-23T01:36:22.3776260Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu PASSED [ 4%] 2022-11-23T01:36:22.3776470Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu PASSED [ 4%] 2022-11-23T01:36:22.3776690Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu PASSED [ 4%] 2022-11-23T01:36:22.3777060Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu PASSED [ 4%] 2022-11-23T01:36:22.3777280Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu PASSED [ 4%] 2022-11-23T01:36:22.3777510Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu PASSED [ 4%] 2022-11-23T01:36:22.3777740Z test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu PASSED [ 4%] 2022-11-23T01:36:22.3777960Z test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu PASSED [ 4%] 2022-11-23T01:36:22.3778180Z test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu PASSED [ 4%] 2022-11-23T01:36:22.3778460Z test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu PASSED [ 4%] 2022-11-23T01:36:22.3778690Z test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu PASSED [ 4%] 2022-11-23T01:36:22.3778920Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu PASSED [ 4%] 2022-11-23T01:36:22.3779160Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu PASSED [ 4%] 2022-11-23T01:36:22.3779440Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu PASSED [ 4%] 2022-11-23T01:36:22.3779690Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu PASSED [ 4%] 2022-11-23T01:36:22.3779910Z test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu PASSED [ 4%] 2022-11-23T01:36:22.3780130Z test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu PASSED [ 4%] 2022-11-23T01:36:22.3780620Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu PASSED [ 4%] 2022-11-23T01:36:22.3780940Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu PASSED [ 4%] 2022-11-23T01:36:22.3781670Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu PASSED [ 4%] 2022-11-23T01:36:22.3783480Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu PASSED [ 4%] 2022-11-23T01:36:22.3783790Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu PASSED [ 4%] 2022-11-23T01:36:22.3789670Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu PASSED [ 4%] 2022-11-23T01:36:22.3790120Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu PASSED [ 4%] 2022-11-23T01:36:22.3815550Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu PASSED [ 4%] 2022-11-23T01:36:22.3815790Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu PASSED [ 4%] 2022-11-23T01:36:22.3816010Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu PASSED [ 4%] 2022-11-23T01:36:22.3816220Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu PASSED [ 4%] 2022-11-23T01:36:22.3816450Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu PASSED [ 4%] 2022-11-23T01:36:22.3816670Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu PASSED [ 4%] 2022-11-23T01:36:22.3816900Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu PASSED [ 4%] 2022-11-23T01:36:22.3817120Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu PASSED [ 4%] 2022-11-23T01:36:22.3817340Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu PASSED [ 4%] 2022-11-23T01:36:22.3817560Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu PASSED [ 4%] 2022-11-23T01:36:22.3817800Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu PASSED [ 4%] 2022-11-23T01:36:22.3818020Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu PASSED [ 4%] 2022-11-23T01:36:22.3818230Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu PASSED [ 4%] 2022-11-23T01:36:22.3818450Z test_ops.py::TestCommonCPU::test_dtypes_native_dropout_backward_cpu PASSED [ 4%] 2022-11-23T01:36:22.3818680Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu PASSED [ 4%] 2022-11-23T01:36:22.3818900Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu PASSED [ 4%] 2022-11-23T01:36:22.3819120Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu PASSED [ 4%] 2022-11-23T01:36:22.3819330Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu PASSED [ 4%] 2022-11-23T01:36:22.3819570Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3819820Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3820070Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3820320Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3820760Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_alpha_dropout_cpu PASSED [ 4%] 2022-11-23T01:36:22.3821010Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3821250Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3821490Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu PASSED [ 4%] 2022-11-23T01:36:22.3821720Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu PASSED [ 4%] 2022-11-23T01:36:22.3821950Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3822180Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3822450Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3822700Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3822950Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu PASSED [ 4%] 2022-11-23T01:36:22.3823190Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu PASSED [ 4%] 2022-11-23T01:36:22.3823430Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3823670Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3823940Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu PASSED [ 4%] 2022-11-23T01:36:22.3824170Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu PASSED [ 4%] 2022-11-23T01:36:22.3824400Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu PASSED [ 4%] 2022-11-23T01:36:22.3824660Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 4%] 2022-11-23T01:36:22.3824920Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu PASSED [ 4%] 2022-11-23T01:36:22.3825160Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu PASSED [ 4%] 2022-11-23T01:36:22.3825400Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu PASSED [ 4%] 2022-11-23T01:36:22.3825650Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu PASSED [ 4%] 2022-11-23T01:36:22.3825900Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu PASSED [ 4%] 2022-11-23T01:36:22.3826150Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu PASSED [ 4%] 2022-11-23T01:36:22.3826400Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu PASSED [ 4%] 2022-11-23T01:36:22.3826660Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu PASSED [ 4%] 2022-11-23T01:36:22.3826890Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu PASSED [ 4%] 2022-11-23T01:36:22.3827120Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu PASSED [ 4%] 2022-11-23T01:36:22.3827350Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu PASSED [ 4%] 2022-11-23T01:36:22.3827590Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu PASSED [ 4%] 2022-11-23T01:36:22.3827830Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu PASSED [ 4%] 2022-11-23T01:36:22.3828080Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3828320Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu PASSED [ 4%] 2022-11-23T01:36:22.3834250Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu PASSED [ 4%] 2022-11-23T01:36:22.3834530Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu PASSED [ 4%] 2022-11-23T01:36:22.3834770Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu PASSED [ 4%] 2022-11-23T01:36:22.3835000Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu PASSED [ 4%] 2022-11-23T01:36:22.3835330Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu PASSED [ 4%] 2022-11-23T01:36:22.3835600Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu PASSED [ 4%] 2022-11-23T01:36:22.3835870Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu PASSED [ 4%] 2022-11-23T01:36:22.3836100Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu PASSED [ 4%] 2022-11-23T01:36:22.3836350Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu PASSED [ 4%] 2022-11-23T01:36:22.3836580Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu PASSED [ 4%] 2022-11-23T01:36:22.3836820Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu PASSED [ 4%] 2022-11-23T01:36:22.3837060Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu PASSED [ 4%] 2022-11-23T01:36:22.3837300Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu PASSED [ 4%] 2022-11-23T01:36:22.3837550Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu PASSED [ 4%] 2022-11-23T01:36:22.3837780Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu PASSED [ 4%] 2022-11-23T01:36:22.3838010Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu PASSED [ 4%] 2022-11-23T01:36:22.3838240Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu PASSED [ 4%] 2022-11-23T01:36:22.3838530Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu PASSED [ 4%] 2022-11-23T01:36:22.3838770Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu XFAIL [ 4%] 2022-11-23T01:36:22.3839010Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu PASSED [ 4%] 2022-11-23T01:36:22.3839240Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu PASSED [ 4%] 2022-11-23T01:36:22.3839480Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu PASSED [ 4%] 2022-11-23T01:36:22.3839720Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu PASSED [ 4%] 2022-11-23T01:36:22.3839960Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu PASSED [ 4%] 2022-11-23T01:36:22.3840200Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu PASSED [ 4%] 2022-11-23T01:36:22.3840440Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu PASSED [ 4%] 2022-11-23T01:36:22.3840680Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu PASSED [ 4%] 2022-11-23T01:36:22.3840920Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu PASSED [ 4%] 2022-11-23T01:36:22.3841160Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu PASSED [ 4%] 2022-11-23T01:36:22.3841410Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu PASSED [ 4%] 2022-11-23T01:36:22.3841680Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu PASSED [ 4%] 2022-11-23T01:36:22.3841900Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu PASSED [ 4%] 2022-11-23T01:36:22.3842120Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu PASSED [ 4%] 2022-11-23T01:36:22.3842330Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu PASSED [ 4%] 2022-11-23T01:36:22.3842540Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu PASSED [ 4%] 2022-11-23T01:36:22.3842750Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu PASSED [ 4%] 2022-11-23T01:36:22.3842970Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu PASSED [ 4%] 2022-11-23T01:36:22.3843180Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu PASSED [ 4%] 2022-11-23T01:36:22.3843400Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu PASSED [ 4%] 2022-11-23T01:36:22.3843610Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu PASSED [ 4%] 2022-11-23T01:36:22.3843820Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu PASSED [ 4%] 2022-11-23T01:36:22.3844060Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu PASSED [ 4%] 2022-11-23T01:36:22.3844270Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu PASSED [ 4%] 2022-11-23T01:36:22.3844500Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:36:22.3844750Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:36:22.3845000Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:36:22.3845240Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu PASSED [ 4%] 2022-11-23T01:36:22.3845450Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu PASSED [ 4%] 2022-11-23T01:36:22.3845660Z test_ops.py::TestCommonCPU::test_dtypes_randint_cpu PASSED [ 4%] 2022-11-23T01:36:22.3845870Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu PASSED [ 4%] 2022-11-23T01:36:22.3846110Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu PASSED [ 4%] 2022-11-23T01:36:22.3846330Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu PASSED [ 4%] 2022-11-23T01:36:22.3846540Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu PASSED [ 4%] 2022-11-23T01:36:22.3846750Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu PASSED [ 4%] 2022-11-23T01:36:22.3847010Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu XFAIL [ 4%] 2022-11-23T01:36:22.3847220Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu PASSED [ 4%] 2022-11-23T01:36:22.3847430Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu PASSED [ 4%] 2022-11-23T01:36:22.3847640Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu PASSED [ 4%] 2022-11-23T01:36:22.3847850Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu PASSED [ 4%] 2022-11-23T01:36:22.3848080Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:36:22.3848310Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu PASSED [ 4%] 2022-11-23T01:36:22.3848530Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu PASSED [ 4%] 2022-11-23T01:36:22.3848750Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu PASSED [ 4%] 2022-11-23T01:36:22.3848970Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu PASSED [ 4%] 2022-11-23T01:36:22.3849190Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu PASSED [ 4%] 2022-11-23T01:36:22.3849410Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu PASSED [ 4%] 2022-11-23T01:36:22.3849620Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu PASSED [ 5%] 2022-11-23T01:36:22.3849850Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu PASSED [ 5%] 2022-11-23T01:36:22.3850080Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu PASSED [ 5%] 2022-11-23T01:36:22.3850310Z test_ops.py::TestCommonCPU::test_dtypes_signal_windows_exponential_cpu PASSED [ 5%] 2022-11-23T01:36:22.3850530Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu PASSED [ 5%] 2022-11-23T01:36:22.3850740Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu PASSED [ 5%] 2022-11-23T01:36:22.3850950Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu PASSED [ 5%] 2022-11-23T01:36:22.3851170Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu PASSED [ 5%] 2022-11-23T01:36:22.3851390Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu PASSED [ 5%] 2022-11-23T01:36:22.3851620Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu PASSED [ 5%] 2022-11-23T01:36:22.3851880Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu PASSED [ 5%] 2022-11-23T01:36:22.3852410Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:36:22.3852690Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu PASSED [ 5%] 2022-11-23T01:36:22.3852910Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu PASSED [ 5%] 2022-11-23T01:36:22.3853140Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu PASSED [ 5%] 2022-11-23T01:36:22.3853390Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu PASSED [ 5%] 2022-11-23T01:36:22.3853630Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu PASSED [ 5%] 2022-11-23T01:36:22.3853860Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu PASSED [ 5%] 2022-11-23T01:36:22.3854090Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu PASSED [ 5%] 2022-11-23T01:36:22.3854340Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu PASSED [ 5%] 2022-11-23T01:36:22.3854710Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:36:22.3855120Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:36:22.3855450Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu PASSED [ 5%] 2022-11-23T01:36:22.3855710Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu PASSED [ 5%] 2022-11-23T01:36:22.3855940Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu PASSED [ 5%] 2022-11-23T01:36:22.3856160Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu PASSED [ 5%] 2022-11-23T01:36:22.3856380Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu PASSED [ 5%] 2022-11-23T01:36:22.3856620Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu PASSED [ 5%] 2022-11-23T01:36:22.3856830Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu PASSED [ 5%] 2022-11-23T01:36:22.3857040Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu PASSED [ 5%] 2022-11-23T01:36:22.3857250Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu PASSED [ 5%] 2022-11-23T01:36:22.3857460Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu PASSED [ 5%] 2022-11-23T01:36:22.3857670Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu PASSED [ 5%] 2022-11-23T01:36:22.3857880Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu PASSED [ 5%] 2022-11-23T01:36:22.3858090Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu PASSED [ 5%] 2022-11-23T01:36:22.3858300Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu PASSED [ 5%] 2022-11-23T01:36:22.3858510Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu PASSED [ 5%] 2022-11-23T01:36:22.3858720Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu PASSED [ 5%] 2022-11-23T01:36:22.3858930Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu SKIPPED (Skipped!) [ 5%] 2022-11-23T01:36:22.3859180Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu PASSED [ 5%] 2022-11-23T01:36:22.3859400Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu PASSED [ 5%] 2022-11-23T01:36:22.3859620Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu PASSED [ 5%] 2022-11-23T01:36:22.3859830Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu PASSED [ 5%] 2022-11-23T01:36:22.3860050Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu PASSED [ 5%] 2022-11-23T01:36:22.3860260Z test_ops.py::TestCommonCPU::test_dtypes_unfold_copy_cpu PASSED [ 5%] 2022-11-23T01:36:22.3860470Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu PASSED [ 5%] 2022-11-23T01:36:22.3860710Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu PASSED [ 5%] 2022-11-23T01:36:22.3860960Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu PASSED [ 5%] 2022-11-23T01:36:22.3861180Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu PASSED [ 5%] 2022-11-23T01:36:22.3861390Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu PASSED [ 5%] 2022-11-23T01:36:22.3861600Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu PASSED [ 5%] 2022-11-23T01:36:22.3861810Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu PASSED [ 5%] 2022-11-23T01:36:22.3862020Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu PASSED [ 5%] 2022-11-23T01:36:22.3862220Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu PASSED [ 5%] 2022-11-23T01:36:22.3862430Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu PASSED [ 5%] 2022-11-23T01:36:22.3862640Z test_ops.py::TestCommonCPU::test_errors___rand___cpu PASSED [ 5%] 2022-11-23T01:36:22.3866650Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu PASSED [ 5%] 2022-11-23T01:36:22.3866890Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu PASSED [ 5%] 2022-11-23T01:36:22.3867110Z test_ops.py::TestCommonCPU::test_errors___ror___cpu PASSED [ 5%] 2022-11-23T01:36:22.3867320Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu PASSED [ 5%] 2022-11-23T01:36:22.3867590Z test_ops.py::TestCommonCPU::test_errors_amin_cpu PASSED [ 5%] 2022-11-23T01:36:22.3867790Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu PASSED [ 5%] 2022-11-23T01:36:22.3868000Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu PASSED [ 5%] 2022-11-23T01:36:22.3868220Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu PASSED [ 5%] 2022-11-23T01:36:22.3868430Z test_ops.py::TestCommonCPU::test_errors_cat_cpu PASSED [ 5%] 2022-11-23T01:36:22.3868640Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu PASSED [ 5%] 2022-11-23T01:36:22.3868840Z test_ops.py::TestCommonCPU::test_errors_cov_cpu PASSED [ 5%] 2022-11-23T01:36:22.3869060Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu PASSED [ 5%] 2022-11-23T01:36:22.3869270Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu PASSED [ 5%] 2022-11-23T01:36:22.3869490Z test_ops.py::TestCommonCPU::test_errors_eq_cpu PASSED [ 5%] 2022-11-23T01:36:22.3869690Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu PASSED [ 5%] 2022-11-23T01:36:22.3869900Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu PASSED [ 5%] 2022-11-23T01:36:22.3870110Z test_ops.py::TestCommonCPU::test_errors_gather_cpu PASSED [ 5%] 2022-11-23T01:36:22.3870320Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu PASSED [ 5%] 2022-11-23T01:36:22.3870530Z test_ops.py::TestCommonCPU::test_errors_gt_cpu PASSED [ 5%] 2022-11-23T01:36:22.3870740Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu PASSED [ 5%] 2022-11-23T01:36:22.3870950Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu PASSED [ 5%] 2022-11-23T01:36:22.3871160Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu PASSED [ 5%] 2022-11-23T01:36:22.3871380Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu PASSED [ 5%] 2022-11-23T01:36:22.3871610Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu PASSED [ 5%] 2022-11-23T01:36:22.3871820Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu PASSED [ 5%] 2022-11-23T01:36:22.3872030Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu PASSED [ 5%] 2022-11-23T01:36:22.3872280Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3872520Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu PASSED [ 5%] 2022-11-23T01:36:22.3872780Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu PASSED [ 5%] 2022-11-23T01:36:22.3873000Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu PASSED [ 5%] 2022-11-23T01:36:22.3873210Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu PASSED [ 5%] 2022-11-23T01:36:22.3873420Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu PASSED [ 5%] 2022-11-23T01:36:22.3873630Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu PASSED [ 5%] 2022-11-23T01:36:22.3873840Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu PASSED [ 5%] 2022-11-23T01:36:22.3874050Z test_ops.py::TestCommonCPU::test_errors_mul_cpu PASSED [ 5%] 2022-11-23T01:36:22.3874260Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu PASSED [ 5%] 2022-11-23T01:36:22.3874470Z test_ops.py::TestCommonCPU::test_errors_narrow_copy_cpu PASSED [ 5%] 2022-11-23T01:36:22.3874680Z test_ops.py::TestCommonCPU::test_errors_ne_cpu PASSED [ 5%] 2022-11-23T01:36:22.3874880Z test_ops.py::TestCommonCPU::test_errors_neg_cpu PASSED [ 5%] 2022-11-23T01:36:22.3875100Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu PASSED [ 5%] 2022-11-23T01:36:22.3875330Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu PASSED [ 5%] 2022-11-23T01:36:22.3875580Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu PASSED [ 5%] 2022-11-23T01:36:22.3875810Z test_ops.py::TestCommonCPU::test_errors_nn_functional_group_norm_cpu PASSED [ 5%] 2022-11-23T01:36:22.3876040Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu PASSED [ 5%] 2022-11-23T01:36:22.3876280Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu PASSED [ 5%] 2022-11-23T01:36:22.3876530Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu PASSED [ 5%] 2022-11-23T01:36:22.3876800Z test_ops.py::TestCommonCPU::test_errors_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 5%] 2022-11-23T01:36:22.3877040Z test_ops.py::TestCommonCPU::test_errors_pow_cpu PASSED [ 5%] 2022-11-23T01:36:22.3877250Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu PASSED [ 5%] 2022-11-23T01:36:22.3877460Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu PASSED [ 5%] 2022-11-23T01:36:22.3877680Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu PASSED [ 5%] 2022-11-23T01:36:22.3877890Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu PASSED [ 5%] 2022-11-23T01:36:22.3878110Z test_ops.py::TestCommonCPU::test_errors_signal_windows_cosine_cpu PASSED [ 5%] 2022-11-23T01:36:22.3878340Z test_ops.py::TestCommonCPU::test_errors_signal_windows_exponential_cpu PASSED [ 5%] 2022-11-23T01:36:22.3878710Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:36:22.3879110Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:36:22.3879510Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:36:22.3879910Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:36:22.3880310Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:36:22.3880580Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu PASSED [ 5%] 2022-11-23T01:36:22.3880800Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu PASSED [ 5%] 2022-11-23T01:36:22.3881070Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu PASSED [ 5%] 2022-11-23T01:36:22.3881290Z test_ops.py::TestCommonCPU::test_errors_take_cpu PASSED [ 5%] 2022-11-23T01:36:22.3881500Z test_ops.py::TestCommonCPU::test_errors_triu_cpu PASSED [ 5%] 2022-11-23T01:36:22.3881720Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu PASSED [ 5%] 2022-11-23T01:36:22.3881950Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu PASSED [ 5%] 2022-11-23T01:36:22.3882170Z test_ops.py::TestCommonCPU::test_errors_view_copy_cpu PASSED [ 5%] 2022-11-23T01:36:22.3882370Z test_ops.py::TestCommonCPU::test_errors_view_cpu PASSED [ 5%] 2022-11-23T01:36:22.3882580Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu PASSED [ 5%] 2022-11-23T01:36:22.3882790Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu PASSED [ 5%] 2022-11-23T01:36:22.3883010Z test_ops.py::TestCommonCPU::test_errors_where_cpu SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3883240Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu PASSED [ 5%] 2022-11-23T01:36:22.3883470Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3883730Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3884000Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3884300Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3884600Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3884860Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3885120Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3885390Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3885650Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3885930Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3886240Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3886500Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3886760Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3887020Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3887280Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3887540Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3887790Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3888060Z test_ops.py::TestCommonCPU::test_multiple_devices__softmax_backward_data_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3888340Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3888590Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3888850Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:36:22.3889140Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3889450Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3889720Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3889980Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3890250Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3890530Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3890790Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3891050Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3891300Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3891560Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3891830Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3892100Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3892410Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3892670Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3892930Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3893190Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3893450Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3893710Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3893980Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3894250Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3894520Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3894780Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3895030Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3895290Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3895560Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3895820Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3896080Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3896350Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3900300Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3900580Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3900850Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3901190Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3901460Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3901720Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3901980Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3902240Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3902500Z test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3902760Z test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3903030Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3903290Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3903550Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3903810Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3904070Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3904400Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3904670Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3904950Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3905240Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3905510Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3905770Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3906040Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3906310Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3906590Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3906850Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3907110Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3907370Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3907630Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3907920Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3908180Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3908440Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3908700Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3908970Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3909240Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3909580Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3909850Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3910110Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3910380Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3910680Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3910940Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3911210Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3911480Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3911760Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3912040Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3912310Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3912600Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3912860Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3913120Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3913370Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3913650Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3913940Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3914200Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3914460Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3914710Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3914970Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3915280Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3915530Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3915800Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3916050Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3916310Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3916570Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3916840Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3917100Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3917370Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3917640Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3917920Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3918210Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3918490Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3918750Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3919020Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3919280Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3919550Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3919810Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3920080Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3920340Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3920610Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3920900Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3921160Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3921430Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3921690Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3921950Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3922200Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3922460Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3922710Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3922970Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3923230Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3923490Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3923750Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3924010Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3924260Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3924520Z test_ops.py::TestCommonCPU::test_multiple_devices_full_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3924770Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3925030Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3925290Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3925540Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3925800Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3926100Z test_ops.py::TestCommonCPU::test_multiple_devices_grid_sampler_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3926400Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3926660Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3926930Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3927210Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3927470Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3927590Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3927720Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3927850Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3927970Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3928090Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3928240Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3928370Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3928520Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3928640Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3928770Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3928890Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3929010Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3929130Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3929250Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3929370Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3929500Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3929620Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3929760Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3929890Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3930020Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:36:22.3930140Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3930260Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3930380Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3930500Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3930650Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3930810Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3930950Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3931090Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3931220Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3931360Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3931480Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3931600Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3931730Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3931850Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3931970Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3932110Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3932230Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3935940Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3936080Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3936210Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3936340Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3936470Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3936590Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3936730Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3936860Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3936990Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3937130Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3937260Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3937390Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3937520Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3937650Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3937790Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3937910Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3938040Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3938220Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3938350Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3938470Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3938600Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3938720Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3938840Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3938960Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3939090Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3939200Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3939320Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3939460Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3939620Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3939740Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3939870Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3940010Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3940150Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3940280Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3940400Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3940530Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3940650Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3940770Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3940890Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3941010Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3941130Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3941250Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3941380Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3941500Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3941630Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3941750Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3941880Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3942030Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3942160Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3942290Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3942420Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3942550Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3942680Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3942810Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3942930Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3943060Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3943190Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3943310Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3943460Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3943590Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3943720Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3943840Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3943960Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3944090Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3944220Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3944360Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3944480Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3944600Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3944740Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3944880Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3945010Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3945130Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3945250Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3945370Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3945490Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3945610Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3945790Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3945930Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3946060Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3946190Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3946310Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3946430Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3946560Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3946680Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3946800Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3946920Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3947060Z test_ops.py::TestCommonCPU::test_multiple_devices_native_dropout_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3947200Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3947320Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3947450Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3947600Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3947730Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3947860Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3947980Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3948130Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3948280Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3948430Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3948590Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3948730Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3948870Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3949000Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3949140Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3949270Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3949410Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3949540Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3949700Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3949860Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3949990Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3950120Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3950260Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3950380Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3950530Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3950670Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3950810Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3950960Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3951140Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3951280Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3951420Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3951550Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3951710Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3951860Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3952010Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3952160Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3952300Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3952430Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3952580Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3952740Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3952880Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3953020Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3953150Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3953290Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3953430Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:36:22.3953600Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3953740Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3953890Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3954030Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3954180Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3954310Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3954450Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3954580Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3954720Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3954890Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3955020Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3955170Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3955300Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3955440Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3955590Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3955750Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3955900Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3956030Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3956160Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3956290Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3956430Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3956560Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3956700Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3956840Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3956970Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3957110Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3957270Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3957410Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3957550Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3957680Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3957810Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3957940Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3958070Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3958210Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3958340Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3958480Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3958660Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3958810Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3958950Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3959080Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3959210Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3959350Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3959480Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3959630Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3959780Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3959920Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3960050Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3960180Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3960300Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3960420Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3960550Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3960670Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3960790Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3960910Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3961060Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:36:22.3961200Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:36:22.3961330Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:36:22.3961450Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3961570Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3961690Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3961810Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3961930Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3962060Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3962180Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3962310Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3962460Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3962580Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3962700Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3962820Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3962950Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3963080Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3963220Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3963360Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3963480Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3963600Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3963720Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3963850Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3963970Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3964090Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3964210Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3964330Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3964450Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3964580Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3964710Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:36:22.3964830Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3964960Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3965090Z test_ops.py::TestCommonCPU::test_multiple_devices_scalar_tensor_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3965220Z test_ops.py::TestCommonCPU::test_multiple_devices_scalar_tensor_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3965350Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3965490Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3965620Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3965750Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3965890Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3966010Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3966130Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3966250Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3966390Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3966510Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3966630Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3966750Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3966870Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3966980Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3967100Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3970870Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3971000Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3971130Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3971260Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3971390Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3971560Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 8%] 2022-11-23T01:36:22.3971690Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3971820Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3971960Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3972090Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3972240Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3972380Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3972580Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3972730Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3972870Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3973130Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:36:22.3973250Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3973380Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3973530Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3973660Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3973810Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3973980Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3974100Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3974230Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3974360Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3974480Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3974620Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3974890Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:36:22.3975140Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:36:22.3975270Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3975410Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3975550Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3975680Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3975820Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3975940Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3976070Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3976200Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3976370Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3976690Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:36:22.3976940Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:36:22.3977180Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:36:22.3977320Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3977460Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3977590Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3977720Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3977840Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:36:22.3977970Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3978100Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3978240Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3978370Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3978490Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3978610Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3978730Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3978850Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3978970Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3979100Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3979230Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3979370Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3979500Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3979630Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3979750Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3979880Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3980000Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3980130Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3980250Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3980360Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3980480Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3980620Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3980750Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3980870Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3980990Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3981120Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3981240Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3981360Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3981490Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3981610Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3981730Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3981850Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3982000Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3982120Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3982240Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3982360Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3982490Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3982630Z test_ops.py::TestCommonCPU::test_multiple_devices_view_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3982760Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3982880Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3983000Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3983120Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3983240Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3983360Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3983480Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3983590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3983700Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3983810Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3983930Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3984040Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3984150Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3984260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3984370Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3984500Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3984610Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3984730Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3984840Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3984950Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3985060Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3985170Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3985290Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3985400Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3985510Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3985640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3985760Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3985880Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cdouble_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3986010Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cfloat_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3986120Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3986240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3986350Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3986470Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3986590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3986710Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3986840Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3986980Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3987120Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3987260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3987400Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3987520Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3987640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3987750Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3987870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_copy_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3987980Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3988110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3988240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3988350Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3988480Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-11-23T01:36:22.3988660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-11-23T01:36:22.3988780Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3988890Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3989000Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3989120Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3989230Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3989340Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3989450Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3989560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3989690Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3989800Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3989920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3990030Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3990190Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3990300Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3990420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3990530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3990650Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3990760Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3990870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3990990Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3991100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3991220Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3991330Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3991440Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3991560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3991670Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3991780Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3991890Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3992010Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3992120Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3992240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3992350Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3992470Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3992580Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3992740Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3992860Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3993020Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3993170Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3993330Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3993470Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:36:22.3993580Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3993700Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3993810Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3993920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3994040Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3994180Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3994300Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3994420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3994530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3994660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3994780Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3994910Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3995030Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3995140Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3995260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3995370Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3995540Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool SKIPPED (Expected: new_empty_strided is not comparable) [ 9%] 2022-11-23T01:36:22.3995650Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3995770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3995880Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3995990Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool PASSED [ 9%] 2022-11-23T01:36:22.3996110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3996240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3996390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T01:36:22.3996530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T01:36:22.3996660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T01:36:22.3996800Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3996910Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3997040Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3997190Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3997330Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3997490Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3997610Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3997720Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3997850Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3998000Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3998140Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3998280Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3998420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scalar_tensor_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3998550Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3998680Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3998790Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3998900Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3999020Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3999130Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3999240Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3999390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3999540Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3999700Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3999830Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.3999970Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4000230Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:36:22.4000350Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4000470Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4000590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4000860Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:36:22.4001030Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4001180Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4001360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4001620Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:36:22.4001880Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:36:22.4002000Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4005830Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4005960Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4006070Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4006190Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4006310Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4006420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4006550Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4006710Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4006830Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4006940Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4007070Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4007220Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_copy_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4007360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4007500Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4007620Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_copy_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4007730Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4007840Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4007960Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4008070Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool PASSED [ 10%] 2022-11-23T01:36:22.4008190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4008300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4008430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4008550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4008660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4008780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4008900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4009020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4009130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4009250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4009400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4009520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4009630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4009750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4009870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4009980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4010090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4010210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4010320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4010430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4010550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4010670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4010780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4010930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4011040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4011180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4011300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4011430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4011550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4011660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4011780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4011920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4012070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4012210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4012330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4012440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4012560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4012670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4012780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4012900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4013020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4013140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4013250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4013420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 SKIPPED (Works for int64, fails for everything else) [ 10%] 2022-11-23T01:36:22.4013560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4013670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4013790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4013900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4014010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4014120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4014240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4014350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4014470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4014590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4014700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4014820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4014940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4015080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4015190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4015350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4015470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4015580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4015690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4015810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4015920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4016070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-11-23T01:36:22.4016190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4016310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4016430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4016540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4016650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4016760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4016880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4017000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4017110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4017220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4017330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4017430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4017550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4017680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4017800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4017900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4018010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4018130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4018250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 PASSED [ 10%] 2022-11-23T01:36:22.4018370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4018480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 PASSED [ 10%] 2022-11-23T01:36:22.4018590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4018700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 PASSED [ 10%] 2022-11-23T01:36:22.4018810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4018920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4019040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4019180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4019290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4019400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4019520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4019640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4019750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4019860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4019980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4020090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4020200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4020320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4020430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4020540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4020650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4020760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4020870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4020990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4021100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4021210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4021330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4021440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4021560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4021710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4021830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4021950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4022060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4022170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4022310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4022430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4022550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4022670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4022800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4022920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4023040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4023180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4023290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4023400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4023520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4023640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4023770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4023890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4024000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4024110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4024220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4024330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4024460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:36:22.4024590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:36:22.4024710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:36:22.4024820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4024930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4025060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4025180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4025300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4025410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4025510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4025620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4025760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4025880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4026000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4026110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4026220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4026330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4026440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4026560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4026670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4026780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4026890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4027010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4027150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4027270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4027380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4027500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4027610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4027730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4027860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4027980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4028100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4028220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4028330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4028440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4028560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4028670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4028780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4028890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4029010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4029120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4029230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4029340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4029450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4029560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4029690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4029810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4029920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4030030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4030150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4030260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4030370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4030490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4030600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4030720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4030830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4030960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4031080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4031220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4031340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4031450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4031560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4031670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4031790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4031890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4032010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4032120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4032220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4032340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4032460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4032570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4032680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4032790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4032900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4033010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4033120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4033230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4033340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4033460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4033580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4033720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4033840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4037390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4037510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4037630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4037740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4037850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4037960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4038070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4038190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4038300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4038410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4038590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4038710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4038820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4038930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4039040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4039150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4039260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 PASSED [ 11%] 2022-11-23T01:36:22.4039370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 PASSED [ 11%] 2022-11-23T01:36:22.4039480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 PASSED [ 11%] 2022-11-23T01:36:22.4039600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4039750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:36:22.4039900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:36:22.4040040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:36:22.4040190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:36:22.4040340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:36:22.4040480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:36:22.4040620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:36:22.4040760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:36:22.4040870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4040980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4041110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4041220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4041330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4041450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4041570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4041730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 SKIPPED (The backward may give different results) [ 12%] 2022-11-23T01:36:22.4041850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4041970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4042090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4042210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4042350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4042460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4042600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4042720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4042840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4042960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4043090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4043200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4043330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4043450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4043580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4043700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4043820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4043940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4044060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4044200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4044320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 SKIPPED (67470!) [ 12%] 2022-11-23T01:36:22.4044450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 SKIPPED (67470!) [ 12%] 2022-11-23T01:36:22.4044570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4044680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4044820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4044960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4045120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4045240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4045360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4045480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4045600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4045730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4045870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4046000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4046120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4046240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4046360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4046470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4046650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4046760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4046870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4046980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4047090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4047210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4047330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4047460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4047570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4047690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4047810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4047930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4048040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4048160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4048280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4048410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4048540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4048650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4048770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4048880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4048990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4049150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4049260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4049370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4049480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4049590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4049700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4049830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4049960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4050080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4050200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4050310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4050430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4050540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4050710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4050830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4050940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4051050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4051180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4051290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4051410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4051520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4051630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4051750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4051860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4051990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4052100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4052220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4052340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4052450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4052570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4052690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4052810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4052940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4053060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4053230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4053350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4053460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4053570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4053680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 SKIPPED (67470!) [ 12%] 2022-11-23T01:36:22.4053800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4053910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4054050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4054180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4054300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4054410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4054530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4054680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4054800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4054930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4055050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4055170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4055290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4055400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4055510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4055620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4055730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4055850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4055970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4056100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 PASSED [ 12%] 2022-11-23T01:36:22.4056220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4056330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4056450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4056580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4056700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4056830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4056940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4057060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4057190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4057300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4057410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 PASSED [ 12%] 2022-11-23T01:36:22.4057530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4057660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_dropout_backward_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4057780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4057890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 PASSED [ 12%] 2022-11-23T01:36:22.4058000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4058130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:36:22.4058250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:36:22.4058370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4058480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4058620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4058730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4058850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4058960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4059100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4059230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4059360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4059490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4059620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4059750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_alpha_dropout_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4059880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4060010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4060130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4060260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4060390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4060530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4060680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4060830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4060950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4061070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4061260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4061380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4061510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4061650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4061790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4061920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4062050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4062180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4062300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4062430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4062560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4062720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4062850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4062980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4063100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4063230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4063360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4063490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4063610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4063740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4063880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4064000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4064130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4064270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4064390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4064520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4064650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4064790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4064910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4065040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4065190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4065330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4065450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4065580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4065710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4065840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4065970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4066100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4066230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4066360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4066510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4066650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4070080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4070240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4070370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4070500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4070630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4070770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4070910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4071040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4071160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4071280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4071410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4071540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4071660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4071790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4071930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4072050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4072180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4072310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4072470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4072590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4072720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4072850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4073000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4073150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4073280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4073420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4073570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4073690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4073820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4073940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4074050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4074170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4074280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4074400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4074510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4074620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4074730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4074850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4074980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4075100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4075230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4075340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4075450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4075570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4075680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4075820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:36:22.4075960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:36:22.4076090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:36:22.4076220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:36:22.4076350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:36:22.4076480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4076590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4076710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4076820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4076930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4077040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4077160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4077280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4077420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 13%] 2022-11-23T01:36:22.4077530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4077640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4077750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4077870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4078010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4078140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4078260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4078370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4078490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4078600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4078720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4078840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4078950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4079060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4079170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4079290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4079400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4079520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 PASSED [ 13%] 2022-11-23T01:36:22.4079640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4079750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4079860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 PASSED [ 13%] 2022-11-23T01:36:22.4079970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4080080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 PASSED [ 13%] 2022-11-23T01:36:22.4080190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4080320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:36:22.4080460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4080580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4080690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4080790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4080920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:36:22.4081050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4081170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4081310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4081440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4081560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4081680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4081790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4081950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4082060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4082180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4082290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4082430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:36:22.4082560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:36:22.4082670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4082780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4082900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4083010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4083120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4083230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4083340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4083450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4083570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4083670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4083790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4083910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4084030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4084150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4084260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4084450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:36:22.4084570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4084690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4084810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4084930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4085050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4085180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4085320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4085450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4085740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:36:22.4085870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4086030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4086150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4086280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4086400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4086520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4086630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4086760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4086890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4087010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4087140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4087270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4087400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4087520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4087640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4087760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4087900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4088030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4088170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4088420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:36:22.4088690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:36:22.4088940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:36:22.4089180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:36:22.4089310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4089440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4089560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4089680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4089800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4089910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4090110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4090400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4090550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4090690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4090820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4090960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4091110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4091240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4091370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4091480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4091590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4091700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4091820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4091940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4092070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4092190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4092320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4092450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4092580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4092700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4092820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4092940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4093050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4093220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4093330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4093450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4093570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4093690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4093800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4093910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4094020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4094140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 SKIPPED [ 14%] 2022-11-23T01:36:22.4094260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 SKIPPED [ 14%] 2022-11-23T01:36:22.4094370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 SKIPPED [ 14%] 2022-11-23T01:36:22.4094480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4094590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4094720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4094840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4094960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4095080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4095190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4095330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:36:22.4095460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4095600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:36:22.4095720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4095850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4095970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4096090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4096200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4096320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4096430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4096550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4096670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4096780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4096890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4097020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4097140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4097310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4097430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4097560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4097690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4097810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4097920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4098030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4098130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4098250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4098360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4098470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4098590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4098700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_copy_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4098850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 PASSED [ 14%] 2022-11-23T01:36:22.4098970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4099090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4099220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 PASSED [ 14%] 2022-11-23T01:36:22.4099330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 PASSED [ 14%] 2022-11-23T01:36:22.4099450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 PASSED [ 15%] 2022-11-23T01:36:22.4099560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4099670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4099790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4099910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4100040Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4103960Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4104070Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4104190Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4104320Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4104440Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4104530Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4104640Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4104740Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 XFAIL [ 15%] 2022-11-23T01:36:22.4104830Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 XFAIL [ 15%] 2022-11-23T01:36:22.4104930Z test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4105030Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4105130Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4105280Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4105380Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4105520Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:36:22.4105660Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:36:22.4105810Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:36:22.4105910Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4106030Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4106140Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4106250Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4106360Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4106470Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4106580Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4106720Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4106820Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4106950Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4107060Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4107180Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 XFAIL [ 15%] 2022-11-23T01:36:22.4107300Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_float64 XFAIL [ 15%] 2022-11-23T01:36:22.4107420Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_float64 XFAIL [ 15%] 2022-11-23T01:36:22.4107540Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4107650Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4107770Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4107890Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4108010Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4108120Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4108220Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4108320Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4108420Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4108520Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4108660Z test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_cosine_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4108790Z test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_exponential_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4108910Z test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_gaussian_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4109030Z test_ops.py::TestCommonCPU::test_numpy_ref_signal_windows_kaiser_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4109130Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4109280Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 PASSED [ 15%] 2022-11-23T01:36:22.4109380Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4109490Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4109600Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 PASSED [ 15%] 2022-11-23T01:36:22.4109710Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4109800Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4109900Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4109990Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4110090Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4110180Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4110280Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4110370Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4110460Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4110560Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4110700Z test_ops.py::TestCommonCPU::test_out__refs__conversions_bfloat16_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4110810Z test_ops.py::TestCommonCPU::test_out__refs__conversions_bool_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4110920Z test_ops.py::TestCommonCPU::test_out__refs__conversions_cdouble_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4111030Z test_ops.py::TestCommonCPU::test_out__refs__conversions_cfloat_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4111160Z test_ops.py::TestCommonCPU::test_out__refs__conversions_chalf_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4111280Z test_ops.py::TestCommonCPU::test_out__refs__conversions_half_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4111400Z test_ops.py::TestCommonCPU::test_out__refs__conversions_int_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4111500Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4111590Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4111690Z test_ops.py::TestCommonCPU::test_out__refs_addcmul_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4111860Z test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 15%] 2022-11-23T01:36:22.4111960Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4112060Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4112160Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4112250Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4112350Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4112440Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4112540Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4112650Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4112750Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4112840Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4112950Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_right_shift_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4113050Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4113180Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4113300Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4113420Z test_ops.py::TestCommonCPU::test_out__refs_bucketize_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4113520Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4113610Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4113710Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4113810Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4113900Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4114010Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4114110Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4114200Z test_ops.py::TestCommonCPU::test_out__refs_diag_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4114310Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_scatter_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4114410Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4114530Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4114650Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4114760Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4114850Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4114950Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4115090Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-11-23T01:36:22.4115190Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4115280Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4115380Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4115480Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4115570Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4115670Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4115760Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4115860Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4115970Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4116060Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4116160Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4116270Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4116380Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4116490Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4116580Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4116680Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4116770Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4116930Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4117030Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4117130Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4117230Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4117330Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4117430Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4117520Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4117620Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4117710Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4117810Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4117910Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4118010Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4118100Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 PASSED [ 15%] 2022-11-23T01:36:22.4118200Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4118330Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4118420Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4118520Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4118610Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4118710Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4118800Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4118900Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 PASSED [ 15%] 2022-11-23T01:36:22.4118990Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4119080Z test_ops.py::TestCommonCPU::test_out__refs_lerp_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4119190Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 PASSED [ 15%] 2022-11-23T01:36:22.4119290Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4119390Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4119480Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4119580Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4119690Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4119790Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4119890Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4119990Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4120080Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4120180Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4120270Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4120370Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4120470Z test_ops.py::TestCommonCPU::test_out__refs_narrow_copy_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4120570Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4120710Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4120840Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 16%] 2022-11-23T01:36:22.4120950Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4121050Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4121160Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4121310Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 16%] 2022-11-23T01:36:22.4121420Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4121520Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4121640Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4121780Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4121910Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4122020Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4122170Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_log_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4122300Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4122410Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4122540Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4122680Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4122790Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4122900Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4123010Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4123130Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4123250Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4123360Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4123470Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4123600Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4123700Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4123800Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4123900Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4124010Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4124120Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4124230Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4124320Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4124420Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4124510Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4124640Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4124730Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4124830Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4124920Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4125030Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4125140Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4125240Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4125360Z test_ops.py::TestCommonCPU::test_out__refs_special_log_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4125490Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4125610Z test_ops.py::TestCommonCPU::test_out__refs_special_ndtr_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4125730Z test_ops.py::TestCommonCPU::test_out__refs_special_xlog1py_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4125840Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4125940Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4126080Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4126180Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4126270Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4126370Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4126460Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4126560Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4126650Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 PASSED [ 16%] 2022-11-23T01:36:22.4126760Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4126850Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4126950Z test_ops.py::TestCommonCPU::test_out__refs_unfold_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4127040Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4127140Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4127230Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4127330Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4127420Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4127520Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4127620Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4127730Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4127830Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4127940Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4128030Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4128120Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4128280Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-11-23T01:36:22.4128390Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4128480Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 XFAIL [ 16%] 2022-11-23T01:36:22.4128580Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4128670Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4128760Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4128860Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4128950Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4129040Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4129140Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4129230Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4129330Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4132960Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4133060Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 PASSED [ 16%] 2022-11-23T01:36:22.4133160Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 PASSED [ 16%] 2022-11-23T01:36:22.4133310Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4133410Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4133500Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4133600Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4133700Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4133800Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4133910Z test_ops.py::TestCommonCPU::test_out_cdouble_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134010Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134100Z test_ops.py::TestCommonCPU::test_out_cfloat_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134190Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134280Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134380Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134480Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134570Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134660Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134760Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134850Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4134950Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4135040Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4135130Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4135230Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4135330Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4135420Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4135510Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4135670Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4135770Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4135860Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 XFAIL [ 16%] 2022-11-23T01:36:22.4135960Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 XFAIL [ 16%] 2022-11-23T01:36:22.4136050Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4136150Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4136240Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4136330Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4136440Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4136530Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4136660Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 16%] 2022-11-23T01:36:22.4136760Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4136850Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4136980Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4137070Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4137160Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4137250Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4137350Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4137440Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4137540Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4137630Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4137730Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4137820Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4137920Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4138010Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4138100Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4138200Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 PASSED [ 16%] 2022-11-23T01:36:22.4138290Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4138380Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4138480Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4138570Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4138670Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4138760Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4138850Z test_ops.py::TestCommonCPU::test_out_full_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4138950Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4139040Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 PASSED [ 17%] 2022-11-23T01:36:22.4139130Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4139260Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 XFAIL [ 17%] 2022-11-23T01:36:22.4139370Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4139480Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4139570Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4139670Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4139760Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4139850Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4139940Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4140040Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4140170Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 17%] 2022-11-23T01:36:22.4140300Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 17%] 2022-11-23T01:36:22.4140410Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4140510Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 PASSED [ 17%] 2022-11-23T01:36:22.4140630Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4140740Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4140840Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4140930Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4141030Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4141140Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4141250Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T01:36:22.4141360Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4141460Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4141570Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4141690Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4141800Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4141910Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4142010Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4142130Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4142250Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4142340Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4142440Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4142540Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4142650Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4142740Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4142850Z test_ops.py::TestCommonCPU::test_out_log_softmax_with_dtype_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4142950Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4143050Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4143180Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4143290Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4143380Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4143480Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4143570Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4143670Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4143760Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4143860Z test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4143950Z test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4144050Z test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4144150Z test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4144250Z test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4144350Z test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4144470Z test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4144560Z test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4144660Z test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4144760Z test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4144850Z test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4144940Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 XFAIL [ 17%] 2022-11-23T01:36:22.4145040Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4145170Z test_ops.py::TestCommonCPU::test_out_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T01:36:22.4145280Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4145380Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4145470Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4145580Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4145690Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4145790Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4145900Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4146010Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4146100Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4146210Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4146320Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4146410Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4146510Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4146600Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4146700Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4146800Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4146910Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 XFAIL [ 17%] 2022-11-23T01:36:22.4147010Z test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4147120Z test_ops.py::TestCommonCPU::test_out_native_dropout_backward_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4147230Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4147320Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4147420Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4147510Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4147610Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4147700Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4147800Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4147890Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4148020Z test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4148140Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4148280Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4148400Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4148510Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4148620Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 XFAIL [ 17%] 2022-11-23T01:36:22.4148730Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4148860Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4149010Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4149130Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4149250Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4149370Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4149480Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4149590Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4149690Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4149830Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4149950Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4150070Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4150180Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T01:36:22.4150290Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4150400Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4150510Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4150620Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4150760Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4150880Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4151000Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4151120Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4151240Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4151360Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4151460Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4151570Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4151680Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4151790Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 XFAIL [ 17%] 2022-11-23T01:36:22.4151900Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4152000Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4152120Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4152260Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4152380Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4152490Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4152600Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4152720Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4152830Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 PASSED [ 17%] 2022-11-23T01:36:22.4152940Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4153050Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4153170Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4153280Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4153410Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4153530Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4153650Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4153750Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4153870Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4153980Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4154080Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4154200Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 PASSED [ 17%] 2022-11-23T01:36:22.4154310Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4154430Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4154540Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4154640Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 XFAIL [ 18%] 2022-11-23T01:36:22.4154770Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4154870Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4154960Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4155060Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 XFAIL [ 18%] 2022-11-23T01:36:22.4155170Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4155260Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4155360Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 XFAIL [ 18%] 2022-11-23T01:36:22.4155460Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4155550Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4155660Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4155790Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:36:22.4155900Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:36:22.4156020Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:36:22.4156160Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4156260Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4156350Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4156450Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4156550Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4156650Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4156750Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4156840Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4156940Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4157030Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4157120Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4157210Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4157340Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:36:22.4157430Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4157540Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4157640Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4157750Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4157840Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4161330Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4161440Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4161550Z test_ops.py::TestCommonCPU::test_out_signal_windows_exponential_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4161660Z test_ops.py::TestCommonCPU::test_out_signal_windows_gaussian_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4161760Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4161850Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4161990Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4162080Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4162170Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4162280Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4162400Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4162670Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:36:22.4162780Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4162900Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4163000Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4163100Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4163220Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4163350Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4163490Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4163600Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4163700Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4163830Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4163950Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4164190Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:36:22.4164410Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:36:22.4164520Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4164620Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4164720Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4164830Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4164930Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4165040Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4165130Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4165220Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4165320Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4165410Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4165510Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4165600Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4165690Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4165790Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4165880Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4166000Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4166090Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4166190Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 PASSED [ 18%] 2022-11-23T01:36:22.4166280Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 PASSED [ 18%] 2022-11-23T01:36:22.4166380Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4166470Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4166560Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4166660Z test_ops.py::TestCommonCPU::test_out_unfold_copy_cpu_float32 XFAIL [ 18%] 2022-11-23T01:36:22.4166750Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4166860Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4166960Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4167050Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4167140Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4167260Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4167350Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 PASSED [ 18%] 2022-11-23T01:36:22.4167450Z test_ops.py::TestCommonCPU::test_out_view_copy_cpu_float32 XFAIL [ 18%] 2022-11-23T01:36:22.4167540Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu PASSED [ 18%] 2022-11-23T01:36:22.4167640Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu PASSED [ 18%] 2022-11-23T01:36:22.4167740Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu PASSED [ 18%] 2022-11-23T01:36:22.4167850Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu PASSED [ 18%] 2022-11-23T01:36:22.4167950Z test_ops.py::TestCommonCPU::test_out_warning__refs_T_cpu PASSED [ 18%] 2022-11-23T01:36:22.4168070Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_bool_cpu PASSED [ 18%] 2022-11-23T01:36:22.4168180Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_cdouble_cpu PASSED [ 18%] 2022-11-23T01:36:22.4168290Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_char_cpu PASSED [ 18%] 2022-11-23T01:36:22.4168400Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_complex_cpu PASSED [ 18%] 2022-11-23T01:36:22.4168510Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_half_cpu PASSED [ 18%] 2022-11-23T01:36:22.4168620Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_short_cpu PASSED [ 18%] 2022-11-23T01:36:22.4168720Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu PASSED [ 18%] 2022-11-23T01:36:22.4168820Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu PASSED [ 18%] 2022-11-23T01:36:22.4168920Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu PASSED [ 18%] 2022-11-23T01:36:22.4169020Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcmul_cpu PASSED [ 18%] 2022-11-23T01:36:22.4169110Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu PASSED [ 18%] 2022-11-23T01:36:22.4169210Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu PASSED [ 18%] 2022-11-23T01:36:22.4169300Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu PASSED [ 18%] 2022-11-23T01:36:22.4169400Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu PASSED [ 18%] 2022-11-23T01:36:22.4169490Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu PASSED [ 18%] 2022-11-23T01:36:22.4169590Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu PASSED [ 18%] 2022-11-23T01:36:22.4169720Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu PASSED [ 18%] 2022-11-23T01:36:22.4169820Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu PASSED [ 18%] 2022-11-23T01:36:22.4169910Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu PASSED [ 18%] 2022-11-23T01:36:22.4170010Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu PASSED [ 18%] 2022-11-23T01:36:22.4170110Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu PASSED [ 18%] 2022-11-23T01:36:22.4170220Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu PASSED [ 18%] 2022-11-23T01:36:22.4170320Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu PASSED [ 18%] 2022-11-23T01:36:22.4170430Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_right_shift_cpu PASSED [ 18%] 2022-11-23T01:36:22.4170540Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu PASSED [ 18%] 2022-11-23T01:36:22.4170650Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu PASSED [ 18%] 2022-11-23T01:36:22.4170760Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu PASSED [ 18%] 2022-11-23T01:36:22.4170870Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu PASSED [ 18%] 2022-11-23T01:36:22.4170990Z test_ops.py::TestCommonCPU::test_out_warning__refs_bucketize_cpu PASSED [ 18%] 2022-11-23T01:36:22.4171160Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu PASSED [ 18%] 2022-11-23T01:36:22.4171260Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu PASSED [ 18%] 2022-11-23T01:36:22.4171350Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu PASSED [ 18%] 2022-11-23T01:36:22.4171460Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu PASSED [ 18%] 2022-11-23T01:36:22.4171570Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu PASSED [ 18%] 2022-11-23T01:36:22.4171670Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu PASSED [ 18%] 2022-11-23T01:36:22.4171770Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu PASSED [ 18%] 2022-11-23T01:36:22.4171860Z test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu PASSED [ 18%] 2022-11-23T01:36:22.4171970Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_copy_cpu PASSED [ 18%] 2022-11-23T01:36:22.4172080Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu PASSED [ 18%] 2022-11-23T01:36:22.4172180Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu PASSED [ 18%] 2022-11-23T01:36:22.4172320Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-11-23T01:36:22.4172410Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu PASSED [ 18%] 2022-11-23T01:36:22.4172510Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu PASSED [ 18%] 2022-11-23T01:36:22.4172610Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu PASSED [ 18%] 2022-11-23T01:36:22.4172700Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu PASSED [ 18%] 2022-11-23T01:36:22.4172800Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu PASSED [ 18%] 2022-11-23T01:36:22.4172900Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu PASSED [ 18%] 2022-11-23T01:36:22.4172990Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu PASSED [ 18%] 2022-11-23T01:36:22.4173090Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu PASSED [ 18%] 2022-11-23T01:36:22.4173190Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu PASSED [ 18%] 2022-11-23T01:36:22.4173290Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu PASSED [ 18%] 2022-11-23T01:36:22.4173390Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu PASSED [ 18%] 2022-11-23T01:36:22.4173480Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu PASSED [ 18%] 2022-11-23T01:36:22.4173610Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu PASSED [ 18%] 2022-11-23T01:36:22.4173710Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu PASSED [ 19%] 2022-11-23T01:36:22.4173810Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu PASSED [ 19%] 2022-11-23T01:36:22.4173900Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu PASSED [ 19%] 2022-11-23T01:36:22.4174000Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu PASSED [ 19%] 2022-11-23T01:36:22.4174110Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu PASSED [ 19%] 2022-11-23T01:36:22.4174200Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu PASSED [ 19%] 2022-11-23T01:36:22.4174310Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu PASSED [ 19%] 2022-11-23T01:36:22.4174410Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu PASSED [ 19%] 2022-11-23T01:36:22.4174500Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu PASSED [ 19%] 2022-11-23T01:36:22.4174600Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu PASSED [ 19%] 2022-11-23T01:36:22.4174690Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu PASSED [ 19%] 2022-11-23T01:36:22.4174790Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu PASSED [ 19%] 2022-11-23T01:36:22.4174910Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu PASSED [ 19%] 2022-11-23T01:36:22.4175000Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu PASSED [ 19%] 2022-11-23T01:36:22.4175100Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu PASSED [ 19%] 2022-11-23T01:36:22.4175190Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu PASSED [ 19%] 2022-11-23T01:36:22.4175290Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu PASSED [ 19%] 2022-11-23T01:36:22.4175400Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu PASSED [ 19%] 2022-11-23T01:36:22.4175500Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu PASSED [ 19%] 2022-11-23T01:36:22.4175610Z test_ops.py::TestCommonCPU::test_out_warning__refs_lerp_cpu PASSED [ 19%] 2022-11-23T01:36:22.4175710Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu PASSED [ 19%] 2022-11-23T01:36:22.4175820Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu PASSED [ 19%] 2022-11-23T01:36:22.4175920Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu PASSED [ 19%] 2022-11-23T01:36:22.4176030Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu PASSED [ 19%] 2022-11-23T01:36:22.4176120Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu PASSED [ 19%] 2022-11-23T01:36:22.4176220Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu PASSED [ 19%] 2022-11-23T01:36:22.4176310Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu PASSED [ 19%] 2022-11-23T01:36:22.4176410Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu PASSED [ 19%] 2022-11-23T01:36:22.4176510Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu PASSED [ 19%] 2022-11-23T01:36:22.4176620Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu PASSED [ 19%] 2022-11-23T01:36:22.4176710Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu PASSED [ 19%] 2022-11-23T01:36:22.4176840Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu PASSED [ 19%] 2022-11-23T01:36:22.4176930Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu PASSED [ 19%] 2022-11-23T01:36:22.4177030Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu PASSED [ 19%] 2022-11-23T01:36:22.4177130Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_copy_cpu PASSED [ 19%] 2022-11-23T01:36:22.4177240Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu PASSED [ 19%] 2022-11-23T01:36:22.4177360Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu PASSED [ 19%] 2022-11-23T01:36:22.4177500Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-11-23T01:36:22.4177600Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu PASSED [ 19%] 2022-11-23T01:36:22.4177700Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu PASSED [ 19%] 2022-11-23T01:36:22.4177800Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu PASSED [ 19%] 2022-11-23T01:36:22.4177900Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu PASSED [ 19%] 2022-11-23T01:36:22.4178000Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu PASSED [ 19%] 2022-11-23T01:36:22.4178120Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_alpha_dropout_cpu PASSED [ 19%] 2022-11-23T01:36:22.4178270Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu SKIPPED (Expected: dropout is not comparable) [ 19%] 2022-11-23T01:36:22.4178390Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 19%] 2022-11-23T01:36:22.4178510Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_cpu PASSED [ 19%] 2022-11-23T01:36:22.4178620Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu PASSED [ 19%] 2022-11-23T01:36:22.4178760Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu PASSED [ 19%] 2022-11-23T01:36:22.4178890Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_log_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:36:22.4179000Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu PASSED [ 19%] 2022-11-23T01:36:22.4179120Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 19%] 2022-11-23T01:36:22.4179240Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu PASSED [ 19%] 2022-11-23T01:36:22.4179350Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu PASSED [ 19%] 2022-11-23T01:36:22.4179460Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu PASSED [ 19%] 2022-11-23T01:36:22.4179580Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:36:22.4179700Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softmin_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:36:22.4179820Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu PASSED [ 19%] 2022-11-23T01:36:22.4179930Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu PASSED [ 19%] 2022-11-23T01:36:22.4180050Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu PASSED [ 19%] 2022-11-23T01:36:22.4180150Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu PASSED [ 19%] 2022-11-23T01:36:22.4180250Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu PASSED [ 19%] 2022-11-23T01:36:22.4180350Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu PASSED [ 19%] 2022-11-23T01:36:22.4180450Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu PASSED [ 19%] 2022-11-23T01:36:22.4180550Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu PASSED [ 19%] 2022-11-23T01:36:22.4180650Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu PASSED [ 19%] 2022-11-23T01:36:22.4180750Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu PASSED [ 19%] 2022-11-23T01:36:22.4180840Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu PASSED [ 19%] 2022-11-23T01:36:22.4180950Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu PASSED [ 19%] 2022-11-23T01:36:22.4181060Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu PASSED [ 19%] 2022-11-23T01:36:22.4181180Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu PASSED [ 19%] 2022-11-23T01:36:22.4181280Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu PASSED [ 19%] 2022-11-23T01:36:22.4181390Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu PASSED [ 19%] 2022-11-23T01:36:22.4181500Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_erfcx_cpu PASSED [ 19%] 2022-11-23T01:36:22.4181610Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu PASSED [ 19%] 2022-11-23T01:36:22.4181700Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu PASSED [ 19%] 2022-11-23T01:36:22.4181810Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_log_ndtr_cpu PASSED [ 19%] 2022-11-23T01:36:22.4181940Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_log_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:36:22.4182060Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu PASSED [ 19%] 2022-11-23T01:36:22.4182200Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 19%] 2022-11-23T01:36:22.4182330Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 19%] 2022-11-23T01:36:22.4182440Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtr_cpu PASSED [ 19%] 2022-11-23T01:36:22.4182550Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_ndtri_cpu PASSED [ 19%] 2022-11-23T01:36:22.4182680Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:36:22.4182790Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_xlog1py_cpu PASSED [ 19%] 2022-11-23T01:36:22.4182890Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu PASSED [ 19%] 2022-11-23T01:36:22.4182990Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu PASSED [ 19%] 2022-11-23T01:36:22.4183090Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu PASSED [ 19%] 2022-11-23T01:36:22.4183190Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu PASSED [ 19%] 2022-11-23T01:36:22.4183290Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu PASSED [ 19%] 2022-11-23T01:36:22.4183410Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu PASSED [ 19%] 2022-11-23T01:36:22.4183520Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu PASSED [ 19%] 2022-11-23T01:36:22.4183620Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu PASSED [ 19%] 2022-11-23T01:36:22.4183730Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu PASSED [ 19%] 2022-11-23T01:36:22.4183820Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu PASSED [ 19%] 2022-11-23T01:36:22.4183920Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu PASSED [ 19%] 2022-11-23T01:36:22.4184030Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu PASSED [ 19%] 2022-11-23T01:36:22.4184120Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu PASSED [ 19%] 2022-11-23T01:36:22.4184230Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu PASSED [ 19%] 2022-11-23T01:36:22.4184320Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu PASSED [ 19%] 2022-11-23T01:36:22.4184420Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu PASSED [ 19%] 2022-11-23T01:36:22.4184530Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu PASSED [ 19%] 2022-11-23T01:36:22.4184630Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu PASSED [ 19%] 2022-11-23T01:36:22.4184740Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu PASSED [ 19%] 2022-11-23T01:36:22.4184840Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu PASSED [ 19%] 2022-11-23T01:36:22.4184950Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu PASSED [ 19%] 2022-11-23T01:36:22.4185050Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu PASSED [ 19%] 2022-11-23T01:36:22.4185170Z test_ops.py::TestCommonCPU::test_out_warning__refs_xlogy_cpu PASSED [ 19%] 2022-11-23T01:36:22.4185290Z test_ops.py::TestCommonCPU::test_out_warning__softmax_backward_data_cpu PASSED [ 19%] 2022-11-23T01:36:22.4185380Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu PASSED [ 19%] 2022-11-23T01:36:22.4185470Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu PASSED [ 19%] 2022-11-23T01:36:22.4185570Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu PASSED [ 19%] 2022-11-23T01:36:22.4185660Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu XFAIL [ 19%] 2022-11-23T01:36:22.4185760Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu PASSED [ 19%] 2022-11-23T01:36:22.4185850Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu PASSED [ 19%] 2022-11-23T01:36:22.4185940Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu PASSED [ 19%] 2022-11-23T01:36:22.4186110Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-11-23T01:36:22.4186200Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu PASSED [ 19%] 2022-11-23T01:36:22.4186300Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu PASSED [ 19%] 2022-11-23T01:36:22.4186390Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu PASSED [ 19%] 2022-11-23T01:36:22.4186510Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu PASSED [ 19%] 2022-11-23T01:36:22.4186610Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu PASSED [ 19%] 2022-11-23T01:36:22.4186700Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu PASSED [ 19%] 2022-11-23T01:36:22.4186800Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu PASSED [ 19%] 2022-11-23T01:36:22.4190320Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu PASSED [ 19%] 2022-11-23T01:36:22.4190430Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu PASSED [ 19%] 2022-11-23T01:36:22.4190530Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu PASSED [ 19%] 2022-11-23T01:36:22.4190640Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu PASSED [ 19%] 2022-11-23T01:36:22.4190750Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu PASSED [ 19%] 2022-11-23T01:36:22.4190860Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu PASSED [ 19%] 2022-11-23T01:36:22.4190970Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu PASSED [ 19%] 2022-11-23T01:36:22.4191060Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu PASSED [ 19%] 2022-11-23T01:36:22.4191160Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu PASSED [ 19%] 2022-11-23T01:36:22.4191250Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu PASSED [ 19%] 2022-11-23T01:36:22.4191360Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu PASSED [ 19%] 2022-11-23T01:36:22.4191460Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu PASSED [ 19%] 2022-11-23T01:36:22.4191550Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu PASSED [ 19%] 2022-11-23T01:36:22.4191640Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu PASSED [ 19%] 2022-11-23T01:36:22.4191740Z test_ops.py::TestCommonCPU::test_out_warning_cdouble_cpu PASSED [ 19%] 2022-11-23T01:36:22.4191830Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu PASSED [ 19%] 2022-11-23T01:36:22.4191930Z test_ops.py::TestCommonCPU::test_out_warning_cfloat_cpu PASSED [ 19%] 2022-11-23T01:36:22.4192020Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu PASSED [ 19%] 2022-11-23T01:36:22.4192120Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu PASSED [ 19%] 2022-11-23T01:36:22.4192210Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu PASSED [ 19%] 2022-11-23T01:36:22.4192370Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu PASSED [ 19%] 2022-11-23T01:36:22.4192460Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu PASSED [ 19%] 2022-11-23T01:36:22.4192560Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu PASSED [ 19%] 2022-11-23T01:36:22.4192660Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu PASSED [ 19%] 2022-11-23T01:36:22.4192750Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu PASSED [ 19%] 2022-11-23T01:36:22.4192850Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu PASSED [ 20%] 2022-11-23T01:36:22.4192940Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu PASSED [ 20%] 2022-11-23T01:36:22.4193040Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu PASSED [ 20%] 2022-11-23T01:36:22.4193130Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu PASSED [ 20%] 2022-11-23T01:36:22.4193230Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu PASSED [ 20%] 2022-11-23T01:36:22.4193320Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu PASSED [ 20%] 2022-11-23T01:36:22.4193420Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu PASSED [ 20%] 2022-11-23T01:36:22.4193510Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu PASSED [ 20%] 2022-11-23T01:36:22.4193630Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu PASSED [ 20%] 2022-11-23T01:36:22.4193720Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu PASSED [ 20%] 2022-11-23T01:36:22.4193820Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu PASSED [ 20%] 2022-11-23T01:36:22.4193920Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu PASSED [ 20%] 2022-11-23T01:36:22.4194030Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu PASSED [ 20%] 2022-11-23T01:36:22.4194130Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu PASSED [ 20%] 2022-11-23T01:36:22.4194220Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu PASSED [ 20%] 2022-11-23T01:36:22.4194320Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu PASSED [ 20%] 2022-11-23T01:36:22.4194470Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 20%] 2022-11-23T01:36:22.4194570Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu PASSED [ 20%] 2022-11-23T01:36:22.4194660Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu PASSED [ 20%] 2022-11-23T01:36:22.4194760Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu PASSED [ 20%] 2022-11-23T01:36:22.4194850Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu PASSED [ 20%] 2022-11-23T01:36:22.4194950Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu PASSED [ 20%] 2022-11-23T01:36:22.4195050Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu PASSED [ 20%] 2022-11-23T01:36:22.4195160Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu PASSED [ 20%] 2022-11-23T01:36:22.4195270Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu PASSED [ 20%] 2022-11-23T01:36:22.4195360Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu PASSED [ 20%] 2022-11-23T01:36:22.4195460Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu PASSED [ 20%] 2022-11-23T01:36:22.4195550Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu PASSED [ 20%] 2022-11-23T01:36:22.4195650Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu PASSED [ 20%] 2022-11-23T01:36:22.4195740Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu XFAIL [ 20%] 2022-11-23T01:36:22.4195840Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu PASSED [ 20%] 2022-11-23T01:36:22.4195940Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu PASSED [ 20%] 2022-11-23T01:36:22.4196050Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu PASSED [ 20%] 2022-11-23T01:36:22.4196150Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu PASSED [ 20%] 2022-11-23T01:36:22.4196240Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu PASSED [ 20%] 2022-11-23T01:36:22.4196340Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu PASSED [ 20%] 2022-11-23T01:36:22.4196430Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu PASSED [ 20%] 2022-11-23T01:36:22.4196530Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu PASSED [ 20%] 2022-11-23T01:36:22.4196620Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu PASSED [ 20%] 2022-11-23T01:36:22.4196710Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu PASSED [ 20%] 2022-11-23T01:36:22.4196810Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu PASSED [ 20%] 2022-11-23T01:36:22.4196900Z test_ops.py::TestCommonCPU::test_out_warning_full_cpu XFAIL [ 20%] 2022-11-23T01:36:22.4197000Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu PASSED [ 20%] 2022-11-23T01:36:22.4197090Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu PASSED [ 20%] 2022-11-23T01:36:22.4197180Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu PASSED [ 20%] 2022-11-23T01:36:22.4197300Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu PASSED [ 20%] 2022-11-23T01:36:22.4197390Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu PASSED [ 20%] 2022-11-23T01:36:22.4197490Z test_ops.py::TestCommonCPU::test_out_warning_grid_sampler_2d_cpu PASSED [ 20%] 2022-11-23T01:36:22.4197590Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu PASSED [ 20%] 2022-11-23T01:36:22.4197680Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu PASSED [ 20%] 2022-11-23T01:36:22.4197850Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 20%] 2022-11-23T01:36:22.4197940Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu PASSED [ 20%] 2022-11-23T01:36:22.4198040Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu PASSED [ 20%] 2022-11-23T01:36:22.4198130Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu PASSED [ 20%] 2022-11-23T01:36:22.4198220Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu PASSED [ 20%] 2022-11-23T01:36:22.4198320Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu PASSED [ 20%] 2022-11-23T01:36:22.4198410Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu PASSED [ 20%] 2022-11-23T01:36:22.4198510Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu PASSED [ 20%] 2022-11-23T01:36:22.4198600Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu PASSED [ 20%] 2022-11-23T01:36:22.4198700Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu PASSED [ 20%] 2022-11-23T01:36:22.4198790Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu PASSED [ 20%] 2022-11-23T01:36:22.4198890Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu PASSED [ 20%] 2022-11-23T01:36:22.4199030Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:36:22.4199150Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:36:22.4199240Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu PASSED [ 20%] 2022-11-23T01:36:22.4199340Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu PASSED [ 20%] 2022-11-23T01:36:22.4199430Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu PASSED [ 20%] 2022-11-23T01:36:22.4199530Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu PASSED [ 20%] 2022-11-23T01:36:22.4199640Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu PASSED [ 20%] 2022-11-23T01:36:22.4199730Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu PASSED [ 20%] 2022-11-23T01:36:22.4199840Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu PASSED [ 20%] 2022-11-23T01:36:22.4199940Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu PASSED [ 20%] 2022-11-23T01:36:22.4200040Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu PASSED [ 20%] 2022-11-23T01:36:22.4200130Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu PASSED [ 20%] 2022-11-23T01:36:22.4200240Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu PASSED [ 20%] 2022-11-23T01:36:22.4200340Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu PASSED [ 20%] 2022-11-23T01:36:22.4200450Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu PASSED [ 20%] 2022-11-23T01:36:22.4200550Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu PASSED [ 20%] 2022-11-23T01:36:22.4200650Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu PASSED [ 20%] 2022-11-23T01:36:22.4200750Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu PASSED [ 20%] 2022-11-23T01:36:22.4200860Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu PASSED [ 20%] 2022-11-23T01:36:22.4200980Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu PASSED [ 20%] 2022-11-23T01:36:22.4201100Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu PASSED [ 20%] 2022-11-23T01:36:22.4201230Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu PASSED [ 20%] 2022-11-23T01:36:22.4201350Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu PASSED [ 20%] 2022-11-23T01:36:22.4201440Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu PASSED [ 20%] 2022-11-23T01:36:22.4201560Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu PASSED [ 20%] 2022-11-23T01:36:22.4201650Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu PASSED [ 20%] 2022-11-23T01:36:22.4201750Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu PASSED [ 20%] 2022-11-23T01:36:22.4201850Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu PASSED [ 20%] 2022-11-23T01:36:22.4201950Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu PASSED [ 20%] 2022-11-23T01:36:22.4202040Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu PASSED [ 20%] 2022-11-23T01:36:22.4202130Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu PASSED [ 20%] 2022-11-23T01:36:22.4202230Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu PASSED [ 20%] 2022-11-23T01:36:22.4202340Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu PASSED [ 20%] 2022-11-23T01:36:22.4202450Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu PASSED [ 20%] 2022-11-23T01:36:22.4202560Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu PASSED [ 20%] 2022-11-23T01:36:22.4202650Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu PASSED [ 20%] 2022-11-23T01:36:22.4202750Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu PASSED [ 20%] 2022-11-23T01:36:22.4202850Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu PASSED [ 20%] 2022-11-23T01:36:22.4202940Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu PASSED [ 20%] 2022-11-23T01:36:22.4203030Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu XFAIL [ 20%] 2022-11-23T01:36:22.4203130Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu PASSED [ 20%] 2022-11-23T01:36:22.4203220Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu PASSED [ 20%] 2022-11-23T01:36:22.4203320Z test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu PASSED [ 20%] 2022-11-23T01:36:22.4203470Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu PASSED [ 20%] 2022-11-23T01:36:22.4203570Z test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu PASSED [ 20%] 2022-11-23T01:36:22.4203670Z test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu PASSED [ 20%] 2022-11-23T01:36:22.4203770Z test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu PASSED [ 20%] 2022-11-23T01:36:22.4203860Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu PASSED [ 20%] 2022-11-23T01:36:22.4203960Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu PASSED [ 20%] 2022-11-23T01:36:22.4204060Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu PASSED [ 20%] 2022-11-23T01:36:22.4204150Z test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu PASSED [ 20%] 2022-11-23T01:36:22.4204250Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu PASSED [ 20%] 2022-11-23T01:36:22.4204360Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu PASSED [ 20%] 2022-11-23T01:36:22.4204450Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu PASSED [ 20%] 2022-11-23T01:36:22.4204550Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu PASSED [ 20%] 2022-11-23T01:36:22.4204640Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu XFAIL [ 20%] 2022-11-23T01:36:22.4204740Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu PASSED [ 20%] 2022-11-23T01:36:22.4204870Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu XFAIL [ 20%] 2022-11-23T01:36:22.4204990Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu PASSED [ 20%] 2022-11-23T01:36:22.4205100Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu PASSED [ 20%] 2022-11-23T01:36:22.4205190Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu PASSED [ 20%] 2022-11-23T01:36:22.4205300Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu PASSED [ 20%] 2022-11-23T01:36:22.4205390Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu PASSED [ 20%] 2022-11-23T01:36:22.4205490Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu PASSED [ 20%] 2022-11-23T01:36:22.4205610Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu PASSED [ 20%] 2022-11-23T01:36:22.4205730Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu PASSED [ 20%] 2022-11-23T01:36:22.4205840Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu PASSED [ 20%] 2022-11-23T01:36:22.4205950Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu PASSED [ 20%] 2022-11-23T01:36:22.4206060Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu PASSED [ 20%] 2022-11-23T01:36:22.4206190Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 20%] 2022-11-23T01:36:22.4206300Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu PASSED [ 20%] 2022-11-23T01:36:22.4206430Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu PASSED [ 20%] 2022-11-23T01:36:22.4206560Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu PASSED [ 20%] 2022-11-23T01:36:22.4206690Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu PASSED [ 20%] 2022-11-23T01:36:22.4206800Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu PASSED [ 20%] 2022-11-23T01:36:22.4206910Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu PASSED [ 20%] 2022-11-23T01:36:22.4207040Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 20%] 2022-11-23T01:36:22.4207170Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu PASSED [ 20%] 2022-11-23T01:36:22.4207280Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu PASSED [ 20%] 2022-11-23T01:36:22.4207410Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu PASSED [ 20%] 2022-11-23T01:36:22.4207530Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu PASSED [ 20%] 2022-11-23T01:36:22.4207640Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu PASSED [ 20%] 2022-11-23T01:36:22.4207770Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu PASSED [ 20%] 2022-11-23T01:36:22.4207890Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu PASSED [ 20%] 2022-11-23T01:36:22.4208000Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu PASSED [ 20%] 2022-11-23T01:36:22.4208110Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu PASSED [ 20%] 2022-11-23T01:36:22.4208220Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu XFAIL [ 20%] 2022-11-23T01:36:22.4208340Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu PASSED [ 21%] 2022-11-23T01:36:22.4208450Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu PASSED [ 21%] 2022-11-23T01:36:22.4208570Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu PASSED [ 21%] 2022-11-23T01:36:22.4208690Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu PASSED [ 21%] 2022-11-23T01:36:22.4208820Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu PASSED [ 21%] 2022-11-23T01:36:22.4208940Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu PASSED [ 21%] 2022-11-23T01:36:22.4209070Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 21%] 2022-11-23T01:36:22.4209180Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu PASSED [ 21%] 2022-11-23T01:36:22.4209290Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu PASSED [ 21%] 2022-11-23T01:36:22.4209410Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu PASSED [ 21%] 2022-11-23T01:36:22.4209540Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu PASSED [ 21%] 2022-11-23T01:36:22.4209670Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu PASSED [ 21%] 2022-11-23T01:36:22.4209780Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu PASSED [ 21%] 2022-11-23T01:36:22.4209900Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu PASSED [ 21%] 2022-11-23T01:36:22.4210000Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu PASSED [ 21%] 2022-11-23T01:36:22.4210110Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu PASSED [ 21%] 2022-11-23T01:36:22.4210220Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu PASSED [ 21%] 2022-11-23T01:36:22.4210330Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu PASSED [ 21%] 2022-11-23T01:36:22.4210440Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu PASSED [ 21%] 2022-11-23T01:36:22.4210560Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu PASSED [ 21%] 2022-11-23T01:36:22.4210670Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu PASSED [ 21%] 2022-11-23T01:36:22.4210780Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu PASSED [ 21%] 2022-11-23T01:36:22.4210890Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu PASSED [ 21%] 2022-11-23T01:36:22.4210990Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu XFAIL [ 21%] 2022-11-23T01:36:22.4211100Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu PASSED [ 21%] 2022-11-23T01:36:22.4211200Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_view_cpu PASSED [ 21%] 2022-11-23T01:36:22.4211320Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu PASSED [ 21%] 2022-11-23T01:36:22.4211430Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu PASSED [ 21%] 2022-11-23T01:36:22.4211540Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu PASSED [ 21%] 2022-11-23T01:36:22.4211660Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:36:22.4211770Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu PASSED [ 21%] 2022-11-23T01:36:22.4211860Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu PASSED [ 21%] 2022-11-23T01:36:22.4211960Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu PASSED [ 21%] 2022-11-23T01:36:22.4212060Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu PASSED [ 21%] 2022-11-23T01:36:22.4212150Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu PASSED [ 21%] 2022-11-23T01:36:22.4212250Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu PASSED [ 21%] 2022-11-23T01:36:22.4212340Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu PASSED [ 21%] 2022-11-23T01:36:22.4212440Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu PASSED [ 21%] 2022-11-23T01:36:22.4212540Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu PASSED [ 21%] 2022-11-23T01:36:22.4212650Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu PASSED [ 21%] 2022-11-23T01:36:22.4212780Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu PASSED [ 21%] 2022-11-23T01:36:22.4212880Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu PASSED [ 21%] 2022-11-23T01:36:22.4212970Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu PASSED [ 21%] 2022-11-23T01:36:22.4213070Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu PASSED [ 21%] 2022-11-23T01:36:22.4213170Z test_ops.py::TestCommonCPU::test_out_warning_scalar_tensor_cpu PASSED [ 21%] 2022-11-23T01:36:22.4213260Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu PASSED [ 21%] 2022-11-23T01:36:22.4213370Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu PASSED [ 21%] 2022-11-23T01:36:22.4213480Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu PASSED [ 21%] 2022-11-23T01:36:22.4213570Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu PASSED [ 21%] 2022-11-23T01:36:22.4213690Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu PASSED [ 21%] 2022-11-23T01:36:22.4213780Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu PASSED [ 21%] 2022-11-23T01:36:22.4213880Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu PASSED [ 21%] 2022-11-23T01:36:22.4213970Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu PASSED [ 21%] 2022-11-23T01:36:22.4214070Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu PASSED [ 21%] 2022-11-23T01:36:22.4214160Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu PASSED [ 21%] 2022-11-23T01:36:22.4214270Z test_ops.py::TestCommonCPU::test_out_warning_signal_windows_cosine_cpu PASSED [ 21%] 2022-11-23T01:36:22.4214390Z test_ops.py::TestCommonCPU::test_out_warning_signal_windows_exponential_cpu PASSED [ 21%] 2022-11-23T01:36:22.4214500Z test_ops.py::TestCommonCPU::test_out_warning_signal_windows_gaussian_cpu PASSED [ 21%] 2022-11-23T01:36:22.4214610Z test_ops.py::TestCommonCPU::test_out_warning_signal_windows_kaiser_cpu PASSED [ 21%] 2022-11-23T01:36:22.4214700Z test_ops.py::TestCommonCPU::test_out_warning_slice_cpu PASSED [ 21%] 2022-11-23T01:36:22.4214800Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu PASSED [ 21%] 2022-11-23T01:36:22.4214900Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu PASSED [ 21%] 2022-11-23T01:36:22.4215000Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu PASSED [ 21%] 2022-11-23T01:36:22.4215120Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu PASSED [ 21%] 2022-11-23T01:36:22.4218580Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu PASSED [ 21%] 2022-11-23T01:36:22.4218820Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:36:22.4218930Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu PASSED [ 21%] 2022-11-23T01:36:22.4219030Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu PASSED [ 21%] 2022-11-23T01:36:22.4219140Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu PASSED [ 21%] 2022-11-23T01:36:22.4219260Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu PASSED [ 21%] 2022-11-23T01:36:22.4219370Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu PASSED [ 21%] 2022-11-23T01:36:22.4219470Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu PASSED [ 21%] 2022-11-23T01:36:22.4219570Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu PASSED [ 21%] 2022-11-23T01:36:22.4219700Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu PASSED [ 21%] 2022-11-23T01:36:22.4219820Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu PASSED [ 21%] 2022-11-23T01:36:22.4220050Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:36:22.4220340Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:36:22.4220440Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu PASSED [ 21%] 2022-11-23T01:36:22.4220540Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu PASSED [ 21%] 2022-11-23T01:36:22.4220640Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu PASSED [ 21%] 2022-11-23T01:36:22.4220730Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu PASSED [ 21%] 2022-11-23T01:36:22.4220830Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu PASSED [ 21%] 2022-11-23T01:36:22.4220920Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221020Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221110Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221200Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221300Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221390Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221490Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221580Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221680Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221770Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221870Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu PASSED [ 21%] 2022-11-23T01:36:22.4221960Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu PASSED [ 21%] 2022-11-23T01:36:22.4222060Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu PASSED [ 21%] 2022-11-23T01:36:22.4222150Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu PASSED [ 21%] 2022-11-23T01:36:22.4222240Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu PASSED [ 21%] 2022-11-23T01:36:22.4222340Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu PASSED [ 21%] 2022-11-23T01:36:22.4222470Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu PASSED [ 21%] 2022-11-23T01:36:22.4222570Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu PASSED [ 21%] 2022-11-23T01:36:22.4222660Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu PASSED [ 21%] 2022-11-23T01:36:22.4222760Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu PASSED [ 21%] 2022-11-23T01:36:22.4222870Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu PASSED [ 21%] 2022-11-23T01:36:22.4222960Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu PASSED [ 21%] 2022-11-23T01:36:22.4223050Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu PASSED [ 21%] 2022-11-23T01:36:22.4223150Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu PASSED [ 21%] 2022-11-23T01:36:22.4223240Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu PASSED [ 21%] 2022-11-23T01:36:22.4223330Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu XFAIL [ 21%] 2022-11-23T01:36:22.4223430Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu PASSED [ 21%] 2022-11-23T01:36:22.4223530Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 PASSED [ 21%] 2022-11-23T01:36:22.4223620Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:36:22.4223720Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex64 PASSED [ 21%] 2022-11-23T01:36:22.4223870Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bool PASSED [ 21%] 2022-11-23T01:36:22.4224000Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex32 PASSED [ 21%] 2022-11-23T01:36:22.4224120Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float16 PASSED [ 21%] 2022-11-23T01:36:22.4224240Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float32 PASSED [ 21%] 2022-11-23T01:36:22.4224350Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int32 PASSED [ 21%] 2022-11-23T01:36:22.4224470Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int8 PASSED [ 21%] 2022-11-23T01:36:22.4224580Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_uint8 PASSED [ 21%] 2022-11-23T01:36:22.4224700Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_bool PASSED [ 21%] 2022-11-23T01:36:22.4224820Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex128 PASSED [ 21%] 2022-11-23T01:36:22.4224940Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex64 PASSED [ 21%] 2022-11-23T01:36:22.4225070Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float32 PASSED [ 21%] 2022-11-23T01:36:22.4225190Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_bool PASSED [ 21%] 2022-11-23T01:36:22.4225310Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_complex128 PASSED [ 21%] 2022-11-23T01:36:22.4225430Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float32 PASSED [ 21%] 2022-11-23T01:36:22.4225540Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_uint8 PASSED [ 21%] 2022-11-23T01:36:22.4225660Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_bool PASSED [ 21%] 2022-11-23T01:36:22.4225780Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex64 PASSED [ 21%] 2022-11-23T01:36:22.4225900Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float16 PASSED [ 21%] 2022-11-23T01:36:22.4226020Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float64 PASSED [ 21%] 2022-11-23T01:36:22.4226150Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int16 PASSED [ 21%] 2022-11-23T01:36:22.4226280Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int32 PASSED [ 21%] 2022-11-23T01:36:22.4226410Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int8 PASSED [ 21%] 2022-11-23T01:36:22.4226530Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:36:22.4226650Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float32 PASSED [ 21%] 2022-11-23T01:36:22.4226760Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int16 PASSED [ 21%] 2022-11-23T01:36:22.4226870Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int64 PASSED [ 21%] 2022-11-23T01:36:22.4226980Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_bool PASSED [ 21%] 2022-11-23T01:36:22.4227100Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex128 PASSED [ 21%] 2022-11-23T01:36:22.4227220Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex32 PASSED [ 21%] 2022-11-23T01:36:22.4227340Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int16 PASSED [ 21%] 2022-11-23T01:36:22.4227460Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int32 PASSED [ 21%] 2022-11-23T01:36:22.4227590Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int64 PASSED [ 21%] 2022-11-23T01:36:22.4227700Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_int8 PASSED [ 21%] 2022-11-23T01:36:22.4227840Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_uint8 PASSED [ 21%] 2022-11-23T01:36:22.4227950Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_bool PASSED [ 21%] 2022-11-23T01:36:22.4228060Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float16 PASSED [ 21%] 2022-11-23T01:36:22.4228170Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float32 PASSED [ 21%] 2022-11-23T01:36:22.4228280Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4228390Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4228500Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4228610Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4228730Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4228860Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4228990Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4229110Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4229230Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex32 PASSED [ 22%] 2022-11-23T01:36:22.4229350Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4229470Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float16 PASSED [ 22%] 2022-11-23T01:36:22.4229580Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4229700Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4229810Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4229920Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4230040Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4230150Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4230280Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4230400Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4230520Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4230630Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4230740Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4230850Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4230960Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4231070Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4231180Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4231300Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4231410Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4231530Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4231670Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4231800Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4231910Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4232020Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4232130Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex32 PASSED [ 22%] 2022-11-23T01:36:22.4232250Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4232370Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float16 PASSED [ 22%] 2022-11-23T01:36:22.4232480Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4232590Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4232710Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4232820Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4232930Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float16 PASSED [ 22%] 2022-11-23T01:36:22.4233040Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4233150Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4233250Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 PASSED [ 22%] 2022-11-23T01:36:22.4233360Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 PASSED [ 22%] 2022-11-23T01:36:22.4233460Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4233560Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4233660Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4233760Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4233860Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4233960Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4234060Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4234190Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4234290Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4234390Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4234490Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4234610Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4234730Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4234840Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4234940Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4235040Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4235140Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4235240Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4235340Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4235450Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4235560Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4235660Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4235760Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4235880Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4235990Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4236110Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4236220Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4236330Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4236440Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4236550Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4236660Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4236770Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 XFAIL [ 22%] 2022-11-23T01:36:22.4236870Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 XFAIL [ 22%] 2022-11-23T01:36:22.4236970Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4237080Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 PASSED [ 22%] 2022-11-23T01:36:22.4237180Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4237280Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4237370Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4237470Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4237570Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4237660Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4237770Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4237880Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4237990Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4238120Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4238220Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4238310Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4238410Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4238510Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4238620Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 PASSED [ 22%] 2022-11-23T01:36:22.4238720Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4238820Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4238920Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4239020Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4239110Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4239240Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4239340Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4239520Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4239610Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4239710Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4239820Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4239920Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4240030Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4240130Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4240230Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4240340Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4240460Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4240560Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4240670Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4240780Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4240890Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4240990Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4241100Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4241200Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4241300Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4241400Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4241500Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4241600Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4241690Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4241790Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4241920Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4242020Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4242120Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4242220Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 PASSED [ 22%] 2022-11-23T01:36:22.4242330Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4242430Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4242530Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4242630Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4242740Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4242840Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4242950Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 PASSED [ 22%] 2022-11-23T01:36:22.4243040Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4243140Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4243240Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 PASSED [ 22%] 2022-11-23T01:36:22.4243370Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4243480Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4243580Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 PASSED [ 22%] 2022-11-23T01:36:22.4243680Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 PASSED [ 22%] 2022-11-23T01:36:22.4243780Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 PASSED [ 22%] 2022-11-23T01:36:22.4243880Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 PASSED [ 22%] 2022-11-23T01:36:22.4243980Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 PASSED [ 22%] 2022-11-23T01:36:22.4244090Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:36:22.4244200Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool PASSED [ 22%] 2022-11-23T01:36:22.4244310Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 PASSED [ 22%] 2022-11-23T01:36:22.4244420Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 PASSED [ 23%] 2022-11-23T01:36:22.4244530Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 PASSED [ 23%] 2022-11-23T01:36:22.4248280Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4248410Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4248530Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4248650Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4248770Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:36:22.4248880Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4248990Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 PASSED [ 23%] 2022-11-23T01:36:22.4249110Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 PASSED [ 23%] 2022-11-23T01:36:22.4249210Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4249320Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4249420Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4249570Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4249690Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:36:22.4249790Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 PASSED [ 23%] 2022-11-23T01:36:22.4249900Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4250000Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4250110Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4250210Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4250320Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4250420Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4250530Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4250630Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4250740Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4250840Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4250980Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4251100Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4251210Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4251330Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4251440Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4251540Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4251640Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4251740Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4251850Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4251960Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4252060Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4252170Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4252290Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4252400Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4252500Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4252610Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4252720Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4252840Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 PASSED [ 23%] 2022-11-23T01:36:22.4252980Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:36:22.4253090Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4253210Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 PASSED [ 23%] 2022-11-23T01:36:22.4253330Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 PASSED [ 23%] 2022-11-23T01:36:22.4253460Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 PASSED [ 23%] 2022-11-23T01:36:22.4253580Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4253690Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 PASSED [ 23%] 2022-11-23T01:36:22.4253800Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4253910Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:36:22.4254020Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float16 PASSED [ 23%] 2022-11-23T01:36:22.4254130Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4254240Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4254340Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:36:22.4254450Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4254560Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 PASSED [ 23%] 2022-11-23T01:36:22.4254660Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 PASSED [ 23%] 2022-11-23T01:36:22.4254770Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 PASSED [ 23%] 2022-11-23T01:36:22.4254890Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 PASSED [ 23%] 2022-11-23T01:36:22.4254990Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4255090Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4255190Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4255290Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:36:22.4255400Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 PASSED [ 23%] 2022-11-23T01:36:22.4255500Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4255600Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4255700Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4255810Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4255920Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4256040Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 PASSED [ 23%] 2022-11-23T01:36:22.4256150Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 PASSED [ 23%] 2022-11-23T01:36:22.4256260Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 PASSED [ 23%] 2022-11-23T01:36:22.4256370Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 PASSED [ 23%] 2022-11-23T01:36:22.4256470Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4256570Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4256670Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4256770Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 PASSED [ 23%] 2022-11-23T01:36:22.4256870Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4256970Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4257070Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4257170Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4257280Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 PASSED [ 23%] 2022-11-23T01:36:22.4257460Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 PASSED [ 23%] 2022-11-23T01:36:22.4257560Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4257670Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4257770Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4257880Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:36:22.4257990Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 PASSED [ 23%] 2022-11-23T01:36:22.4258090Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 PASSED [ 23%] 2022-11-23T01:36:22.4258200Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4258300Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4258410Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4258510Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:36:22.4258620Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4258720Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 PASSED [ 23%] 2022-11-23T01:36:22.4258860Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 PASSED [ 23%] 2022-11-23T01:36:22.4258970Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4259080Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4259190Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4259290Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4259400Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4259520Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 PASSED [ 23%] 2022-11-23T01:36:22.4259630Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 PASSED [ 23%] 2022-11-23T01:36:22.4259740Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4259850Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4259960Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4260060Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 PASSED [ 23%] 2022-11-23T01:36:22.4260170Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 PASSED [ 23%] 2022-11-23T01:36:22.4260270Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 PASSED [ 23%] 2022-11-23T01:36:22.4260380Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4260490Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4260600Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 PASSED [ 23%] 2022-11-23T01:36:22.4260720Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 PASSED [ 23%] 2022-11-23T01:36:22.4260830Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 PASSED [ 23%] 2022-11-23T01:36:22.4260940Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 PASSED [ 23%] 2022-11-23T01:36:22.4261050Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4261160Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4261290Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 PASSED [ 23%] 2022-11-23T01:36:22.4261400Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 PASSED [ 23%] 2022-11-23T01:36:22.4261510Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 PASSED [ 23%] 2022-11-23T01:36:22.4261620Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4261730Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4261840Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4261950Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4262060Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:36:22.4262170Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 PASSED [ 23%] 2022-11-23T01:36:22.4262280Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4262390Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4262490Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4262600Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4262720Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 PASSED [ 23%] 2022-11-23T01:36:22.4262830Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 PASSED [ 23%] 2022-11-23T01:36:22.4262940Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4263040Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4263140Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 PASSED [ 23%] 2022-11-23T01:36:22.4263240Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 PASSED [ 23%] 2022-11-23T01:36:22.4263350Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4263450Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4263570Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 PASSED [ 23%] 2022-11-23T01:36:22.4263690Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:36:22.4263790Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool PASSED [ 23%] 2022-11-23T01:36:22.4263900Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 PASSED [ 23%] 2022-11-23T01:36:22.4264010Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 PASSED [ 23%] 2022-11-23T01:36:22.4264110Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 PASSED [ 23%] 2022-11-23T01:36:22.4264210Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 PASSED [ 23%] 2022-11-23T01:36:22.4264320Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 PASSED [ 23%] 2022-11-23T01:36:22.4264410Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4264510Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4264620Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128 PASSED [ 24%] 2022-11-23T01:36:22.4264730Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4264830Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4264930Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4265040Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:36:22.4265140Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4265290Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_complex128 PASSED [ 24%] 2022-11-23T01:36:22.4265400Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4265500Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4265590Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4265690Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int64 PASSED [ 24%] 2022-11-23T01:36:22.4265790Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4265890Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4266000Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:36:22.4266110Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4266220Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 PASSED [ 24%] 2022-11-23T01:36:22.4266330Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4266440Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4266540Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4266680Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:36:22.4266790Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex128 PASSED [ 24%] 2022-11-23T01:36:22.4266910Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex32 PASSED [ 24%] 2022-11-23T01:36:22.4267020Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4267130Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4267240Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4267350Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4267460Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4267570Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:36:22.4267670Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4267780Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 PASSED [ 24%] 2022-11-23T01:36:22.4267890Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 PASSED [ 24%] 2022-11-23T01:36:22.4268000Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4268110Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4268210Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 PASSED [ 24%] 2022-11-23T01:36:22.4268320Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4268440Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:36:22.4268550Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4268660Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4268770Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4268880Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4268990Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4269120Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:36:22.4269230Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4269340Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4269440Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4269550Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4269650Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4269770Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4269890Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4270000Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4270110Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4270230Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4270350Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 24%] 2022-11-23T01:36:22.4270460Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4270590Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4270710Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4270820Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4270940Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4271050Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4271160Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4271270Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4271390Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4271490Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4271600Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 PASSED [ 24%] 2022-11-23T01:36:22.4271720Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 PASSED [ 24%] 2022-11-23T01:36:22.4271840Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4271950Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4272060Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4272160Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4272270Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4272370Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 PASSED [ 24%] 2022-11-23T01:36:22.4272480Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4272590Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 PASSED [ 24%] 2022-11-23T01:36:22.4272690Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 PASSED [ 24%] 2022-11-23T01:36:22.4272800Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 PASSED [ 24%] 2022-11-23T01:36:22.4272910Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4273060Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 PASSED [ 24%] 2022-11-23T01:36:22.4273180Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4273320Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4273460Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4273600Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4273730Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4273870Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4274000Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4274130Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4274270Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4274420Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4274610Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4274750Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4278320Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4278470Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:36:22.4278580Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 PASSED [ 24%] 2022-11-23T01:36:22.4278700Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4278820Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4278920Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4279020Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4279120Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:36:22.4279220Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4279330Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4279420Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4279530Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 PASSED [ 24%] 2022-11-23T01:36:22.4279620Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4279720Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4279820Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4279930Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:36:22.4280030Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4280130Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4280240Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4280340Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 PASSED [ 24%] 2022-11-23T01:36:22.4280510Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4280610Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4280710Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4280810Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4280910Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 PASSED [ 24%] 2022-11-23T01:36:22.4281010Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4281110Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4281210Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4281310Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 PASSED [ 24%] 2022-11-23T01:36:22.4281410Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4281520Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4281620Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4281750Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 PASSED [ 24%] 2022-11-23T01:36:22.4281890Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4282000Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4282110Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4282210Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4282310Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4282410Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4282500Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 PASSED [ 24%] 2022-11-23T01:36:22.4282600Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4282710Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 PASSED [ 24%] 2022-11-23T01:36:22.4282810Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 PASSED [ 24%] 2022-11-23T01:36:22.4282910Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4283000Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 PASSED [ 24%] 2022-11-23T01:36:22.4283110Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool PASSED [ 24%] 2022-11-23T01:36:22.4283220Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 PASSED [ 24%] 2022-11-23T01:36:22.4283330Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 PASSED [ 24%] 2022-11-23T01:36:22.4283440Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4283550Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4283650Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 PASSED [ 24%] 2022-11-23T01:36:22.4283760Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 PASSED [ 24%] 2022-11-23T01:36:22.4283870Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 PASSED [ 24%] 2022-11-23T01:36:22.4283980Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 PASSED [ 24%] 2022-11-23T01:36:22.4284080Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 PASSED [ 24%] 2022-11-23T01:36:22.4284190Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 PASSED [ 24%] 2022-11-23T01:36:22.4284290Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 PASSED [ 24%] 2022-11-23T01:36:22.4284420Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 PASSED [ 24%] 2022-11-23T01:36:22.4284520Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4284630Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4284730Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4284840Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 PASSED [ 25%] 2022-11-23T01:36:22.4284950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4285050Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4285160Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4285270Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:36:22.4285380Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4285490Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 PASSED [ 25%] 2022-11-23T01:36:22.4285610Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 PASSED [ 25%] 2022-11-23T01:36:22.4285720Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 PASSED [ 25%] 2022-11-23T01:36:22.4285850Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4285960Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4286080Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 PASSED [ 25%] 2022-11-23T01:36:22.4286180Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4286300Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4286420Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4286540Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4286640Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4286750Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4286850Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4286960Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 PASSED [ 25%] 2022-11-23T01:36:22.4287060Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4287170Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4287270Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4287390Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 PASSED [ 25%] 2022-11-23T01:36:22.4287490Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4287600Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4287700Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4287810Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 PASSED [ 25%] 2022-11-23T01:36:22.4287920Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4288020Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4288120Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4288250Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 PASSED [ 25%] 2022-11-23T01:36:22.4288360Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4288460Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4288560Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4288680Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 PASSED [ 25%] 2022-11-23T01:36:22.4288790Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4288900Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4289010Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4289120Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4289220Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4289330Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4289440Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4289540Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4289660Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4289770Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4289870Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4289970Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4290070Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4290180Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4290290Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 PASSED [ 25%] 2022-11-23T01:36:22.4290400Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4290500Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4290600Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4290710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4290820Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 PASSED [ 25%] 2022-11-23T01:36:22.4290920Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4291030Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4291140Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4291240Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4291350Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4291450Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4291550Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4291660Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4291760Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4291870Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4291970Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4292140Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4292240Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4292350Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4292450Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4292560Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4292660Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4292770Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4292870Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4292970Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4293080Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 PASSED [ 25%] 2022-11-23T01:36:22.4293180Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 PASSED [ 25%] 2022-11-23T01:36:22.4293290Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 PASSED [ 25%] 2022-11-23T01:36:22.4293390Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 PASSED [ 25%] 2022-11-23T01:36:22.4293530Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4293630Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4293730Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4293830Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4293940Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 PASSED [ 25%] 2022-11-23T01:36:22.4294050Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 PASSED [ 25%] 2022-11-23T01:36:22.4294150Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 PASSED [ 25%] 2022-11-23T01:36:22.4294260Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4294360Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4294470Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4294570Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4294680Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4294800Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 PASSED [ 25%] 2022-11-23T01:36:22.4294910Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4295030Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4295130Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4295230Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4295340Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:36:22.4295440Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4295540Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4295640Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4295750Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:36:22.4295860Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 PASSED [ 25%] 2022-11-23T01:36:22.4295960Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4296110Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4296240Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 PASSED [ 25%] 2022-11-23T01:36:22.4296350Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 PASSED [ 25%] 2022-11-23T01:36:22.4296460Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 PASSED [ 25%] 2022-11-23T01:36:22.4296580Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4296680Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4296790Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4296890Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4296990Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4297100Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 PASSED [ 25%] 2022-11-23T01:36:22.4297200Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4297300Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4297420Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-11-23T01:36:22.4297560Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4297670Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4297770Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:36:22.4297870Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4297980Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4298080Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4298180Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4298280Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4298390Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:36:22.4298490Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 PASSED [ 25%] 2022-11-23T01:36:22.4298600Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4298710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4298820Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4298920Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4299040Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-11-23T01:36:22.4299140Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 PASSED [ 25%] 2022-11-23T01:36:22.4299240Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4299340Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 PASSED [ 25%] 2022-11-23T01:36:22.4299440Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4299550Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:36:22.4299650Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 PASSED [ 25%] 2022-11-23T01:36:22.4299750Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4299850Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 PASSED [ 25%] 2022-11-23T01:36:22.4299950Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 PASSED [ 25%] 2022-11-23T01:36:22.4300060Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4300180Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 PASSED [ 25%] 2022-11-23T01:36:22.4300280Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool PASSED [ 25%] 2022-11-23T01:36:22.4300390Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 PASSED [ 25%] 2022-11-23T01:36:22.4300500Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 PASSED [ 25%] 2022-11-23T01:36:22.4300600Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 PASSED [ 25%] 2022-11-23T01:36:22.4300690Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 PASSED [ 26%] 2022-11-23T01:36:22.4300790Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4300880Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 PASSED [ 26%] 2022-11-23T01:36:22.4300980Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4301080Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4301180Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 PASSED [ 26%] 2022-11-23T01:36:22.4301270Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 PASSED [ 26%] 2022-11-23T01:36:22.4301390Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 PASSED [ 26%] 2022-11-23T01:36:22.4301480Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 PASSED [ 26%] 2022-11-23T01:36:22.4301590Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4301700Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 PASSED [ 26%] 2022-11-23T01:36:22.4301800Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 PASSED [ 26%] 2022-11-23T01:36:22.4301910Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 PASSED [ 26%] 2022-11-23T01:36:22.4302020Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 PASSED [ 26%] 2022-11-23T01:36:22.4302130Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 PASSED [ 26%] 2022-11-23T01:36:22.4302240Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4302340Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 PASSED [ 26%] 2022-11-23T01:36:22.4302440Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 PASSED [ 26%] 2022-11-23T01:36:22.4302540Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool PASSED [ 26%] 2022-11-23T01:36:22.4302650Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 PASSED [ 26%] 2022-11-23T01:36:22.4302760Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 PASSED [ 26%] 2022-11-23T01:36:22.4302860Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4302970Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 PASSED [ 26%] 2022-11-23T01:36:22.4303070Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 PASSED [ 26%] 2022-11-23T01:36:22.4303180Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 PASSED [ 26%] 2022-11-23T01:36:22.4303300Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4303410Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4303510Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool PASSED [ 26%] 2022-11-23T01:36:22.4303610Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 PASSED [ 26%] 2022-11-23T01:36:22.4303710Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 PASSED [ 26%] 2022-11-23T01:36:22.4307160Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 PASSED [ 26%] 2022-11-23T01:36:22.4307330Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4307440Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4307540Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4307660Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 XFAIL [ 26%] 2022-11-23T01:36:22.4307770Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 XFAIL [ 26%] 2022-11-23T01:36:22.4307870Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 XFAIL [ 26%] 2022-11-23T01:36:22.4307980Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 XFAIL [ 26%] 2022-11-23T01:36:22.4308080Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 XFAIL [ 26%] 2022-11-23T01:36:22.4308190Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 XFAIL [ 26%] 2022-11-23T01:36:22.4308300Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 XFAIL [ 26%] 2022-11-23T01:36:22.4308410Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 XFAIL [ 26%] 2022-11-23T01:36:22.4308510Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 XFAIL [ 26%] 2022-11-23T01:36:22.4308630Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 XFAIL [ 26%] 2022-11-23T01:36:22.4308740Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 XFAIL [ 26%] 2022-11-23T01:36:22.4308840Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 XFAIL [ 26%] 2022-11-23T01:36:22.4308950Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 XFAIL [ 26%] 2022-11-23T01:36:22.4309050Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool XFAIL [ 26%] 2022-11-23T01:36:22.4309160Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 XFAIL [ 26%] 2022-11-23T01:36:22.4309270Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 XFAIL [ 26%] 2022-11-23T01:36:22.4309370Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 XFAIL [ 26%] 2022-11-23T01:36:22.4309480Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 XFAIL [ 26%] 2022-11-23T01:36:22.4309580Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 XFAIL [ 26%] 2022-11-23T01:36:22.4309690Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 XFAIL [ 26%] 2022-11-23T01:36:22.4309810Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 XFAIL [ 26%] 2022-11-23T01:36:22.4309920Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 XFAIL [ 26%] 2022-11-23T01:36:22.4310020Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 XFAIL [ 26%] 2022-11-23T01:36:22.4310120Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 XFAIL [ 26%] 2022-11-23T01:36:22.4310230Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 XFAIL [ 26%] 2022-11-23T01:36:22.4310330Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 XFAIL [ 26%] 2022-11-23T01:36:22.4310440Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4310550Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool PASSED [ 26%] 2022-11-23T01:36:22.4310650Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 PASSED [ 26%] 2022-11-23T01:36:22.4310760Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4310870Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4310990Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 PASSED [ 26%] 2022-11-23T01:36:22.4311110Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 PASSED [ 26%] 2022-11-23T01:36:22.4311280Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 PASSED [ 26%] 2022-11-23T01:36:22.4311380Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4311490Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 PASSED [ 26%] 2022-11-23T01:36:22.4311600Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 PASSED [ 26%] 2022-11-23T01:36:22.4311710Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4311810Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4311920Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 PASSED [ 26%] 2022-11-23T01:36:22.4312020Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 PASSED [ 26%] 2022-11-23T01:36:22.4312130Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 PASSED [ 26%] 2022-11-23T01:36:22.4312230Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4312340Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 PASSED [ 26%] 2022-11-23T01:36:22.4312440Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4312550Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool PASSED [ 26%] 2022-11-23T01:36:22.4312680Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4312780Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4312880Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 PASSED [ 26%] 2022-11-23T01:36:22.4312990Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 PASSED [ 26%] 2022-11-23T01:36:22.4313090Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4313200Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool PASSED [ 26%] 2022-11-23T01:36:22.4313310Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 PASSED [ 26%] 2022-11-23T01:36:22.4313410Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4313510Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4313620Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 PASSED [ 26%] 2022-11-23T01:36:22.4313720Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 PASSED [ 26%] 2022-11-23T01:36:22.4313830Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 PASSED [ 26%] 2022-11-23T01:36:22.4313930Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 PASSED [ 26%] 2022-11-23T01:36:22.4314040Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4314150Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 PASSED [ 26%] 2022-11-23T01:36:22.4314250Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4314360Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool PASSED [ 26%] 2022-11-23T01:36:22.4314460Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 PASSED [ 26%] 2022-11-23T01:36:22.4314570Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 PASSED [ 26%] 2022-11-23T01:36:22.4314670Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 PASSED [ 26%] 2022-11-23T01:36:22.4314780Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4314880Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 PASSED [ 26%] 2022-11-23T01:36:22.4314980Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 PASSED [ 26%] 2022-11-23T01:36:22.4315110Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 PASSED [ 26%] 2022-11-23T01:36:22.4315210Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 PASSED [ 26%] 2022-11-23T01:36:22.4315310Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4315410Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 PASSED [ 26%] 2022-11-23T01:36:22.4315520Z test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_complex64 PASSED [ 26%] 2022-11-23T01:36:22.4315620Z test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4315730Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4315830Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool PASSED [ 26%] 2022-11-23T01:36:22.4315930Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4316040Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4316140Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 PASSED [ 26%] 2022-11-23T01:36:22.4316260Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 26%] 2022-11-23T01:36:22.4316380Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4316510Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4316630Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 PASSED [ 26%] 2022-11-23T01:36:22.4316740Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4316850Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4316960Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 PASSED [ 26%] 2022-11-23T01:36:22.4317070Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4317190Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4317300Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 PASSED [ 26%] 2022-11-23T01:36:22.4317420Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 PASSED [ 26%] 2022-11-23T01:36:22.4317540Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4317650Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4317760Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4317870Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 PASSED [ 26%] 2022-11-23T01:36:22.4317980Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4318080Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 XFAIL [ 26%] 2022-11-23T01:36:22.4318190Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 XFAIL [ 26%] 2022-11-23T01:36:22.4318300Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4318400Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool PASSED [ 26%] 2022-11-23T01:36:22.4318510Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 PASSED [ 26%] 2022-11-23T01:36:22.4318610Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 PASSED [ 26%] 2022-11-23T01:36:22.4318710Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 PASSED [ 26%] 2022-11-23T01:36:22.4318810Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 PASSED [ 26%] 2022-11-23T01:36:22.4318920Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 PASSED [ 26%] 2022-11-23T01:36:22.4319050Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 PASSED [ 26%] 2022-11-23T01:36:22.4319160Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool PASSED [ 26%] 2022-11-23T01:36:22.4319270Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4319370Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 PASSED [ 26%] 2022-11-23T01:36:22.4319460Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 PASSED [ 26%] 2022-11-23T01:36:22.4319560Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 PASSED [ 26%] 2022-11-23T01:36:22.4319660Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:36:22.4319770Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 PASSED [ 26%] 2022-11-23T01:36:22.4319870Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 PASSED [ 26%] 2022-11-23T01:36:22.4319980Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 PASSED [ 26%] 2022-11-23T01:36:22.4320090Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 PASSED [ 27%] 2022-11-23T01:36:22.4320200Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4320300Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4320440Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bool PASSED [ 27%] 2022-11-23T01:36:22.4320560Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex64 PASSED [ 27%] 2022-11-23T01:36:22.4320690Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4320800Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4320920Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4321040Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4321150Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4321270Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4321400Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 PASSED [ 27%] 2022-11-23T01:36:22.4321520Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4321630Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4321740Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4321850Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4321960Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 PASSED [ 27%] 2022-11-23T01:36:22.4322070Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4322170Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4322270Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4322380Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4322490Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool PASSED [ 27%] 2022-11-23T01:36:22.4322600Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 PASSED [ 27%] 2022-11-23T01:36:22.4322720Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4322840Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4322980Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 PASSED [ 27%] 2022-11-23T01:36:22.4323090Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4323200Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4323310Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 PASSED [ 27%] 2022-11-23T01:36:22.4323420Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4323530Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 PASSED [ 27%] 2022-11-23T01:36:22.4323630Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4323740Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4323850Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 PASSED [ 27%] 2022-11-23T01:36:22.4323950Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4324060Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4324170Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4324270Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4324400Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4324500Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4324610Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4324710Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4324820Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4324920Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4325020Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4325130Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4325240Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool PASSED [ 27%] 2022-11-23T01:36:22.4325350Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 PASSED [ 27%] 2022-11-23T01:36:22.4325470Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 PASSED [ 27%] 2022-11-23T01:36:22.4325600Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 PASSED [ 27%] 2022-11-23T01:36:22.4325720Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4325830Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 PASSED [ 27%] 2022-11-23T01:36:22.4325930Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4326040Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4326150Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4326250Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 PASSED [ 27%] 2022-11-23T01:36:22.4326360Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4326460Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4326560Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4326670Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4326790Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4326960Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 27%] 2022-11-23T01:36:22.4327080Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4327200Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4327320Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4327450Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4327570Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 27%] 2022-11-23T01:36:22.4327700Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4327820Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4327940Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4328050Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4328170Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4328310Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool PASSED [ 27%] 2022-11-23T01:36:22.4328420Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 PASSED [ 27%] 2022-11-23T01:36:22.4328520Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4328640Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4328760Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 PASSED [ 27%] 2022-11-23T01:36:22.4328870Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4328980Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4329080Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4329180Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4329290Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool PASSED [ 27%] 2022-11-23T01:36:22.4329390Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4329490Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 PASSED [ 27%] 2022-11-23T01:36:22.4329590Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4329700Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4329800Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool PASSED [ 27%] 2022-11-23T01:36:22.4329910Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4330020Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 PASSED [ 27%] 2022-11-23T01:36:22.4330130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4330240Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4330340Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4330450Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4330560Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4330660Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4330770Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4330900Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4331010Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4331110Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4331220Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool PASSED [ 27%] 2022-11-23T01:36:22.4331330Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 PASSED [ 27%] 2022-11-23T01:36:22.4331430Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 PASSED [ 27%] 2022-11-23T01:36:22.4331540Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4331640Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4331750Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4331850Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4331950Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4332070Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4332170Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4332290Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4332390Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4332500Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4332600Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 PASSED [ 27%] 2022-11-23T01:36:22.4332710Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 PASSED [ 27%] 2022-11-23T01:36:22.4332810Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 PASSED [ 27%] 2022-11-23T01:36:22.4332910Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 PASSED [ 27%] 2022-11-23T01:36:22.4333020Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4333120Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 PASSED [ 27%] 2022-11-23T01:36:22.4333240Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4336680Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4336780Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4336920Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:36:22.4337070Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:36:22.4337210Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:36:22.4337340Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:36:22.4337480Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:36:22.4337630Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:36:22.4337790Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:36:22.4337940Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:36:22.4338120Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:36:22.4338270Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:36:22.4338420Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:36:22.4338570Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:36:22.4338710Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:36:22.4338860Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:36:22.4338970Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:36:22.4339080Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool PASSED [ 27%] 2022-11-23T01:36:22.4339190Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 PASSED [ 27%] 2022-11-23T01:36:22.4339300Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4339430Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 PASSED [ 27%] 2022-11-23T01:36:22.4339530Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4339630Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 PASSED [ 27%] 2022-11-23T01:36:22.4339750Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 PASSED [ 27%] 2022-11-23T01:36:22.4339850Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 PASSED [ 27%] 2022-11-23T01:36:22.4339960Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 PASSED [ 27%] 2022-11-23T01:36:22.4340070Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 PASSED [ 27%] 2022-11-23T01:36:22.4340170Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 PASSED [ 27%] 2022-11-23T01:36:22.4340270Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 PASSED [ 27%] 2022-11-23T01:36:22.4340380Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 PASSED [ 27%] 2022-11-23T01:36:22.4340480Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4340600Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 PASSED [ 28%] 2022-11-23T01:36:22.4340710Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 PASSED [ 28%] 2022-11-23T01:36:22.4340820Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 PASSED [ 28%] 2022-11-23T01:36:22.4340930Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4341050Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 PASSED [ 28%] 2022-11-23T01:36:22.4341170Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4341270Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4341380Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 PASSED [ 28%] 2022-11-23T01:36:22.4341500Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4341650Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T01:36:22.4341760Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4341880Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4342010Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4342130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4342270Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4342410Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4342530Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4342650Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4342770Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4342890Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4343010Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4343130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4343250Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4343380Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 28%] 2022-11-23T01:36:22.4343500Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4343630Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 28%] 2022-11-23T01:36:22.4343750Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4343870Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4344000Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4344140Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex128 PASSED [ 28%] 2022-11-23T01:36:22.4344270Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex64 PASSED [ 28%] 2022-11-23T01:36:22.4344400Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4344530Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4344660Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4344800Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_uint8 PASSED [ 28%] 2022-11-23T01:36:22.4344950Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4345070Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4345200Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4345330Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4345440Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4345560Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4345680Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4345840Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4345970Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 28%] 2022-11-23T01:36:22.4346100Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4346220Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 28%] 2022-11-23T01:36:22.4346360Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 XFAIL [ 28%] 2022-11-23T01:36:22.4346500Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4346620Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4346740Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4346860Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4347020Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4347140Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4347250Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 PASSED [ 28%] 2022-11-23T01:36:22.4347390Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4347510Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4347620Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4347730Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4347850Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 PASSED [ 28%] 2022-11-23T01:36:22.4347960Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4348070Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 PASSED [ 28%] 2022-11-23T01:36:22.4348200Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4348330Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_complex128 PASSED [ 28%] 2022-11-23T01:36:22.4348460Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_complex64 PASSED [ 28%] 2022-11-23T01:36:22.4348590Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float16 PASSED [ 28%] 2022-11-23T01:36:22.4348720Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4348840Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4348970Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int32 PASSED [ 28%] 2022-11-23T01:36:22.4349090Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4349210Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4349350Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_uint8 PASSED [ 28%] 2022-11-23T01:36:22.4349490Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4349620Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4349760Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int32 PASSED [ 28%] 2022-11-23T01:36:22.4349890Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4350010Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_uint8 PASSED [ 28%] 2022-11-23T01:36:22.4350130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4350260Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4350380Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4350500Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4350610Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 28%] 2022-11-23T01:36:22.4350730Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4350850Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4350970Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4351100Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4351250Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4351370Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int32 PASSED [ 28%] 2022-11-23T01:36:22.4351490Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4351630Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_uint8 SKIPPED (Skipped!) [ 28%] 2022-11-23T01:36:22.4351740Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 PASSED [ 28%] 2022-11-23T01:36:22.4351850Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4351950Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4352050Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool PASSED [ 28%] 2022-11-23T01:36:22.4352160Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 PASSED [ 28%] 2022-11-23T01:36:22.4352270Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 PASSED [ 28%] 2022-11-23T01:36:22.4352380Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 PASSED [ 28%] 2022-11-23T01:36:22.4352490Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4352620Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4352730Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4352830Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4352940Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4353050Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4353160Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4353260Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4353370Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 PASSED [ 28%] 2022-11-23T01:36:22.4353470Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 PASSED [ 28%] 2022-11-23T01:36:22.4353570Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 PASSED [ 28%] 2022-11-23T01:36:22.4353700Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4353800Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4353900Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4354000Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 PASSED [ 28%] 2022-11-23T01:36:22.4354100Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4354210Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 PASSED [ 28%] 2022-11-23T01:36:22.4354320Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 PASSED [ 28%] 2022-11-23T01:36:22.4354420Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4354520Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 PASSED [ 28%] 2022-11-23T01:36:22.4354620Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4354730Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 PASSED [ 28%] 2022-11-23T01:36:22.4354840Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 PASSED [ 28%] 2022-11-23T01:36:22.4354940Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4355070Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 PASSED [ 28%] 2022-11-23T01:36:22.4355170Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4355280Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4355380Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool PASSED [ 28%] 2022-11-23T01:36:22.4355480Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 PASSED [ 28%] 2022-11-23T01:36:22.4355590Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 PASSED [ 28%] 2022-11-23T01:36:22.4355690Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 PASSED [ 28%] 2022-11-23T01:36:22.4355800Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 PASSED [ 28%] 2022-11-23T01:36:22.4355900Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4356000Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4356100Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4356210Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4356320Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 PASSED [ 28%] 2022-11-23T01:36:22.4356430Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 PASSED [ 28%] 2022-11-23T01:36:22.4356550Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 28%] 2022-11-23T01:36:22.4356660Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 PASSED [ 28%] 2022-11-23T01:36:22.4356770Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 PASSED [ 28%] 2022-11-23T01:36:22.4356880Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 PASSED [ 28%] 2022-11-23T01:36:22.4357000Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 PASSED [ 28%] 2022-11-23T01:36:22.4357110Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 PASSED [ 28%] 2022-11-23T01:36:22.4357220Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 PASSED [ 28%] 2022-11-23T01:36:22.4357330Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4357430Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 PASSED [ 28%] 2022-11-23T01:36:22.4357540Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:36:22.4357670Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool PASSED [ 28%] 2022-11-23T01:36:22.4357780Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 PASSED [ 28%] 2022-11-23T01:36:22.4357890Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 PASSED [ 28%] 2022-11-23T01:36:22.4358000Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 PASSED [ 28%] 2022-11-23T01:36:22.4358100Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4358210Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4358310Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool PASSED [ 29%] 2022-11-23T01:36:22.4358420Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 PASSED [ 29%] 2022-11-23T01:36:22.4358530Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 PASSED [ 29%] 2022-11-23T01:36:22.4358640Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 PASSED [ 29%] 2022-11-23T01:36:22.4358750Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4358850Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4358960Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4359110Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4359210Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4359310Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 PASSED [ 29%] 2022-11-23T01:36:22.4359410Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4359520Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4359620Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4359720Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4359820Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4359930Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 PASSED [ 29%] 2022-11-23T01:36:22.4360030Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4360130Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4360230Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4360330Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4360440Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4360540Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4360640Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4360740Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4360840Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4360950Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4361060Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 PASSED [ 29%] 2022-11-23T01:36:22.4361160Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4361260Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4361360Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 PASSED [ 29%] 2022-11-23T01:36:22.4361530Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 PASSED [ 29%] 2022-11-23T01:36:22.4361630Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 PASSED [ 29%] 2022-11-23T01:36:22.4361740Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4361830Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4361930Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4362030Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4362130Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4362240Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 PASSED [ 29%] 2022-11-23T01:36:22.4362340Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4362430Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4362550Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 PASSED [ 29%] 2022-11-23T01:36:22.4362650Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4362750Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4362860Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4363000Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4363100Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 PASSED [ 29%] 2022-11-23T01:36:22.4363200Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4363300Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4363400Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4363500Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4363610Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4363710Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4363810Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4363920Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4364020Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool PASSED [ 29%] 2022-11-23T01:36:22.4364120Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4367230Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4367340Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4367450Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4367560Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4367680Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4367780Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4367880Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4367980Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4368080Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4368180Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool PASSED [ 29%] 2022-11-23T01:36:22.4368280Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4368380Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4368560Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float16 PASSED [ 29%] 2022-11-23T01:36:22.4368680Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4368800Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4368930Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4369050Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool PASSED [ 29%] 2022-11-23T01:36:22.4369170Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4369280Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4369390Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4369500Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4369610Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4369720Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4369830Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4369960Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4370070Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4370180Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_bool PASSED [ 29%] 2022-11-23T01:36:22.4370300Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4370410Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4370520Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4370630Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4370740Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4370850Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4370960Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4371060Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4371170Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4371280Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4371380Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool PASSED [ 29%] 2022-11-23T01:36:22.4371490Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4371620Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4371730Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4371850Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool PASSED [ 29%] 2022-11-23T01:36:22.4371950Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4372060Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4372160Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4372260Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4372390Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4372500Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4372610Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4372730Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4372860Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4372990Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex128 PASSED [ 29%] 2022-11-23T01:36:22.4373110Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4373240Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4373350Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool PASSED [ 29%] 2022-11-23T01:36:22.4373460Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4373570Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4373680Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4373810Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4373940Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4374070Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4374190Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4374320Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4374450Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4374570Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4374710Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4374850Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4374970Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4375100Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4375220Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4375340Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4375460Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4375560Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4375670Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4375780Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4375890Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4376000Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_float64 PASSED [ 29%] 2022-11-23T01:36:22.4376110Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4376220Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int32 PASSED [ 29%] 2022-11-23T01:36:22.4376350Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4376460Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4376580Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:36:22.4376710Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_bool PASSED [ 29%] 2022-11-23T01:36:22.4376830Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex64 PASSED [ 29%] 2022-11-23T01:36:22.4376950Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float16 PASSED [ 29%] 2022-11-23T01:36:22.4377080Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int64 PASSED [ 29%] 2022-11-23T01:36:22.4377190Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int8 PASSED [ 29%] 2022-11-23T01:36:22.4377310Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_uint8 PASSED [ 29%] 2022-11-23T01:36:22.4377430Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 29%] 2022-11-23T01:36:22.4377560Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 29%] 2022-11-23T01:36:22.4377700Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 29%] 2022-11-23T01:36:22.4377820Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4377940Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4378050Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4378160Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float16 PASSED [ 30%] 2022-11-23T01:36:22.4378280Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4378390Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4378500Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4378610Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4378720Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4378830Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4378940Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4379050Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4379160Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 PASSED [ 30%] 2022-11-23T01:36:22.4379280Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4379400Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4379510Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4379620Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4379720Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4379830Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4379930Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4380030Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 PASSED [ 30%] 2022-11-23T01:36:22.4380140Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4380270Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4380390Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4380490Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4380600Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4380700Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4380810Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4380910Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 PASSED [ 30%] 2022-11-23T01:36:22.4381020Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4381130Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 PASSED [ 30%] 2022-11-23T01:36:22.4381230Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4381340Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4381450Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 PASSED [ 30%] 2022-11-23T01:36:22.4381550Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4381690Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4381790Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4381890Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4382000Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4382110Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4382220Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4382330Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 PASSED [ 30%] 2022-11-23T01:36:22.4382430Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4382540Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4382640Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 PASSED [ 30%] 2022-11-23T01:36:22.4382750Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4382850Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4382950Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4383050Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4383150Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4383250Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4383350Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4383450Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4383560Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4383660Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4383760Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4383860Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4383960Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4384080Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 PASSED [ 30%] 2022-11-23T01:36:22.4384190Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4384300Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4384410Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4384510Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4384620Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4384720Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4384820Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4384920Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4385030Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4385130Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4385230Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4385340Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4385460Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4385560Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4385660Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4385750Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 PASSED [ 30%] 2022-11-23T01:36:22.4385860Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4385950Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4386050Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4386150Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4386270Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 XFAIL [ 30%] 2022-11-23T01:36:22.4386370Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool XFAIL [ 30%] 2022-11-23T01:36:22.4386490Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 XFAIL [ 30%] 2022-11-23T01:36:22.4386600Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 XFAIL [ 30%] 2022-11-23T01:36:22.4386710Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 XFAIL [ 30%] 2022-11-23T01:36:22.4386810Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 XFAIL [ 30%] 2022-11-23T01:36:22.4386920Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4387110Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4387240Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4387360Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 PASSED [ 30%] 2022-11-23T01:36:22.4387480Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4387590Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4387690Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4387800Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4387910Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4388010Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4388140Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4388250Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 PASSED [ 30%] 2022-11-23T01:36:22.4388350Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4388460Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4388570Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 PASSED [ 30%] 2022-11-23T01:36:22.4388680Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4388790Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4388890Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4388990Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4389100Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4389210Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4389320Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4389430Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4389570Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4389670Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4389780Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4389880Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4389980Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4390090Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4390200Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4390300Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4390400Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4390510Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4390610Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4390720Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4390820Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4390930Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4391050Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4391170Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4391280Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4391390Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4391490Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4391600Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4391700Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4391810Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 PASSED [ 30%] 2022-11-23T01:36:22.4391920Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:36:22.4392050Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4392160Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 PASSED [ 30%] 2022-11-23T01:36:22.4392270Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 PASSED [ 30%] 2022-11-23T01:36:22.4392370Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4392480Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 PASSED [ 30%] 2022-11-23T01:36:22.4392590Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4392710Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex128 PASSED [ 30%] 2022-11-23T01:36:22.4392830Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4392940Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4393040Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4393140Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4393250Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool PASSED [ 30%] 2022-11-23T01:36:22.4393360Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 PASSED [ 30%] 2022-11-23T01:36:22.4393480Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 PASSED [ 30%] 2022-11-23T01:36:22.4393590Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 PASSED [ 30%] 2022-11-23T01:36:22.4393690Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 PASSED [ 30%] 2022-11-23T01:36:22.4397110Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 PASSED [ 30%] 2022-11-23T01:36:22.4397220Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 PASSED [ 30%] 2022-11-23T01:36:22.4397330Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:36:22.4397430Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 PASSED [ 31%] 2022-11-23T01:36:22.4397540Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 PASSED [ 31%] 2022-11-23T01:36:22.4397640Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 PASSED [ 31%] 2022-11-23T01:36:22.4397750Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 PASSED [ 31%] 2022-11-23T01:36:22.4397860Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 PASSED [ 31%] 2022-11-23T01:36:22.4397970Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 PASSED [ 31%] 2022-11-23T01:36:22.4398070Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 PASSED [ 31%] 2022-11-23T01:36:22.4398170Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:36:22.4398280Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 PASSED [ 31%] 2022-11-23T01:36:22.4398390Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 PASSED [ 31%] 2022-11-23T01:36:22.4398490Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 PASSED [ 31%] 2022-11-23T01:36:22.4398600Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 PASSED [ 31%] 2022-11-23T01:36:22.4398710Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 PASSED [ 31%] 2022-11-23T01:36:22.4398830Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 PASSED [ 31%] 2022-11-23T01:36:22.4398940Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:36:22.4399050Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 PASSED [ 31%] 2022-11-23T01:36:22.4399150Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 PASSED [ 31%] 2022-11-23T01:36:22.4399250Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 PASSED [ 31%] 2022-11-23T01:36:22.4399400Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 PASSED [ 31%] 2022-11-23T01:36:22.4399500Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 PASSED [ 31%] 2022-11-23T01:36:22.4399610Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 PASSED [ 31%] 2022-11-23T01:36:22.4399710Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 PASSED [ 31%] 2022-11-23T01:36:22.4399820Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 PASSED [ 31%] 2022-11-23T01:36:22.4399930Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 PASSED [ 31%] 2022-11-23T01:36:22.4400030Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 PASSED [ 31%] 2022-11-23T01:36:22.4400130Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 PASSED [ 31%] 2022-11-23T01:36:22.4400230Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 PASSED [ 31%] 2022-11-23T01:36:22.4400340Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool PASSED [ 31%] 2022-11-23T01:36:22.4400450Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 PASSED [ 31%] 2022-11-23T01:36:22.4400550Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 PASSED [ 31%] 2022-11-23T01:36:22.4400660Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 PASSED [ 31%] 2022-11-23T01:36:22.4400790Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 PASSED [ 31%] 2022-11-23T01:36:22.4400900Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 PASSED [ 31%] 2022-11-23T01:36:22.4401000Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 PASSED [ 31%] 2022-11-23T01:36:22.4401100Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 PASSED [ 31%] 2022-11-23T01:36:22.4401200Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 PASSED [ 31%] 2022-11-23T01:36:22.4401310Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool PASSED [ 31%] 2022-11-23T01:36:22.4401410Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 PASSED [ 31%] 2022-11-23T01:36:22.4401520Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 PASSED [ 31%] 2022-11-23T01:36:22.4401620Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 PASSED [ 31%] 2022-11-23T01:36:22.4401720Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_bool PASSED [ 31%] 2022-11-23T01:36:22.4401820Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float16 PASSED [ 31%] 2022-11-23T01:36:22.4401920Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int16 PASSED [ 31%] 2022-11-23T01:36:22.4402030Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 PASSED [ 31%] 2022-11-23T01:36:22.4402130Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 PASSED [ 31%] 2022-11-23T01:36:22.4402230Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 PASSED [ 31%] 2022-11-23T01:36:22.4402330Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 PASSED [ 31%] 2022-11-23T01:36:22.4402430Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 PASSED [ 31%] 2022-11-23T01:36:22.4402530Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 PASSED [ 31%] 2022-11-23T01:36:22.4402660Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs__conversions_complex_cpu PASSED [ 31%] 2022-11-23T01:36:22.4402760Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu PASSED [ 31%] 2022-11-23T01:36:22.4402860Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4402980Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu PASSED [ 31%] 2022-11-23T01:36:22.4403090Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu PASSED [ 31%] 2022-11-23T01:36:22.4403240Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_right_shift_cpu PASSED [ 31%] 2022-11-23T01:36:22.4403350Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4403460Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_cpu PASSED [ 31%] 2022-11-23T01:36:22.4403570Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu PASSED [ 31%] 2022-11-23T01:36:22.4403690Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu PASSED [ 31%] 2022-11-23T01:36:22.4403790Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4403890Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu PASSED [ 31%] 2022-11-23T01:36:22.4403990Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu PASSED [ 31%] 2022-11-23T01:36:22.4404100Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu PASSED [ 31%] 2022-11-23T01:36:22.4404210Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu PASSED [ 31%] 2022-11-23T01:36:22.4404320Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu PASSED [ 31%] 2022-11-23T01:36:22.4404420Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu PASSED [ 31%] 2022-11-23T01:36:22.4404520Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu PASSED [ 31%] 2022-11-23T01:36:22.4404650Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu PASSED [ 31%] 2022-11-23T01:36:22.4404740Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu PASSED [ 31%] 2022-11-23T01:36:22.4404840Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu PASSED [ 31%] 2022-11-23T01:36:22.4404950Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu PASSED [ 31%] 2022-11-23T01:36:22.4405060Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4405170Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu PASSED [ 31%] 2022-11-23T01:36:22.4405280Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4405390Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu PASSED [ 31%] 2022-11-23T01:36:22.4405480Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu PASSED [ 31%] 2022-11-23T01:36:22.4405600Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu PASSED [ 31%] 2022-11-23T01:36:22.4405710Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu PASSED [ 31%] 2022-11-23T01:36:22.4405810Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu PASSED [ 31%] 2022-11-23T01:36:22.4405920Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu PASSED [ 31%] 2022-11-23T01:36:22.4406030Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4406130Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4406230Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu PASSED [ 31%] 2022-11-23T01:36:22.4406340Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_cpu PASSED [ 31%] 2022-11-23T01:36:22.4406450Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu PASSED [ 31%] 2022-11-23T01:36:22.4406550Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4406670Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu PASSED [ 31%] 2022-11-23T01:36:22.4406790Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu PASSED [ 31%] 2022-11-23T01:36:22.4406920Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 31%] 2022-11-23T01:36:22.4407040Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4407180Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4407300Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu PASSED [ 31%] 2022-11-23T01:36:22.4407410Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu PASSED [ 31%] 2022-11-23T01:36:22.4407510Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu PASSED [ 31%] 2022-11-23T01:36:22.4407610Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu PASSED [ 31%] 2022-11-23T01:36:22.4407720Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu PASSED [ 31%] 2022-11-23T01:36:22.4407820Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_tril_cpu PASSED [ 31%] 2022-11-23T01:36:22.4407930Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu PASSED [ 31%] 2022-11-23T01:36:22.4408050Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4408170Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4408280Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu XFAIL [ 31%] 2022-11-23T01:36:22.4408400Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_xlogy_cpu PASSED [ 31%] 2022-11-23T01:36:22.4408520Z test_ops.py::TestCommonCPU::test_python_ref_errors_ops_nvprims_view_cpu PASSED [ 31%] 2022-11-23T01:36:22.4408700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4408830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4408970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4409120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4409270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4409440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4409610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4409770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4409920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4410060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4410200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4410330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4410460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4410590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4410750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4410900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4411050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4411210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4411360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4411500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4411650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4411810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4411960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4412130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4412300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4412450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4412620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4412760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4412920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4413080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4413240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4413390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4413540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4413690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4413830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4413980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4414130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4414270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4414420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4414560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4414720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4414910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4415060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4415210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4415360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4415510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:36:22.4415660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4415810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4415960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4416100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4416280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4416430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4416580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4416730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4416890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4417040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4417190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4417340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4417490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4417640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4417790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4417940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4418090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4418240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4418390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4418570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4418730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4418880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4419030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4419170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4419320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4419470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4419630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4419770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4419940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4420090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4420240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4420390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4420530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4420680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4420830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4420970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4421120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4421270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4421420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4421570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4421720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4421870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4422010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4422180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4422330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4422500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4422680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4422880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4423050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4423190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4423340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4423480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4423660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4423810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4423960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4424110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4424270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4424430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4424590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4424740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4424890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4425030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4425180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4425330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4425470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4425620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4425770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4425940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4426090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4426240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4426390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4426530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4426680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4426830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4426980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4427130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4427290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4427440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4427590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4427740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4427890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4428030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4428180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4431740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4431900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4432050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4432210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4432370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4432510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4432660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4432810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4432960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4433180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4433330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4433470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4433620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4433760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4433900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4434050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4434190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4434340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4434530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4434670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4434820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4434960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4435110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4435260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4435400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4435550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4435700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4435840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4435990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4436130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4436270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4436420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4436560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4436730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4436880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4437040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4437200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4437350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4437510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4437660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4437810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4437950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4438120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4438260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4438410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4438560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4438710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4438850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4439000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4439150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4439300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4439450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4439600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4439740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4439890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4440030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4440170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4440310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4440460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4440600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4440730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4440870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4441000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4441140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4441280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4441430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:36:22.4441570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4441700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4441870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4442030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4442180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4442340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4442490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4442630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4442770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4442910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4443050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4443190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4443330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4443470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4443610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4443760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4443920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4444060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4444210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4444350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4444480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4444620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4444760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4444900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4445040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4445170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4445310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4445440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4445600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4445730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4445860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4446000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4446140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4446280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4446420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4446560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4446690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4446830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4446970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4447110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4447250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4447400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4447540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4447680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4447820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4447990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4448130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4448270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4448410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4448560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4448700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4448830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4448970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4449110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4449280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4449420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4449570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4449730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4449870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4450010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4450150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4450290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4450440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4450590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4450720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4450860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4450990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4451130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4451260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4451390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4451530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4451720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4451850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4451990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4452150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4452310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4452460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4452600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4452730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4452870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4453000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4453150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4453290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4453430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4453570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4453700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4453840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4453970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4454100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4454240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4454380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4454510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4454650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4454780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4454920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4455050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4455190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4455340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4455470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4455610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4455750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4455890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4456030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4456170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4456300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4456440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4456570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4456740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4456880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4457030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4457180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4457320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4457460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4457610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4457750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4457890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4458030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4458180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4458320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4458460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4458600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4458740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4458880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4459040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4459180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4459320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4459450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4459580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4459720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4459860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4460000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4460140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4460280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4460440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4460570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4460710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4460850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4460980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4461120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4461260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4461390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4461530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4461670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4461810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4461960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4462120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4462260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4462390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4462520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:36:22.4462660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4462830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4462960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4463100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4463240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4463370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4463510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4463650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4463810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4463960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4464130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4464270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4464410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4464540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4464680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4464810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4464950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4465080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4465220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4468660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4468800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4468940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4469080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4469220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4469380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4469540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4469680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4469880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4470020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4470170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4470330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4470470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4470610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4470750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4470890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4471030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4471180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4471340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4471480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4471620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4471760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4471910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4472070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4472220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4472360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4472500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4472640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4472780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4472910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4473050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4473190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4473330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4473480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4473650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4473800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4473940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4474080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4474220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4474360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4474490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4474630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4474770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4474940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4475080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4475220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4475360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4475500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4475630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4475770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4475910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4476060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4476200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4476340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4476480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4476630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4476780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4476940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4477080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4477230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4477380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4477520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4477660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4477800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4477940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4478080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4478230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4478380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4478530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4478680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4478820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4478970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4479110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4479250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4479390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4479540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4479680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4479830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4479970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4480120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4480270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4480410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4480550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4480690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4480860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4481010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4481140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4481290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4481440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4481590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4481740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4481880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4482030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4482170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4482360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4482500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4482660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4482810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4482960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4483100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4483250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4483400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4483540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4483690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4483830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4483990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4484150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4484290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4484430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4484600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4484760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4484920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4485090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4485250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4485400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4485540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4485680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4485820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4485990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4486130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4486270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4486410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4486550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4486690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4486830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4486970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4487140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4487270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4487420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4487570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:36:22.4487720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4487870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4488010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4488140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4488280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4488440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4488570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4488700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4488850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4488990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4489120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4489260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4489390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4489530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4489670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4489830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4489970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4490100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4490240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4490380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4490530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4490670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4490800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4490940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4491080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4491220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4491350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4491480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4491620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4491760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4491900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4492050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4492200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4492350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4492510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4492640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4492780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4492920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4493070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4493210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4493350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4493510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4493650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4493780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4493920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4494050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4494200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4494340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4494480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4494620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4494750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4494890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4495030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4495160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4495300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4495440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4495580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4495750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4495890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4496040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4496180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4496330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4496470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4496620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4496770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4496910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4497090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4497240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4497380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4497520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4497660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4497800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4497940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4498080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4498220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4498360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4498490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4498630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4498770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4498900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4499040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4499180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4499320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4499480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4499640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4499800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4499950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4500100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4500240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4500380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4500530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4500690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4500870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4501030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4501200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4501350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4501490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4501640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4501790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4501930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4502070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4502210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4502350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4505780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4505940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4506080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4506230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4506380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4506550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4506690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4506840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4506980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4507120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4507260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4507400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4507550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4507700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4507860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4508010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4508150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4508290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4508440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4508600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4508750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4508890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4509030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4509170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4509310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4509450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4509580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4509720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4509850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4509990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4510120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4510300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4510440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4510580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4510720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4510860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4511000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4511130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4511270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4511400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4511530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4511690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4511830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4511970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4512100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4512240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:36:22.4512380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4512520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4512660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4512800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4512930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4513070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4513210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4513350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4513490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4513620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4513770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4513970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4514110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4514250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4514390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4514530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4514670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4514820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4514960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4515100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4515270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4515410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4515540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4515680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4515830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4515980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4516120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4516250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4516390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4516540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4516690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4516850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4516990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4517130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4517260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4517400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4517540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4517710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4517860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4518000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4518140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4518280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4518420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4518570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4518710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4518860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4519020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4519180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4519330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4519490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4519630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4519770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4519910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4520060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4520200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4520340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4520480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4520620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4520770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4520910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4521050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4521190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4521360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4521500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4521650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4521790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4521930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4522080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4522230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4522370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4522510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4522680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4522820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4522950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4523090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4523230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4523370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4523510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4523650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4523800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4523950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4524110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4524270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4524420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4524570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4524720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4524870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4525030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4525170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4525320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4525470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 36%] 2022-11-23T01:36:22.4525620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4525760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4525900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4526060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4526200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4526370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4526520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4526670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4526820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4526960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4527110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4527260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4527400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4527540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4527690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4527840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4527990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4528130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4528280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4528420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4528600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4528740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4528880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4529020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4529170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4529300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4529440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4529580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4529720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4529860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4530040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4530180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4530320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4530460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4530590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4530730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4530870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4531010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4531150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4531290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4531450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4531600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4531730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4531870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4532010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4532150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4532290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4532470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:36:22.4532710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:36:22.4532940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:36:22.4533150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:36:22.4533360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:36:22.4533570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:36:22.4533770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:36:22.4533970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:36:22.4534170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:36:22.4534400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for empty) [ 36%] 2022-11-23T01:36:22.4534610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool SKIPPED (Can't check result for empty_like) [ 36%] 2022-11-23T01:36:22.4534820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4535040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4535250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4535480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4535700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4535910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4536110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4536330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4536540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4536750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4536960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4537170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4537400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4537610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:36:22.4537740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4537880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4538020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4538150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4538280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4538420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4538560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4538690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4538860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4539000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4539130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4539270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4539410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4539540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4539680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4539810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4539940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4540080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4540220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4540370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4540520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4540650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4540790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4540920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4544320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4544490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4544620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4544760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4544890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4545020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4545160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4545300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4545440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4545580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4545710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4545870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4546000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4546140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4546280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4546420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4546550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4546690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4546830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4546970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4547100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4547240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4547370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4547510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4547670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4547820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4547960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4548120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4548270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4548420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4548570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4548730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4548870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4549010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4549150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4549280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4549410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4549590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4549730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4549870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4550010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4550140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4550280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4550420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4550560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4550700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4550840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4551000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4551150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4551290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4551430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4551570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4551700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4551850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4552020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4552160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4552310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4552450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4552590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4552730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4552880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4553020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4553150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4553310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4553460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4553600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4553740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4553890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4554030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4554170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4554310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4554450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4554590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4554720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4554870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4555010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4555140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4555280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4555420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4555560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4555720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4555880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4556030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4556170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4556300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4556440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4556570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4556710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4556850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4556990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4557150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4557280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4557430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4557560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4557700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4557840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4557980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4558120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4558250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4558400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4558540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4558680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4558810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4558950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4559090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4559220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4559380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4559520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4559660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4559800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4559940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4560080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:36:22.4560220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4560360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4560500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4560670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4560810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4560950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4561090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4561230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4561370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4561510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4561660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4561810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4561950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4562090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4562230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4562370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4562510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4562650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4562790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4562950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4563100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4563260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4563420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4563560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4563690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4563840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4563980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4564130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4564290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4564480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4564630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4564790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4564930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4565070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4565200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4565340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4565480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4565610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4565750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4565890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4566030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4566170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4566310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4566460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4566590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4566760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4566900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4567050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4567200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4567360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4567490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4567640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4567770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4567910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4568050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4568220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4568350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4568500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4568640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4568780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4568910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4569060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4569200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4569340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4569480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4569610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4569750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4569890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4570030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4570170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4570310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4570460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4570610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4570750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4570890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4571040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4571180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4571320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4571460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4571610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4571780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4571930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4572090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4572240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4572390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4572520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4572660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4572800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4572940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4573080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4573220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4573350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4573490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4573640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4573780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4573910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4574070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4574210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4574340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4574480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4574620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4574760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4574900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4575040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4575180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4575310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4575470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4575600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4575740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4575880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4576020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4576170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4576310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4576440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4576590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4576730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4576870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4577010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4577150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4577290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4577430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4580920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4581110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4581250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4581390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4581530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4581670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4581810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4581950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4582100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4582230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4582410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4582540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4582690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4582850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4583010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4583160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4583300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4583430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4583570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4583720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4583860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4584000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4584130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4584280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4584420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4584560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4584720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4584860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:36:22.4585000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4585140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4585280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4585420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4585550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4585690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4585830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4585970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4586130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4586270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4586410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4586550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4586690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4586830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4586970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4587120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4587250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4587390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4587520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4587680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4587830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4587970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4588120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4588250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4588410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4588550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4588690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4588830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4588970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4589110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4589250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4589390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4589520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4589660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4589820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4589970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4590110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4590250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4590390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4590530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4590670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4590810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4590950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4591080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4591220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4591360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4591490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4591630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4591760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4591900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4592040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4592200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4592330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4592470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4592610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4592750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4592880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4593020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4593160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4593300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4593460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4593600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4593730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4593870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4594010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4594150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4594290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4594420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4594560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4594690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4594830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4594970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4595130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4595280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4595420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4595560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4595700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4595870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4596030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4596190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4596340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4596500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4596660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4596800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4596940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4597080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4597380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4597520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4597660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4597800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4597940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4598090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4598230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4598370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4598500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4598640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4598790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4598940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4599100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4599260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4599400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4599530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4599690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4599830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4599960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4600100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4600250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4600380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4600520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4600660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4600790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4600930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4601090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4601220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4601360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4601500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4601640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4601770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4601910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4602040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4602180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4602310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4602450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4602580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4602720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4602850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4602990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4603130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4603260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4603420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4603550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4603690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4603830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4603980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4604120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4604250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4604390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4604520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4604660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4604820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4604950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4605090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4605220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4605360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4605490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4605630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4605770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4605910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4606050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:36:22.4606180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4606320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4606450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4606580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4606720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4606860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4607010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4607150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4607280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4607420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4607550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4607680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4607810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4607960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4608130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4608300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4608490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4608650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4608790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4608920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4609060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4609220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4609390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4609580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4609750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4609910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4610050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4610190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4610330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4610470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4610610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4610750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4610890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4611070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4611210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4611350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4611490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4611620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4611760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4611900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4612050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4612210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4612400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4612540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4612680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4612810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4612960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4613110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4613260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4613410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4613550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4613690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4613830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4613970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4614100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4614240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4614380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4617840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4617990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4618150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4618290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4618440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4618600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4618740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4618870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4619010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4619150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4619290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4619430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4619610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4619750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4619890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4620030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4620170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4620310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4620460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4620600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4620740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4620880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4621030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4621170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4621310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4621460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4621600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4621740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4621910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4622050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4622200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4622340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4622480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4622620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4622760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4622900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4623040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4623220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4623410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4623590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4623770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4623910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4624050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4624190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4624330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4624470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4624610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4624760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4624900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4625060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4625230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4625360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4625510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4625660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4625810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4625950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4626090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4626230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4626370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4626520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4626670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4626820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4626960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4627120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4627270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4627410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4627550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4627690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4627830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4627970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4628110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4628240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4628380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4628520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4628660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4628810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4628950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4629090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4629230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4629390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4629530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4629670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4629810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4629950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4630090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4630230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4630360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4630500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4630710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4630850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4631000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4631160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:36:22.4631310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4631450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4631580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4631720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4631870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4632030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4632180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4632310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4632450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4632580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4632730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4632860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4633000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4633160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4633300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4633440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4633580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4633720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4633870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4634020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4634160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4634300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4634440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4634600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4634740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4634880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4635010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4635150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4635290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4635430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4635570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4635700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4635850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4635980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4636120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4636260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4636410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4636550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4636690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4636850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4636990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4637130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4637260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4637400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4637540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4637680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4637820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4637960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4638130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4638280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4638430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4638560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4638700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4638830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4638980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4639120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4639260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4639400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4639540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4639680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4639820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4639950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4640090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4640220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4640360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4640540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4640670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4640810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4640940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4641070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4641210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4641340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4641480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4641610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4641750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4641900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4642040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4642170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4642310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4642440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4642580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4642720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4642860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4642990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4643130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4643270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4643410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4643550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4643690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4643850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4644000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4644140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4644330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4644470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4644610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4644740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4644890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4645040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4645190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4645360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4645520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4645710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4645850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4646000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4646140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4646290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4646430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4646570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4646720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4646860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4647010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4647150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4647300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4647440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4647580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4647730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4647870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4648030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4648190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4648340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4648480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4648620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4648770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4648920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4649070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4649220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4649380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4649520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4649660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4649800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4649940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4650080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4650220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4650370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4650510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4650650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4650790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4650930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4651070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4651210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4651350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4654890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4655090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4655230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4655360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4655500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4655640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4655770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4655910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:36:22.4656060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4656200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4656330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4656490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4656630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4656760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4656900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4657040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4657170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4657310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4657450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4657590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4657720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4657860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4657990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4658140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4658280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4658410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4658550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4658720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4658860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4659000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4659140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4659280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4659410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4659550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4659680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4659810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4659950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4660100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4660230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4660370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4660510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4660650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4660780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4660920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4661070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4661220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4661380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4661520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4661670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4661810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4661970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4662130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4662280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4662490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4662640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4662790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4662940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4663080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4663220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4663360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4663510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4663650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4663850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4663990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4664140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4664380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4664550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4664710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4664870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4665010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4665150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4665280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4665430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4665570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4665720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4665860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4666000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4666150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4666360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4666510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4666650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4666790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4666930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4667070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4667220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4667360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4667500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4667690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4667830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4667970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4668110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4668250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4668390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4668530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4668670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4668810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4668950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4669090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4669230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4669370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4669510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4669660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4669800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4669940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4670100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4670240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4670380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4670520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4670660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4670790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4670930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4671070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4671210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4671400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4671540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4671680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4671820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4671950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4672090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4672230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4672360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4672520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4672670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4672810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4672940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4673070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4673210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4673360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4673520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4673680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4673860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4674010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4674150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4674290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4674430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4674560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4674700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4674850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4674990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4675170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4675340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4675480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4675620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4675760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4675890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4676030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4676170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4676310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4676450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4676590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4676730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4676870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4677010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4677140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4677280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4677480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4677620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:36:22.4677760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4677920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4678070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4678220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4678380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4678530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4678680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4678870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4679010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4679170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4679320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4679480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4679650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4679820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4679970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4680130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4680280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4680430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4680580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4680730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4680880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4681040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4681240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4681390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4681550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4681700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4681850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4682000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4682140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4682280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4682420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4682610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4682740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4682880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4683020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4683160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4683300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4683440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4683580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4683710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4683850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4683990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4684130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4684270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4684420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4684560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4684700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4684890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4685030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4685170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4685310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4685440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4685570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4685710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4685840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4685980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4686120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4686280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4686420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4686550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4686690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4686830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4686960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4687100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4687240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4687380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4687520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4687680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4687830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4687980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4688120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4688260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4688410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4688600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4688750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4688910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4692440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4692590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4692730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4692870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4693010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4693160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4693300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4693500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4693650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4693790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4693940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4694080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4694220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4694370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4694500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4694640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4694780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4694910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4695060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4695200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4695350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4695500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4695660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4695830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4695970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4696110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4696270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4696410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4696550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4696690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4696830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4696960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4697090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4697290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4697420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4697550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4697690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4697830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4697960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4698100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4698230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4698370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4698500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4698630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4698770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4698910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4699050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4699190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4699420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4699650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4699870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4700080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4700290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4700490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4700700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4700920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4701120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4701330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4701560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4701770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4701970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for new_empty) [ 43%] 2022-11-23T01:36:22.4702150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4702320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4702490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4702660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4702830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4703000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4703160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4703330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4703500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4703690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4703870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 43%] 2022-11-23T01:36:22.4704030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4704170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:36:22.4704310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4704450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4704600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4704750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4704910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4705070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4705230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4705390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4705530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4705670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4705820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4705950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4706090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4706230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4706370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4706500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4706640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4706790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4706930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4707070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4707210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4707350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4707490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4707670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4707820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4707960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4708110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4708250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4708380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4708530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4708660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4708810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4708960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4709120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4709260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4709400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4709540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4709680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4709820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4709980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4710130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4710290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4710440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4710590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4710740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4710890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4711040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4711190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4711400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4711550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4711700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4711850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4712020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4712180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4712340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4712490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4712640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4712820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4712960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4713110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4713260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4713400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4713550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4713710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4713860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4714010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4714170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4714320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4714480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4714630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4714780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4714930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4715100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4715250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4715410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4715580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4715730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4715890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4716040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4716180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4716330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4716490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4716650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4716800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4716950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4717100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4717260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4717410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4717560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4717710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4717860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4718010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4718180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4718340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4718510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4718690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4718840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4719000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4719170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4719330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4719490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4719650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4719810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4720010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4720180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4720340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4720500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4720660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4720840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4721020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4721190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4721350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4721490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4721640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4721790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4721940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4722090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4722240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4722410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4722560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4722710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4722860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4723010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4723160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4723310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4723500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4723690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4723840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4724000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4724170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4724330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4724490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4724640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4724800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4724960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4725120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4725270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4725420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4725570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4725720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4725880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4726160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4726320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4726480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4726630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4726780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4726940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4727090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4727240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:36:22.4727430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4727580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4727740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4727900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4728070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4728220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4728370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4728510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4728660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4728810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4732310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4732460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4732610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4732760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4732920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4733100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4733250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4733400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4733560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4733720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4733880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4734040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4734200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4734360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4734540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4734690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4734850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4735010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4735170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4735330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4735480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4735640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4735810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4735980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4736150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4736310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4736460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4736620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4736800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4736980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4737130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4737310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4737480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4737640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4737790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4737940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4738100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4738280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4738430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4738580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4738730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4738880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4739030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4739190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4739340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4739500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4739650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4739810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4739990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4740140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4740290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4740460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4740610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4740770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4740930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4741090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4741250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4741410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4741560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4741720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4741900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4742040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4742170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4742320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4742460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4742590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4742720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4742860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4743010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4743150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4743290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4743430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4743560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4743700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4743840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4743980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4744160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4744310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4744450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4744580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4744730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4744870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4745000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4745140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4745280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4745420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4745600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4745740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4745880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4746020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4746150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4746290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4746430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4746580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4746720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4746860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4747000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4747130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4747280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4747420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4747560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4747700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4747880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4748020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4748160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4748290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4748430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4748580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4748720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4748860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4749000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4749130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4749290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4749430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4749560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4749700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4749840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4749980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4750110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4750250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4750390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4750520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4750660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4750800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4750940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4751080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4751210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4751350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4751490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4751730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:36:22.4751960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:36:22.4752180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:36:22.4752430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:36:22.4752650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:36:22.4752870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 SKIPPED (make_traced() doesn't set seed properly!) [ 45%] 2022-11-23T01:36:22.4753020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4753180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4753380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4753560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:36:22.4753730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4753870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4754010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4754150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4754280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4754420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4754560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4754690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4754830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4754960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4755100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4755240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4755380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4755520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4755660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4755830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4755990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4756130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4756280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4756420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4756560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4756700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4756830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4756980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4757150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4757300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4757440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4757580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4757730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4757870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4758010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4758160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4758300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4758440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4758580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4758720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4758870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4759010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4759150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4759280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4759480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4759630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4759770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4759910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4760060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4760220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4760360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4760500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4760640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4760770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4760960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4761110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4761250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4761390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4761530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4761670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4761810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4761940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4762080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4762230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4762380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4762520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4762660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4762810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4762940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4763090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4763240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4763380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4763520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4763660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4763800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4763930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4764070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4764200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4764380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4764520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4764690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4764830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4764970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4765110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4765250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4765390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4765530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4765670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4765800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4765940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4766080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4766220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4766350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4766480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4766620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4766760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4766920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4770450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4770590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4770730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4770860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4771000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4771140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4771280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4771410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4771540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4771730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4771860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4772010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4772160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4772310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4772460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4772590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4772730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4772860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4773000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4773140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4773270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4773410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4773550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4773690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4773820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4773950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4774110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4774250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4774390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4774530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4774660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4774800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4774940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4775070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4775210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4775360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4775490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4775630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4775770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4775900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4776040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4776170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4776310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4776440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4776600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4776750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4776890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4777020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4777150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4777290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4777420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4777560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4777730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4777880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4778010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4778140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:36:22.4778280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4778420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4778560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4778700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4778840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4778970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4779150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4779300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4779430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4779570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4779710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4779850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4779980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4780120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4780250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4780380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4780520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4780650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4780790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4780930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4781060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4781200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4781380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4781520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4781660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4781790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4781930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4782070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4782210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4782350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4782490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4782630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4782790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4782930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4783060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4783200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4783330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4783470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4783600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4783740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4783880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4784020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4784160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4784290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4784420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4784560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4784710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4784860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4785000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4785180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4785330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4785480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4785640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4785790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4785950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4786090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4786220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4786360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4786510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4786640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4786780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4786920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4787050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4787190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4787320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4787450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4787590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4787730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4787860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4788000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4788150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4788300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4788450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4788600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4788750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4788920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4789060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4789210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4789350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4789510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4789660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4789810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4789960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4790100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4790290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4790440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4790590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4790730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4790880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4791030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4791180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4791330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4791470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4791620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4791760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4791900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4792050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4792200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4792340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4792560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4792720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4792870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4793010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4793160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4793300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4793450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4793590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4793740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4793920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4794060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4794200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4794340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4794490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4794640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4794780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4794920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4795060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4795210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4795350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4795490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4795630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4795770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4795910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4796060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4796220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4796370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4796510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4796660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4796800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4796940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4797080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4797230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4797370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4797510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4797680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4797820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4797960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4798100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4798240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4798370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4798520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4798660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4798800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4798940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4799080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4799220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4799360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4799500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4799640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:36:22.4799780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4799950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4800100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4800250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4800400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4800560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4800730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4800880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4801040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4801200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4801390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4801570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4801740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4801910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4802100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4802260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4802420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4802580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4802740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4802880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4803030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4803170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4803310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4803450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4803590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4803760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4803910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4804050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4804200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4807690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4807860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4808020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4808180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4808390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4808550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4808710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4808880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4809060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4809210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4809370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4809530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4809690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4809850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4810010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4810160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4810320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4810480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4810700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4810860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4811020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4811170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4811330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4811500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4811650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4811810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4811970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4812180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4812320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4812470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4812610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4812750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4812890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4813040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4813190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4813330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4813470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4813610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4813760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4813920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4814080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4814250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4814430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4814640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4814810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4814970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4815120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4815270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4815540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4815770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4815970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4816270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4816450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4816610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4816770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4816930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4817090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4817240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4817400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4817550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4817700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4817850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4818000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4818140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4818300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4818450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4818660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4818830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4819000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4819150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4819300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4819440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4819590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4819730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4819870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4820020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4820210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4820360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4820520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4820680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4820820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4820960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4821100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4821240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4821380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4821510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4821650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4821790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4821940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4822090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4822250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4822380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4822540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4822680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4822850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4823010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4823150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4823280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4823420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4823560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4823700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4823840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4824000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4824150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4824310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4824450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4824580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4824720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4824870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4825010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4825150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4825290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4825430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4825570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4825700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4825840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4825970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4826110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4826310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4826440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:36:22.4826590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4826730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4826870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4827010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4827170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4827320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4827460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4827600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4827770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4827900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4828040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4828180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4828320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4828460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4828600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4828730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4828880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4829020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4829170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4829310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4829440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4829580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4829710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4829850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4829990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4830150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4830280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4830410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4830550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4830680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4830820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4830960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4831110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4831280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4831490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4831660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4831790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4831920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4832070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4832210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4832350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4832500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4832640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4832790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4832940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4833090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4833240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4833390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4833530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4833680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4833820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4833980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4834120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4834260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4834390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4834530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4834660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4834790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4834940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4835090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4835250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4835390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4835530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4835670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4835810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4835940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4836070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4836200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4836330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4836470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4836610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4836740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4836880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4837020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4837150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4837290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4837430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4837590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4837730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4837870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4838020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4838170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4838310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4838440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4838570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4838710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4838850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4839010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4839150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4839290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4839440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4839580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4839720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4839860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4840010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4840150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4840290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4840430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4840560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4840690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4840830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4840960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4841100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4841300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4841440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4841570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4841710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4841840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4841980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4842110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4842250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4842390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4842530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4846810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4846960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4847100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4847240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4847390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4847530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4847680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4847820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4847970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4848110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4848270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4848420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4848570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4848710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4848840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4848980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4849120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4849330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4849460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4849590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4849740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4849880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4850020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4850160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4850290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4850430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4850600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4850740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4850870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4851010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4851150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4851300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4851450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4851590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4851730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4851870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:36:22.4852020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4852150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4852290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4852430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4852570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4852710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4852850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4853010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4853160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4853300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4853440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4853580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4853720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4853870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4854010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4854160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4854340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4854500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4854650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4854790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4854930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4855070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4855210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4855340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4855480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4855620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4855760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4855900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4856040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4856170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4856310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4856450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4856640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4856780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4856920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4857050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4857190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4857330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4857470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4857610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4857750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4857890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4858050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4858180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4858320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4858460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4858600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4858740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4858880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4859020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4859160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4859300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4859460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4859620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4859760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4859910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4860050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4860200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4860420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4860570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4860700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4860850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4860990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4861140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4861280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4861430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4861570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4861750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4861910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4862060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4862200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4862330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4862470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4862610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4862750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4862890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4863030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4863170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4863330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4863480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4863620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4863750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4863890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4864040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4864210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4864350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4864490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4864630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4864770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4864910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4865050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4865190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4865330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4865480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4865620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4865770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4865900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4866050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4866210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4866360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4866510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4866650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4866790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4866940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4867070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4867210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4867350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4867480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4867620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4867760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4867950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4868090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4868230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4868370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4868510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4868640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4868780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4868920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4869060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4869230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4869380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4869520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4869660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4869800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4869940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4870070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4870210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4870340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4870480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4870610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4870750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4870880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4871020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4871160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4871310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4871450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4871600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4871740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4871880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4872020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4872150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4872290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4872430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4872570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4872700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4872840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4873000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4873150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4873280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4873420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:36:22.4873560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4873700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4873850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4874010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4874150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4874290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4874420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4874560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4874700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4874840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4874980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4875110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4875310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4875450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4875590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4875720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4875860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4876000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4876140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4876280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4876420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4876550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4876720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4876860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4877000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4877140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4877270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4877400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4877540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4877670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4877810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4877950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4878090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4878230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4878370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4878510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4878650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4878780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4878990Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4879140Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4879300Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4879450Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4879600Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4879740Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4879900Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4880050Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4880200Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4883920Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4884070Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4884210Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:36:22.4884320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:36:22.4884430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_bool PASSED [ 51%] 2022-11-23T01:36:22.4884540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex32 PASSED [ 51%] 2022-11-23T01:36:22.4884650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex64 PASSED [ 51%] 2022-11-23T01:36:22.4884760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float32 PASSED [ 51%] 2022-11-23T01:36:22.4884870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int32 PASSED [ 51%] 2022-11-23T01:36:22.4884990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int64 PASSED [ 51%] 2022-11-23T01:36:22.4885110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int8 PASSED [ 51%] 2022-11-23T01:36:22.4885240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex128 PASSED [ 51%] 2022-11-23T01:36:22.4885370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex32 PASSED [ 51%] 2022-11-23T01:36:22.4885490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float16 PASSED [ 51%] 2022-11-23T01:36:22.4885620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float32 PASSED [ 51%] 2022-11-23T01:36:22.4885740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_float64 PASSED [ 51%] 2022-11-23T01:36:22.4885860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int16 PASSED [ 51%] 2022-11-23T01:36:22.4885980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_uint8 PASSED [ 51%] 2022-11-23T01:36:22.4886100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:36:22.4886220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_bool PASSED [ 51%] 2022-11-23T01:36:22.4886340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex32 PASSED [ 51%] 2022-11-23T01:36:22.4886500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex64 PASSED [ 51%] 2022-11-23T01:36:22.4886620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float32 PASSED [ 51%] 2022-11-23T01:36:22.4886740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_uint8 PASSED [ 51%] 2022-11-23T01:36:22.4886860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_complex128 PASSED [ 51%] 2022-11-23T01:36:22.4886980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float64 PASSED [ 51%] 2022-11-23T01:36:22.4887100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int32 PASSED [ 51%] 2022-11-23T01:36:22.4887210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int8 PASSED [ 51%] 2022-11-23T01:36:22.4887340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex32 PASSED [ 51%] 2022-11-23T01:36:22.4887460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float16 PASSED [ 51%] 2022-11-23T01:36:22.4887580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float32 PASSED [ 51%] 2022-11-23T01:36:22.4887700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int16 PASSED [ 51%] 2022-11-23T01:36:22.4887840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int32 PASSED [ 51%] 2022-11-23T01:36:22.4887970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int8 PASSED [ 51%] 2022-11-23T01:36:22.4888110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_bool PASSED [ 51%] 2022-11-23T01:36:22.4888240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex64 PASSED [ 51%] 2022-11-23T01:36:22.4888360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float32 PASSED [ 51%] 2022-11-23T01:36:22.4888480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int16 PASSED [ 51%] 2022-11-23T01:36:22.4888590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int64 PASSED [ 51%] 2022-11-23T01:36:22.4888710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int8 PASSED [ 51%] 2022-11-23T01:36:22.4888830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:36:22.4888950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex128 PASSED [ 51%] 2022-11-23T01:36:22.4889070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float16 PASSED [ 51%] 2022-11-23T01:36:22.4889190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float32 PASSED [ 51%] 2022-11-23T01:36:22.4889300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int64 PASSED [ 51%] 2022-11-23T01:36:22.4889420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:36:22.4889550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex128 PASSED [ 51%] 2022-11-23T01:36:22.4889660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float64 PASSED [ 51%] 2022-11-23T01:36:22.4889780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int16 PASSED [ 51%] 2022-11-23T01:36:22.4889890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int8 PASSED [ 51%] 2022-11-23T01:36:22.4890010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_uint8 PASSED [ 51%] 2022-11-23T01:36:22.4890130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float16 PASSED [ 51%] 2022-11-23T01:36:22.4890270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:36:22.4890380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_bool PASSED [ 51%] 2022-11-23T01:36:22.4890510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex32 PASSED [ 51%] 2022-11-23T01:36:22.4890630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex64 PASSED [ 51%] 2022-11-23T01:36:22.4890750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float16 PASSED [ 51%] 2022-11-23T01:36:22.4890870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float64 PASSED [ 51%] 2022-11-23T01:36:22.4890990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int32 PASSED [ 51%] 2022-11-23T01:36:22.4891120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int64 PASSED [ 51%] 2022-11-23T01:36:22.4891260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int8 PASSED [ 51%] 2022-11-23T01:36:22.4891380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_uint8 PASSED [ 51%] 2022-11-23T01:36:22.4891500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:36:22.4891620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_bool PASSED [ 51%] 2022-11-23T01:36:22.4891760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex128 PASSED [ 51%] 2022-11-23T01:36:22.4891880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float32 PASSED [ 51%] 2022-11-23T01:36:22.4891990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float64 PASSED [ 51%] 2022-11-23T01:36:22.4892110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int16 PASSED [ 51%] 2022-11-23T01:36:22.4892220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int64 PASSED [ 51%] 2022-11-23T01:36:22.4892340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_uint8 PASSED [ 51%] 2022-11-23T01:36:22.4892450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_bool PASSED [ 51%] 2022-11-23T01:36:22.4892580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_complex64 PASSED [ 51%] 2022-11-23T01:36:22.4892690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float16 PASSED [ 51%] 2022-11-23T01:36:22.4892810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int16 PASSED [ 51%] 2022-11-23T01:36:22.4892930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int32 PASSED [ 51%] 2022-11-23T01:36:22.4893040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int64 PASSED [ 51%] 2022-11-23T01:36:22.4893150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_int8 PASSED [ 51%] 2022-11-23T01:36:22.4893270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int16 PASSED [ 51%] 2022-11-23T01:36:22.4893380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_uint8 PASSED [ 51%] 2022-11-23T01:36:22.4893500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_bool PASSED [ 51%] 2022-11-23T01:36:22.4893620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex128 PASSED [ 51%] 2022-11-23T01:36:22.4893740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex32 PASSED [ 51%] 2022-11-23T01:36:22.4893850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int16 PASSED [ 51%] 2022-11-23T01:36:22.4893970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int32 PASSED [ 51%] 2022-11-23T01:36:22.4894080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int8 PASSED [ 51%] 2022-11-23T01:36:22.4894230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_uint8 PASSED [ 51%] 2022-11-23T01:36:22.4894350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:36:22.4894470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_complex64 PASSED [ 51%] 2022-11-23T01:36:22.4894590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float16 PASSED [ 51%] 2022-11-23T01:36:22.4894710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float32 PASSED [ 51%] 2022-11-23T01:36:22.4894830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_float64 PASSED [ 51%] 2022-11-23T01:36:22.4894940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int16 PASSED [ 51%] 2022-11-23T01:36:22.4895060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int32 PASSED [ 51%] 2022-11-23T01:36:22.4895170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int64 PASSED [ 51%] 2022-11-23T01:36:22.4895290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_uint8 PASSED [ 51%] 2022-11-23T01:36:22.4895400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 PASSED [ 51%] 2022-11-23T01:36:22.4895560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 PASSED [ 51%] 2022-11-23T01:36:22.4895680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 PASSED [ 51%] 2022-11-23T01:36:22.4895800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 PASSED [ 51%] 2022-11-23T01:36:22.4895910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 PASSED [ 51%] 2022-11-23T01:36:22.4896010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 PASSED [ 51%] 2022-11-23T01:36:22.4896130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 PASSED [ 51%] 2022-11-23T01:36:22.4896240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 PASSED [ 52%] 2022-11-23T01:36:22.4896350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4896460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4896570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 PASSED [ 52%] 2022-11-23T01:36:22.4896680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4896790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4896900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4897000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 PASSED [ 52%] 2022-11-23T01:36:22.4897110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4897230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_complex64 PASSED [ 52%] 2022-11-23T01:36:22.4897340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_float64 PASSED [ 52%] 2022-11-23T01:36:22.4897450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 PASSED [ 52%] 2022-11-23T01:36:22.4897550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4897660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4897760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4897860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4897970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4898100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4898210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 PASSED [ 52%] 2022-11-23T01:36:22.4898310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4898420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 PASSED [ 52%] 2022-11-23T01:36:22.4898530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4898630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4898740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 PASSED [ 52%] 2022-11-23T01:36:22.4898840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4898940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4899050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4899150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4899260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4899360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 PASSED [ 52%] 2022-11-23T01:36:22.4899490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4899590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4899690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4899800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4899900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4900010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4900110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4900210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4900310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4900420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4900530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4900630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4900800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:36:22.4900970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:36:22.4901130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:36:22.4901280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:36:22.4901440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:36:22.4901560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4901680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4901790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 PASSED [ 52%] 2022-11-23T01:36:22.4901900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 PASSED [ 52%] 2022-11-23T01:36:22.4902050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4902160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4902270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4902370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4902490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 PASSED [ 52%] 2022-11-23T01:36:22.4902600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4902700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4902820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4902940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4903060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4903170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4903270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4903370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4903500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4903600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4903710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4903820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 PASSED [ 52%] 2022-11-23T01:36:22.4903920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4904030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4904140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4904260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4904390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 PASSED [ 52%] 2022-11-23T01:36:22.4904500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 PASSED [ 52%] 2022-11-23T01:36:22.4904600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4904710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4904830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 PASSED [ 52%] 2022-11-23T01:36:22.4904940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4905050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4905150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4905260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4905370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4905490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 PASSED [ 52%] 2022-11-23T01:36:22.4905600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 PASSED [ 52%] 2022-11-23T01:36:22.4905710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 PASSED [ 52%] 2022-11-23T01:36:22.4905820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4905950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4906060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4906170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4906290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 PASSED [ 52%] 2022-11-23T01:36:22.4906400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 PASSED [ 52%] 2022-11-23T01:36:22.4906510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4906620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4906730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4906840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4906960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4907080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4907200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4907370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4907480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4907590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4907700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4907810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4907920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4908020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4908140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4908260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4908380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4908490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4908600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4908710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4908820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4908920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4909040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4909160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 PASSED [ 52%] 2022-11-23T01:36:22.4909280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4909400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4909510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4909630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4909740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool PASSED [ 52%] 2022-11-23T01:36:22.4909890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 PASSED [ 52%] 2022-11-23T01:36:22.4910010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 PASSED [ 52%] 2022-11-23T01:36:22.4910140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4910260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 PASSED [ 52%] 2022-11-23T01:36:22.4910390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 PASSED [ 52%] 2022-11-23T01:36:22.4910500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4910610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float16 PASSED [ 52%] 2022-11-23T01:36:22.4910720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4910830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4910940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4911050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4911150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 PASSED [ 52%] 2022-11-23T01:36:22.4911300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 PASSED [ 52%] 2022-11-23T01:36:22.4911410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 PASSED [ 52%] 2022-11-23T01:36:22.4911510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4915010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4915120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4915230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4915340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4915500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 PASSED [ 52%] 2022-11-23T01:36:22.4915610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 PASSED [ 52%] 2022-11-23T01:36:22.4915720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 PASSED [ 52%] 2022-11-23T01:36:22.4915820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 PASSED [ 52%] 2022-11-23T01:36:22.4915930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 PASSED [ 52%] 2022-11-23T01:36:22.4916040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 PASSED [ 52%] 2022-11-23T01:36:22.4916150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 PASSED [ 52%] 2022-11-23T01:36:22.4916250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 PASSED [ 52%] 2022-11-23T01:36:22.4916360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:36:22.4916470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 PASSED [ 52%] 2022-11-23T01:36:22.4916580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4916700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4916800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4916910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4917020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4917130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4917290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 PASSED [ 53%] 2022-11-23T01:36:22.4917400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 PASSED [ 53%] 2022-11-23T01:36:22.4917500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4917610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4917730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 PASSED [ 53%] 2022-11-23T01:36:22.4917830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 PASSED [ 53%] 2022-11-23T01:36:22.4917940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 PASSED [ 53%] 2022-11-23T01:36:22.4918050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4918150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4918260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 PASSED [ 53%] 2022-11-23T01:36:22.4918360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4918470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4918600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4918720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 PASSED [ 53%] 2022-11-23T01:36:22.4918830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4918940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4919050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4919170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4919270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4919380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 PASSED [ 53%] 2022-11-23T01:36:22.4919490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 PASSED [ 53%] 2022-11-23T01:36:22.4919600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4919710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4919810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4919920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4920040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4920150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4920270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 PASSED [ 53%] 2022-11-23T01:36:22.4920400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4920530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4920640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4920760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4920880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 PASSED [ 53%] 2022-11-23T01:36:22.4921010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4921160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4921290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4921400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4921520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 PASSED [ 53%] 2022-11-23T01:36:22.4921630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 PASSED [ 53%] 2022-11-23T01:36:22.4921750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4921860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4921970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 PASSED [ 53%] 2022-11-23T01:36:22.4922080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4922190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4922300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4922400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4922560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4922670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 PASSED [ 53%] 2022-11-23T01:36:22.4922780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4922880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4922990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4923100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 PASSED [ 53%] 2022-11-23T01:36:22.4923210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 PASSED [ 53%] 2022-11-23T01:36:22.4923310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4923420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64 PASSED [ 53%] 2022-11-23T01:36:22.4923530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4923650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4923770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4923890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4924000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4924100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float16 PASSED [ 53%] 2022-11-23T01:36:22.4924210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4924310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4924430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4924540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 PASSED [ 53%] 2022-11-23T01:36:22.4924660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 PASSED [ 53%] 2022-11-23T01:36:22.4924770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4924880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4924990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4925130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex128 PASSED [ 53%] 2022-11-23T01:36:22.4925250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4925380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4925500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4925610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 PASSED [ 53%] 2022-11-23T01:36:22.4925730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 PASSED [ 53%] 2022-11-23T01:36:22.4925840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 PASSED [ 53%] 2022-11-23T01:36:22.4925950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4926060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4926170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 PASSED [ 53%] 2022-11-23T01:36:22.4926270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4926380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4926510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4926620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4926740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4926860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4926970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4927090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4927200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4927310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4927420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4927530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 PASSED [ 53%] 2022-11-23T01:36:22.4927640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4927750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4927870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 PASSED [ 53%] 2022-11-23T01:36:22.4927990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4928100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4928230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4928360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4928500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4928620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4928740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 53%] 2022-11-23T01:36:22.4928860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 PASSED [ 53%] 2022-11-23T01:36:22.4929020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4929130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4929250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4929370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4929490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4929610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 PASSED [ 53%] 2022-11-23T01:36:22.4929720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4929840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 PASSED [ 53%] 2022-11-23T01:36:22.4929950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 PASSED [ 53%] 2022-11-23T01:36:22.4930060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 PASSED [ 53%] 2022-11-23T01:36:22.4930170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 PASSED [ 53%] 2022-11-23T01:36:22.4930280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4930430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4930540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 PASSED [ 53%] 2022-11-23T01:36:22.4930650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4930760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 PASSED [ 53%] 2022-11-23T01:36:22.4930870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4930980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4931080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4931190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 PASSED [ 53%] 2022-11-23T01:36:22.4931300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4931420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 PASSED [ 53%] 2022-11-23T01:36:22.4931540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4931650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4931760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4931870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4931970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4932090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:36:22.4932200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4932320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 PASSED [ 53%] 2022-11-23T01:36:22.4932430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 PASSED [ 53%] 2022-11-23T01:36:22.4932550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 PASSED [ 53%] 2022-11-23T01:36:22.4932660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4932770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 PASSED [ 53%] 2022-11-23T01:36:22.4932900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 PASSED [ 53%] 2022-11-23T01:36:22.4933010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool PASSED [ 53%] 2022-11-23T01:36:22.4933120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 PASSED [ 53%] 2022-11-23T01:36:22.4933220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 PASSED [ 53%] 2022-11-23T01:36:22.4933330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 PASSED [ 53%] 2022-11-23T01:36:22.4933430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 PASSED [ 53%] 2022-11-23T01:36:22.4933530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 PASSED [ 53%] 2022-11-23T01:36:22.4933640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4933740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4933850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:36:22.4933950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4934060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4934170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4934290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4934400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4934510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:36:22.4934610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4934720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4934830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4934930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4935040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4935140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4935260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:36:22.4935360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4935470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 PASSED [ 54%] 2022-11-23T01:36:22.4935580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4935680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4935790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:36:22.4935910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 PASSED [ 54%] 2022-11-23T01:36:22.4936030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4936140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4936250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4936350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4936450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4936560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4936660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4936790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4936900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4937010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4937120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:36:22.4937230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4937340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 PASSED [ 54%] 2022-11-23T01:36:22.4937450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 PASSED [ 54%] 2022-11-23T01:36:22.4937560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4937660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 PASSED [ 54%] 2022-11-23T01:36:22.4937770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4937880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4937990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4938090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:36:22.4938220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 PASSED [ 54%] 2022-11-23T01:36:22.4938330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4938440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4938540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4938650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4938750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4938860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4938960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4939070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 PASSED [ 54%] 2022-11-23T01:36:22.4939180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 PASSED [ 54%] 2022-11-23T01:36:22.4939290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4939390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4939500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4939610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4939710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4939820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4939920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4940030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4940140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4940250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4940350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4940470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 PASSED [ 54%] 2022-11-23T01:36:22.4940580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4940700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4940800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4940910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4941030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:36:22.4941140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4941260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4941370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 PASSED [ 54%] 2022-11-23T01:36:22.4941480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4941590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4941700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4945240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4945370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4945530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4945650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4945760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4945860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4945970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4946090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4946200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4946310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4946420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4946530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4946630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4946760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4946880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4947010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 PASSED [ 54%] 2022-11-23T01:36:22.4947120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4947220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4947330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4947440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4947550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4947660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4947780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 PASSED [ 54%] 2022-11-23T01:36:22.4947890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 PASSED [ 54%] 2022-11-23T01:36:22.4948040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4948150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4948260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4948370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4948480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4948590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4948700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 PASSED [ 54%] 2022-11-23T01:36:22.4948810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4948920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4949020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4949140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4949240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 PASSED [ 54%] 2022-11-23T01:36:22.4949390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4949510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4949630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 PASSED [ 54%] 2022-11-23T01:36:22.4949750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4949850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4949960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4950070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 PASSED [ 54%] 2022-11-23T01:36:22.4950180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4950290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4950400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4950510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4950610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4950720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4950830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 PASSED [ 54%] 2022-11-23T01:36:22.4950940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4951050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4951160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4951270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 PASSED [ 54%] 2022-11-23T01:36:22.4951370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4951480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 PASSED [ 54%] 2022-11-23T01:36:22.4951580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4951690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4951850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4951950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4952060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 PASSED [ 54%] 2022-11-23T01:36:22.4952160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 PASSED [ 54%] 2022-11-23T01:36:22.4952270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4952370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4952480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool PASSED [ 54%] 2022-11-23T01:36:22.4952600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4952710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 PASSED [ 54%] 2022-11-23T01:36:22.4952840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 PASSED [ 54%] 2022-11-23T01:36:22.4952950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 PASSED [ 54%] 2022-11-23T01:36:22.4953050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 PASSED [ 54%] 2022-11-23T01:36:22.4953160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 PASSED [ 54%] 2022-11-23T01:36:22.4953290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:36:22.4953400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 PASSED [ 54%] 2022-11-23T01:36:22.4953510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 PASSED [ 54%] 2022-11-23T01:36:22.4953620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4953730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 PASSED [ 55%] 2022-11-23T01:36:22.4953830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4953940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4954050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4954160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4954270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4954370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4954480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4954590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4954700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4954800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 PASSED [ 55%] 2022-11-23T01:36:22.4954910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4955020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4955130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4955230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4955340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4955440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4955560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4955700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 PASSED [ 55%] 2022-11-23T01:36:22.4955810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4955920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4956040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4956140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4956250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4956360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4956470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4956580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4956690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4956800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4956910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4957010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4957160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4957280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4957390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4957500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4957600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4957710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4957810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4957920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4958020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4958130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4958230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4958330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4958440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4958550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4958650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4958760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4958870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4958970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4959080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4959180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4959290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 PASSED [ 55%] 2022-11-23T01:36:22.4959390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4959490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4959610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4959730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4959840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4959950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4960060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4960170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4960280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4960390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4960500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4960610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4960720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4960830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4960930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4961060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 PASSED [ 55%] 2022-11-23T01:36:22.4961170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 PASSED [ 55%] 2022-11-23T01:36:22.4961280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 PASSED [ 55%] 2022-11-23T01:36:22.4961390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4961490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4961600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4961700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4961810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4961910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4962020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4962130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4962240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4962350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 PASSED [ 55%] 2022-11-23T01:36:22.4962460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 PASSED [ 55%] 2022-11-23T01:36:22.4962560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 PASSED [ 55%] 2022-11-23T01:36:22.4962670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4962780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 PASSED [ 55%] 2022-11-23T01:36:22.4962900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 PASSED [ 55%] 2022-11-23T01:36:22.4963010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 PASSED [ 55%] 2022-11-23T01:36:22.4963120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4963230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4963340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4963490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4963600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4963710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4963830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 PASSED [ 55%] 2022-11-23T01:36:22.4963940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4964050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4964160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4964270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4964380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 PASSED [ 55%] 2022-11-23T01:36:22.4964510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 PASSED [ 55%] 2022-11-23T01:36:22.4964640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4964760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4964900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4965020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 PASSED [ 55%] 2022-11-23T01:36:22.4965140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4965260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4965380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4965500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4965610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4965720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4965830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4965940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4966050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 PASSED [ 55%] 2022-11-23T01:36:22.4966160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4966270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 PASSED [ 55%] 2022-11-23T01:36:22.4966380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4966490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4966600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 PASSED [ 55%] 2022-11-23T01:36:22.4966710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4966820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 PASSED [ 55%] 2022-11-23T01:36:22.4966930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 PASSED [ 55%] 2022-11-23T01:36:22.4967030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4967140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4967250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4967350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4967510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4967620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:36:22.4967730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4967850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4967960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 PASSED [ 55%] 2022-11-23T01:36:22.4968080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4968180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4968280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4968390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4968500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4968610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4968720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4968850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 PASSED [ 55%] 2022-11-23T01:36:22.4968960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4969060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 PASSED [ 55%] 2022-11-23T01:36:22.4969170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 PASSED [ 55%] 2022-11-23T01:36:22.4969280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool PASSED [ 55%] 2022-11-23T01:36:22.4969410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4969530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4969640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 PASSED [ 55%] 2022-11-23T01:36:22.4969750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 PASSED [ 55%] 2022-11-23T01:36:22.4969860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 PASSED [ 55%] 2022-11-23T01:36:22.4969970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 PASSED [ 55%] 2022-11-23T01:36:22.4970070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 PASSED [ 55%] 2022-11-23T01:36:22.4970180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4970290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4970390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4970500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4970610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4970710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4970820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4970930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4971030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool PASSED [ 56%] 2022-11-23T01:36:22.4971140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4971240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4971390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4971500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4971600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4971710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4975140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4975250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4975360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4975470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4975580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4975720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4975850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4975970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 PASSED [ 56%] 2022-11-23T01:36:22.4976120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4976240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4976350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4976460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4976580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4976700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4976820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4976940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 PASSED [ 56%] 2022-11-23T01:36:22.4977060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4977170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4977290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4977400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4977510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4977620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4977730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4977830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool PASSED [ 56%] 2022-11-23T01:36:22.4977940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4978050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4978160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4978260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4978370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4978470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4978600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4978710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4978810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4978920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4979020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4979120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4979230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4979330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4979440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4979540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool PASSED [ 56%] 2022-11-23T01:36:22.4979650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4979760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4979870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4980000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4980140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4980280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4980410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float16 PASSED [ 56%] 2022-11-23T01:36:22.4980530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4980640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool PASSED [ 56%] 2022-11-23T01:36:22.4980760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4980870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4980990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4981100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4981210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4981320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4981430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4981540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool PASSED [ 56%] 2022-11-23T01:36:22.4981660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4981770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4981880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4982000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4982110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4982220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4982330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4982470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4982590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 PASSED [ 56%] 2022-11-23T01:36:22.4982700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4982810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4982920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4983040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4983150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4983250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4983360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4983470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4983580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4983700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4983810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4983950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4984060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4984170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4984280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4984380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4984490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4984600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 PASSED [ 56%] 2022-11-23T01:36:22.4984710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4984820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4984930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4985040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4985150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4985250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool PASSED [ 56%] 2022-11-23T01:36:22.4985360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 PASSED [ 56%] 2022-11-23T01:36:22.4985470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4985580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4985690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4985800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4985910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4986040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4986160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 56%] 2022-11-23T01:36:22.4986290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4986440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4986570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4986690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4986810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4986940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4987070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4987200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4987330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4987460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4987600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4987740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4987910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4988020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4988130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4988250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4988370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4988490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool PASSED [ 56%] 2022-11-23T01:36:22.4988600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 PASSED [ 56%] 2022-11-23T01:36:22.4988710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4988820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4988930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4989030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 PASSED [ 56%] 2022-11-23T01:36:22.4989140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4989250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 PASSED [ 56%] 2022-11-23T01:36:22.4989350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 PASSED [ 56%] 2022-11-23T01:36:22.4989460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 PASSED [ 56%] 2022-11-23T01:36:22.4989580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 PASSED [ 56%] 2022-11-23T01:36:22.4989700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 PASSED [ 56%] 2022-11-23T01:36:22.4989820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4989920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 PASSED [ 56%] 2022-11-23T01:36:22.4990030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4990140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool PASSED [ 56%] 2022-11-23T01:36:22.4990250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 PASSED [ 56%] 2022-11-23T01:36:22.4990380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 PASSED [ 56%] 2022-11-23T01:36:22.4990490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 PASSED [ 56%] 2022-11-23T01:36:22.4990610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:36:22.4990730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex64 PASSED [ 57%] 2022-11-23T01:36:22.4990840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4990970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.4991090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.4991200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4991320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.4991430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 PASSED [ 57%] 2022-11-23T01:36:22.4991540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4991640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 PASSED [ 57%] 2022-11-23T01:36:22.4991770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 PASSED [ 57%] 2022-11-23T01:36:22.4991880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.4992000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4992100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4992210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.4992320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 PASSED [ 57%] 2022-11-23T01:36:22.4992420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 PASSED [ 57%] 2022-11-23T01:36:22.4992530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4992630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4992740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 PASSED [ 57%] 2022-11-23T01:36:22.4992840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.4992950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 PASSED [ 57%] 2022-11-23T01:36:22.4993060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 PASSED [ 57%] 2022-11-23T01:36:22.4993160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 PASSED [ 57%] 2022-11-23T01:36:22.4993270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4993370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 PASSED [ 57%] 2022-11-23T01:36:22.4993480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.4993590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4993720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 PASSED [ 57%] 2022-11-23T01:36:22.4993850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4993960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.4994080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool PASSED [ 57%] 2022-11-23T01:36:22.4994200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.4994340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 PASSED [ 57%] 2022-11-23T01:36:22.4994460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4994580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 PASSED [ 57%] 2022-11-23T01:36:22.4994700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.4994810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.4994930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4995040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 PASSED [ 57%] 2022-11-23T01:36:22.4995150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4995260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.4995370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.4995480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.4995590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 PASSED [ 57%] 2022-11-23T01:36:22.4995720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4995830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.4995950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 PASSED [ 57%] 2022-11-23T01:36:22.4996060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4996170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4996280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 PASSED [ 57%] 2022-11-23T01:36:22.4996390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4996500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4996630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4996760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4996900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4997040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4997160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4997280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4997390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4997510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4997630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4997750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4997880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4998000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4998160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4998290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4998410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.4998550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4998670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4998800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 57%] 2022-11-23T01:36:22.4998920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4999040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.4999160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 57%] 2022-11-23T01:36:22.4999280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 57%] 2022-11-23T01:36:22.4999400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.4999590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4999710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.4999850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.4999990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.5000120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex32 PASSED [ 57%] 2022-11-23T01:36:22.5000260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_complex64 PASSED [ 57%] 2022-11-23T01:36:22.5000390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float16 PASSED [ 57%] 2022-11-23T01:36:22.5000520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int16 PASSED [ 57%] 2022-11-23T01:36:22.5000650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.5000790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.5000920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 57%] 2022-11-23T01:36:22.5001050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.5001180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 57%] 2022-11-23T01:36:22.5001300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.5001440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.5001580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.5001710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.5001840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 57%] 2022-11-23T01:36:22.5001970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.5002120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 57%] 2022-11-23T01:36:22.5002250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.5002370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.5002490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.5002620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 57%] 2022-11-23T01:36:22.5002740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 57%] 2022-11-23T01:36:22.5002860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.5002990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.5006410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.5006540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.5006660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 PASSED [ 57%] 2022-11-23T01:36:22.5006800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.5006920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.5007040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.5007160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 PASSED [ 57%] 2022-11-23T01:36:22.5007270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.5007400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.5007510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.5007650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.5007780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_bool PASSED [ 57%] 2022-11-23T01:36:22.5007910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.5008050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_complex64 PASSED [ 57%] 2022-11-23T01:36:22.5008180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float16 PASSED [ 57%] 2022-11-23T01:36:22.5008310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int16 PASSED [ 57%] 2022-11-23T01:36:22.5008440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int32 PASSED [ 57%] 2022-11-23T01:36:22.5008560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.5008700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.5008850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.5008990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float16 PASSED [ 57%] 2022-11-23T01:36:22.5009120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int16 PASSED [ 57%] 2022-11-23T01:36:22.5009260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int32 PASSED [ 57%] 2022-11-23T01:36:22.5009400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.5009540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.5009680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.5009810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.5009930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.5010060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.5010180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.5010310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.5010430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.5010560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 57%] 2022-11-23T01:36:22.5010700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 57%] 2022-11-23T01:36:22.5010820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 57%] 2022-11-23T01:36:22.5010950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.5011070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.5011190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 PASSED [ 57%] 2022-11-23T01:36:22.5011330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:36:22.5011460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 57%] 2022-11-23T01:36:22.5011590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int16 PASSED [ 57%] 2022-11-23T01:36:22.5011720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int32 PASSED [ 57%] 2022-11-23T01:36:22.5011850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 57%] 2022-11-23T01:36:22.5011990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_int8 PASSED [ 57%] 2022-11-23T01:36:22.5012110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 PASSED [ 57%] 2022-11-23T01:36:22.5012230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 PASSED [ 57%] 2022-11-23T01:36:22.5012340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 PASSED [ 57%] 2022-11-23T01:36:22.5012450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5012560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 PASSED [ 58%] 2022-11-23T01:36:22.5012670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 PASSED [ 58%] 2022-11-23T01:36:22.5012770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5012880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 PASSED [ 58%] 2022-11-23T01:36:22.5012990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5013120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool PASSED [ 58%] 2022-11-23T01:36:22.5013230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 PASSED [ 58%] 2022-11-23T01:36:22.5013340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5013460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 PASSED [ 58%] 2022-11-23T01:36:22.5013580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5013700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5013830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 PASSED [ 58%] 2022-11-23T01:36:22.5013930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 PASSED [ 58%] 2022-11-23T01:36:22.5014050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5014160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 PASSED [ 58%] 2022-11-23T01:36:22.5014280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5014390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 PASSED [ 58%] 2022-11-23T01:36:22.5014500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5014630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5014740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 PASSED [ 58%] 2022-11-23T01:36:22.5014840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 PASSED [ 58%] 2022-11-23T01:36:22.5014950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5015060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5015170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool PASSED [ 58%] 2022-11-23T01:36:22.5015270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5015380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5015520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 PASSED [ 58%] 2022-11-23T01:36:22.5015630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5015740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5015840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5015960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5016070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5016180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 PASSED [ 58%] 2022-11-23T01:36:22.5016280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5016390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 PASSED [ 58%] 2022-11-23T01:36:22.5016490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 PASSED [ 58%] 2022-11-23T01:36:22.5016610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5016730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5016850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5016960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 PASSED [ 58%] 2022-11-23T01:36:22.5017130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5017250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 PASSED [ 58%] 2022-11-23T01:36:22.5017350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5017460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5017560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 PASSED [ 58%] 2022-11-23T01:36:22.5017680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5017790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool PASSED [ 58%] 2022-11-23T01:36:22.5017910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5018030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5018140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5018250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5018360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 PASSED [ 58%] 2022-11-23T01:36:22.5018470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5018620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5018730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5018840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5018950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5019060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 PASSED [ 58%] 2022-11-23T01:36:22.5019170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5019280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 PASSED [ 58%] 2022-11-23T01:36:22.5019390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5019500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5019620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5019740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 PASSED [ 58%] 2022-11-23T01:36:22.5019860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 PASSED [ 58%] 2022-11-23T01:36:22.5019970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 PASSED [ 58%] 2022-11-23T01:36:22.5020080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 PASSED [ 58%] 2022-11-23T01:36:22.5020200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5020310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 PASSED [ 58%] 2022-11-23T01:36:22.5020420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5020530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5020640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 PASSED [ 58%] 2022-11-23T01:36:22.5020750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5020850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5020970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5021130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 PASSED [ 58%] 2022-11-23T01:36:22.5021240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5021350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 PASSED [ 58%] 2022-11-23T01:36:22.5021450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5021570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5021680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5021790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 PASSED [ 58%] 2022-11-23T01:36:22.5021890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5022000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5022110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5022210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 PASSED [ 58%] 2022-11-23T01:36:22.5022310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5022440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5022550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 PASSED [ 58%] 2022-11-23T01:36:22.5022660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 PASSED [ 58%] 2022-11-23T01:36:22.5022760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 PASSED [ 58%] 2022-11-23T01:36:22.5022870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5022970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5023080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5023190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 PASSED [ 58%] 2022-11-23T01:36:22.5023290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool PASSED [ 58%] 2022-11-23T01:36:22.5023400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5023510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5023610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5023710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 PASSED [ 58%] 2022-11-23T01:36:22.5023820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5023930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5024040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5024150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 PASSED [ 58%] 2022-11-23T01:36:22.5024270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5024380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 PASSED [ 58%] 2022-11-23T01:36:22.5024490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5024600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5024700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool PASSED [ 58%] 2022-11-23T01:36:22.5024810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5024940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5025050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5025160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5025260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 PASSED [ 58%] 2022-11-23T01:36:22.5025360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5025470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5025580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool PASSED [ 58%] 2022-11-23T01:36:22.5025690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5025800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5025910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5026020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5026130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 PASSED [ 58%] 2022-11-23T01:36:22.5026240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5026360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool PASSED [ 58%] 2022-11-23T01:36:22.5026470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5026580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5026680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5026790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5026900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool PASSED [ 58%] 2022-11-23T01:36:22.5027010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5027120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5027220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 PASSED [ 58%] 2022-11-23T01:36:22.5027330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5027440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5027540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5027650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5027760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 PASSED [ 58%] 2022-11-23T01:36:22.5027860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5027970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 PASSED [ 58%] 2022-11-23T01:36:22.5028080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5028180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool PASSED [ 58%] 2022-11-23T01:36:22.5028290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 PASSED [ 58%] 2022-11-23T01:36:22.5028400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 PASSED [ 58%] 2022-11-23T01:36:22.5028510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 PASSED [ 58%] 2022-11-23T01:36:22.5028610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 PASSED [ 58%] 2022-11-23T01:36:22.5028720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 PASSED [ 58%] 2022-11-23T01:36:22.5028840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:36:22.5028950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool PASSED [ 58%] 2022-11-23T01:36:22.5029050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 PASSED [ 59%] 2022-11-23T01:36:22.5029160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5029280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex128 PASSED [ 59%] 2022-11-23T01:36:22.5029410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_complex64 PASSED [ 59%] 2022-11-23T01:36:22.5029530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float16 PASSED [ 59%] 2022-11-23T01:36:22.5029640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5029760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5029880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5030000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5030120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5030250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5030370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5030480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5030600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5030710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5030830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5030940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5031050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5031160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5031270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5031380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5031500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5031610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5031730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5031950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5032070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5032190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5032300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5032410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5032540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5032660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5032850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5032960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5033070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5033190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5033300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5033410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5033530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5033650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5033770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5033890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5037650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5037790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5038000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5038140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5038290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5038410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5038530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5038640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5038760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5038870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5038980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5039090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5039230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5039360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5039490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5039620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 59%] 2022-11-23T01:36:22.5039750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5039870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5040010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5040140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5040270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 59%] 2022-11-23T01:36:22.5040410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5040530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5040640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5040750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5040860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5040970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5041080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5041210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5041330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5041450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int8 PASSED [ 59%] 2022-11-23T01:36:22.5041590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5041710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5041870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_complex128 PASSED [ 59%] 2022-11-23T01:36:22.5042000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_complex64 PASSED [ 59%] 2022-11-23T01:36:22.5042120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5042250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5042370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int8 PASSED [ 59%] 2022-11-23T01:36:22.5042500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5042630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5042750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 59%] 2022-11-23T01:36:22.5042870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 59%] 2022-11-23T01:36:22.5043000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5043120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5043230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5043350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5043470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5043590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5043700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5043810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5043930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5044040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5044150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5044260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 PASSED [ 59%] 2022-11-23T01:36:22.5044390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5044500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5044610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5044720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5044820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5044930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5045050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 PASSED [ 59%] 2022-11-23T01:36:22.5045160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 PASSED [ 59%] 2022-11-23T01:36:22.5045270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5045370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5045480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 PASSED [ 59%] 2022-11-23T01:36:22.5045590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5045730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5045850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 PASSED [ 59%] 2022-11-23T01:36:22.5045980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 PASSED [ 59%] 2022-11-23T01:36:22.5046090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 PASSED [ 59%] 2022-11-23T01:36:22.5046200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5046310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5046420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 PASSED [ 59%] 2022-11-23T01:36:22.5046530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5046640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 PASSED [ 59%] 2022-11-23T01:36:22.5046750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 PASSED [ 59%] 2022-11-23T01:36:22.5046860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 PASSED [ 59%] 2022-11-23T01:36:22.5046970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 PASSED [ 59%] 2022-11-23T01:36:22.5047080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5047180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5047290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5047400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5047510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 PASSED [ 59%] 2022-11-23T01:36:22.5047610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 PASSED [ 59%] 2022-11-23T01:36:22.5047720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 PASSED [ 59%] 2022-11-23T01:36:22.5047820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5047930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 PASSED [ 59%] 2022-11-23T01:36:22.5048040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 PASSED [ 59%] 2022-11-23T01:36:22.5048150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5048270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5048380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5048480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5048590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5048700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 PASSED [ 59%] 2022-11-23T01:36:22.5048810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 PASSED [ 59%] 2022-11-23T01:36:22.5048920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5049020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5049130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool PASSED [ 59%] 2022-11-23T01:36:22.5049250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 PASSED [ 59%] 2022-11-23T01:36:22.5049360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 PASSED [ 59%] 2022-11-23T01:36:22.5049470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5049600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 PASSED [ 59%] 2022-11-23T01:36:22.5049710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 PASSED [ 59%] 2022-11-23T01:36:22.5049810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5049920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 PASSED [ 59%] 2022-11-23T01:36:22.5050030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 PASSED [ 59%] 2022-11-23T01:36:22.5050130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:36:22.5050240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 PASSED [ 59%] 2022-11-23T01:36:22.5050350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 PASSED [ 60%] 2022-11-23T01:36:22.5050450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5050560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5050670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 PASSED [ 60%] 2022-11-23T01:36:22.5050780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5050880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5050980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5051080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5051200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 XFAIL [ 60%] 2022-11-23T01:36:22.5051310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool XFAIL [ 60%] 2022-11-23T01:36:22.5051420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 XFAIL [ 60%] 2022-11-23T01:36:22.5051530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 XFAIL [ 60%] 2022-11-23T01:36:22.5051640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 XFAIL [ 60%] 2022-11-23T01:36:22.5051750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5051860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 PASSED [ 60%] 2022-11-23T01:36:22.5051960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5052100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5052210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5052310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5052420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 PASSED [ 60%] 2022-11-23T01:36:22.5052520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 PASSED [ 60%] 2022-11-23T01:36:22.5052640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:36:22.5052750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 PASSED [ 60%] 2022-11-23T01:36:22.5052870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 PASSED [ 60%] 2022-11-23T01:36:22.5052980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5053100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5053220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5053340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 PASSED [ 60%] 2022-11-23T01:36:22.5053460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5053600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:36:22.5053710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5053810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5053920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5054040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 PASSED [ 60%] 2022-11-23T01:36:22.5054170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5054280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5054390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5054490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5054600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5054700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5054810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5054920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5055030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5055140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5055250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5055360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:36:22.5055470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5055580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5055680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5055790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5055900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 PASSED [ 60%] 2022-11-23T01:36:22.5056050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5056160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5056270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5056370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5056490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5056610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 PASSED [ 60%] 2022-11-23T01:36:22.5056740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 PASSED [ 60%] 2022-11-23T01:36:22.5056850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5056960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 PASSED [ 60%] 2022-11-23T01:36:22.5057070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5057180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5057300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 PASSED [ 60%] 2022-11-23T01:36:22.5057410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5057540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 PASSED [ 60%] 2022-11-23T01:36:22.5057660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5057760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5057870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5057980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5058100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5058220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex32 PASSED [ 60%] 2022-11-23T01:36:22.5058340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5058450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5058560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5058660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5058770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int8 PASSED [ 60%] 2022-11-23T01:36:22.5058870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5058990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 PASSED [ 60%] 2022-11-23T01:36:22.5059100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 PASSED [ 60%] 2022-11-23T01:36:22.5059210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5059320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 PASSED [ 60%] 2022-11-23T01:36:22.5059430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5059540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 PASSED [ 60%] 2022-11-23T01:36:22.5059650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5059750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 PASSED [ 60%] 2022-11-23T01:36:22.5059860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 PASSED [ 60%] 2022-11-23T01:36:22.5059990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5060100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 PASSED [ 60%] 2022-11-23T01:36:22.5060200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5060310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5060420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5060530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 PASSED [ 60%] 2022-11-23T01:36:22.5060640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 PASSED [ 60%] 2022-11-23T01:36:22.5060750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5060850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 PASSED [ 60%] 2022-11-23T01:36:22.5060960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5061070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:36:22.5061190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5061310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 PASSED [ 60%] 2022-11-23T01:36:22.5061450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5061550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5061660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5061770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:36:22.5061890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 PASSED [ 60%] 2022-11-23T01:36:22.5062000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 PASSED [ 60%] 2022-11-23T01:36:22.5062110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5062210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 PASSED [ 60%] 2022-11-23T01:36:22.5062320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5062420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5062530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 PASSED [ 60%] 2022-11-23T01:36:22.5062640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5062740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5062850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 PASSED [ 60%] 2022-11-23T01:36:22.5062960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 PASSED [ 60%] 2022-11-23T01:36:22.5063070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 PASSED [ 60%] 2022-11-23T01:36:22.5063180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5063280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5063390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 PASSED [ 60%] 2022-11-23T01:36:22.5063500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 PASSED [ 60%] 2022-11-23T01:36:22.5063610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 PASSED [ 60%] 2022-11-23T01:36:22.5063720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 PASSED [ 60%] 2022-11-23T01:36:22.5063840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5063950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5064060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 PASSED [ 60%] 2022-11-23T01:36:22.5064160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5064290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:36:22.5064400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5064520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5064620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int64 PASSED [ 60%] 2022-11-23T01:36:22.5064720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_uint8 PASSED [ 60%] 2022-11-23T01:36:22.5068200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5068320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 PASSED [ 60%] 2022-11-23T01:36:22.5068430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 PASSED [ 60%] 2022-11-23T01:36:22.5068530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 PASSED [ 60%] 2022-11-23T01:36:22.5068670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5068790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5068920Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:36:22.5069050Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5069170Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5069280Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:36:22.5069390Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_bool PASSED [ 60%] 2022-11-23T01:36:22.5069510Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex128 PASSED [ 60%] 2022-11-23T01:36:22.5069630Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex32 PASSED [ 60%] 2022-11-23T01:36:22.5069740Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_complex64 PASSED [ 60%] 2022-11-23T01:36:22.5069860Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float16 PASSED [ 60%] 2022-11-23T01:36:22.5069970Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float32 PASSED [ 60%] 2022-11-23T01:36:22.5070080Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_float64 PASSED [ 60%] 2022-11-23T01:36:22.5070190Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int16 PASSED [ 60%] 2022-11-23T01:36:22.5070300Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int32 PASSED [ 60%] 2022-11-23T01:36:22.5070420Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 61%] 2022-11-23T01:36:22.5070530Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex128 XFAIL [ 61%] 2022-11-23T01:36:22.5070640Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float32 XFAIL [ 61%] 2022-11-23T01:36:22.5070750Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int16 XFAIL [ 61%] 2022-11-23T01:36:22.5070860Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int8 XFAIL [ 61%] 2022-11-23T01:36:22.5070960Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_uint8 XFAIL [ 61%] 2022-11-23T01:36:22.5071080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex32 PASSED [ 61%] 2022-11-23T01:36:22.5071230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5071340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5071450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5071560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5071690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_bool PASSED [ 61%] 2022-11-23T01:36:22.5071830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex32 PASSED [ 61%] 2022-11-23T01:36:22.5071960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex64 PASSED [ 61%] 2022-11-23T01:36:22.5072090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5072220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5072350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5072480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5072650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex32 PASSED [ 61%] 2022-11-23T01:36:22.5072780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5072900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5073030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5073160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5073280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_bool PASSED [ 61%] 2022-11-23T01:36:22.5073410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_complex128 PASSED [ 61%] 2022-11-23T01:36:22.5073540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5073670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5073800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int16 PASSED [ 61%] 2022-11-23T01:36:22.5073920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5074040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5074180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5074310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex128 PASSED [ 61%] 2022-11-23T01:36:22.5074440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5074570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5074700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5074830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5074950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5075100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_bool PASSED [ 61%] 2022-11-23T01:36:22.5075240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex32 PASSED [ 61%] 2022-11-23T01:36:22.5075360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5075490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5075620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int16 PASSED [ 61%] 2022-11-23T01:36:22.5075740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5075870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5075990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_bool PASSED [ 61%] 2022-11-23T01:36:22.5076120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5076250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5076400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5076540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5076680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5076800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int16 PASSED [ 61%] 2022-11-23T01:36:22.5076930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5077060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5077200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5077340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5077470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5077600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_complex_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5077730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex64 PASSED [ 61%] 2022-11-23T01:36:22.5077860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5077990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5078120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5078240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_bool PASSED [ 61%] 2022-11-23T01:36:22.5078380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex64 PASSED [ 61%] 2022-11-23T01:36:22.5078520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5078660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5078780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5078930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5079060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_complex128 PASSED [ 61%] 2022-11-23T01:36:22.5079180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_complex64 PASSED [ 61%] 2022-11-23T01:36:22.5079310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5079430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5079550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int16 PASSED [ 61%] 2022-11-23T01:36:22.5079680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5079820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5079960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5080090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_complex64 PASSED [ 61%] 2022-11-23T01:36:22.5080210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5080360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5080480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5080610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5080740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex128 PASSED [ 61%] 2022-11-23T01:36:22.5080870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex32 PASSED [ 61%] 2022-11-23T01:36:22.5080990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int16 PASSED [ 61%] 2022-11-23T01:36:22.5081110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5081230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5081350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5081490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_complex128 PASSED [ 61%] 2022-11-23T01:36:22.5081610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5081740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5081870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int16 PASSED [ 61%] 2022-11-23T01:36:22.5081990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5082110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5082240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5082350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5082480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5082610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5082760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 PASSED [ 61%] 2022-11-23T01:36:22.5082870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5082980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5083100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5083220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 PASSED [ 61%] 2022-11-23T01:36:22.5083340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 PASSED [ 61%] 2022-11-23T01:36:22.5083450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5083570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 PASSED [ 61%] 2022-11-23T01:36:22.5083680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5083790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5083900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool PASSED [ 61%] 2022-11-23T01:36:22.5084020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 PASSED [ 61%] 2022-11-23T01:36:22.5084150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5084260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5084370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool PASSED [ 61%] 2022-11-23T01:36:22.5084480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5084600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5084710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5084820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5084930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5085050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5085170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5085290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5085410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_complex64 PASSED [ 61%] 2022-11-23T01:36:22.5085530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5085660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5085790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool PASSED [ 61%] 2022-11-23T01:36:22.5085920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5086030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5086150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5086260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 PASSED [ 61%] 2022-11-23T01:36:22.5086370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5086490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool PASSED [ 61%] 2022-11-23T01:36:22.5086640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 PASSED [ 61%] 2022-11-23T01:36:22.5086770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 PASSED [ 61%] 2022-11-23T01:36:22.5086880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5086990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5087110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5087220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 PASSED [ 61%] 2022-11-23T01:36:22.5087330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 PASSED [ 61%] 2022-11-23T01:36:22.5087450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5087570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 PASSED [ 61%] 2022-11-23T01:36:22.5087700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 PASSED [ 61%] 2022-11-23T01:36:22.5087820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5087930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5088080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5088190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 PASSED [ 61%] 2022-11-23T01:36:22.5088310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 PASSED [ 61%] 2022-11-23T01:36:22.5088420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 PASSED [ 61%] 2022-11-23T01:36:22.5088530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:36:22.5088650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool PASSED [ 61%] 2022-11-23T01:36:22.5088760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 PASSED [ 61%] 2022-11-23T01:36:22.5088870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 PASSED [ 61%] 2022-11-23T01:36:22.5088990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5089100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 PASSED [ 62%] 2022-11-23T01:36:22.5089220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5089340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 PASSED [ 62%] 2022-11-23T01:36:22.5089450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 PASSED [ 62%] 2022-11-23T01:36:22.5089570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 PASSED [ 62%] 2022-11-23T01:36:22.5089680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 PASSED [ 62%] 2022-11-23T01:36:22.5089790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 PASSED [ 62%] 2022-11-23T01:36:22.5089910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5090030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5090150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5090280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 PASSED [ 62%] 2022-11-23T01:36:22.5090410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5090550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5090670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5090790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5090910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5091020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 PASSED [ 62%] 2022-11-23T01:36:22.5091140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5091250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5091370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 PASSED [ 62%] 2022-11-23T01:36:22.5091480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5091600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5091710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5091820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5091960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5092070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5092190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5092300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5092410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5092520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5092630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5092750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5092860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5092970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5093080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5093200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 PASSED [ 62%] 2022-11-23T01:36:22.5093320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 PASSED [ 62%] 2022-11-23T01:36:22.5093440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5093550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5093670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5093790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5093920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 PASSED [ 62%] 2022-11-23T01:36:22.5094040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5094160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5094290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5094410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5094530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5094650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 PASSED [ 62%] 2022-11-23T01:36:22.5094780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 PASSED [ 62%] 2022-11-23T01:36:22.5094900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 PASSED [ 62%] 2022-11-23T01:36:22.5095010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5095130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5095260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 PASSED [ 62%] 2022-11-23T01:36:22.5095380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 PASSED [ 62%] 2022-11-23T01:36:22.5095500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 PASSED [ 62%] 2022-11-23T01:36:22.5095610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5095750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5095870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5095990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5096110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5096230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5096360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5096480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5096600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5096720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5096830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5096950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5100470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5100610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5100740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5100880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 PASSED [ 62%] 2022-11-23T01:36:22.5101020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 PASSED [ 62%] 2022-11-23T01:36:22.5101160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5101290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5101410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5101590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 PASSED [ 62%] 2022-11-23T01:36:22.5101710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5101840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 PASSED [ 62%] 2022-11-23T01:36:22.5101960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5102090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5102210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5102330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5102460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 PASSED [ 62%] 2022-11-23T01:36:22.5102590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float16 PASSED [ 62%] 2022-11-23T01:36:22.5102730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5102850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5102970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_uint8 PASSED [ 62%] 2022-11-23T01:36:22.5103100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5103210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 PASSED [ 62%] 2022-11-23T01:36:22.5103330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5103440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5103550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5103670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5103790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5103900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5104010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5104120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5104240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5104350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 PASSED [ 62%] 2022-11-23T01:36:22.5104470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 PASSED [ 62%] 2022-11-23T01:36:22.5104590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5104710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5104820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5104940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5105050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5105170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5105290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5105410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5105580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5105720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5105830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5105950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5106070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5106190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5106310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5106420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5106540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5106660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5106770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 PASSED [ 62%] 2022-11-23T01:36:22.5106930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:36:22.5107050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 PASSED [ 62%] 2022-11-23T01:36:22.5107170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 PASSED [ 62%] 2022-11-23T01:36:22.5107280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5107400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5107510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 PASSED [ 62%] 2022-11-23T01:36:22.5107630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 PASSED [ 62%] 2022-11-23T01:36:22.5107740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5107850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5107980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 PASSED [ 62%] 2022-11-23T01:36:22.5108100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 PASSED [ 62%] 2022-11-23T01:36:22.5108230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 PASSED [ 62%] 2022-11-23T01:36:22.5108350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 PASSED [ 62%] 2022-11-23T01:36:22.5108470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5108610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5108740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5108860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 PASSED [ 62%] 2022-11-23T01:36:22.5108980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 PASSED [ 62%] 2022-11-23T01:36:22.5109090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5109220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 PASSED [ 62%] 2022-11-23T01:36:22.5109360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 PASSED [ 62%] 2022-11-23T01:36:22.5109490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 PASSED [ 62%] 2022-11-23T01:36:22.5109610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5109730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 PASSED [ 62%] 2022-11-23T01:36:22.5109860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 PASSED [ 62%] 2022-11-23T01:36:22.5109980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 PASSED [ 62%] 2022-11-23T01:36:22.5110100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 PASSED [ 62%] 2022-11-23T01:36:22.5110230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 PASSED [ 62%] 2022-11-23T01:36:22.5110350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 PASSED [ 62%] 2022-11-23T01:36:22.5110470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool PASSED [ 62%] 2022-11-23T01:36:22.5110600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 PASSED [ 63%] 2022-11-23T01:36:22.5110740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 PASSED [ 63%] 2022-11-23T01:36:22.5110860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5110980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5111100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5111210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5111330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5111440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5111560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 PASSED [ 63%] 2022-11-23T01:36:22.5111680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5111790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5111910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5112020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5112140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 PASSED [ 63%] 2022-11-23T01:36:22.5112260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 PASSED [ 63%] 2022-11-23T01:36:22.5112370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5112490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5112600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5112710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 PASSED [ 63%] 2022-11-23T01:36:22.5112820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5112940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5113060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5113210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5113330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5113450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5113560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float16 PASSED [ 63%] 2022-11-23T01:36:22.5113670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5113790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5113900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5114020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5114140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5114260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 PASSED [ 63%] 2022-11-23T01:36:22.5114380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 PASSED [ 63%] 2022-11-23T01:36:22.5114500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5114640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5114750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5114880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex128 PASSED [ 63%] 2022-11-23T01:36:22.5115010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex32 PASSED [ 63%] 2022-11-23T01:36:22.5115130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float16 PASSED [ 63%] 2022-11-23T01:36:22.5115260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5115380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5115490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5115620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 PASSED [ 63%] 2022-11-23T01:36:22.5115730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5115850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5115960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5116090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float16 PASSED [ 63%] 2022-11-23T01:36:22.5116220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5116340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5116470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5116600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int8 PASSED [ 63%] 2022-11-23T01:36:22.5116720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5116840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5116960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5117110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5117240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 PASSED [ 63%] 2022-11-23T01:36:22.5117370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5117510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5117660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5117790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5117930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5118080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5118220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5118360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 63%] 2022-11-23T01:36:22.5118490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 PASSED [ 63%] 2022-11-23T01:36:22.5118630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5118770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5118910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5119050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5119190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5119320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 PASSED [ 63%] 2022-11-23T01:36:22.5119460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5119600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5119740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5119860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5119990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 PASSED [ 63%] 2022-11-23T01:36:22.5120110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5120230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5120350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 PASSED [ 63%] 2022-11-23T01:36:22.5120460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 PASSED [ 63%] 2022-11-23T01:36:22.5120580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5120700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 PASSED [ 63%] 2022-11-23T01:36:22.5120810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5120930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5121110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5121230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 PASSED [ 63%] 2022-11-23T01:36:22.5121350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 PASSED [ 63%] 2022-11-23T01:36:22.5121460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 PASSED [ 63%] 2022-11-23T01:36:22.5121580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 PASSED [ 63%] 2022-11-23T01:36:22.5121700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5121810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5121920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5122040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 PASSED [ 63%] 2022-11-23T01:36:22.5122190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:36:22.5122350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:36:22.5122560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:36:22.5122730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:36:22.5122880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:36:22.5123040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:36:22.5123210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:36:22.5123370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:36:22.5123520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:36:22.5123670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 63%] 2022-11-23T01:36:22.5123790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5123900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 PASSED [ 63%] 2022-11-23T01:36:22.5124020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 PASSED [ 63%] 2022-11-23T01:36:22.5124130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5124240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5124350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 PASSED [ 63%] 2022-11-23T01:36:22.5124460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5124580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5124690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5124800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5124910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 PASSED [ 63%] 2022-11-23T01:36:22.5125040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5125160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5125270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5125380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5125500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5125610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5125720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5125830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5125950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5126060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5126170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5126280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 PASSED [ 63%] 2022-11-23T01:36:22.5126420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5126530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5126650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 PASSED [ 63%] 2022-11-23T01:36:22.5126760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5126870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5127000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5127110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5127240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5127360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5127470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 PASSED [ 63%] 2022-11-23T01:36:22.5127590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 PASSED [ 63%] 2022-11-23T01:36:22.5127710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5127830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 PASSED [ 63%] 2022-11-23T01:36:22.5127950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 PASSED [ 63%] 2022-11-23T01:36:22.5128060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5128170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5128280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5128400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:36:22.5128510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 PASSED [ 63%] 2022-11-23T01:36:22.5128630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 PASSED [ 63%] 2022-11-23T01:36:22.5128740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 PASSED [ 63%] 2022-11-23T01:36:22.5128880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool PASSED [ 63%] 2022-11-23T01:36:22.5129010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 PASSED [ 63%] 2022-11-23T01:36:22.5129140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5129250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5129360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5129480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5129610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5133140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5133280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5133410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5133530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5133680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5133800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5133920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5134030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5134150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5134260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5134390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:36:22.5134510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5134640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 PASSED [ 64%] 2022-11-23T01:36:22.5134760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5134890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5135010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5135120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5135250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 PASSED [ 64%] 2022-11-23T01:36:22.5135370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5135490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5135610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5135730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5135840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5135960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5136070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5136210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5136340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 PASSED [ 64%] 2022-11-23T01:36:22.5136470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5136600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5136710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5136830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5136940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5137070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 PASSED [ 64%] 2022-11-23T01:36:22.5137190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5137310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5137420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5137580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5137700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5137810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5137940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5138050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5138170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5138280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5138400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5138510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5138630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5138740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5138860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5138970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5139100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 PASSED [ 64%] 2022-11-23T01:36:22.5139220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5139340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5139460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5139570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5139690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5139800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5139950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5140080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5140200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5140330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5140450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5140570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5140690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5140810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5140930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5141050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5141170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5141280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5141460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5141580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5141700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5141810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5141930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5142040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5142160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5142280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 PASSED [ 64%] 2022-11-23T01:36:22.5142400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5142520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5142640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5142750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5142870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5142990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5143110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5143230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5143350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5143470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5143600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 PASSED [ 64%] 2022-11-23T01:36:22.5143730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5143880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5143990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5144110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5144220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5144340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5144470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5144590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5144720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5144830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5144950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5145060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5145200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5145320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5145430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5145550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5145660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5145780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5145890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:36:22.5146020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5146150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 PASSED [ 64%] 2022-11-23T01:36:22.5146280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5146390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5146510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5146620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5146730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5146850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 PASSED [ 64%] 2022-11-23T01:36:22.5146970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 PASSED [ 64%] 2022-11-23T01:36:22.5147090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5147210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5147320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5147430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5147550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:36:22.5147690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5147800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 PASSED [ 64%] 2022-11-23T01:36:22.5147920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 PASSED [ 64%] 2022-11-23T01:36:22.5148030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5148160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5148290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5148410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5148530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 PASSED [ 64%] 2022-11-23T01:36:22.5148650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 PASSED [ 64%] 2022-11-23T01:36:22.5148760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5148880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 PASSED [ 64%] 2022-11-23T01:36:22.5148990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 PASSED [ 64%] 2022-11-23T01:36:22.5149130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5149240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5149360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:36:22.5149470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool PASSED [ 64%] 2022-11-23T01:36:22.5149590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 PASSED [ 64%] 2022-11-23T01:36:22.5149710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5149820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 PASSED [ 64%] 2022-11-23T01:36:22.5149930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 PASSED [ 64%] 2022-11-23T01:36:22.5150040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 PASSED [ 64%] 2022-11-23T01:36:22.5150170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:36:22.5150290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 PASSED [ 64%] 2022-11-23T01:36:22.5150410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 PASSED [ 64%] 2022-11-23T01:36:22.5150530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5150650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5150770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5150880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5151000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5151130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5151250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5151380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5151530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 65%] 2022-11-23T01:36:22.5151650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5151770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5151890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5152000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5152120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5152230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5152340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5152460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5152570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5152680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5152790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5152920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5153030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5153140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5153250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5153370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5153480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5153600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5153710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5153820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5153930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5154050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5154160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5154270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5154380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5154490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5154600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5154710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5154820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5154930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5155040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5155150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5155290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5155420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5155540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5155660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5155780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5155890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5156010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5156120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5156240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 PASSED [ 65%] 2022-11-23T01:36:22.5156360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 PASSED [ 65%] 2022-11-23T01:36:22.5156480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5156590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5156750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5156880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 PASSED [ 65%] 2022-11-23T01:36:22.5157010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5157130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5157240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5157350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5157460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5157580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5157700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5157820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5157950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5158070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5158180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5158290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5158400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5158520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5158630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5158750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5158870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5158980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 PASSED [ 65%] 2022-11-23T01:36:22.5159100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5159260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 PASSED [ 65%] 2022-11-23T01:36:22.5159400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 PASSED [ 65%] 2022-11-23T01:36:22.5159520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5159640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5159760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5159870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5159990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5160110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5160230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5160340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5160460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5160610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5160750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 PASSED [ 65%] 2022-11-23T01:36:22.5160880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 PASSED [ 65%] 2022-11-23T01:36:22.5161000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5161120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5161230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5161350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5161470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5164970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5165100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 PASSED [ 65%] 2022-11-23T01:36:22.5165220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5165350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5165470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5165590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5165710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5165820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5165940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 PASSED [ 65%] 2022-11-23T01:36:22.5166060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5166180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5166290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5166470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5166610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 PASSED [ 65%] 2022-11-23T01:36:22.5166740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5166860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5166970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5167090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5167200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5167320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 PASSED [ 65%] 2022-11-23T01:36:22.5167440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5167550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5167670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5167780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5167920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5168030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 PASSED [ 65%] 2022-11-23T01:36:22.5168150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5168260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 PASSED [ 65%] 2022-11-23T01:36:22.5168380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5168490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5168600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5168720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:36:22.5168840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5168960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5169080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5169190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5169310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5169420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5169540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5169650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5169770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5169880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 PASSED [ 65%] 2022-11-23T01:36:22.5170000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5170120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 PASSED [ 65%] 2022-11-23T01:36:22.5170240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 PASSED [ 65%] 2022-11-23T01:36:22.5170370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 PASSED [ 65%] 2022-11-23T01:36:22.5170490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5170600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5170720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5170830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 PASSED [ 65%] 2022-11-23T01:36:22.5170940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 PASSED [ 65%] 2022-11-23T01:36:22.5171070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 PASSED [ 65%] 2022-11-23T01:36:22.5171190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool PASSED [ 65%] 2022-11-23T01:36:22.5171320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 PASSED [ 65%] 2022-11-23T01:36:22.5171430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 PASSED [ 65%] 2022-11-23T01:36:22.5171540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 PASSED [ 65%] 2022-11-23T01:36:22.5171650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 PASSED [ 66%] 2022-11-23T01:36:22.5171780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5171900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5172020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5172130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5172250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5172360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5172480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5172590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 PASSED [ 66%] 2022-11-23T01:36:22.5172720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5172850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5172990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5173110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5173230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5173360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5173480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5173600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5173730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5173860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5173990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5174110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5174270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5174390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 XFAIL [ 66%] 2022-11-23T01:36:22.5174500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 PASSED [ 66%] 2022-11-23T01:36:22.5174620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 PASSED [ 66%] 2022-11-23T01:36:22.5174730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5174850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5174960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5175080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5175190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5175310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5175420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 PASSED [ 66%] 2022-11-23T01:36:22.5175570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 PASSED [ 66%] 2022-11-23T01:36:22.5175680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5175790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5175910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 PASSED [ 66%] 2022-11-23T01:36:22.5176020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 PASSED [ 66%] 2022-11-23T01:36:22.5176160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5176290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5176420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5176560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex32 PASSED [ 66%] 2022-11-23T01:36:22.5176690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5176810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5176940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5177070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5177300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5177450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5177600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5177730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5177850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5177980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5178100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5178240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5178360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5178490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5178630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5178760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5178880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5179000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 PASSED [ 66%] 2022-11-23T01:36:22.5179120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 PASSED [ 66%] 2022-11-23T01:36:22.5179230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5179360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5179480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5179620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5179740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5179870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5180010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5180130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5180250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 PASSED [ 66%] 2022-11-23T01:36:22.5180370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5180490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5180610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5180730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 PASSED [ 66%] 2022-11-23T01:36:22.5180850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5180960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5181080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5181190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5181320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 PASSED [ 66%] 2022-11-23T01:36:22.5181440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 PASSED [ 66%] 2022-11-23T01:36:22.5181560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 PASSED [ 66%] 2022-11-23T01:36:22.5181670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5181790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5181910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5182040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 PASSED [ 66%] 2022-11-23T01:36:22.5182180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5182300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5182420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5182540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5182660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5182770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5182890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 PASSED [ 66%] 2022-11-23T01:36:22.5183000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5183120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5183240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5183350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5183490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5183610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5183740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5183870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5184010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5184160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 66%] 2022-11-23T01:36:22.5184310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5184440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5184570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5184710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5184840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 66%] 2022-11-23T01:36:22.5184960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5185080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5185190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5185310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 PASSED [ 66%] 2022-11-23T01:36:22.5185430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5185540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5185660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5185780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5185900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5186060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5186180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5186290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 PASSED [ 66%] 2022-11-23T01:36:22.5186410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5186530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5186640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5186760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5186870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5186990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5187100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5187220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 PASSED [ 66%] 2022-11-23T01:36:22.5187350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 PASSED [ 66%] 2022-11-23T01:36:22.5187490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5187610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5187730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5187850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5187970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5188090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5188200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 PASSED [ 66%] 2022-11-23T01:36:22.5188320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5188440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5188570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5188690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float32 PASSED [ 66%] 2022-11-23T01:36:22.5188810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int16 PASSED [ 66%] 2022-11-23T01:36:22.5188930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int32 PASSED [ 66%] 2022-11-23T01:36:22.5189050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int8 PASSED [ 66%] 2022-11-23T01:36:22.5189170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:36:22.5189280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool PASSED [ 66%] 2022-11-23T01:36:22.5189400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 PASSED [ 66%] 2022-11-23T01:36:22.5189520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 PASSED [ 66%] 2022-11-23T01:36:22.5189640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 PASSED [ 66%] 2022-11-23T01:36:22.5189750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 PASSED [ 66%] 2022-11-23T01:36:22.5189900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 PASSED [ 66%] 2022-11-23T01:36:22.5190020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 PASSED [ 66%] 2022-11-23T01:36:22.5190150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5190260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5190370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool PASSED [ 67%] 2022-11-23T01:36:22.5190490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 PASSED [ 67%] 2022-11-23T01:36:22.5190600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 PASSED [ 67%] 2022-11-23T01:36:22.5190710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5190820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5190940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5191060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 PASSED [ 67%] 2022-11-23T01:36:22.5191170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 PASSED [ 67%] 2022-11-23T01:36:22.5191320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 PASSED [ 67%] 2022-11-23T01:36:22.5191430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 PASSED [ 67%] 2022-11-23T01:36:22.5191540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5191650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 PASSED [ 67%] 2022-11-23T01:36:22.5191780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 PASSED [ 67%] 2022-11-23T01:36:22.5191950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:36:22.5192110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:36:22.5192260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:36:22.5192410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:36:22.5192560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:36:22.5192700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:36:22.5192850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:36:22.5193010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:36:22.5193180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:36:22.5193340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:36:22.5193500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:36:22.5193680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:36:22.5193840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:36:22.5194000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:36:22.5194120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5194240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5197650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5197780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool PASSED [ 67%] 2022-11-23T01:36:22.5197900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 PASSED [ 67%] 2022-11-23T01:36:22.5198020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5198130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 PASSED [ 67%] 2022-11-23T01:36:22.5198250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool PASSED [ 67%] 2022-11-23T01:36:22.5198400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 PASSED [ 67%] 2022-11-23T01:36:22.5198530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 PASSED [ 67%] 2022-11-23T01:36:22.5198650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5198760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 PASSED [ 67%] 2022-11-23T01:36:22.5198880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5199010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5199120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5199290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 67%] 2022-11-23T01:36:22.5199480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 67%] 2022-11-23T01:36:22.5199660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_alpha_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 67%] 2022-11-23T01:36:22.5199790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5199950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 67%] 2022-11-23T01:36:22.5200080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5200210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5200340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5200460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5200600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5200750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5200940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5201080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5201210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5201340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 67%] 2022-11-23T01:36:22.5201470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 67%] 2022-11-23T01:36:22.5201610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5201750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5201880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 67%] 2022-11-23T01:36:22.5202020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5202160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5202330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5202450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5202580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5202720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex32 PASSED [ 67%] 2022-11-23T01:36:22.5202870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex64 PASSED [ 67%] 2022-11-23T01:36:22.5203010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float16 PASSED [ 67%] 2022-11-23T01:36:22.5203150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5203290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5203440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int8 PASSED [ 67%] 2022-11-23T01:36:22.5203600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 67%] 2022-11-23T01:36:22.5203740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5203880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 PASSED [ 67%] 2022-11-23T01:36:22.5204010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 67%] 2022-11-23T01:36:22.5204140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5204280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5204410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5204550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5204700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 67%] 2022-11-23T01:36:22.5204840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 67%] 2022-11-23T01:36:22.5204970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5205100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5205230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5205370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5205500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 67%] 2022-11-23T01:36:22.5205640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 67%] 2022-11-23T01:36:22.5205770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 67%] 2022-11-23T01:36:22.5205900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5206030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5206180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5206330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5206470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 PASSED [ 67%] 2022-11-23T01:36:22.5206600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5206720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 PASSED [ 67%] 2022-11-23T01:36:22.5206850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 PASSED [ 67%] 2022-11-23T01:36:22.5206970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 PASSED [ 67%] 2022-11-23T01:36:22.5207110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_bool PASSED [ 67%] 2022-11-23T01:36:22.5207250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_complex128 PASSED [ 67%] 2022-11-23T01:36:22.5207390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_complex64 PASSED [ 67%] 2022-11-23T01:36:22.5207530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5207670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int16 PASSED [ 67%] 2022-11-23T01:36:22.5207810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_uint8 PASSED [ 67%] 2022-11-23T01:36:22.5207940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 67%] 2022-11-23T01:36:22.5208080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float16 PASSED [ 67%] 2022-11-23T01:36:22.5208210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5208350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5208550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5208680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5208820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5208940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5209080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 67%] 2022-11-23T01:36:22.5209210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5209350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5209500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 67%] 2022-11-23T01:36:22.5209640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5209770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 67%] 2022-11-23T01:36:22.5209900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5210060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5210190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 PASSED [ 67%] 2022-11-23T01:36:22.5210330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5210450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 PASSED [ 67%] 2022-11-23T01:36:22.5210600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5210740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 67%] 2022-11-23T01:36:22.5210880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 67%] 2022-11-23T01:36:22.5211020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5211160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5211290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5211430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 67%] 2022-11-23T01:36:22.5211570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int8 PASSED [ 67%] 2022-11-23T01:36:22.5211710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_uint8 PASSED [ 67%] 2022-11-23T01:36:22.5211830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5211950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 PASSED [ 67%] 2022-11-23T01:36:22.5212070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 PASSED [ 67%] 2022-11-23T01:36:22.5212180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5212300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 PASSED [ 67%] 2022-11-23T01:36:22.5212440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 PASSED [ 67%] 2022-11-23T01:36:22.5212550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5212670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 PASSED [ 67%] 2022-11-23T01:36:22.5212780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 PASSED [ 67%] 2022-11-23T01:36:22.5212890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 PASSED [ 67%] 2022-11-23T01:36:22.5213000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 PASSED [ 67%] 2022-11-23T01:36:22.5213110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 PASSED [ 67%] 2022-11-23T01:36:22.5213230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:36:22.5213350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 PASSED [ 67%] 2022-11-23T01:36:22.5213470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 PASSED [ 67%] 2022-11-23T01:36:22.5213580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5213700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5213850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 PASSED [ 68%] 2022-11-23T01:36:22.5213980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5214110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5214240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5214360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 PASSED [ 68%] 2022-11-23T01:36:22.5214470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5214590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5214710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5214820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5214940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5215050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5215160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5215280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5215390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5215500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5215620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 PASSED [ 68%] 2022-11-23T01:36:22.5215740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5215850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 PASSED [ 68%] 2022-11-23T01:36:22.5215960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5216080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5216220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5216340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5216450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5216570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5216690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 PASSED [ 68%] 2022-11-23T01:36:22.5216800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5216910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5217030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 PASSED [ 68%] 2022-11-23T01:36:22.5217150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 PASSED [ 68%] 2022-11-23T01:36:22.5217260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 PASSED [ 68%] 2022-11-23T01:36:22.5217380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5217510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5217650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5217770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5217890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5218000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5218130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 PASSED [ 68%] 2022-11-23T01:36:22.5218250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5218360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5218480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5218600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5218710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5218830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5218940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 PASSED [ 68%] 2022-11-23T01:36:22.5219060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5219170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5219290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 PASSED [ 68%] 2022-11-23T01:36:22.5219400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5219520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5219640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5219770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5219890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 PASSED [ 68%] 2022-11-23T01:36:22.5220020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5220140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5220260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5220380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5220500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 PASSED [ 68%] 2022-11-23T01:36:22.5220620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5220730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 PASSED [ 68%] 2022-11-23T01:36:22.5220850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5220960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5221080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool PASSED [ 68%] 2022-11-23T01:36:22.5221200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 PASSED [ 68%] 2022-11-23T01:36:22.5221320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 PASSED [ 68%] 2022-11-23T01:36:22.5221470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5221600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5221710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5221820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 PASSED [ 68%] 2022-11-23T01:36:22.5221930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool PASSED [ 68%] 2022-11-23T01:36:22.5222050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5222160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 PASSED [ 68%] 2022-11-23T01:36:22.5222270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5222400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5222520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5222650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5222760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5222880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5222990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5223110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5223220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5223340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5223450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5223560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5223680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5223810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5223970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5224090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5224200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5224310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool PASSED [ 68%] 2022-11-23T01:36:22.5224430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5224540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5224650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 PASSED [ 68%] 2022-11-23T01:36:22.5224770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5224890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 PASSED [ 68%] 2022-11-23T01:36:22.5225010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5225130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5225260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5225420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5225540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5225650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5225760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 PASSED [ 68%] 2022-11-23T01:36:22.5225880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5225990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5226100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5226220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool PASSED [ 68%] 2022-11-23T01:36:22.5226340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 PASSED [ 68%] 2022-11-23T01:36:22.5226450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5226560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5226680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5226790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5226910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5227020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5227130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool PASSED [ 68%] 2022-11-23T01:36:22.5227250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5227360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5227470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 PASSED [ 68%] 2022-11-23T01:36:22.5230990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 PASSED [ 68%] 2022-11-23T01:36:22.5231120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5231300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool PASSED [ 68%] 2022-11-23T01:36:22.5231420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 PASSED [ 68%] 2022-11-23T01:36:22.5231540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5231660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5231770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5231880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5231990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 PASSED [ 68%] 2022-11-23T01:36:22.5232110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5232220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5232340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 PASSED [ 68%] 2022-11-23T01:36:22.5232450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5232560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5232700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5232810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 PASSED [ 68%] 2022-11-23T01:36:22.5232940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5233070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_bool PASSED [ 68%] 2022-11-23T01:36:22.5233210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_complex64 PASSED [ 68%] 2022-11-23T01:36:22.5233340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5233460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5233590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5233720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int8 PASSED [ 68%] 2022-11-23T01:36:22.5233840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool PASSED [ 68%] 2022-11-23T01:36:22.5233970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32 PASSED [ 68%] 2022-11-23T01:36:22.5234100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5234220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5234350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16 PASSED [ 68%] 2022-11-23T01:36:22.5234470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8 PASSED [ 68%] 2022-11-23T01:36:22.5234590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:36:22.5234720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_bool PASSED [ 68%] 2022-11-23T01:36:22.5234840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float64 PASSED [ 68%] 2022-11-23T01:36:22.5234960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5235110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5235230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_bool PASSED [ 69%] 2022-11-23T01:36:22.5235350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5235470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5235610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5235750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5235870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5235990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5236110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5236230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5236350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5236490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5236610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5236730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5236850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5236970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5237090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_bool PASSED [ 69%] 2022-11-23T01:36:22.5237220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5237350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5237470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5237600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5237730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_bool PASSED [ 69%] 2022-11-23T01:36:22.5237880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex128 PASSED [ 69%] 2022-11-23T01:36:22.5238020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex32 PASSED [ 69%] 2022-11-23T01:36:22.5238150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float16 PASSED [ 69%] 2022-11-23T01:36:22.5238290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5238420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5238560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5238690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5238820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:36:22.5238960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5239090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5239230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5239360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5239500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5239640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5239780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5239910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5240050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5240190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:36:22.5240370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5240510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5240630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_bool PASSED [ 69%] 2022-11-23T01:36:22.5240760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5240880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5241000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5241120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5241240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_bool PASSED [ 69%] 2022-11-23T01:36:22.5241360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5241500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5241640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5241770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5241890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5242030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_bool PASSED [ 69%] 2022-11-23T01:36:22.5242160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_complex64 PASSED [ 69%] 2022-11-23T01:36:22.5242300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float16 PASSED [ 69%] 2022-11-23T01:36:22.5242430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5242580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5242730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5242930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5243070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5243200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5243340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5243470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5243600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5243730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:36:22.5243860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5244000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5244140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5244300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5244420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5244550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5244670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5244790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5244910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5245030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:36:22.5245140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5245260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5245390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5245510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5245630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5245750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool PASSED [ 69%] 2022-11-23T01:36:22.5245870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 PASSED [ 69%] 2022-11-23T01:36:22.5245990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5246100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5246220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5246340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:36:22.5246450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool PASSED [ 69%] 2022-11-23T01:36:22.5246570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 PASSED [ 69%] 2022-11-23T01:36:22.5246690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 PASSED [ 69%] 2022-11-23T01:36:22.5246840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5246950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5247070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5247190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5247300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5247420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 PASSED [ 69%] 2022-11-23T01:36:22.5247540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 PASSED [ 69%] 2022-11-23T01:36:22.5247660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 PASSED [ 69%] 2022-11-23T01:36:22.5247770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5247890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5248000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5248120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5248270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 PASSED [ 69%] 2022-11-23T01:36:22.5248400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 PASSED [ 69%] 2022-11-23T01:36:22.5248510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5248620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5248740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:36:22.5248860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 PASSED [ 69%] 2022-11-23T01:36:22.5248970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5249090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:36:22.5249210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 PASSED [ 69%] 2022-11-23T01:36:22.5249320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5249430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5249540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5249660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5249770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5249880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:36:22.5249990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool PASSED [ 69%] 2022-11-23T01:36:22.5250110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 PASSED [ 69%] 2022-11-23T01:36:22.5250220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 PASSED [ 69%] 2022-11-23T01:36:22.5250340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5250450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5250560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5250700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:36:22.5250820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool PASSED [ 69%] 2022-11-23T01:36:22.5250950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 PASSED [ 69%] 2022-11-23T01:36:22.5251070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 PASSED [ 69%] 2022-11-23T01:36:22.5251190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5251330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5251460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5251580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5251690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5251800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5251910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5252050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 PASSED [ 69%] 2022-11-23T01:36:22.5252160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 PASSED [ 69%] 2022-11-23T01:36:22.5252280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 PASSED [ 69%] 2022-11-23T01:36:22.5252390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5252510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 PASSED [ 69%] 2022-11-23T01:36:22.5252620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5252740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5252850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5252960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 PASSED [ 69%] 2022-11-23T01:36:22.5253080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 PASSED [ 69%] 2022-11-23T01:36:22.5253200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 PASSED [ 69%] 2022-11-23T01:36:22.5253310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 PASSED [ 69%] 2022-11-23T01:36:22.5253430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 PASSED [ 69%] 2022-11-23T01:36:22.5253540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 PASSED [ 69%] 2022-11-23T01:36:22.5253660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5253770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5253880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5254000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5254110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5254220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5254340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool PASSED [ 70%] 2022-11-23T01:36:22.5254480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 PASSED [ 70%] 2022-11-23T01:36:22.5254600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5254720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5254830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5254950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5255070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:36:22.5255180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool PASSED [ 70%] 2022-11-23T01:36:22.5255300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 PASSED [ 70%] 2022-11-23T01:36:22.5255410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5255520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5255630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5255760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5255910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 PASSED [ 70%] 2022-11-23T01:36:22.5256040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5256150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5256270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5256380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5256500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5256610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5256730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5256850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5256970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:36:22.5257090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool PASSED [ 70%] 2022-11-23T01:36:22.5257220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 PASSED [ 70%] 2022-11-23T01:36:22.5257340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5257470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5257590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5257700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5257820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5257940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:36:22.5258060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5258170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5258320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool PASSED [ 70%] 2022-11-23T01:36:22.5258440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 PASSED [ 70%] 2022-11-23T01:36:22.5258560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5258670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 PASSED [ 70%] 2022-11-23T01:36:22.5258790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5258910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5259020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5259130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5259250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5259360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5259470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool PASSED [ 70%] 2022-11-23T01:36:22.5259600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 PASSED [ 70%] 2022-11-23T01:36:22.5259750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5259870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 PASSED [ 70%] 2022-11-23T01:36:22.5259990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5260110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5263600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5263720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5263840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool PASSED [ 70%] 2022-11-23T01:36:22.5263970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5264080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5264200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:36:22.5264320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_bool PASSED [ 70%] 2022-11-23T01:36:22.5264440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex128 PASSED [ 70%] 2022-11-23T01:36:22.5264560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5264680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float16 PASSED [ 70%] 2022-11-23T01:36:22.5264810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5264940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5265050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5265170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5265280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5265400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 PASSED [ 70%] 2022-11-23T01:36:22.5265590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 PASSED [ 70%] 2022-11-23T01:36:22.5265710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5265830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5265940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5266070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:36:22.5266200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 PASSED [ 70%] 2022-11-23T01:36:22.5266330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 PASSED [ 70%] 2022-11-23T01:36:22.5266450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 PASSED [ 70%] 2022-11-23T01:36:22.5266570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 PASSED [ 70%] 2022-11-23T01:36:22.5266690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5266800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 PASSED [ 70%] 2022-11-23T01:36:22.5266920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5267060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5267170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5267290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5267400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5267510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5267620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5267740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:36:22.5267860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 PASSED [ 70%] 2022-11-23T01:36:22.5267970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5268090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 PASSED [ 70%] 2022-11-23T01:36:22.5268200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5268320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5268430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5268550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5268660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5268780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5268910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:36:22.5269050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 PASSED [ 70%] 2022-11-23T01:36:22.5269160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5269270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5269390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool PASSED [ 70%] 2022-11-23T01:36:22.5269520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5269640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 PASSED [ 70%] 2022-11-23T01:36:22.5269750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5269870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 PASSED [ 70%] 2022-11-23T01:36:22.5269980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5270090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5270210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float16 PASSED [ 70%] 2022-11-23T01:36:22.5270320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5270440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5270550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5270660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int8 PASSED [ 70%] 2022-11-23T01:36:22.5270800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5270920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 PASSED [ 70%] 2022-11-23T01:36:22.5271030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 PASSED [ 70%] 2022-11-23T01:36:22.5271140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5271250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 PASSED [ 70%] 2022-11-23T01:36:22.5271390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5271520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5271640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_bool PASSED [ 70%] 2022-11-23T01:36:22.5271760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5271890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float64 PASSED [ 70%] 2022-11-23T01:36:22.5272020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int16 PASSED [ 70%] 2022-11-23T01:36:22.5272160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int64 PASSED [ 70%] 2022-11-23T01:36:22.5272270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5272390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5272510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5272630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5272740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5272860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5272980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5273090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5273200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5273380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__softmax_backward_data_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5273490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5273600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5273720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5273840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5273950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5274060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5274190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 SKIPPED (Skipped!) [ 70%] 2022-11-23T01:36:22.5274320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T01:36:22.5274440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 XFAIL [ 70%] 2022-11-23T01:36:22.5274550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 XFAIL [ 70%] 2022-11-23T01:36:22.5274660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 PASSED [ 70%] 2022-11-23T01:36:22.5274800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 PASSED [ 70%] 2022-11-23T01:36:22.5274910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5275040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:36:22.5275160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:36:22.5275280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5275390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5275510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5275620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5275740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5275850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5275960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 XFAIL [ 71%] 2022-11-23T01:36:22.5276080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5276190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5276350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 71%] 2022-11-23T01:36:22.5276490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5276610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5276740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5276850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5276960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5277080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5277240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5277420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5277540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5277650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5277770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5277890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5278000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5278120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5278230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5278350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5278460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5278590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5278710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5278860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5278970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5279080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdouble_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5279200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cfloat_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5279310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 XFAIL [ 71%] 2022-11-23T01:36:22.5279430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5279540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5279670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5279790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5279920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5280030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5280140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5280250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5280370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5280480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5280600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5280720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5280840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5280960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5281070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5281190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5281330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5281450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5281560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5281670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5281800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5281920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5282030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5282140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5282250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5282370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5282480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5282590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5282750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5282870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5282980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5283090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5283220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5283330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5283450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5283560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5283670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5283780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5283900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5284010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5284140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:36:22.5284260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:36:22.5284390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5284520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5284650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5284770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5284880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5284990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5285100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5285230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5285350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5285480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5285610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5285750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5285860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5285980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5286090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5286210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5286330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5286450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5286560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5286700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5286820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5286950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5287080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5287200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5287310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5287430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5287540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5287660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5287770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5287880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5288000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5288110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5288250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5288380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5288500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5288610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5288720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5288830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_cpu_float32 XFAIL [ 71%] 2022-11-23T01:36:22.5288950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5289070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5289200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5289310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5289420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5289540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5289650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5289770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_grid_sampler_2d_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5289890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5290000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5290120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5290230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5290350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5290470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5290600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5290720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5290830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5290970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5291090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5291220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5291330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5291450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5291570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5291680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5291790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 PASSED [ 71%] 2022-11-23T01:36:22.5291910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5295380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 PASSED [ 71%] 2022-11-23T01:36:22.5295540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 71%] 2022-11-23T01:36:22.5295700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 71%] 2022-11-23T01:36:22.5295850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 71%] 2022-11-23T01:36:22.5296000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 71%] 2022-11-23T01:36:22.5296150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 71%] 2022-11-23T01:36:22.5296300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 72%] 2022-11-23T01:36:22.5296510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 72%] 2022-11-23T01:36:22.5296650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 72%] 2022-11-23T01:36:22.5296760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5296880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5296990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 XFAIL [ 72%] 2022-11-23T01:36:22.5297110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 XFAIL [ 72%] 2022-11-23T01:36:22.5297220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5297330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5297450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5297570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5297690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5297810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5297970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5298090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5298220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5298340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5298460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5298590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5298740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5298870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5298990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5299130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5299240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5299370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5299490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5299620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5299740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5299870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5300000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5300120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5300240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5300380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5300530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5300660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5300780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5300900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5301040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5301160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5301290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5301470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 72%] 2022-11-23T01:36:22.5301590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5301710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5301860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5301970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5302090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5302220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5302340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5302460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5302590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5302710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 XFAIL [ 72%] 2022-11-23T01:36:22.5302820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5302940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5303060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5303190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5303320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_with_dtype_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5303440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5303560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5303670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5303790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5303920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:36:22.5304040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5304170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5304280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5304420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5304530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5304650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5304770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5304880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5304990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5305110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5305220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5305350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5305470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5305590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5305710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5305850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5305970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_median_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5306080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5306210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5306430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5306600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5306730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5306860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5306980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5307100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5307220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5307350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5307470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5307620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5307780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5307910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5308040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5308160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5308270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5308390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5308550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5308660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5308790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5308930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5309070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5309190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5309310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5309420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5309550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_batch_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5309660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5309790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:36:22.5309960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 72%] 2022-11-23T01:36:22.5310150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 72%] 2022-11-23T01:36:22.5310280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5310420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5310550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5310690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5310830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5310970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5311100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5311240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_alpha_dropout_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5311370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5311490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5311620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5311750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5311880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5312010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5312130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5312270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5312400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5312580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5312720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5312850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5312980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5313120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5313270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5313430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 72%] 2022-11-23T01:36:22.5313590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5313730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5313860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5314030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5314150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5314280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5314410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5314550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5314680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5314820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5314960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5315090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5315220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5315350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5315480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5315610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 PASSED [ 72%] 2022-11-23T01:36:22.5315730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5315870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5316000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5316120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5316260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5316420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5316580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5316710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5316840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5316980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5317120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5317260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5317390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5317530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5317660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5317800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5317950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5318090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5318220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5318350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5318480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5318600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5318730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5318850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5318990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5319120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5319260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5319390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5319520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5319650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5319790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5319940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5320070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5320190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5320350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5320480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5320600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5320730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5320860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5320990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5321110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5321230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5321340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 XFAIL [ 73%] 2022-11-23T01:36:22.5321460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5321580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5321690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5321860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:36:22.5322000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:36:22.5322110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5322220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5322340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5322460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5322570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5322680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5322800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5322920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5323030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_cpu_float32 XFAIL [ 73%] 2022-11-23T01:36:22.5323150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5323270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 XFAIL [ 73%] 2022-11-23T01:36:22.5323390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5323510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5323630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5323750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5323860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5323990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5324100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5324220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5324350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5324480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5324590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5324710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5324820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5324930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5325070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scalar_tensor_cpu_complex64 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:36:22.5325200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scalar_tensor_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:36:22.5325320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5325450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5325580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5325730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5325840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5325960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5329850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5329970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5330090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5330230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_cosine_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:36:22.5330340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5330460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5330570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5330690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5330810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5330940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5331060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5331210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5331350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5331640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:36:22.5331890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:36:22.5332010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5332130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5332340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5332590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:36:22.5332730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5332860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5332980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5333100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5333240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5333380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5333640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:36:22.5333960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:36:22.5334220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 73%] 2022-11-23T01:36:22.5334340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5334470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5334600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5334720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5334840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5334960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5335070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5335190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5335300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5335410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5335520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5335630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5335750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5335870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5335990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5336100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5336210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5336320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5336460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5336580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5336700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5336820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5336950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5337070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5337200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5337320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5337430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5337560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5337670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5337790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5337920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5338030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5338150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5338270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5338390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5338510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5338620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 PASSED [ 73%] 2022-11-23T01:36:22.5338740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_copy_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5338850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 PASSED [ 73%] 2022-11-23T01:36:22.5338970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 XFAIL [ 73%] 2022-11-23T01:36:22.5339090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5339210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5339320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 PASSED [ 74%] 2022-11-23T01:36:22.5339440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 PASSED [ 74%] 2022-11-23T01:36:22.5339550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 PASSED [ 74%] 2022-11-23T01:36:22.5339670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5339790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5339910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_copy_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5340020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5340130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5340240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5340360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 XFAIL [ 74%] 2022-11-23T01:36:22.5340520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 XFAIL [ 74%] 2022-11-23T01:36:22.5340640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 PASSED [ 74%] 2022-11-23T01:36:22.5340760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5340880Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5341000Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5341120Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5341230Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5341350Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5341490Z test_ops.py::TestCompositeComplianceCPU::test_backward__softmax_backward_data_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5341620Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5341750Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5341870Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5342020Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5342130Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5342260Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5342380Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5342490Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5342610Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5342730Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5342860Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5342980Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5343090Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5343200Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5343320Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5343440Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5343560Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5343680Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5343810Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5343920Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5344040Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5344170Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5344290Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5344410Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5344530Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5344670Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5344790Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5344910Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5345030Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5345150Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5345270Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5345380Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5345500Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5345620Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5345740Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5345850Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5345970Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5346100Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5346230Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5346340Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5346460Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5346590Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5346720Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5346850Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5346970Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5347080Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5347200Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5347320Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5347430Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5347540Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5347660Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5347780Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5347900Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5348020Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5348140Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5348270Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5348410Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5348540Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5348660Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5348810Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5348930Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5349050Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5349160Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5349270Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5349380Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5349500Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5349630Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5349760Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5349880Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5350000Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5350120Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5350230Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5350390Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5350500Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5350620Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5350740Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5350880Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5351010Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5351150Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5351290Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5351420Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5351540Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5351660Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5351800Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5351920Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5352050Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5352170Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5352300Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5352450Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5352580Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5352700Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5352820Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5352950Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5353090Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5353210Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5353340Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5353460Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5353580Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5353700Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5353820Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5353930Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5354050Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5354180Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5354300Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5354430Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5354580Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5354700Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5354820Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5354960Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5355100Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5355250Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5355380Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5355510Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5355620Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5355740Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5355860Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5355970Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5356090Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5356220Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5356350Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5356470Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5356590Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5356710Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5356830Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5356970Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5357110Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5357260Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5357400Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 74%] 2022-11-23T01:36:22.5357540Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5357680Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5357830Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5357960Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5358100Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5358240Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5358390Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5358530Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5358680Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5358850Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5358990Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5359130Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 75%] 2022-11-23T01:36:22.5359260Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5359390Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5359530Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5359660Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5359810Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5359950Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5360090Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5360220Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5363860Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5364000Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5364140Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5364270Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5364410Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5364550Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5364680Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5364870Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5365010Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5365160Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5365290Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5365430Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5365560Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5365690Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5365830Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5365960Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5366100Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5366230Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5366390Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5366520Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5366650Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5366770Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5366890Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5367010Z test_ops.py::TestCompositeComplianceCPU::test_backward_ormqr_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5367130Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5367300Z test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 75%] 2022-11-23T01:36:22.5367420Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5367540Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5367660Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5367780Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5367890Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5368010Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5368130Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5368250Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5368390Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5368500Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5368620Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5368750Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5368880Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5369030Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5369150Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5369280Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5369410Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5369530Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5369660Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5369780Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5369900Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5370020Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5370140Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5370250Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5370380Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5370530Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5370660Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5370800Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5370940Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5371060Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5371180Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5371330Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5371450Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5371580Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5371700Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5371830Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5371960Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5372090Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5372210Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5372320Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5372440Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5372550Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5372680Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5372800Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5372910Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5373030Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5373160Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5373320Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5373450Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5373570Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5373690Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5373820Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_copy_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5373930Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5374050Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5374170Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5374290Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5374410Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_copy_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5374530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5374670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5374830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5374950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5375070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5375190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5375310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5375420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5375540Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5375670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5375790Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5375910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5376050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:36:22.5376170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5376320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:36:22.5376460Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:36:22.5376610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:36:22.5376750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:36:22.5376890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:36:22.5377040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:36:22.5377160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5377290Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5377450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5377590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5377710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5377850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-11-23T01:36:22.5377970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5378130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:36:22.5378250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5378400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:36:22.5378540Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-11-23T01:36:22.5378670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5378780Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5378930Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-11-23T01:36:22.5379090Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cfloat_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-11-23T01:36:22.5379240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-11-23T01:36:22.5379370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5379490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5379610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5379730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5379850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5379980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5380100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5380210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5380330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5380460Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5380590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 PASSED [ 75%] 2022-11-23T01:36:22.5380720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5380840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5380960Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5381080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5381190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5381310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5381430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5381580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5381710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5381840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5381990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5382130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5382250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5382360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5382480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5382600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5382720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5382840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5382970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5383130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5383260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5383370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5383490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5383610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5383720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5383840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5383970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5384080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5384200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5384350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5384490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5384610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5384760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_grid_sampler_2d_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:36:22.5384910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5385040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5385180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5385330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5385450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5385570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5385690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5385850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5385970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5386110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5386260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5386400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5386540Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5386690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 76%] 2022-11-23T01:36:22.5386850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 76%] 2022-11-23T01:36:22.5386990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 76%] 2022-11-23T01:36:22.5387110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5387280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5387400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5387560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5387710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5387840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5387970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5388090Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5388220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5388390Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5388510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5388690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 76%] 2022-11-23T01:36:22.5388820Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5388960Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5389080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5389200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5389330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5389460Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5389590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5389710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5389840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5389960Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5390100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_with_dtype_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5390220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5390340Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5390490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5390640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5390780Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5390900Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5391050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5391170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5391330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5391470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5391590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5391740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5391890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5392010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5392140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5392260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5392390Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5392510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5392640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5392760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5392910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5393050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5393170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5393290Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5393410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5393550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5393680Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5393800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5393970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5394110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5394240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5394360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5394480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5394600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5398230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5398370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5398490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5398620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5398780Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_dropout_backward_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:36:22.5398900Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5399080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5399230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:36:22.5399410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:36:22.5399570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5399720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5399860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5399990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5400130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5400260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5400400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5400540Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5400680Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5400840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:36:22.5400970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5401120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5401280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5401420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5401580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5401720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 76%] 2022-11-23T01:36:22.5401850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5402010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:36:22.5402150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5402280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5402420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5402570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5402730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5402870Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5403010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5403170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5403310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5403450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5403580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5403720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5403860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5403990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5404140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T01:36:22.5404280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 76%] 2022-11-23T01:36:22.5404420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 77%] 2022-11-23T01:36:22.5404560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5404690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5404860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:36:22.5405010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5405140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5405280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5405410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5405550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5405740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5405880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5406000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5406130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5406270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5406450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5406580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5406720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5406850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5407000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5407150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5407340Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5407480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5407600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5407740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:36:22.5407920Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 77%] 2022-11-23T01:36:22.5408040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5408170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5408310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5408430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5408550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5408690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5408810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5408930Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5409050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5409180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5409320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5409470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5409600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5409720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5409860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5409980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5410110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5410230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5410360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5410480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5410600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5410720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5410840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5410970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5411100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5411230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5411410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5411520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5411660Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5411810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5411950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5412080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5412250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_cosine_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5412430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_exponential_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5412580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_kaiser_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5412730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5412860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5413000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5413150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5413320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5413460Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5413590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5413740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5413890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5414040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5414210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5414370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5414500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5414660Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5414780Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5414910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5415070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5415340Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:36:22.5415500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5415620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5415770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5415920Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5416080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5416390Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:36:22.5416700Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:36:22.5416960Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T01:36:22.5417100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5417230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5417350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5417470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5417590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5417710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5417830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5417940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5418090Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:36:22.5418210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5418330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 XFAIL [ 77%] 2022-11-23T01:36:22.5418450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5418590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5418710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5418830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5418950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5419070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5419190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5419310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_copy_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5419430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5419550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5419670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5419800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5419920Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5420050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5420170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5420290Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5420430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5420580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:36:22.5420700Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5420810Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5420930Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5421050Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5421160Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5421280Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5421400Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5421510Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5421630Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5421740Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5421860Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5421980Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5422110Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5422240Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5422370Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5422510Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5422640Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5422790Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5422910Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5423030Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5423150Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5423270Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5423390Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5423510Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5423620Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5423740Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdouble_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5423870Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5424000Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5424130Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5424280Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5424400Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5424520Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5424640Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5424750Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 PASSED [ 77%] 2022-11-23T01:36:22.5424870Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5424980Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5425100Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5425210Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5425350Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5425470Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5425590Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_copy_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5425710Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5425830Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5425950Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5426070Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5426200Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5426310Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5426430Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5426550Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5426700Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 78%] 2022-11-23T01:36:22.5426810Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5426980Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5427100Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5427210Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5427330Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5427450Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5427560Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5427680Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5427800Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5427920Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5428040Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5428150Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5428270Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5428380Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5428530Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5428640Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5428760Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5428880Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5429000Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5429120Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5429240Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5429360Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5429470Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5429600Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5429710Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5429840Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5429950Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5430070Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5430180Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5433840Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5433960Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5434080Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5434200Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5434320Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5434440Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5434560Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5434710Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5434820Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5434940Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5435060Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5435180Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5435300Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5435410Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5435540Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5435660Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5435780Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5435900Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5436010Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5436150Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5436300Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (skip) [ 78%] 2022-11-23T01:36:22.5436430Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 SKIPPED (skip) [ 78%] 2022-11-23T01:36:22.5436550Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5436670Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5436800Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5436920Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5437040Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5437180Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5437310Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5437430Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5437570Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5437720Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5437890Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5438060Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5438200Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5438340Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5438460Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5438590Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5438710Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5438830Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5438980Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5439110Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5439240Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5439380Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5439520Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5439650Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5439760Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5439880Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5440000Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5440120Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5440240Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5440360Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5440490Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5440610Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5440730Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5440850Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5440960Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5441080Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5441200Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5441330Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5441450Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5441570Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5441700Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5441820Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5441950Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5442060Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5442190Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5442310Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5442440Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5442560Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5442680Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5442800Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5442920Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5443080Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5443200Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5443320Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5443460Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5443590Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5443710Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5443830Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5443950Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5444060Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5444190Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5444320Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5444450Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5444600Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5444740Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5444880Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 XFAIL [ 78%] 2022-11-23T01:36:22.5445020Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5445160Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5445330Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 SKIPPED (Expected: new_empty is not comparable) [ 78%] 2022-11-23T01:36:22.5445450Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5445570Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5445710Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5445850Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5445990Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5446120Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5446260Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_alpha_dropout_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5446410Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5446560Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5446700Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5446830Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5446960Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5447100Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 PASSED [ 78%] 2022-11-23T01:36:22.5447230Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5447390Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5447530Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5447680Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 SKIPPED (Allowed exemption) [ 79%] 2022-11-23T01:36:22.5447830Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5447990Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5448130Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5448270Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5448410Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 79%] 2022-11-23T01:36:22.5448540Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5448680Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5448810Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5448990Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5449120Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5449270Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5449410Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5449550Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5449680Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5449810Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5449940Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5450080Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5450220Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5450360Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5450490Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5450630Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5450760Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5450900Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5451040Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5451170Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5451310Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5451450Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5451590Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5451720Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5451860Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5451990Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5452130Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5452260Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5452400Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5452530Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5452650Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5452770Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5452890Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5453030Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5453150Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5453280Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5453410Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5453550Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5453690Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5453820Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5453960Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5454080Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5454200Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5454310Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5454430Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5454540Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5454670Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5454790Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5454910Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5455030Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5455160Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5455290Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5455420Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5455540Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5455680Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 SKIPPED (Allowed exception) [ 79%] 2022-11-23T01:36:22.5455840Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 SKIPPED (Allowed exemption) [ 79%] 2022-11-23T01:36:22.5455960Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5456080Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5456210Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5456330Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5456460Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5456580Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5456710Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5456840Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5456970Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5457090Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5457240Z test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_kaiser_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5457360Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5457470Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5457600Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5457720Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5457850Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5457970Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5458100Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5458220Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5458360Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5458490Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5458610Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5458750Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5459020Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-11-23T01:36:22.5459270Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 79%] 2022-11-23T01:36:22.5459400Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5459520Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5459640Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5459760Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5459870Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5460030Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5460150Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5460260Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5460390Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5460510Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5460630Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5460750Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5460870Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 XFAIL [ 79%] 2022-11-23T01:36:22.5460980Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5461100Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5461210Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5461340Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5461460Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5461620Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5461750Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5461860Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5461980Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5462110Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5462250Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_copy_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5462390Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5462530Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5462660Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5462780Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5462900Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 PASSED [ 79%] 2022-11-23T01:36:22.5463000Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5463110Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5463220Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5463330Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5463440Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5463540Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5463650Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_T_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5463780Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_bfloat16_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5463910Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_byte_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5464060Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_cdouble_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5464180Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_char_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5464320Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_half_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5464440Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_long_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5467960Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_short_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5468080Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5468190Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcmul_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5468300Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5468410Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5468520Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5468630Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5468750Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5468850Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5468970Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5469120Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5469240Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5469360Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5469480Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5469590Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5469710Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5469820Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 PASSED [ 79%] 2022-11-23T01:36:22.5469930Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5470060Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_copy_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5470180Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5470310Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5470470Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 80%] 2022-11-23T01:36:22.5470590Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5470700Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5470810Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5470930Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5471040Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5471150Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5471260Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5471380Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5471490Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5471590Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5471750Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5471870Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5471970Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5472080Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5472200Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5472310Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5472420Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5472530Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5472630Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5472760Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5472890Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5473020Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5473140Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5473270Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5473380Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5473490Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5473600Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5473750Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 80%] 2022-11-23T01:36:22.5473910Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 80%] 2022-11-23T01:36:22.5474020Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5474150Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_log_softmax_with_dtype_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5474290Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5474410Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5474540Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5474650Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 XFAIL [ 80%] 2022-11-23T01:36:22.5474760Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5474880Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5474980Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5475090Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5475200Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5475310Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5475420Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5475520Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5475630Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5475750Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5475860Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5475980Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_softmax_with_dtype_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5476110Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_special_softmax_with_dtype_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5476210Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5476320Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5476430Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5476540Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5476650Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5476760Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5476870Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5476980Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5477110Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5477220Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5477330Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5477440Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5477560Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5477680Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5477800Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5477910Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5478020Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5478120Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5478230Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5478340Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5478440Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5478540Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5478650Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5478760Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5478860Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5478960Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5479070Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 XFAIL [ 80%] 2022-11-23T01:36:22.5479170Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5479280Z test_ops.py::TestMathBitsCPU::test_conj_view_cfloat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5479380Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5479500Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5479610Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5479750Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5479850Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5479960Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5480070Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5480170Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5480270Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5480380Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5480480Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5480590Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5480690Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5480810Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5480910Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5481010Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5481160Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:36:22.5481260Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5481360Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5481470Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5481570Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5481680Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5481790Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5481890Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5482000Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5482110Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5482210Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5482310Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5482410Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5482510Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5482610Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5482710Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5482810Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5482920Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5483020Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5483130Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5483230Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5483380Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-11-23T01:36:22.5483490Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5483640Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5483750Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5483860Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5483960Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5484070Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5484200Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5484320Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5484460Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5484580Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5484710Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5484820Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5484940Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5485050Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5485190Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5485300Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5485420Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5485540Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5485710Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 80%] 2022-11-23T01:36:22.5485830Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5485940Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5486060Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5486170Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5486280Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5486400Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5486510Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5486610Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5486720Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5486830Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 PASSED [ 80%] 2022-11-23T01:36:22.5486960Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5487080Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5487190Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5487300Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5487410Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:36:22.5487520Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5487620Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5487750Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5487860Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_mean_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5487980Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5488090Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5488200Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5488300Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5488410Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5488510Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5488640Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5488740Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5488850Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5488950Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:36:22.5489070Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5489190Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:36:22.5489350Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 81%] 2022-11-23T01:36:22.5489460Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5489570Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5489690Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5489830Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5489950Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5490070Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5490190Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5490320Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5490450Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5490570Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5490700Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5490820Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5490930Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5491030Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5491140Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5491240Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5491350Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5491460Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5491570Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5491700Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5491820Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5491930Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:36:22.5492030Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5492150Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5492250Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5492360Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5492470Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5492570Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5492670Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5492800Z test_ops.py::TestMathBitsCPU::test_conj_view_scalar_tensor_cpu_complex64 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:36:22.5492900Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5493010Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5493160Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5493260Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5493360Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5493460Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5493560Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5493660Z test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5493790Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:36:22.5493890Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5494000Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5494100Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5494200Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5494310Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5494410Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:36:22.5494510Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5494610Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5494720Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5494820Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5494930Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5498410Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5498520Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5498620Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5498720Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5498820Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5498970Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5499090Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5499210Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5499330Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5499430Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5499540Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5499640Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5499760Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5500000Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 SKIPPED (Operation doesn't support conjugated inputs.) [ 81%] 2022-11-23T01:36:22.5500120Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5500230Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5500340Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:36:22.5500450Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 PASSED [ 81%] 2022-11-23T01:36:22.5500600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5500710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5500830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_byte_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5500960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_chalf_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5501080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_char_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5501210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_half_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5501340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_short_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5501450Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5501560Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5501680Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5501790Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcmul_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5501900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5502050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 81%] 2022-11-23T01:36:22.5502160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5502280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5502400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5502540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5502670Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5502790Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5502900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5503010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5503190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5503300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5503410Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5503530Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5503640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5503760Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:36:22.5503880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5503990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5504100Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5504210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5504330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5504440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5504580Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5504690Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5504800Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5504920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5505040Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5505150Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5505260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5505370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5505480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5505600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5505720Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5505850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5505950Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5506070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5506200Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_softmax_with_dtype_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5506310Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5506460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5506590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5506700Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5506810Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5506920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5507050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5507220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 81%] 2022-11-23T01:36:22.5507350Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5507480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5507600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5507730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 81%] 2022-11-23T01:36:22.5507860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5507990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5508130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5508240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:36:22.5508360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5508490Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5508600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5508710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5508830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5508940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5509050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5509160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5509270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5509380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5509490Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5509600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5509710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5509820Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5509930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5510040Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5510150Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5510260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5510380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5510490Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5510600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5510710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5510820Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5510960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5511070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5511180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5511290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5511400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5511510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5511620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5511730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5511850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5511960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5512070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5512170Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5512280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5512410Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5512520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5512630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5512740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5512850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5512950Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5513070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5513180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5513290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5513400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5513510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5513620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:36:22.5513740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5513850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5513960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5514080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5514190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5514290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5514400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5514520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5514630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5514760Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5514880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5515050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5515160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5515280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5515400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5515540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5515660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5515780Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5515900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5516010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5516110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5516230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 SKIPPED (Skipped!) [ 82%] 2022-11-23T01:36:22.5516360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 SKIPPED (Skipped!) [ 82%] 2022-11-23T01:36:22.5516510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5516610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5516720Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5516840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 SKIPPED (Skipped!) [ 82%] 2022-11-23T01:36:22.5516950Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5517060Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5517170Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5517270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5517380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5517490Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5517600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5517710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5517820Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5517930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:36:22.5518060Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5518180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5518290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5518400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5518510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5518610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5518720Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5518830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5518950Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5519080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5519190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5519300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5519400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5519510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5519660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T01:36:22.5519800Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T01:36:22.5519910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5520020Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5520130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5520240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5520360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5520490Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5520620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5520730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5520840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5520960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5521080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5521200Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5521310Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5521440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5521550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5521670Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5521780Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5521900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5522030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5522160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5522270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5522380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5522500Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5522610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5522740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5522860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5523010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:36:22.5523120Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5523230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5523330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5523460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5523570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5523690Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5523800Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5523900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:36:22.5524010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5524120Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5524230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5524330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5524470Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5524590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5524700Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5524810Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5524920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 PASSED [ 82%] 2022-11-23T01:36:22.5525030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5525140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5525250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5525360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5525480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5525610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5525740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose3d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5525890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5526010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5526130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5526260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5529830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5529970Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5530090Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5530230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5530380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5530510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5530640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5530780Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5530910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5531020Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5531120Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5531240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5531340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 XFAIL [ 83%] 2022-11-23T01:36:22.5531460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5531570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5531690Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5531830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5531940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5532050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5532160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5532280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5532390Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5532500Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5532660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 83%] 2022-11-23T01:36:22.5532770Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5532880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5533000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5533120Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scalar_tensor_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-11-23T01:36:22.5533230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5533330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5533440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5533550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5533670Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5533780Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5533890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5534000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5534110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5534210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5534320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5534460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5534570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5534680Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5534790Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5534900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5535010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5535120Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5535230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5535330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5535440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5535550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5535660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5535800Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5535910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5536020Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5536240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 SKIPPED (Operation doesn't support conjugated inputs.) [ 83%] 2022-11-23T01:36:22.5536350Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5536480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5536590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5536710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5536810Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5536930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 PASSED [ 83%] 2022-11-23T01:36:22.5537030Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5537130Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5537230Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5537340Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5537440Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5537540Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5537640Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5537740Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_T_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5537860Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_bfloat16_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5537980Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_cdouble_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5538100Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_char_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5538220Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_complex_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5538340Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_double_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5538500Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_half_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5538600Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5538710Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5538820Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcmul_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5538920Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5539020Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5539130Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5539230Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5539340Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5539450Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5539550Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5539650Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5539760Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5539890Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5540000Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5540120Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5540220Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5540340Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_copy_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5540450Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_scatter_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5540560Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5540700Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-11-23T01:36:22.5540850Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-11-23T01:36:22.5540950Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5541060Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5541170Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5541280Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 SKIPPED (Skipped!) [ 83%] 2022-11-23T01:36:22.5541390Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5541500Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5541600Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5541700Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5541820Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5541930Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5542030Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5542140Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5542260Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5542400Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5542520Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5542630Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5542740Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5542840Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5542950Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5543070Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5543180Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5543310Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5543430Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5543560Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5543670Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5543770Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5543900Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5544000Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5544120Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5544220Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 XFAIL [ 83%] 2022-11-23T01:36:22.5544330Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5544450Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_with_dtype_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5544560Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5544670Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5544780Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5544880Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 XFAIL [ 83%] 2022-11-23T01:36:22.5544990Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5545090Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5545200Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5545320Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5545430Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5545540Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_copy_cpu_float64 PASSED [ 83%] 2022-11-23T01:36:22.5545660Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5545770Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5545930Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 84%] 2022-11-23T01:36:22.5546040Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5546150Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5546310Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_alpha_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 84%] 2022-11-23T01:36:22.5546450Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5546560Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5546690Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5546800Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5546930Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5547040Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5547160Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5547280Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5547390Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5547510Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5547620Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5547750Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 SKIPPED (Test expects tensor input) [ 84%] 2022-11-23T01:36:22.5547880Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5547980Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5548090Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5548210Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5548310Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5548420Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5548520Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5548640Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5548750Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5548860Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_erfcx_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5548970Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5549100Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_log_softmax_with_dtype_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5549210Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5549350Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5549480Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5549590Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_ndtr_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5549720Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5549830Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5549940Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5550050Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5550150Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5550260Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5550440Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5550560Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5550670Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5550790Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5550900Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5551010Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5551120Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5551220Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5551330Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5551440Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5551540Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5551650Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5551750Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5551880Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5551980Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5552090Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5552180Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5552280Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5552380Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 XFAIL [ 84%] 2022-11-23T01:36:22.5552530Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 84%] 2022-11-23T01:36:22.5552640Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5552740Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5552840Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5552940Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5553050Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5553150Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5553260Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5553360Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5553460Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5553570Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 XFAIL [ 84%] 2022-11-23T01:36:22.5553670Z test_ops.py::TestMathBitsCPU::test_neg_view_cdouble_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5553770Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5553860Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 XFAIL [ 84%] 2022-11-23T01:36:22.5553970Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5554070Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5554170Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5554290Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5554390Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5554500Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5554600Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5554690Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5554800Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5554900Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5554990Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5555110Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5555210Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5555310Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5555420Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5555510Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5555650Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5555760Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5555860Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5555970Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-11-23T01:36:22.5556070Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5556170Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5556260Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5556360Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5556460Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5556560Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5560090Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5560200Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-11-23T01:36:22.5560300Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5560400Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5560500Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5560610Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5560710Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5560810Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5560910Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5561010Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5561120Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5561210Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5561320Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5561440Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5561610Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5561710Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5561810Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5561910Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5562010Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5562100Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5562210Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5562310Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5562400Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5562500Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5562600Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5562700Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5562790Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5562900Z test_ops.py::TestMathBitsCPU::test_neg_view_grid_sampler_2d_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5563020Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5563120Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5563230Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5563330Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5563420Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5563530Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5563630Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5563720Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5563820Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5563920Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5564020Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5564160Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 84%] 2022-11-23T01:36:22.5564260Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5564360Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5564470Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5564580Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5564690Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5564790Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5564900Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5565010Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5565120Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5565230Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 PASSED [ 84%] 2022-11-23T01:36:22.5565350Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5565480Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5565600Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5565710Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5565840Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5565940Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5566050Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5566170Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5566300Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5566420Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5566530Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5566640Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5566750Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 XFAIL [ 85%] 2022-11-23T01:36:22.5566860Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5566970Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5567080Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5567180Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5567290Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5567390Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5567500Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5567600Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5567700Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 XFAIL [ 85%] 2022-11-23T01:36:22.5567800Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5567900Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5567990Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5568090Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5568190Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5568280Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5568390Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5568500Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5568610Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5568720Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5568830Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5568940Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5569050Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5569160Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5569260Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5569400Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5569510Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5569620Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5569720Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5569830Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5569950Z test_ops.py::TestMathBitsCPU::test_neg_view_max_pool2d_with_indices_backward_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5570070Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5570190Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5570290Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5570390Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5570510Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5570630Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5570740Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5570880Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5570980Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5571080Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5571180Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5571280Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5571380Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5571490Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5571610Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5571710Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5571820Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5571920Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5572030Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5572130Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 XFAIL [ 85%] 2022-11-23T01:36:22.5572240Z test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5572360Z test_ops.py::TestMathBitsCPU::test_neg_view_native_dropout_backward_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5572460Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5572570Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:36:22.5572670Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5572770Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5572900Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5573030Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5573150Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5573300Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5573420Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5573550Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5573700Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5573810Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5573930Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5574050Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5574190Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5574320Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5574450Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5574580Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5574780Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-11-23T01:36:22.5574920Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5575040Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5575160Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5575280Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5575400Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5575530Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5575650Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5575780Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5575890Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5576010Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5576120Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5576250Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5576360Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5576480Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5576600Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5576720Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5576840Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5576970Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5577110Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5577230Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5577380Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5577500Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5577620Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5577730Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5577850Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5577970Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5578090Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5578200Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5578310Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5578430Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5578550Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5578690Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5578830Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5578960Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5579060Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5579160Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5579270Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 XFAIL [ 85%] 2022-11-23T01:36:22.5579390Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5579500Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5579610Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_view_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5579710Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5579820Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5579920Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5580030Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5580130Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5580250Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5580360Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5580470Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5580580Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5580680Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_cpu_float64 XFAIL [ 85%] 2022-11-23T01:36:22.5580780Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5580890Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5580990Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5581090Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5581230Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5581350Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5581450Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5581560Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5581670Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5581810Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:36:22.5581920Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5582040Z test_ops.py::TestMathBitsCPU::test_neg_view_scalar_tensor_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:36:22.5582160Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5582270Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5582370Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 PASSED [ 85%] 2022-11-23T01:36:22.5582500Z test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_cosine_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:36:22.5582630Z test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_exponential_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:36:22.5582780Z test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_gaussian_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:36:22.5582880Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5582980Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5583090Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5583200Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5583330Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:36:22.5583440Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5583550Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5583660Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5583770Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5583890Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5584140Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:36:22.5584370Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:36:22.5584480Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5584580Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5584690Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5584810Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5585040Z test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:36:22.5585180Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5585300Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5585460Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5585710Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:36:22.5585970Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:36:22.5586240Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T01:36:22.5586360Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5586470Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5586580Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5586680Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5586780Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 XFAIL [ 86%] 2022-11-23T01:36:22.5586880Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5587030Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5587140Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5587250Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5587360Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5587460Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5587560Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5587660Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5591230Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5591330Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5591430Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5591530Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5591630Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5591740Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5591840Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5591940Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5592030Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5592140Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_copy_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5592240Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5592340Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5592490Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-11-23T01:36:22.5592590Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5592690Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5592780Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5592880Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5593010Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5593110Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5593220Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 PASSED [ 86%] 2022-11-23T01:36:22.5593340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_T_cpu PASSED [ 86%] 2022-11-23T01:36:22.5593470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_bfloat16_cpu PASSED [ 86%] 2022-11-23T01:36:22.5593610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_bool_cpu PASSED [ 86%] 2022-11-23T01:36:22.5593740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_byte_cpu PASSED [ 86%] 2022-11-23T01:36:22.5593870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_chalf_cpu PASSED [ 86%] 2022-11-23T01:36:22.5594000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_double_cpu PASSED [ 86%] 2022-11-23T01:36:22.5594130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_float_cpu PASSED [ 86%] 2022-11-23T01:36:22.5594260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_long_cpu PASSED [ 86%] 2022-11-23T01:36:22.5594410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_short_cpu PASSED [ 86%] 2022-11-23T01:36:22.5594530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh__cpu PASSED [ 86%] 2022-11-23T01:36:22.5594650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu PASSED [ 86%] 2022-11-23T01:36:22.5594770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv__cpu PASSED [ 86%] 2022-11-23T01:36:22.5594890Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu PASSED [ 86%] 2022-11-23T01:36:22.5595020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcmul__cpu PASSED [ 86%] 2022-11-23T01:36:22.5595140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcmul_cpu PASSED [ 86%] 2022-11-23T01:36:22.5595250Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu PASSED [ 86%] 2022-11-23T01:36:22.5595370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu PASSED [ 86%] 2022-11-23T01:36:22.5595480Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu PASSED [ 86%] 2022-11-23T01:36:22.5595600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh__cpu PASSED [ 86%] 2022-11-23T01:36:22.5595720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu PASSED [ 86%] 2022-11-23T01:36:22.5595840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2__cpu PASSED [ 86%] 2022-11-23T01:36:22.5595950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu PASSED [ 86%] 2022-11-23T01:36:22.5596070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan__cpu PASSED [ 86%] 2022-11-23T01:36:22.5596180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu PASSED [ 86%] 2022-11-23T01:36:22.5596310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-11-23T01:36:22.5596440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu PASSED [ 86%] 2022-11-23T01:36:22.5596560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-11-23T01:36:22.5596690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-11-23T01:36:22.5596820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu PASSED [ 86%] 2022-11-23T01:36:22.5596990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil__cpu PASSED [ 86%] 2022-11-23T01:36:22.5597140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu PASSED [ 86%] 2022-11-23T01:36:22.5597300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max__cpu PASSED [ 86%] 2022-11-23T01:36:22.5597440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_max_cpu PASSED [ 86%] 2022-11-23T01:36:22.5597560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_min__cpu PASSED [ 86%] 2022-11-23T01:36:22.5597670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu PASSED [ 86%] 2022-11-23T01:36:22.5597800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu PASSED [ 86%] 2022-11-23T01:36:22.5597920Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu PASSED [ 86%] 2022-11-23T01:36:22.5598050Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical__cpu PASSED [ 86%] 2022-11-23T01:36:22.5598170Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu PASSED [ 86%] 2022-11-23T01:36:22.5598300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu PASSED [ 86%] 2022-11-23T01:36:22.5598440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu PASSED [ 86%] 2022-11-23T01:36:22.5598570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign__cpu PASSED [ 86%] 2022-11-23T01:36:22.5598700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos__cpu PASSED [ 86%] 2022-11-23T01:36:22.5598830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu PASSED [ 86%] 2022-11-23T01:36:22.5598950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_cpu PASSED [ 86%] 2022-11-23T01:36:22.5599080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_copy_cpu PASSED [ 86%] 2022-11-23T01:36:22.5599200Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_scatter_cpu PASSED [ 86%] 2022-11-23T01:36:22.5599330Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma__cpu PASSED [ 86%] 2022-11-23T01:36:22.5599450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu PASSED [ 86%] 2022-11-23T01:36:22.5599560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu PASSED [ 86%] 2022-11-23T01:36:22.5599680Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu PASSED [ 86%] 2022-11-23T01:36:22.5599800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu PASSED [ 86%] 2022-11-23T01:36:22.5599930Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu PASSED [ 86%] 2022-11-23T01:36:22.5600050Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu PASSED [ 86%] 2022-11-23T01:36:22.5600160Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf__cpu PASSED [ 86%] 2022-11-23T01:36:22.5600280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu PASSED [ 86%] 2022-11-23T01:36:22.5600400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv__cpu PASSED [ 86%] 2022-11-23T01:36:22.5600510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu PASSED [ 86%] 2022-11-23T01:36:22.5600630Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2__cpu PASSED [ 86%] 2022-11-23T01:36:22.5600750Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu PASSED [ 86%] 2022-11-23T01:36:22.5600870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu PASSED [ 86%] 2022-11-23T01:36:22.5601000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu PASSED [ 86%] 2022-11-23T01:36:22.5601120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu PASSED [ 86%] 2022-11-23T01:36:22.5601240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu PASSED [ 86%] 2022-11-23T01:36:22.5601360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu PASSED [ 86%] 2022-11-23T01:36:22.5601480Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu PASSED [ 86%] 2022-11-23T01:36:22.5601600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu PASSED [ 86%] 2022-11-23T01:36:22.5601720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu PASSED [ 86%] 2022-11-23T01:36:22.5601840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu PASSED [ 86%] 2022-11-23T01:36:22.5601960Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu PASSED [ 86%] 2022-11-23T01:36:22.5602070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu PASSED [ 86%] 2022-11-23T01:36:22.5602190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu PASSED [ 86%] 2022-11-23T01:36:22.5602310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu PASSED [ 86%] 2022-11-23T01:36:22.5602470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu PASSED [ 86%] 2022-11-23T01:36:22.5602590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu PASSED [ 86%] 2022-11-23T01:36:22.5602710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu PASSED [ 86%] 2022-11-23T01:36:22.5602830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power__cpu PASSED [ 86%] 2022-11-23T01:36:22.5602950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor__cpu PASSED [ 86%] 2022-11-23T01:36:22.5603070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu PASSED [ 86%] 2022-11-23T01:36:22.5603190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide__cpu PASSED [ 86%] 2022-11-23T01:36:22.5603320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu PASSED [ 86%] 2022-11-23T01:36:22.5603430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu PASSED [ 86%] 2022-11-23T01:36:22.5603550Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod__cpu PASSED [ 86%] 2022-11-23T01:36:22.5603660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu PASSED [ 86%] 2022-11-23T01:36:22.5603780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac__cpu PASSED [ 86%] 2022-11-23T01:36:22.5603900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu PASSED [ 86%] 2022-11-23T01:36:22.5604010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt__cpu PASSED [ 86%] 2022-11-23T01:36:22.5604120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu PASSED [ 86%] 2022-11-23T01:36:22.5604250Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside__cpu PASSED [ 86%] 2022-11-23T01:36:22.5604370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu PASSED [ 86%] 2022-11-23T01:36:22.5604490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu PASSED [ 87%] 2022-11-23T01:36:22.5604610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot__cpu PASSED [ 87%] 2022-11-23T01:36:22.5604720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma__cpu PASSED [ 87%] 2022-11-23T01:36:22.5604870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu PASSED [ 87%] 2022-11-23T01:36:22.5604990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu PASSED [ 87%] 2022-11-23T01:36:22.5605110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu PASSED [ 87%] 2022-11-23T01:36:22.5605230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu PASSED [ 87%] 2022-11-23T01:36:22.5605360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu PASSED [ 87%] 2022-11-23T01:36:22.5605480Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu PASSED [ 87%] 2022-11-23T01:36:22.5605600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu PASSED [ 87%] 2022-11-23T01:36:22.5605720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le__cpu PASSED [ 87%] 2022-11-23T01:36:22.5605830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu PASSED [ 87%] 2022-11-23T01:36:22.5605950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lerp__cpu PASSED [ 87%] 2022-11-23T01:36:22.5606060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu PASSED [ 87%] 2022-11-23T01:36:22.5606180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10__cpu PASSED [ 87%] 2022-11-23T01:36:22.5606350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu PASSED [ 87%] 2022-11-23T01:36:22.5606500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p__cpu PASSED [ 87%] 2022-11-23T01:36:22.5606630Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu PASSED [ 87%] 2022-11-23T01:36:22.5606770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2__cpu PASSED [ 87%] 2022-11-23T01:36:22.5606890Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu PASSED [ 87%] 2022-11-23T01:36:22.5607000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu PASSED [ 87%] 2022-11-23T01:36:22.5607130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_softmax_cpu PASSED [ 87%] 2022-11-23T01:36:22.5607250Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu PASSED [ 87%] 2022-11-23T01:36:22.5607380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor__cpu PASSED [ 87%] 2022-11-23T01:36:22.5607500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu PASSED [ 87%] 2022-11-23T01:36:22.5607610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt__cpu PASSED [ 87%] 2022-11-23T01:36:22.5607730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu PASSED [ 87%] 2022-11-23T01:36:22.5607860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_group_norm_cpu PASSED [ 87%] 2022-11-23T01:36:22.5607980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne__cpu PASSED [ 87%] 2022-11-23T01:36:22.5608110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg__cpu PASSED [ 87%] 2022-11-23T01:36:22.5608230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu PASSED [ 87%] 2022-11-23T01:36:22.5608360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter__cpu PASSED [ 87%] 2022-11-23T01:36:22.5608480Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu PASSED [ 87%] 2022-11-23T01:36:22.5608610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu__cpu PASSED [ 87%] 2022-11-23T01:36:22.5608740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu PASSED [ 87%] 2022-11-23T01:36:22.5608890Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu__cpu PASSED [ 87%] 2022-11-23T01:36:22.5609030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu PASSED [ 87%] 2022-11-23T01:36:22.5609170Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 87%] 2022-11-23T01:36:22.5609300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu PASSED [ 87%] 2022-11-23T01:36:22.5609440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 87%] 2022-11-23T01:36:22.5609570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu PASSED [ 87%] 2022-11-23T01:36:22.5609700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu PASSED [ 87%] 2022-11-23T01:36:22.5609830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softmax_cpu PASSED [ 87%] 2022-11-23T01:36:22.5609970Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold__cpu PASSED [ 87%] 2022-11-23T01:36:22.5610110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_triplet_margin_loss_cpu PASSED [ 87%] 2022-11-23T01:36:22.5610230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu PASSED [ 87%] 2022-11-23T01:36:22.5610370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow__cpu PASSED [ 87%] 2022-11-23T01:36:22.5610490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu PASSED [ 87%] 2022-11-23T01:36:22.5610600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu PASSED [ 87%] 2022-11-23T01:36:22.5610720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu PASSED [ 87%] 2022-11-23T01:36:22.5610830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu PASSED [ 87%] 2022-11-23T01:36:22.5610960Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu PASSED [ 87%] 2022-11-23T01:36:22.5611080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder__cpu PASSED [ 87%] 2022-11-23T01:36:22.5611200Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu PASSED [ 87%] 2022-11-23T01:36:22.5611320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu PASSED [ 87%] 2022-11-23T01:36:22.5611440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu PASSED [ 87%] 2022-11-23T01:36:22.5611560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu PASSED [ 87%] 2022-11-23T01:36:22.5611670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu PASSED [ 87%] 2022-11-23T01:36:22.5611800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu PASSED [ 87%] 2022-11-23T01:36:22.5611910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu PASSED [ 87%] 2022-11-23T01:36:22.5612030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu PASSED [ 87%] 2022-11-23T01:36:22.5612150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu PASSED [ 87%] 2022-11-23T01:36:22.5612260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu PASSED [ 87%] 2022-11-23T01:36:22.5612380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh__cpu PASSED [ 87%] 2022-11-23T01:36:22.5612510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu PASSED [ 87%] 2022-11-23T01:36:22.5612640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu PASSED [ 87%] 2022-11-23T01:36:22.5612780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_erfcx_cpu PASSED [ 87%] 2022-11-23T01:36:22.5612910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu PASSED [ 87%] 2022-11-23T01:36:22.5613030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu PASSED [ 87%] 2022-11-23T01:36:22.5613150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu PASSED [ 87%] 2022-11-23T01:36:22.5613280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_log_softmax_cpu PASSED [ 87%] 2022-11-23T01:36:22.5613410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu PASSED [ 87%] 2022-11-23T01:36:22.5613540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu PASSED [ 87%] 2022-11-23T01:36:22.5613680Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_ndtr_cpu PASSED [ 87%] 2022-11-23T01:36:22.5613830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_ndtri_cpu PASSED [ 87%] 2022-11-23T01:36:22.5613980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_softmax_cpu PASSED [ 87%] 2022-11-23T01:36:22.5614150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu PASSED [ 87%] 2022-11-23T01:36:22.5614290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu PASSED [ 87%] 2022-11-23T01:36:22.5614410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu PASSED [ 87%] 2022-11-23T01:36:22.5614530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu PASSED [ 87%] 2022-11-23T01:36:22.5614650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan__cpu PASSED [ 87%] 2022-11-23T01:36:22.5614760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh__cpu PASSED [ 87%] 2022-11-23T01:36:22.5614880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu PASSED [ 87%] 2022-11-23T01:36:22.5615000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril__cpu PASSED [ 87%] 2022-11-23T01:36:22.5615110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu PASSED [ 87%] 2022-11-23T01:36:22.5615230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu__cpu PASSED [ 87%] 2022-11-23T01:36:22.5615350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide__cpu PASSED [ 87%] 2022-11-23T01:36:22.5615480Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu PASSED [ 87%] 2022-11-23T01:36:22.5615610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu PASSED [ 87%] 2022-11-23T01:36:22.5615740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_cpu PASSED [ 87%] 2022-11-23T01:36:22.5615860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu PASSED [ 87%] 2022-11-23T01:36:22.5615980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu PASSED [ 87%] 2022-11-23T01:36:22.5616100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_xlogy__cpu PASSED [ 87%] 2022-11-23T01:36:22.5616220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_xlogy_cpu PASSED [ 87%] 2022-11-23T01:36:22.5616330Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu PASSED [ 87%] 2022-11-23T01:36:22.5616460Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_byte_cpu PASSED [ 87%] 2022-11-23T01:36:22.5616590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_cdouble_cpu PASSED [ 87%] 2022-11-23T01:36:22.5616730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_cfloat_cpu PASSED [ 87%] 2022-11-23T01:36:22.5616870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_chalf_cpu PASSED [ 87%] 2022-11-23T01:36:22.5617000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_float_cpu PASSED [ 87%] 2022-11-23T01:36:22.5617120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu PASSED [ 87%] 2022-11-23T01:36:22.5617240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos__cpu PASSED [ 87%] 2022-11-23T01:36:22.5617360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh__cpu PASSED [ 87%] 2022-11-23T01:36:22.5617480Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv__cpu PASSED [ 87%] 2022-11-23T01:36:22.5617600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu PASSED [ 87%] 2022-11-23T01:36:22.5617720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcmul_cpu PASSED [ 87%] 2022-11-23T01:36:22.5617830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu PASSED [ 87%] 2022-11-23T01:36:22.5617950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu PASSED [ 87%] 2022-11-23T01:36:22.5618070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu PASSED [ 87%] 2022-11-23T01:36:22.5618200Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin__cpu PASSED [ 87%] 2022-11-23T01:36:22.5618310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu PASSED [ 87%] 2022-11-23T01:36:22.5618430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2__cpu PASSED [ 87%] 2022-11-23T01:36:22.5618540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu PASSED [ 87%] 2022-11-23T01:36:22.5618660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu PASSED [ 87%] 2022-11-23T01:36:22.5618790Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu PASSED [ 87%] 2022-11-23T01:36:22.5618900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu PASSED [ 87%] 2022-11-23T01:36:22.5619030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu PASSED [ 87%] 2022-11-23T01:36:22.5619150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu PASSED [ 87%] 2022-11-23T01:36:22.5619280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu PASSED [ 87%] 2022-11-23T01:36:22.5619410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu PASSED [ 87%] 2022-11-23T01:36:22.5619530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu PASSED [ 87%] 2022-11-23T01:36:22.5619650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bucketize_cpu PASSED [ 87%] 2022-11-23T01:36:22.5619770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu PASSED [ 87%] 2022-11-23T01:36:22.5619890Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp__cpu PASSED [ 87%] 2022-11-23T01:36:22.5620000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu PASSED [ 87%] 2022-11-23T01:36:22.5620130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_max_cpu PASSED [ 87%] 2022-11-23T01:36:22.5620240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu PASSED [ 87%] 2022-11-23T01:36:22.5623830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu PASSED [ 87%] 2022-11-23T01:36:22.5624010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu SKIPPED (_refs.copy_to does not have an entry in python_ref_db) [ 87%] 2022-11-23T01:36:22.5624190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_cpu PASSED [ 87%] 2022-11-23T01:36:22.5624320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu PASSED [ 87%] 2022-11-23T01:36:22.5624450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_copy_cpu PASSED [ 87%] 2022-11-23T01:36:22.5624570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu PASSED [ 87%] 2022-11-23T01:36:22.5624690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu PASSED [ 87%] 2022-11-23T01:36:22.5624860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu SKIPPED (_refs.empty_strided does not have an entry in python_ref_db) [ 87%] 2022-11-23T01:36:22.5625020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu SKIPPED (_refs.equal does not have an entry in python_ref_db) [ 87%] 2022-11-23T01:36:22.5625140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc__cpu PASSED [ 87%] 2022-11-23T01:36:22.5625260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu PASSED [ 87%] 2022-11-23T01:36:22.5625380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu PASSED [ 87%] 2022-11-23T01:36:22.5625500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2__cpu PASSED [ 87%] 2022-11-23T01:36:22.5625650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu PASSED [ 87%] 2022-11-23T01:36:22.5625780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu PASSED [ 87%] 2022-11-23T01:36:22.5625890Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu PASSED [ 87%] 2022-11-23T01:36:22.5626010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu PASSED [ 87%] 2022-11-23T01:36:22.5626130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-11-23T01:36:22.5626250Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu PASSED [ 87%] 2022-11-23T01:36:22.5626370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu PASSED [ 87%] 2022-11-23T01:36:22.5626490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-11-23T01:36:22.5626610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-11-23T01:36:22.5626730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-11-23T01:36:22.5626860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu PASSED [ 88%] 2022-11-23T01:36:22.5626980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu PASSED [ 88%] 2022-11-23T01:36:22.5627100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu PASSED [ 88%] 2022-11-23T01:36:22.5627220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu PASSED [ 88%] 2022-11-23T01:36:22.5627340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu PASSED [ 88%] 2022-11-23T01:36:22.5627450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu PASSED [ 88%] 2022-11-23T01:36:22.5627570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu PASSED [ 88%] 2022-11-23T01:36:22.5627700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power__cpu PASSED [ 88%] 2022-11-23T01:36:22.5627820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu PASSED [ 88%] 2022-11-23T01:36:22.5627950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide__cpu PASSED [ 88%] 2022-11-23T01:36:22.5628090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu PASSED [ 88%] 2022-11-23T01:36:22.5628210Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu PASSED [ 88%] 2022-11-23T01:36:22.5628320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu PASSED [ 88%] 2022-11-23T01:36:22.5628440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu PASSED [ 88%] 2022-11-23T01:36:22.5628550Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu PASSED [ 88%] 2022-11-23T01:36:22.5628720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu SKIPPED (_refs.full_like does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5628830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge__cpu PASSED [ 88%] 2022-11-23T01:36:22.5628950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu PASSED [ 88%] 2022-11-23T01:36:22.5629060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt__cpu PASSED [ 88%] 2022-11-23T01:36:22.5629190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside__cpu PASSED [ 88%] 2022-11-23T01:36:22.5629300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu PASSED [ 88%] 2022-11-23T01:36:22.5629450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu PASSED [ 88%] 2022-11-23T01:36:22.5629570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac__cpu PASSED [ 88%] 2022-11-23T01:36:22.5629690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu PASSED [ 88%] 2022-11-23T01:36:22.5629810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu PASSED [ 88%] 2022-11-23T01:36:22.5629980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu SKIPPED (_refs.index_copy_ does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5630140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu SKIPPED (_refs.index_fill_ does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5630260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu PASSED [ 88%] 2022-11-23T01:36:22.5630390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu PASSED [ 88%] 2022-11-23T01:36:22.5630510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu PASSED [ 88%] 2022-11-23T01:36:22.5630630Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu PASSED [ 88%] 2022-11-23T01:36:22.5630740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu PASSED [ 88%] 2022-11-23T01:36:22.5630860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lerp__cpu PASSED [ 88%] 2022-11-23T01:36:22.5630980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma__cpu PASSED [ 88%] 2022-11-23T01:36:22.5631100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu PASSED [ 88%] 2022-11-23T01:36:22.5631260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2__cpu PASSED [ 88%] 2022-11-23T01:36:22.5631390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu PASSED [ 88%] 2022-11-23T01:36:22.5631520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log__cpu PASSED [ 88%] 2022-11-23T01:36:22.5631660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and__cpu PASSED [ 88%] 2022-11-23T01:36:22.5631800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu PASSED [ 88%] 2022-11-23T01:36:22.5631940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or__cpu PASSED [ 88%] 2022-11-23T01:36:22.5632070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu PASSED [ 88%] 2022-11-23T01:36:22.5632190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu PASSED [ 88%] 2022-11-23T01:36:22.5632300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt__cpu PASSED [ 88%] 2022-11-23T01:36:22.5632420Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu PASSED [ 88%] 2022-11-23T01:36:22.5632540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu PASSED [ 88%] 2022-11-23T01:36:22.5632660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu PASSED [ 88%] 2022-11-23T01:36:22.5632780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu PASSED [ 88%] 2022-11-23T01:36:22.5632970Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_group_norm_cpu SKIPPED (_refs.native_group_norm does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5633120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu PASSED [ 88%] 2022-11-23T01:36:22.5633240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg__cpu PASSED [ 88%] 2022-11-23T01:36:22.5633380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu PASSED [ 88%] 2022-11-23T01:36:22.5633510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu PASSED [ 88%] 2022-11-23T01:36:22.5633640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu PASSED [ 88%] 2022-11-23T01:36:22.5633770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu PASSED [ 88%] 2022-11-23T01:36:22.5633910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu PASSED [ 88%] 2022-11-23T01:36:22.5634040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_huber_loss_cpu PASSED [ 88%] 2022-11-23T01:36:22.5634180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_log_softmax_cpu PASSED [ 88%] 2022-11-23T01:36:22.5634320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 88%] 2022-11-23T01:36:22.5634450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish__cpu PASSED [ 88%] 2022-11-23T01:36:22.5634580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu PASSED [ 88%] 2022-11-23T01:36:22.5634710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_nll_loss_cpu PASSED [ 88%] 2022-11-23T01:36:22.5634840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu PASSED [ 88%] 2022-11-23T01:36:22.5634970Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu PASSED [ 88%] 2022-11-23T01:36:22.5635090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu PASSED [ 88%] 2022-11-23T01:36:22.5635230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu PASSED [ 88%] 2022-11-23T01:36:22.5635360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold__cpu PASSED [ 88%] 2022-11-23T01:36:22.5635500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu PASSED [ 88%] 2022-11-23T01:36:22.5635640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_triplet_margin_loss_cpu PASSED [ 88%] 2022-11-23T01:36:22.5635810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu SKIPPED (_refs.ones does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5635980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu SKIPPED (_refs.ones_like does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5636100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu PASSED [ 88%] 2022-11-23T01:36:22.5636220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu PASSED [ 88%] 2022-11-23T01:36:22.5636340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu PASSED [ 88%] 2022-11-23T01:36:22.5636460Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu PASSED [ 88%] 2022-11-23T01:36:22.5636570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu PASSED [ 88%] 2022-11-23T01:36:22.5636690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu PASSED [ 88%] 2022-11-23T01:36:22.5636810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu PASSED [ 88%] 2022-11-23T01:36:22.5636930Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu PASSED [ 88%] 2022-11-23T01:36:22.5637060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu PASSED [ 88%] 2022-11-23T01:36:22.5637190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu PASSED [ 88%] 2022-11-23T01:36:22.5637310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu PASSED [ 88%] 2022-11-23T01:36:22.5637490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu SKIPPED (_refs.rfloordiv does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5637600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu PASSED [ 88%] 2022-11-23T01:36:22.5637720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu PASSED [ 88%] 2022-11-23T01:36:22.5637880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu SKIPPED (_refs.rpow does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5638000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt__cpu PASSED [ 88%] 2022-11-23T01:36:22.5638110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu PASSED [ 88%] 2022-11-23T01:36:22.5638230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu PASSED [ 88%] 2022-11-23T01:36:22.5638400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu SKIPPED (_refs.scalar_tensor does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5638520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu PASSED [ 88%] 2022-11-23T01:36:22.5638640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid__cpu PASSED [ 88%] 2022-11-23T01:36:22.5638760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu PASSED [ 88%] 2022-11-23T01:36:22.5638870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign__cpu PASSED [ 88%] 2022-11-23T01:36:22.5638990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu PASSED [ 88%] 2022-11-23T01:36:22.5639110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu PASSED [ 88%] 2022-11-23T01:36:22.5639220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu PASSED [ 88%] 2022-11-23T01:36:22.5639340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu PASSED [ 88%] 2022-11-23T01:36:22.5639450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh__cpu PASSED [ 88%] 2022-11-23T01:36:22.5639570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu PASSED [ 88%] 2022-11-23T01:36:22.5639730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu PASSED [ 88%] 2022-11-23T01:36:22.5639860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j1_cpu PASSED [ 88%] 2022-11-23T01:36:22.5639980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_erfcx_cpu PASSED [ 88%] 2022-11-23T01:36:22.5640160Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_expit_cpu SKIPPED (_refs.special.expit does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5640280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu PASSED [ 88%] 2022-11-23T01:36:22.5640410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu PASSED [ 88%] 2022-11-23T01:36:22.5640560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu PASSED [ 88%] 2022-11-23T01:36:22.5640700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_ndtri_cpu PASSED [ 88%] 2022-11-23T01:36:22.5640850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_xlog1py_cpu PASSED [ 88%] 2022-11-23T01:36:22.5640980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt__cpu PASSED [ 88%] 2022-11-23T01:36:22.5641140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu PASSED [ 88%] 2022-11-23T01:36:22.5641260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu PASSED [ 88%] 2022-11-23T01:36:22.5641380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu PASSED [ 88%] 2022-11-23T01:36:22.5641500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu PASSED [ 88%] 2022-11-23T01:36:22.5641610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan__cpu PASSED [ 88%] 2022-11-23T01:36:22.5641730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu PASSED [ 88%] 2022-11-23T01:36:22.5641850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh__cpu PASSED [ 88%] 2022-11-23T01:36:22.5641960Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu PASSED [ 88%] 2022-11-23T01:36:22.5642090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu PASSED [ 88%] 2022-11-23T01:36:22.5642210Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu PASSED [ 88%] 2022-11-23T01:36:22.5642350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu PASSED [ 88%] 2022-11-23T01:36:22.5642480Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu__cpu PASSED [ 88%] 2022-11-23T01:36:22.5642600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide__cpu PASSED [ 88%] 2022-11-23T01:36:22.5642720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu PASSED [ 88%] 2022-11-23T01:36:22.5642840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu PASSED [ 88%] 2022-11-23T01:36:22.5643010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu SKIPPED (_refs.trunc_divide does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5643130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu PASSED [ 88%] 2022-11-23T01:36:22.5643260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu PASSED [ 88%] 2022-11-23T01:36:22.5643380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu PASSED [ 88%] 2022-11-23T01:36:22.5643500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_cpu PASSED [ 88%] 2022-11-23T01:36:22.5643640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu PASSED [ 88%] 2022-11-23T01:36:22.5643760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu PASSED [ 88%] 2022-11-23T01:36:22.5643880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu PASSED [ 88%] 2022-11-23T01:36:22.5644000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_xlogy__cpu PASSED [ 88%] 2022-11-23T01:36:22.5644120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_xlogy_cpu PASSED [ 88%] 2022-11-23T01:36:22.5644280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu SKIPPED (_refs.zeros does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5644440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu SKIPPED (_refs.zeros_like does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:36:22.5644550Z test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32 PASSED [ 88%] 2022-11-23T01:36:22.5644650Z test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32 PASSED [ 88%] 2022-11-23T01:36:22.5644750Z test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32 PASSED [ 88%] 2022-11-23T01:36:22.5644860Z test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32 PASSED [ 88%] 2022-11-23T01:36:22.5644960Z test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64 PASSED [ 88%] 2022-11-23T01:36:22.5645080Z test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32 PASSED [ 88%] 2022-11-23T01:36:22.5645180Z test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32 PASSED [ 88%] 2022-11-23T01:36:22.5645280Z test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64 PASSED [ 88%] 2022-11-23T01:36:22.5645390Z test_ops.py::TestFakeTensorCPU::test_fake__softmax_backward_data_cpu_float32 PASSED [ 88%] 2022-11-23T01:36:22.5645490Z test_ops.py::TestFakeTensorCPU::test_fake_acosh_cpu_float32 PASSED [ 88%] 2022-11-23T01:36:22.5645590Z test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32 PASSED [ 88%] 2022-11-23T01:36:22.5645690Z test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32 PASSED [ 88%] 2022-11-23T01:36:22.5645790Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5645910Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5646010Z test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5646100Z test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5646200Z test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5646320Z test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:36:22.5646420Z test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5646520Z test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5646620Z test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5646720Z test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5646810Z test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5646910Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5647010Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5647130Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5647240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5647350Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64 PASSED [ 89%] 2022-11-23T01:36:22.5647500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5647620Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5647730Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5647830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5647940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64 PASSED [ 89%] 2022-11-23T01:36:22.5648050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64 PASSED [ 89%] 2022-11-23T01:36:22.5648190Z test_ops.py::TestFakeTensorCPU::test_fake_autocast__softmax_backward_data_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5648310Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5648430Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5648540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5648640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5648760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5648860Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5649010Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5649130Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5649250Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5649370Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5649520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:36:22.5649630Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5649740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5649850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5649960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5650070Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5650180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5650290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5650400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5650510Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5650630Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64 PASSED [ 89%] 2022-11-23T01:36:22.5650740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 PASSED [ 89%] 2022-11-23T01:36:22.5650850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5650970Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5651090Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5651210Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5651320Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5651430Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5651540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5651670Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5651800Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5651910Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5652050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:36:22.5652180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:36:22.5652290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5652400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5652520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5652630Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5652740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5652850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5652960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5656430Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5656540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5656660Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5656770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5656880Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5656990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_copy_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5657100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5657210Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5657330Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5657450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5657560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5657670Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5657770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5657880Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5657990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5658090Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5658210Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5658310Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5658420Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5658530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5658640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5658750Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5658860Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5659030Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5659140Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5659260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5659370Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5659480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5659590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5659700Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5659810Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5659920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5660020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5660140Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5660250Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5660350Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5660490Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5660600Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5660700Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5660810Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5660930Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_grid_sampler_2d_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5661040Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5661150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5661260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5661370Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5661480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5661590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5661690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5661800Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5661910Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5662020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64 PASSED [ 89%] 2022-11-23T01:36:22.5662130Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5662240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5662350Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5662470Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5662590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5662710Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5662830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5662940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5663070Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5663180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5663300Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5663420Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5663570Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_complex64 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:36:22.5663730Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-11-23T01:36:22.5663890Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-11-23T01:36:22.5664020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-11-23T01:36:22.5664160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-11-23T01:36:22.5664270Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5664370Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64 PASSED [ 89%] 2022-11-23T01:36:22.5664500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5664620Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5664730Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5664850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5664960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5665100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:36:22.5665230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:36:22.5665360Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5665480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5665600Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5665710Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5665820Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5665950Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5666080Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 PASSED [ 89%] 2022-11-23T01:36:22.5666230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-11-23T01:36:22.5666380Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5666500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5666630Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5666760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5666930Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 90%] 2022-11-23T01:36:22.5667060Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5667180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5667290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5667420Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5667530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5667650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5667760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5667870Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5667980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5668090Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5668220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_with_dtype_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5668330Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5668440Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5668570Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5668690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5668800Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5668910Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5669020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5669130Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5669230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5669360Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5669470Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5669580Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5669690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5669810Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5669930Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5670040Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5670160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5670270Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5670400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5670530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5670650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5670770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5670880Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5670990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5671130Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5671260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5671380Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5671500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5671610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5671720Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5671820Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5671960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5672070Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5672200Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5672310Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5672440Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5672570Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5672700Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T01:36:22.5672820Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5672920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5673040Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5673150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5673280Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5673410Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5673540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_alpha_dropout_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5673670Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5673790Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5673920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5674070Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5674180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5674300Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5674440Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5674570Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5674710Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5674830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5674990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5675110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5675260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5675400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5675530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5675650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5675770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5675900Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5676020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5676160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5676280Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5676440Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5676580Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5676710Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5676840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5676980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5677100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5677220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5677360Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5677490Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5677620Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5677750Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5677880Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5678020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5678150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5678290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5678430Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5678570Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5678700Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5678830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5678980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5679120Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5679250Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5679380Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5679510Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5679650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5679780Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5679900Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5680020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5680150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5680280Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5680410Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5680540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5680650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5680760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5680870Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5680980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5681100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5681220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5681340Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5681460Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5681570Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5681680Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5681800Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5681950Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5682060Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5682180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5682290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5682390Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5682510Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5682650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5682760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5682870Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5682980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5683110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5683220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5683330Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5683450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5683560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5683680Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5683790Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5683900Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5684020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scalar_tensor_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5684140Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5684260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5684370Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5684540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:36:22.5684650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32 PASSED [ 90%] 2022-11-23T01:36:22.5684750Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5684880Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_kaiser_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5684990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5688400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5688510Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5688620Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5688730Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5688850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5689010Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 91%] 2022-11-23T01:36:22.5689120Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5689240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5689360Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5689500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5689750Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:36:22.5689990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:36:22.5690110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5690220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5690340Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5690480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5690610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5690730Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5690850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5691100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:36:22.5691350Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:36:22.5691590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:36:22.5691720Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5691840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5691950Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5692080Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5692200Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5692310Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5692420Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5692520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5692640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5692750Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5692860Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5692960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5693080Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5693180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5693310Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T01:36:22.5693420Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5693530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5693640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5693750Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5693860Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5693980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5694110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5694230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5694340Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5694450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5694560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64 PASSED [ 91%] 2022-11-23T01:36:22.5694720Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5694840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5694960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5695080Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5695200Z test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5695310Z test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5695410Z test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64 PASSED [ 91%] 2022-11-23T01:36:22.5695520Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64 PASSED [ 91%] 2022-11-23T01:36:22.5695630Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_cpu_int64 PASSED [ 91%] 2022-11-23T01:36:22.5695730Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64 PASSED [ 91%] 2022-11-23T01:36:22.5695830Z test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5695930Z test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5696040Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5696190Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5696290Z test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5696390Z test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5696490Z test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5696590Z test_ops.py::TestFakeTensorCPU::test_fake_cdouble_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5696690Z test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5696790Z test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5696900Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5696990Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5697100Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5697200Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5697290Z test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5697410Z test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5697530Z test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5697640Z test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5697750Z test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5697860Z test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5697960Z test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5698060Z test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5698160Z test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5698260Z test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32 PASSED [ 91%] 2022-11-23T01:36:22.5698400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5698540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5698700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5698840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5698970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5699100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5699250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp__softmax_backward_data_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5699390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5699520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5699660Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5699800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5699940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5700090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5700230Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5700360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5700490Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5700630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5700770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5700900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5701040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5701180Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5701320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5701460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5701610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5701750Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5701900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdouble_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5702050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5702180Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5702320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5702470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5702610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5702750Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5702880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5703010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5703150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5703290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5703420Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5703550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5703690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5703850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5703980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5704130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5704260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5704400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5704540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5704680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5704820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5704950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5705100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5705240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5705380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5705510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5705640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5705770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5705900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5706040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5706170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5706330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5706510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5706650Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5706780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5706920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5707050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5707190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:36:22.5707320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5707450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5707580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5707740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5707890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5708030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5708160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5708300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5708430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5708580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5708740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5708880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5709040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5709180Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5709310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5709460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5709590Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5709720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5709850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5709990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5710170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5710310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5710440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5710580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5710720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5710860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5711000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5711150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5711310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5711460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5711730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5711880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5712030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:36:22.5712160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:36:22.5712300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5712440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5712600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5712730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5712870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5713020Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5713160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5713300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5713440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5713580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5713710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5713840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5713980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5714140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5714280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5714410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5714550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5714680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5714820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5714960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5715100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5715240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5715380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5715560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5715710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5715860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5716000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5716140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5716280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5716410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5716550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5716700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5716830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5716960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5717110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5717270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5717410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5717550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5717680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5717820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5717970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5718100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5718250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5718390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5718520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5718670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_dropout_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5718830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5718990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5719140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5719310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5719460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5719610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5719750Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5719910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:36:22.5720070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5723670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5723830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5723990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5724140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5724280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5724450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5724610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5724760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5724910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5725060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5725240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5725390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5725560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5725730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5725890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5726040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5726180Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5726330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5726490Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5726650Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5726800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5726960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5727110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5727260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5727410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5727560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5727710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5727860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5728010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5728160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5728310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5728460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5728600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5728750Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5728940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5729090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5729240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5729390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5729540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5729700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5729870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5730020Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5730160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5730300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5730480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5730630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5730770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5730900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5731030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5731170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5731320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5731460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5731600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5731740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5731870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5732010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5732150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5732300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5732440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5732580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:36:22.5732710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5732870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5733000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5733130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5733280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5733410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5733550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5733690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T01:36:22.5733830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5733970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5734110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5734270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5734410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5734550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5734690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5734830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5734960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5735100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5735230Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5735360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5735490Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5735630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5735760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5735900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5736040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5736170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5736300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5736440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5736600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5736740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5736880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5737010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5737150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5737290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5737430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5737560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5737690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5737840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5738010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5738150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5738290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5738420Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5738570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5738720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5738890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp__softmax_backward_data_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5739040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5739190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5739330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5739460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5739600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5739740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5739870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5740010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5740150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5740280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5740460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5740600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5740740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5740870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5741010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5741150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5741290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5741440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5741600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5741740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5741890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5742030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cfloat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5742160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5742310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5742440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5742580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5742710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5742850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5742980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5743120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5743260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5743400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5743530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5743670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5743810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5743950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5744090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5744300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5744430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5744580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5744720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5744850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5744990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5745120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5745260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5745400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5745530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5745710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5745860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5746010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5746140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5746280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5746420Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5746560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5746690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5746830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5746960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5747100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5747230Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5747370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5747500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5747640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5747770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5747910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5748040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5748190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5748330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5748470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5748610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5748740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5748880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5749020Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5749160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5749300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5749470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5749610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5749770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5749900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5750050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5750190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5750340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5750480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5750620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5750780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5750930Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5751110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 93%] 2022-11-23T01:36:22.5751250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5751390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5751530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5751680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5751840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5751980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5752120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5752260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5752400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5752530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5752670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5752810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5752950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5753100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5753260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5753400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5753540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5753700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5753860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:36:22.5754010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5754150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5754290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5754460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5754620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5754780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5754940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5755080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5755210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5755360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5755510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5755670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5755810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5755950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5756090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5756240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_dropout_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5756380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5756540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5756700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5756850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5757010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5757210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5757380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5757530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5761020Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5761190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5761350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5761520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5761680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 94%] 2022-11-23T01:36:22.5761830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5761980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5762140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5762290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5762440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5762590Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5762740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5762930Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5763080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5763240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5763390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5763550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5763710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5763870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5764010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5764190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5764340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5764490Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5764640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5764790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5764940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5765110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5765260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5765410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5765560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5765710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5765850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5766000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5766140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5766310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5766470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5766660Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5766820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5766990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5767160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5767320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5767470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5767630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5767810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5767980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5768180Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5768350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5768530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5768710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5768860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5769010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5769150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5769280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5769420Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5769560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5769700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5769850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5770000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5770150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5770290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5770430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5770580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5770720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5770860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5771000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5771150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5771290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5771440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5771600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5771760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5771920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5772110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5772260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5772410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5772550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5772700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5772850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5772990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5773140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5773270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5773410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5773550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5773680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5773820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5773960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5774100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5774270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 94%] 2022-11-23T01:36:22.5774410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5774580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5774720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5774860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5775030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5775160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5775310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5775440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5775580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5775720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5775870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5776010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5776150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5776280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5776420Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5776550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5776680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5776830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5776970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5777100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5777240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5777370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5777530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5777680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5777840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5777990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5778130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5778300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5778430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5778570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5778710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5778840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:36:22.5778950Z test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32 PASSED [ 94%] 2022-11-23T01:36:22.5779050Z test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32 PASSED [ 94%] 2022-11-23T01:36:22.5779160Z test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32 PASSED [ 94%] 2022-11-23T01:36:22.5779270Z test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32 PASSED [ 94%] 2022-11-23T01:36:22.5779390Z test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32 PASSED [ 94%] 2022-11-23T01:36:22.5779500Z test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32 PASSED [ 94%] 2022-11-23T01:36:22.5779610Z test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5779750Z test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5779860Z test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5779960Z test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5780060Z test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5780160Z test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5780260Z test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5780350Z test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5780450Z test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5780550Z test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5780650Z test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5780740Z test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5780840Z test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5780940Z test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5781030Z test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5781130Z test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5781230Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5781340Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5781440Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5781560Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5781670Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5781780Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftshift_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5781880Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5781980Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5782080Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5782200Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5782300Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5782400Z test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5782490Z test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5782590Z test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5782690Z test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5782790Z test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5782900Z test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5783000Z test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5783090Z test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5783190Z test_ops.py::TestFakeTensorCPU::test_fake_full_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5783290Z test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5783390Z test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64 PASSED [ 95%] 2022-11-23T01:36:22.5783480Z test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5783600Z test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5783700Z test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5783810Z test_ops.py::TestFakeTensorCPU::test_fake_grid_sampler_2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5783900Z test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5784000Z test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5784110Z test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5784200Z test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5784300Z test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5784400Z test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5784500Z test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64 PASSED [ 95%] 2022-11-23T01:36:22.5784610Z test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5784720Z test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5784840Z test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5784930Z test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5785030Z test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5785130Z test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5785230Z test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5785330Z test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5785460Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:36:22.5785600Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:36:22.5785730Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:36:22.5785870Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:36:22.5786020Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:36:22.5786120Z test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5786220Z test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5786330Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5786430Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5786560Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:36:22.5786680Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:36:22.5786780Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5786890Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5787010Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5787120Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5787220Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5787340Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5787500Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5787620Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5787730Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5787860Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:36:22.5787960Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5788070Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5788200Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:36:22.5788310Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5788420Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5788550Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:36:22.5788660Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5788760Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5788870Z test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5788970Z test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5789080Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_with_dtype_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5789180Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5789280Z test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5789380Z test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5789480Z test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5789580Z test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5789680Z test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5789780Z test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5789880Z test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5789990Z test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5790110Z test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:36:22.5790210Z test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5790310Z test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5790410Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5790510Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5790620Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5790710Z test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5790820Z test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5790920Z test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5791030Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5791130Z test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5791230Z test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5791350Z test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5794910Z test_ops.py::TestFakeTensorCPU::test_fake_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5795030Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5795150Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5795250Z test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5795380Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5795490Z test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5795600Z test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5795700Z test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5795820Z test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:36:22.5795920Z test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5796020Z test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5796120Z test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5796240Z test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:36:22.5796340Z test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5796440Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5796560Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:36:22.5796680Z test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-11-23T01:36:22.5796800Z test_ops.py::TestFakeTensorCPU::test_fake_native_dropout_backward_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5796890Z test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5796990Z test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5797100Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5797200Z test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5797370Z test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5797510Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-11-23T01:36:22.5797640Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5797760Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5797880Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_alpha_dropout_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5798000Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5798110Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5798230Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5798370Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5798500Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5798620Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5798780Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5798900Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5799020Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5799150Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:36:22.5799270Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32 PASSED [ 95%] 2022-11-23T01:36:22.5799390Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5799500Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5799640Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:36:22.5799760Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5799890Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5800030Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5800140Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5800260Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5800380Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5800490Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5800610Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5800740Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5800870Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5800990Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5801110Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5801220Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5801360Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5801490Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:36:22.5801620Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5801740Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5801850Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5801960Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5802080Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5802210Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5802340Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5802470Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:36:22.5802590Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5802730Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5802850Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5802970Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5803090Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5803200Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5803320Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5803430Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5803550Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5803680Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5803810Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64 PASSED [ 96%] 2022-11-23T01:36:22.5803930Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5804040Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5804160Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5804270Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5804410Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5804550Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5804650Z test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5804760Z test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5804860Z test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5804960Z test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5805060Z test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5805170Z test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5805270Z test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5805430Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5805550Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5805650Z test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5805760Z test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5805870Z test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5806000Z test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:36:22.5806100Z test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5806200Z test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5806300Z test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5806440Z test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5806540Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5806640Z test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5806740Z test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5806870Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5806970Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5807070Z test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5807180Z test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5807290Z test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5807400Z test_ops.py::TestFakeTensorCPU::test_fake_scalar_tensor_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5807520Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5807630Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5807740Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5807850Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5807970Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_offsets_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5808070Z test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5808180Z test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5808280Z test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5808380Z test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5808480Z test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5808600Z test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_exponential_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5808710Z test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_kaiser_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5808810Z test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5808910Z test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5809010Z test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5809110Z test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5809210Z test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5809330Z test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5809430Z test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5809580Z test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 96%] 2022-11-23T01:36:22.5809690Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5809800Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5809920Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5810040Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5810180Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5810430Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:36:22.5810540Z test_ops.py::TestFakeTensorCPU::test_fake_special_erfcx_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5810640Z test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5810870Z test_ops.py::TestFakeTensorCPU::test_fake_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:36:22.5811000Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5811240Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:36:22.5811360Z test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5811460Z test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5811570Z test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5811670Z test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5811770Z test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5811870Z test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5811960Z test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5812060Z test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5812160Z test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5812280Z test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:36:22.5812380Z test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5812470Z test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5812580Z test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5812670Z test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5812770Z test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64 PASSED [ 96%] 2022-11-23T01:36:22.5812870Z test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64 PASSED [ 96%] 2022-11-23T01:36:22.5812970Z test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5813080Z test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5813190Z test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5813300Z test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5813460Z test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5813580Z test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5813670Z test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5813770Z test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5813870Z test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5813980Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64 PASSED [ 96%] 2022-11-23T01:36:22.5814080Z test_ops.py::TestFakeTensorCPU::test_fake_view_copy_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5814180Z test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5814280Z test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5814370Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5814470Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5814560Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5814660Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5814780Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5814900Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_bool_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5815010Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_chalf_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5815120Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_float_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5815230Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_half_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5815340Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_int_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5815450Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_short_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5815540Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5815640Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5815740Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5815840Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5815930Z test_ops.py::TestTagsCPU::test_tags__refs_addcmul_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5816030Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5816120Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5816220Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5816320Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 PASSED [ 96%] 2022-11-23T01:36:22.5816420Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5816510Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5816610Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 PASSED [ 97%] 2022-11-23T01:36:22.5816720Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5816830Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5816920Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5817020Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5817110Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5817240Z test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5817340Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5817430Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5817530Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5817640Z test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5817740Z test_ops.py::TestTagsCPU::test_tags__refs_diag_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5817850Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5817940Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5818050Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5818150Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5818240Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5818340Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5818430Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5818530Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5818640Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5818740Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5818830Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5818940Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5819030Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5819130Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5819230Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5819320Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5819420Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5819510Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5819610Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5819700Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5819800Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5819890Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820000Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820090Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820190Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820280Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820380Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820470Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820570Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820660Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820760Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820850Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5820970Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5821060Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5821160Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5821250Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5821350Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 PASSED [ 97%] 2022-11-23T01:36:22.5824920Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5825020Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5825120Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5825220Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5825330Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5825440Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5825530Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5825640Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5825770Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5825870Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5825990Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5826100Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5826200Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5826300Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5826390Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_copy_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5826490Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5826610Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5826710Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5826820Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5826920Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5827010Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5827120Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5827230Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5827340Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_group_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5827450Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5827560Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5827670Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5827800Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_log_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5827920Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5828040Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5828160Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5828290Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5828400Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5828520Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5828640Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5828750Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5828860Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5828980Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5829080Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5829180Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5829280Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5829390Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5829500Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5829630Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5829720Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5829820Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5829910Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5830010Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5830100Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5830200Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5830290Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5830400Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5830510Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5830610Z test_ops.py::TestTagsCPU::test_tags__refs_special_entr_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5830720Z test_ops.py::TestTagsCPU::test_tags__refs_special_erfcx_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5830820Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5830920Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5831030Z test_ops.py::TestTagsCPU::test_tags__refs_special_log_ndtr_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5831150Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5831260Z test_ops.py::TestTagsCPU::test_tags__refs_special_ndtr_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5831360Z test_ops.py::TestTagsCPU::test_tags__refs_special_ndtri_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5831470Z test_ops.py::TestTagsCPU::test_tags__refs_special_xlog1py_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5831570Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5831660Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5831760Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5831850Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5831950Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5832080Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5832170Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5832270Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5832360Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5832470Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5832580Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5832690Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5832790Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 PASSED [ 97%] 2022-11-23T01:36:22.5832890Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5832980Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5833080Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5833170Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5833270Z test_ops.py::TestTagsCPU::test_tags__refs_xlogy_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5833410Z test_ops.py::TestTagsCPU::test_tags__softmax_backward_data_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5833500Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5833600Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5833690Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5833780Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5833880Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5833970Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5834060Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5834150Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5834250Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5834350Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5834450Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5834540Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5834630Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5834730Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 PASSED [ 97%] 2022-11-23T01:36:22.5834820Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 PASSED [ 97%] 2022-11-23T01:36:22.5834920Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 PASSED [ 97%] 2022-11-23T01:36:22.5835010Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 PASSED [ 97%] 2022-11-23T01:36:22.5835110Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 PASSED [ 98%] 2022-11-23T01:36:22.5835200Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 PASSED [ 98%] 2022-11-23T01:36:22.5835300Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5835390Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5835490Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5835580Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5835720Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5835810Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5835910Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836000Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836100Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836190Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836290Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836380Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836470Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836570Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836660Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836750Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836850Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5836940Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5837070Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5837180Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5837280Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5837370Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5837470Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5837560Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5837660Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5837750Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5837850Z test_ops.py::TestTagsCPU::test_tags_diagonal_copy_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5837940Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838040Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838150Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838240Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838330Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838420Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838520Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838610Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838700Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838800Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838890Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5838980Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5839070Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5839170Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5839260Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5839380Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5839470Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5839570Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5839660Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5839750Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5839850Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5839940Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840030Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840130Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840220Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840310Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840410Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840500Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840620Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840710Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840800Z test_ops.py::TestTagsCPU::test_tags_full_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840890Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5840990Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5841080Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5841170Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5841270Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5841360Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5841460Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5841560Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5841650Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5841740Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5841830Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5841930Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 PASSED [ 98%] 2022-11-23T01:36:22.5842020Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5842120Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5842210Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5842310Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5842400Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5842490Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5842590Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5842710Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-11-23T01:36:22.5842800Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5842910Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843000Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843100Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843190Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843290Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843380Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843470Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843570Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843660Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843760Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843850Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5843950Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5844060Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5844230Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5844460Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5844570Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5844680Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5844790Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5844900Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5845070Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 98%] 2022-11-23T01:36:22.5845190Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5845300Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5845400Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5845500Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5845600Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5845710Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5845810Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5845900Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5846000Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5846090Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5846200Z test_ops.py::TestTagsCPU::test_tags_log_softmax_with_dtype_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5846300Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5846400Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5846500Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5846610Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5846710Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5846820Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5847060Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5847160Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5847250Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5847350Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5847440Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5847540Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5847630Z test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5847730Z test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5847830Z test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5847920Z test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5848030Z test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5848140Z test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5848250Z test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5848350Z test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5848480Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5848570Z test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5848670Z test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5848760Z test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5848860Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5848950Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5849070Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5849180Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5853020Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5853130Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5853220Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5853510Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5853620Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5853720Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5853810Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5853910Z test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5854030Z test_ops.py::TestTagsCPU::test_tags_native_dropout_backward_cpu_float32 PASSED [ 98%] 2022-11-23T01:36:22.5854140Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5854250Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5854350Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5854440Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5854570Z test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5854690Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5854880Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5854990Z test_ops.py::TestTagsCPU::test_tags_nn_functional_alpha_dropout_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5855110Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5855220Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5855330Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5855460Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5855570Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5855680Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5855920Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5856040Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5856160Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5856270Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5856460Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5856580Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5856680Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5856790Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5856900Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5857010Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5857130Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5857240Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5857350Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5857470Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5857590Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5857700Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5857810Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5857920Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5858040Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5858140Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5858250Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5858360Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5858480Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5858590Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5858710Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5858830Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5858950Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5859080Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5859190Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5859300Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5859420Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5859520Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5859640Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5859750Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5859850Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5859950Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5860220Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5860330Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5860450Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5860580Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5860690Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5860790Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5860910Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861010Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861110Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861210Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861300Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861400Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861490Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861590Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861700Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861800Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_view_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861900Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5861990Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5862090Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5862320Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5862430Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5862540Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5862630Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5862730Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5862820Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5862910Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863010Z test_ops.py::TestTagsCPU::test_tags_randint_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863120Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863210Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863310Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863400Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863490Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863590Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863680Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863790Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863880Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5863980Z test_ops.py::TestTagsCPU::test_tags_scalar_tensor_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5864070Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5864180Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5864280Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5864400Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5864510Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5864610Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5864700Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5864790Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5864900Z test_ops.py::TestTagsCPU::test_tags_signal_windows_cosine_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5864990Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5865080Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5865180Z test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5865270Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5865370Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5865470Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5865570Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5865680Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5865950Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:36:22.5866070Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5866200Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5866320Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5866550Z test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:36:22.5866650Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5866780Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5866900Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5867090Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5867330Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:36:22.5867550Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:36:22.5867770Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:36:22.5867890Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5867990Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5868090Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5868200Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5868310Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5868410Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5868500Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5868630Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5868720Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5868820Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5868910Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869000Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869090Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869190Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869290Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869380Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869470Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869580Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869680Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869790Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869880Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5869970Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5870070Z test_ops.py::TestTagsCPU::test_tags_unfold_copy_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5870160Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5870260Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5870350Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5870450Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5870540Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 PASSED [ 99%] 2022-11-23T01:36:22.5870640Z test_ops.py::TestTagsCPU::test_tags_view_copy_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5870730Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5870820Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5870910Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5871020Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 PASSED [ 99%] 2022-11-23T01:36:22.5871120Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 PASSED [100%] 2022-11-23T01:36:22.5871130Z 2022-11-23T01:36:22.5871210Z =============================== warnings summary =============================== 2022-11-23T01:36:22.5871390Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:36:22.5871690Z /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:36:22.5871760Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:36:22.5871760Z 2022-11-23T01:36:22.5871920Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:36:22.5872150Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops/test_ops-de2cf3172efbe19f.xml - 2022-11-23T01:36:22.5872260Z = 10162 passed, 4619 skipped, 23 deselected, 135 xfailed, 1 warning in 413.40s (0:06:53) = 2022-11-23T01:36:22.5872400Z 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:36:22.5872400Z 2022-11-23T01:36:22.5872680Z ##[endgroup] 2022-11-23T01:36:22.5872890Z FINISHED PRINTING LOG FILE of test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_tn9n_s8a) 2022-11-23T01:36:22.5872890Z 2022-11-23T01:37:42.0528830Z 2022-11-23T01:37:42.0529180Z Expand the folded group to see the log file of test_ops 2022-11-23T01:37:42.0529710Z ##[group]PRINTING LOG FILE of test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_c6y5yzsr) 2022-11-23T01:37:42.0537030Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:125: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T01:37:42.0537500Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:37:42.0537840Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-011145654b59de14.xml 2022-11-23T01:37:42.0538090Z ============================= test session starts ============================== 2022-11-23T01:37:42.0538430Z 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:42.0538680Z cachedir: .pytest_cache 2022-11-23T01:37:42.0539000Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:37:42.0541480Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:37:42.0541850Z 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:42.0542120Z collecting ... collected 29914 items / 17 deselected / 29897 selected 2022-11-23T01:37:42.1715450Z Running 14958 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___radd___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_compare_cpu_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_dist_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lstsq_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_inf_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_uniform_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_compare_cpu_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cfloat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_scalar_tensor_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_dtypes_H_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_T_cpu, test/test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___radd___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rand___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu, test/test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_byte_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_chalf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_double_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lerp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_dtypes__softmax_backward_data_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_addr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_all_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_angle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_any_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_byte_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cdouble_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_char_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_conj_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cov_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_diff_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dist_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_eq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gather_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ge_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_gt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_half_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_kron_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_le_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log10_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_pool2d_with_indices_backward_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mode_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_msort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mul_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_mv_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ne_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_view_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_positive_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_pow_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_prod_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_qr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_real_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resize__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scalar_tensor_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_select_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_short_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sign_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_cosine_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_gaussian_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signal_windows_kaiser_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_slice_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sort_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stack_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_stft_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_sub_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_t_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tan_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tile_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_topk_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tril_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_unique_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_var_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_view_copy_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zero__cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu, test/test_ops.py::TestCommonCPU::test_errors_T_cpu, test/test_ops.py::TestCommonCPU::test_errors___radd___cpu, test/test_ops.py::TestCommonCPU::test_errors___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_errors___rsub___cpu, test/test_ops.py::TestCommonCPU::test_errors___rxor___cpu, test/test_ops.py::TestCommonCPU::test_errors_add_cpu, test/test_ops.py::TestCommonCPU::test_errors_amax_cpu, test/test_ops.py::TestCommonCPU::test_errors_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_errors_arange_cpu, test/test_ops.py::TestCommonCPU::test_errors_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu, test/test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_errors_complex_cpu, test/test_ops.py::TestCommonCPU::test_errors_diag_cpu, test/test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_errors_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_errors_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_errors_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_errors_dstack_cpu, test/test_ops.py::TestCommonCPU::test_errors_eye_cpu, test/test_ops.py::TestCommonCPU::test_errors_flipud_cpu, test/test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmax_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmin_cpu, test/test_ops.py::TestCommonCPU::test_errors_fmod_cpu, test/test_ops.py::TestCommonCPU::test_errors_gcd_cpu, test/test_ops.py::TestCommonCPU::test_errors_ge_cpu, test/test_ops.py::TestCommonCPU::test_errors_igammac_cpu, test/test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu, test/test_ops.py::TestCommonCPU::test_errors_lcm_cpu, test/test_ops.py::TestCommonCPU::test_errors_le_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu, test/test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu, test/test_ops.py::TestCommonCPU::test_errors_linspace_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_errors_logspace_cpu, test/test_ops.py::TestCommonCPU::test_errors_lt_cpu, test/test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_errors_maximum_cpu, test/test_ops.py::TestCommonCPU::test_errors_mean_cpu, test/test_ops.py::TestCommonCPU::test_errors_min_binary_cpu, test/test_ops.py::TestCommonCPU::test_errors_movedim_cpu, test/test_ops.py::TestCommonCPU::test_errors_narrow_cpu, test/test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_errors_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_gaussian_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_errors_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_errors_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_errors_polar_cpu, test/test_ops.py::TestCommonCPU::test_errors_remainder_cpu, test/test_ops.py::TestCommonCPU::test_errors_roll_cpu, test/test_ops.py::TestCommonCPU::test_errors_rot90_cpu, test/test_ops.py::TestCommonCPU::test_errors_rsub_cpu, test/test_ops.py::TestCommonCPU::test_errors_scatter_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_gaussian_cpu, test/test_ops.py::TestCommonCPU::test_errors_signal_windows_kaiser_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_errors_sub_cpu, test/test_ops.py::TestCommonCPU::test_errors_t_cpu, test/test_ops.py::TestCommonCPU::test_errors_trace_cpu, test/test_ops.py::TestCommonCPU::test_errors_tril_cpu, test/test_ops.py::TestCommonCPU::test_errors_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_errors_view_as_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_dropout_backward_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_native_dropout_backward_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool, test/test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_dropout_backward_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_view_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_numpy_ref_view_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_out_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rand___cpu_int64, test/test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32, test/test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_float_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out__softmax_backward_data_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_equal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_istft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ops_nvprims_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randint_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resize__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scalar_tensor_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sin_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_take_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_unique_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_out_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning_H_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_T_cpu, test/test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___radd___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rand___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu, test/test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_byte_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_cfloat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_chalf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_double_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_float_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_int_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_long_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_entr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_abs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_all_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_angle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_any_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_arange_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_char_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cos_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cov_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_eq_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_erf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_eye_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_float_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_frac_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ge_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_gt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_half_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_histc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_inner_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_int_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_istft_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log10_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_log_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_long_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lt_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mH_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_pool2d_with_indices_backward_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_median_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mode_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_msort_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mul_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mv_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_native_dropout_backward_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_permute_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polar_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_qr_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randint_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randn_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_roll_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_short_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sin_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_stack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_std_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_t_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_take_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tan_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tril_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_triu_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unfold_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unique_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_copy_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_view_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_where_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_zero__cpu, test/test_ops.py::TestCommonCPU::test_out_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_zero__cpu_float32, test/test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_T_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_copy_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_copy_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_group_norm_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_triplet_margin_loss_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_xlog1py_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_triu_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_bfloat16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex128, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float16, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int32, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int8, test/test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_uint8, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdouble_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cfloat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_dropout_backward_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_copy_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64, test/test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_dropout_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad__softmax_backward_data_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdouble_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scalar_tensor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator__softmax_backward_data_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cfloat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_grid_sampler_2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_dropout_backward_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randint_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scalar_tensor_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_cosine_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_exponential_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_copy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_bool_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_cfloat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_chalf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_double_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_float_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_int_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_lerp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_special_log_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cdouble_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_full_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose2d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose3d_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ops_nvprims_view_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_T_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_bfloat16_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_bool_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_cdouble_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_cfloat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_double_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_float_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_int_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_long_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_lerp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_log_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_softmax_with_dtype_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cdouble_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cfloat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumsum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose2d_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ops_nvprims_view_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_copy_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_bool_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_byte_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_cfloat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_chalf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_float_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_int_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_long_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_short_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_bucketize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_lerp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softmin_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_entr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_log_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_ndtri_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_xlog1py_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_xlogy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view__softmax_backward_data_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cfloat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_full_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_with_dtype_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_alpha_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_kaiser_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_view_copy_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_cdouble_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_cfloat_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_char_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_complex_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_half_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_int_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bucketize_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_min_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cumsum__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lerp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mvlgamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_entr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_expit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_log_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_xlog1py_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_T_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_bfloat16_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_bool_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_char_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_complex_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_double_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_half_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_int_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_long_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_short_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcmul__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_max__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_min__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_min_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cumsum__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_scatter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lerp_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mvlgamma__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_copy_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_alpha_dropout_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softmin_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_entr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_log_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_log_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_ndtr_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_softmax_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc__cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu, test/test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu, test/test_ops.py::TestFakeTensorCPU::test_fake___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdouble_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_dropout_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_cosine_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_exponential_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_erfcx_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_abs_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cfloat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_constant_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_quantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmul___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_decomposed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdouble_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_combinations_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_constant_pad_nd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cov_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gradient_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_grid_sampler_2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvals_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_unpack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanquantile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_celu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_elu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mish_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sign_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diag_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagonal_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_complex64, test/test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64, test/test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_singular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_group_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randint_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_cosine_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_ndtr_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_triangular_solve_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_unfold_copy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_T_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32, test/test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_T_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_bfloat16_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_byte_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_cdouble_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_cfloat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_char_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_complex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_double_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs__conversions_long_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_bitwise_right_shift_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_bucketize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diagonal_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_diagonal_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lerp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_alpha_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_log_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_spherical_bessel_j0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cdouble_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cfloat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_char_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_double_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_grid_sampler_2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_half_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_istft_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_log_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_pool2d_with_indices_backward_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_median_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_short_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_exponential_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_gaussian_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signal_windows_kaiser_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_std_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_t_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_take_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_to_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64, test/test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_var_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_where_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-11-23T01:37:42.2805570Z 2022-11-23T01:37:42.2805760Z test_ops.py::TestCommonCPU::test_compare_cpu_H_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2806070Z test_ops.py::TestCommonCPU::test_compare_cpu___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2806340Z test_ops.py::TestCommonCPU::test_compare_cpu___rand___cpu_int64 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2806610Z test_ops.py::TestCommonCPU::test_compare_cpu___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2807120Z test_ops.py::TestCommonCPU::test_compare_cpu___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2807390Z test_ops.py::TestCommonCPU::test_compare_cpu___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2807660Z test_ops.py::TestCommonCPU::test_compare_cpu___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2807920Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_T_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2808230Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2808560Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_byte_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:37:42.2808880Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_cfloat_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2809180Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2809470Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2809760Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_float_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2810040Z test_ops.py::TestCommonCPU::test_compare_cpu__refs__conversions_half_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2810350Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2810630Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2810910Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2811190Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2811460Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2811770Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_bitwise_right_shift_cpu_int64 SKIPPED (Skipped some inputs produce undefined outputs) [ 0%] 2022-11-23T01:37:42.2812080Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2812360Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2812700Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2812980Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2813260Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2813540Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2813820Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2814120Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2814410Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2814720Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2815010Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2815460Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_empty_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:37:42.2815790Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2816340Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2816630Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2816920Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2817210Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2817500Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2817780Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2818060Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2818340Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2818620Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2818890Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2819170Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2819480Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2819760Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2820050Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2820340Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2820630Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2820920Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2821210Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2821500Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2821870Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_empty_strided_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:37:42.2822160Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2822440Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2822720Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2823020Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2823320Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2823620Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2823970Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2824280Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2824630Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2824900Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2825170Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2825450Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2825730Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2826000Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2826270Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2826560Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2826860Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2827180Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2827460Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2827740Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2828020Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_unfold_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2828330Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2828610Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2828880Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_view_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2829170Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2829440Z test_ops.py::TestCommonCPU::test_compare_cpu__refs_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2829720Z test_ops.py::TestCommonCPU::test_compare_cpu__softmax_backward_data_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2830080Z test_ops.py::TestCommonCPU::test_compare_cpu_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2830350Z test_ops.py::TestCommonCPU::test_compare_cpu_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2830610Z test_ops.py::TestCommonCPU::test_compare_cpu_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2830880Z test_ops.py::TestCommonCPU::test_compare_cpu_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2831150Z test_ops.py::TestCommonCPU::test_compare_cpu_argsort_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2831420Z test_ops.py::TestCommonCPU::test_compare_cpu_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2831700Z test_ops.py::TestCommonCPU::test_compare_cpu_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2832050Z test_ops.py::TestCommonCPU::test_compare_cpu_bernoulli_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:37:42.2832340Z test_ops.py::TestCommonCPU::test_compare_cpu_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2832660Z test_ops.py::TestCommonCPU::test_compare_cpu_bincount_cpu_int64 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2832950Z test_ops.py::TestCommonCPU::test_compare_cpu_bitwise_left_shift_cpu_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2022-11-23T01:37:42.2833310Z test_ops.py::TestCommonCPU::test_compare_cpu_bitwise_right_shift_cpu_int64 SKIPPED (Some inputs produce undefined outputs) [ 0%] 2022-11-23T01:37:42.2833610Z test_ops.py::TestCommonCPU::test_compare_cpu_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2833890Z test_ops.py::TestCommonCPU::test_compare_cpu_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2834160Z test_ops.py::TestCommonCPU::test_compare_cpu_cdouble_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2834430Z test_ops.py::TestCommonCPU::test_compare_cpu_cfloat_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2834700Z test_ops.py::TestCommonCPU::test_compare_cpu_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2834970Z test_ops.py::TestCommonCPU::test_compare_cpu_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2835240Z test_ops.py::TestCommonCPU::test_compare_cpu_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2835510Z test_ops.py::TestCommonCPU::test_compare_cpu_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2835780Z test_ops.py::TestCommonCPU::test_compare_cpu_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2836050Z test_ops.py::TestCommonCPU::test_compare_cpu_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2836330Z test_ops.py::TestCommonCPU::test_compare_cpu_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2836610Z test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2836930Z test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2837210Z test_ops.py::TestCommonCPU::test_compare_cpu_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2837480Z test_ops.py::TestCommonCPU::test_compare_cpu_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2837760Z test_ops.py::TestCommonCPU::test_compare_cpu_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2838090Z test_ops.py::TestCommonCPU::test_compare_cpu_empty_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:37:42.2838450Z test_ops.py::TestCommonCPU::test_compare_cpu_empty_like_cpu_float32 SKIPPED (output is non-deterministic) [ 0%] 2022-11-23T01:37:42.2838730Z test_ops.py::TestCommonCPU::test_compare_cpu_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2839020Z test_ops.py::TestCommonCPU::test_compare_cpu_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2839300Z test_ops.py::TestCommonCPU::test_compare_cpu_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2839570Z test_ops.py::TestCommonCPU::test_compare_cpu_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2839840Z test_ops.py::TestCommonCPU::test_compare_cpu_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2840110Z test_ops.py::TestCommonCPU::test_compare_cpu_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2840380Z test_ops.py::TestCommonCPU::test_compare_cpu_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2840650Z test_ops.py::TestCommonCPU::test_compare_cpu_geqrf_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2840930Z test_ops.py::TestCommonCPU::test_compare_cpu_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2841210Z test_ops.py::TestCommonCPU::test_compare_cpu_half_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2841470Z test_ops.py::TestCommonCPU::test_compare_cpu_histc_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2841730Z test_ops.py::TestCommonCPU::test_compare_cpu_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2842050Z test_ops.py::TestCommonCPU::test_compare_cpu_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2842310Z test_ops.py::TestCommonCPU::test_compare_cpu_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2842580Z test_ops.py::TestCommonCPU::test_compare_cpu_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2842850Z test_ops.py::TestCommonCPU::test_compare_cpu_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2843150Z test_ops.py::TestCommonCPU::test_compare_cpu_int_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 0%] 2022-11-23T01:37:42.2843440Z test_ops.py::TestCommonCPU::test_compare_cpu_isin_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2843700Z test_ops.py::TestCommonCPU::test_compare_cpu_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2843970Z test_ops.py::TestCommonCPU::test_compare_cpu_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2844240Z test_ops.py::TestCommonCPU::test_compare_cpu_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2844500Z test_ops.py::TestCommonCPU::test_compare_cpu_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2844770Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2845040Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2845340Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2845630Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2845910Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2846190Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2846470Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2846760Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2847050Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2847330Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2847650Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2847940Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2848240Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2848520Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2848800Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2849070Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 0%] 2022-11-23T01:37:42.2849360Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2849660Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2849940Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2850230Z test_ops.py::TestCommonCPU::test_compare_cpu_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2850510Z test_ops.py::TestCommonCPU::test_compare_cpu_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2850820Z test_ops.py::TestCommonCPU::test_compare_cpu_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2851120Z test_ops.py::TestCommonCPU::test_compare_cpu_long_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 1%] 2022-11-23T01:37:42.2851400Z test_ops.py::TestCommonCPU::test_compare_cpu_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2851670Z test_ops.py::TestCommonCPU::test_compare_cpu_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2851940Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2852230Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2852510Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2852800Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2853080Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2853360Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2853640Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2853950Z test_ops.py::TestCommonCPU::test_compare_cpu_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2854230Z test_ops.py::TestCommonCPU::test_compare_cpu_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2854500Z test_ops.py::TestCommonCPU::test_compare_cpu_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2854770Z test_ops.py::TestCommonCPU::test_compare_cpu_median_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2855060Z test_ops.py::TestCommonCPU::test_compare_cpu_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2855350Z test_ops.py::TestCommonCPU::test_compare_cpu_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2855620Z test_ops.py::TestCommonCPU::test_compare_cpu_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2855880Z test_ops.py::TestCommonCPU::test_compare_cpu_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2856160Z test_ops.py::TestCommonCPU::test_compare_cpu_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2856440Z test_ops.py::TestCommonCPU::test_compare_cpu_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2856720Z test_ops.py::TestCommonCPU::test_compare_cpu_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2856990Z test_ops.py::TestCommonCPU::test_compare_cpu_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2857270Z test_ops.py::TestCommonCPU::test_compare_cpu_native_dropout_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2857620Z test_ops.py::TestCommonCPU::test_compare_cpu_new_empty_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:37:42.2857970Z test_ops.py::TestCommonCPU::test_compare_cpu_new_empty_strided_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:37:42.2858270Z test_ops.py::TestCommonCPU::test_compare_cpu_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2858540Z test_ops.py::TestCommonCPU::test_compare_cpu_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2858800Z test_ops.py::TestCommonCPU::test_compare_cpu_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2859190Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (output is non-deterministic (when dropout_p > 0)) [ 1%] 2022-11-23T01:37:42.2859560Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2859870Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2860170Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2860470Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2860770Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2861060Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2861380Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2861670Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2861970Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2862280Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2862600Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2862920Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2863220Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2863580Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout2d_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:37:42.2863940Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout3d_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:37:42.2864300Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_dropout_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:37:42.2864720Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:37:42.2865070Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2865370Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2865660Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2865960Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2866270Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2866600Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2866910Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2867270Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2867580Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2867950Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2868240Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2868540Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2868830Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2869120Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2869410Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2869700Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2870000Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2870300Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2870600Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2870910Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2871200Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2871500Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2871800Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2872100Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2872420Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2872780Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_rrelu_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:37:42.2873080Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2873410Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2873710Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2874020Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2874330Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2874630Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2874930Z test_ops.py::TestCommonCPU::test_compare_cpu_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2875230Z test_ops.py::TestCommonCPU::test_compare_cpu_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2875500Z test_ops.py::TestCommonCPU::test_compare_cpu_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2875780Z test_ops.py::TestCommonCPU::test_compare_cpu_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2876050Z test_ops.py::TestCommonCPU::test_compare_cpu_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2876340Z test_ops.py::TestCommonCPU::test_compare_cpu_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2876620Z test_ops.py::TestCommonCPU::test_compare_cpu_ones_like_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2876910Z test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2877200Z test_ops.py::TestCommonCPU::test_compare_cpu_ops_nvprims_view_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2877470Z test_ops.py::TestCommonCPU::test_compare_cpu_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2877810Z test_ops.py::TestCommonCPU::test_compare_cpu_pca_lowrank_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:37:42.2878090Z test_ops.py::TestCommonCPU::test_compare_cpu_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2878350Z test_ops.py::TestCommonCPU::test_compare_cpu_put_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2878610Z test_ops.py::TestCommonCPU::test_compare_cpu_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2878880Z test_ops.py::TestCommonCPU::test_compare_cpu_randint_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2879210Z test_ops.py::TestCommonCPU::test_compare_cpu_randint_like_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:37:42.2879490Z test_ops.py::TestCommonCPU::test_compare_cpu_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2879770Z test_ops.py::TestCommonCPU::test_compare_cpu_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2880060Z test_ops.py::TestCommonCPU::test_compare_cpu_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2880330Z test_ops.py::TestCommonCPU::test_compare_cpu_resize__cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2880600Z test_ops.py::TestCommonCPU::test_compare_cpu_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2880880Z test_ops.py::TestCommonCPU::test_compare_cpu_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2881170Z test_ops.py::TestCommonCPU::test_compare_cpu_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2881440Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2881720Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2882040Z test_ops.py::TestCommonCPU::test_compare_cpu_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2882330Z test_ops.py::TestCommonCPU::test_compare_cpu_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2882620Z test_ops.py::TestCommonCPU::test_compare_cpu_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2882900Z test_ops.py::TestCommonCPU::test_compare_cpu_select_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2883170Z test_ops.py::TestCommonCPU::test_compare_cpu_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2883470Z test_ops.py::TestCommonCPU::test_compare_cpu_short_cpu_float32 SKIPPED (Overflow when downcasting signed type is undefined) [ 1%] 2022-11-23T01:37:42.2883760Z test_ops.py::TestCommonCPU::test_compare_cpu_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2884030Z test_ops.py::TestCommonCPU::test_compare_cpu_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2884340Z test_ops.py::TestCommonCPU::test_compare_cpu_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 1%] 2022-11-23T01:37:42.2884710Z test_ops.py::TestCommonCPU::test_compare_cpu_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:37:42.2885070Z test_ops.py::TestCommonCPU::test_compare_cpu_special_hermite_polynomial_h_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2885400Z test_ops.py::TestCommonCPU::test_compare_cpu_special_hermite_polynomial_he_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:37:42.2885800Z test_ops.py::TestCommonCPU::test_compare_cpu_special_legendre_polynomial_p_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:37:42.2886150Z test_ops.py::TestCommonCPU::test_compare_cpu_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (testing takes an unreasonably long time, #79528) [ 1%] 2022-11-23T01:37:42.2886470Z test_ops.py::TestCommonCPU::test_compare_cpu_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2886750Z test_ops.py::TestCommonCPU::test_compare_cpu_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2887030Z test_ops.py::TestCommonCPU::test_compare_cpu_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2887300Z test_ops.py::TestCommonCPU::test_compare_cpu_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2887570Z test_ops.py::TestCommonCPU::test_compare_cpu_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2887840Z test_ops.py::TestCommonCPU::test_compare_cpu_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2888100Z test_ops.py::TestCommonCPU::test_compare_cpu_t_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2888370Z test_ops.py::TestCommonCPU::test_compare_cpu_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2888640Z test_ops.py::TestCommonCPU::test_compare_cpu_take_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2888910Z test_ops.py::TestCommonCPU::test_compare_cpu_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2889200Z test_ops.py::TestCommonCPU::test_compare_cpu_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2889480Z test_ops.py::TestCommonCPU::test_compare_cpu_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2889750Z test_ops.py::TestCommonCPU::test_compare_cpu_unfold_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2890100Z test_ops.py::TestCommonCPU::test_compare_cpu_uniform_cpu_float32 SKIPPED (output is non-deterministic) [ 1%] 2022-11-23T01:37:42.2890390Z test_ops.py::TestCommonCPU::test_compare_cpu_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2890690Z test_ops.py::TestCommonCPU::test_compare_cpu_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2890970Z test_ops.py::TestCommonCPU::test_compare_cpu_view_as_real_cpu_complex64 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2891240Z test_ops.py::TestCommonCPU::test_compare_cpu_view_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2891510Z test_ops.py::TestCommonCPU::test_compare_cpu_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2891770Z test_ops.py::TestCommonCPU::test_compare_cpu_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2892030Z test_ops.py::TestCommonCPU::test_compare_cpu_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2892300Z test_ops.py::TestCommonCPU::test_compare_cpu_zeros_like_cpu_float32 SKIPPED (Only runs on cuda) [ 1%] 2022-11-23T01:37:42.2892570Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 PASSED [ 1%] 2022-11-23T01:37:42.2892880Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 SKIPPED (Errors when storage_offset is included) [ 1%] 2022-11-23T01:37:42.2893190Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 PASSED [ 1%] 2022-11-23T01:37:42.2893460Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 PASSED [ 1%] 2022-11-23T01:37:42.2893780Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cdouble_cpu_complex32 PASSED [ 1%] 2022-11-23T01:37:42.2894060Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cfloat_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2894350Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2894630Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2894910Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2895180Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2895480Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 2%] 2022-11-23T01:37:42.2895790Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2896060Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2896330Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_full_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2896600Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2896880Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2897150Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2897420Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2897690Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2898000Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 SKIPPED (Expected: new_empty is not comparable) [ 2%] 2022-11-23T01:37:42.2898360Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 SKIPPED (Expected: new_empty_strided is not comparable) [ 2%] 2022-11-23T01:37:42.2898720Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2898990Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2899330Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2899610Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2899880Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2900150Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2900470Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 SKIPPED (Expected: randn_like is not comparable between dtypes) [ 2%] 2022-11-23T01:37:42.2900780Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2901060Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2922620Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_scalar_tensor_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2923000Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2923290Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2923560Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2924020Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2924280Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2924540Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2924800Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2925060Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 PASSED [ 2%] 2022-11-23T01:37:42.2925290Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu PASSED [ 2%] 2022-11-23T01:37:42.2925510Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu PASSED [ 2%] 2022-11-23T01:37:42.2925730Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu PASSED [ 2%] 2022-11-23T01:37:42.2925950Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu PASSED [ 2%] 2022-11-23T01:37:42.2926160Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu PASSED [ 2%] 2022-11-23T01:37:42.2926380Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu PASSED [ 2%] 2022-11-23T01:37:42.2926590Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu PASSED [ 2%] 2022-11-23T01:37:42.2926810Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_byte_cpu PASSED [ 2%] 2022-11-23T01:37:42.2927050Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_cdouble_cpu PASSED [ 2%] 2022-11-23T01:37:42.2927300Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_cfloat_cpu PASSED [ 2%] 2022-11-23T01:37:42.2927530Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_chalf_cpu PASSED [ 2%] 2022-11-23T01:37:42.2927770Z test_ops.py::TestCommonCPU::test_dtypes__refs__conversions_double_cpu PASSED [ 2%] 2022-11-23T01:37:42.2928000Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu PASSED [ 2%] 2022-11-23T01:37:42.2928210Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu PASSED [ 2%] 2022-11-23T01:37:42.2928430Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu PASSED [ 2%] 2022-11-23T01:37:42.2928650Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu PASSED [ 2%] 2022-11-23T01:37:42.2928860Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu PASSED [ 2%] 2022-11-23T01:37:42.2929070Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu PASSED [ 2%] 2022-11-23T01:37:42.2929320Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu PASSED [ 2%] 2022-11-23T01:37:42.2929550Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu PASSED [ 2%] 2022-11-23T01:37:42.2929760Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu PASSED [ 2%] 2022-11-23T01:37:42.2929970Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu PASSED [ 2%] 2022-11-23T01:37:42.2930190Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu PASSED [ 2%] 2022-11-23T01:37:42.2930410Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu PASSED [ 2%] 2022-11-23T01:37:42.2930630Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_right_shift_cpu PASSED [ 2%] 2022-11-23T01:37:42.2930860Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu PASSED [ 2%] 2022-11-23T01:37:42.2931090Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu PASSED [ 2%] 2022-11-23T01:37:42.2931320Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu PASSED [ 2%] 2022-11-23T01:37:42.2931550Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu PASSED [ 2%] 2022-11-23T01:37:42.2931770Z test_ops.py::TestCommonCPU::test_dtypes__refs_bucketize_cpu PASSED [ 2%] 2022-11-23T01:37:42.2931980Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu PASSED [ 2%] 2022-11-23T01:37:42.2932230Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu PASSED [ 2%] 2022-11-23T01:37:42.2932440Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu PASSED [ 2%] 2022-11-23T01:37:42.2932650Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu PASSED [ 2%] 2022-11-23T01:37:42.2932870Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu PASSED [ 2%] 2022-11-23T01:37:42.2933090Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu PASSED [ 2%] 2022-11-23T01:37:42.2933300Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu PASSED [ 2%] 2022-11-23T01:37:42.2933520Z test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu PASSED [ 2%] 2022-11-23T01:37:42.2933730Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu PASSED [ 2%] 2022-11-23T01:37:42.2933950Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_scatter_cpu PASSED [ 2%] 2022-11-23T01:37:42.2934190Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu PASSED [ 2%] 2022-11-23T01:37:42.2934430Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu PASSED [ 2%] 2022-11-23T01:37:42.2934650Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu PASSED [ 2%] 2022-11-23T01:37:42.2934870Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu PASSED [ 2%] 2022-11-23T01:37:42.2935080Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu PASSED [ 2%] 2022-11-23T01:37:42.2935290Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu PASSED [ 2%] 2022-11-23T01:37:42.2935500Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu PASSED [ 2%] 2022-11-23T01:37:42.2935710Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu PASSED [ 2%] 2022-11-23T01:37:42.2935920Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu PASSED [ 2%] 2022-11-23T01:37:42.2936140Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu PASSED [ 2%] 2022-11-23T01:37:42.2936350Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu PASSED [ 2%] 2022-11-23T01:37:42.2936570Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu PASSED [ 2%] 2022-11-23T01:37:42.2936780Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu PASSED [ 2%] 2022-11-23T01:37:42.2936990Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu PASSED [ 2%] 2022-11-23T01:37:42.2937200Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu PASSED [ 2%] 2022-11-23T01:37:42.2937460Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu PASSED [ 2%] 2022-11-23T01:37:42.2937680Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu PASSED [ 2%] 2022-11-23T01:37:42.2937890Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu PASSED [ 2%] 2022-11-23T01:37:42.2938100Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu PASSED [ 2%] 2022-11-23T01:37:42.2938320Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu PASSED [ 2%] 2022-11-23T01:37:42.2938530Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu PASSED [ 2%] 2022-11-23T01:37:42.2938740Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu PASSED [ 2%] 2022-11-23T01:37:42.2938950Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu PASSED [ 2%] 2022-11-23T01:37:42.2939160Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu PASSED [ 2%] 2022-11-23T01:37:42.2939370Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu PASSED [ 2%] 2022-11-23T01:37:42.2939580Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu PASSED [ 2%] 2022-11-23T01:37:42.2939790Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu PASSED [ 2%] 2022-11-23T01:37:42.2940000Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu PASSED [ 2%] 2022-11-23T01:37:42.2940210Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu PASSED [ 2%] 2022-11-23T01:37:42.2940450Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu PASSED [ 2%] 2022-11-23T01:37:42.2940670Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu PASSED [ 2%] 2022-11-23T01:37:42.2940880Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu PASSED [ 2%] 2022-11-23T01:37:42.2941090Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu PASSED [ 2%] 2022-11-23T01:37:42.2941310Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu PASSED [ 2%] 2022-11-23T01:37:42.2941520Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu PASSED [ 2%] 2022-11-23T01:37:42.2941720Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu PASSED [ 2%] 2022-11-23T01:37:42.2941930Z test_ops.py::TestCommonCPU::test_dtypes__refs_lerp_cpu PASSED [ 2%] 2022-11-23T01:37:42.2942160Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu PASSED [ 2%] 2022-11-23T01:37:42.2942390Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu PASSED [ 2%] 2022-11-23T01:37:42.2942600Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu PASSED [ 2%] 2022-11-23T01:37:42.2942820Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu PASSED [ 2%] 2022-11-23T01:37:42.2943040Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu PASSED [ 2%] 2022-11-23T01:37:42.2943250Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu PASSED [ 2%] 2022-11-23T01:37:42.2943450Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu PASSED [ 2%] 2022-11-23T01:37:42.2943670Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu PASSED [ 2%] 2022-11-23T01:37:42.2943880Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu PASSED [ 2%] 2022-11-23T01:37:42.2944090Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_copy_cpu PASSED [ 2%] 2022-11-23T01:37:42.2944320Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu PASSED [ 2%] 2022-11-23T01:37:42.2944540Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu PASSED [ 2%] 2022-11-23T01:37:42.2944760Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu PASSED [ 2%] 2022-11-23T01:37:42.2944970Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu PASSED [ 2%] 2022-11-23T01:37:42.2945180Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu PASSED [ 2%] 2022-11-23T01:37:42.2945410Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu PASSED [ 2%] 2022-11-23T01:37:42.2945670Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu PASSED [ 2%] 2022-11-23T01:37:42.2945910Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu PASSED [ 2%] 2022-11-23T01:37:42.2946140Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu PASSED [ 2%] 2022-11-23T01:37:42.2946380Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu PASSED [ 2%] 2022-11-23T01:37:42.2946620Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu PASSED [ 2%] 2022-11-23T01:37:42.2946860Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu PASSED [ 2%] 2022-11-23T01:37:42.2947120Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_log_softmax_with_dtype_cpu PASSED [ 2%] 2022-11-23T01:37:42.2947380Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu PASSED [ 2%] 2022-11-23T01:37:42.2947620Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_nll_loss_cpu PASSED [ 2%] 2022-11-23T01:37:42.2947880Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu PASSED [ 2%] 2022-11-23T01:37:42.2948120Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu PASSED [ 2%] 2022-11-23T01:37:42.2948370Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 2%] 2022-11-23T01:37:42.2948680Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softmin_with_dtype_cpu PASSED [ 2%] 2022-11-23T01:37:42.2948930Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu PASSED [ 2%] 2022-11-23T01:37:42.2949170Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu PASSED [ 2%] 2022-11-23T01:37:42.2949420Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu PASSED [ 2%] 2022-11-23T01:37:42.2949650Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu PASSED [ 2%] 2022-11-23T01:37:42.2949880Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu PASSED [ 2%] 2022-11-23T01:37:42.2950090Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu PASSED [ 2%] 2022-11-23T01:37:42.2950310Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu PASSED [ 2%] 2022-11-23T01:37:42.2955410Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu PASSED [ 2%] 2022-11-23T01:37:42.2955640Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu PASSED [ 2%] 2022-11-23T01:37:42.2955860Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu PASSED [ 3%] 2022-11-23T01:37:42.2956070Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu PASSED [ 3%] 2022-11-23T01:37:42.2956290Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu PASSED [ 3%] 2022-11-23T01:37:42.2956520Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_with_dtype_cpu PASSED [ 3%] 2022-11-23T01:37:42.2956760Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu PASSED [ 3%] 2022-11-23T01:37:42.2956990Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu PASSED [ 3%] 2022-11-23T01:37:42.2957210Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_log_ndtr_cpu PASSED [ 3%] 2022-11-23T01:37:42.2957460Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_log_softmax_with_dtype_cpu PASSED [ 3%] 2022-11-23T01:37:42.2957700Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu PASSED [ 3%] 2022-11-23T01:37:42.2957940Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 3%] 2022-11-23T01:37:42.2958180Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_ndtri_cpu PASSED [ 3%] 2022-11-23T01:37:42.2958420Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_softmax_with_dtype_cpu PASSED [ 3%] 2022-11-23T01:37:42.2958670Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu PASSED [ 3%] 2022-11-23T01:37:42.2958910Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu PASSED [ 3%] 2022-11-23T01:37:42.2959180Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu PASSED [ 3%] 2022-11-23T01:37:42.2959400Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu PASSED [ 3%] 2022-11-23T01:37:42.2959620Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu PASSED [ 3%] 2022-11-23T01:37:42.2959830Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu PASSED [ 3%] 2022-11-23T01:37:42.2960040Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu PASSED [ 3%] 2022-11-23T01:37:42.2960250Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu PASSED [ 3%] 2022-11-23T01:37:42.2960460Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu PASSED [ 3%] 2022-11-23T01:37:42.2960670Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu PASSED [ 3%] 2022-11-23T01:37:42.2960880Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu PASSED [ 3%] 2022-11-23T01:37:42.2961100Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu PASSED [ 3%] 2022-11-23T01:37:42.2961320Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu PASSED [ 3%] 2022-11-23T01:37:42.2961530Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu PASSED [ 3%] 2022-11-23T01:37:42.2961740Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu PASSED [ 3%] 2022-11-23T01:37:42.2961990Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu PASSED [ 3%] 2022-11-23T01:37:42.2962200Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu PASSED [ 3%] 2022-11-23T01:37:42.2962430Z test_ops.py::TestCommonCPU::test_dtypes__softmax_backward_data_cpu PASSED [ 3%] 2022-11-23T01:37:42.2962650Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu PASSED [ 3%] 2022-11-23T01:37:42.2962860Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu PASSED [ 3%] 2022-11-23T01:37:42.2963080Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu PASSED [ 3%] 2022-11-23T01:37:42.2963280Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu PASSED [ 3%] 2022-11-23T01:37:42.2963490Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu PASSED [ 3%] 2022-11-23T01:37:42.2963700Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu PASSED [ 3%] 2022-11-23T01:37:42.2963910Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu PASSED [ 3%] 2022-11-23T01:37:42.2964110Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu PASSED [ 3%] 2022-11-23T01:37:42.2964320Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu PASSED [ 3%] 2022-11-23T01:37:42.2964520Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu PASSED [ 3%] 2022-11-23T01:37:42.2964730Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu PASSED [ 3%] 2022-11-23T01:37:42.2964940Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu PASSED [ 3%] 2022-11-23T01:37:42.2965150Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu PASSED [ 3%] 2022-11-23T01:37:42.2965360Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu PASSED [ 3%] 2022-11-23T01:37:42.2965570Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu PASSED [ 3%] 2022-11-23T01:37:42.2965780Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu PASSED [ 3%] 2022-11-23T01:37:42.2965980Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu PASSED [ 3%] 2022-11-23T01:37:42.2966190Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu PASSED [ 3%] 2022-11-23T01:37:42.2966400Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu PASSED [ 3%] 2022-11-23T01:37:42.2966610Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu PASSED [ 3%] 2022-11-23T01:37:42.2966820Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu PASSED [ 3%] 2022-11-23T01:37:42.2967110Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu PASSED [ 3%] 2022-11-23T01:37:42.2967330Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu PASSED [ 3%] 2022-11-23T01:37:42.2967540Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu PASSED [ 3%] 2022-11-23T01:37:42.2967750Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu PASSED [ 3%] 2022-11-23T01:37:42.2967970Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu PASSED [ 3%] 2022-11-23T01:37:42.2968180Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu PASSED [ 3%] 2022-11-23T01:37:42.2968390Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu PASSED [ 3%] 2022-11-23T01:37:42.2968590Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu PASSED [ 3%] 2022-11-23T01:37:42.2968800Z test_ops.py::TestCommonCPU::test_dtypes_cdouble_cpu PASSED [ 3%] 2022-11-23T01:37:42.2969010Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu PASSED [ 3%] 2022-11-23T01:37:42.2969220Z test_ops.py::TestCommonCPU::test_dtypes_cfloat_cpu PASSED [ 3%] 2022-11-23T01:37:42.2969430Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu PASSED [ 3%] 2022-11-23T01:37:42.2969630Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu PASSED [ 3%] 2022-11-23T01:37:42.2969870Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu PASSED [ 3%] 2022-11-23T01:37:42.2970070Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu PASSED [ 3%] 2022-11-23T01:37:42.2970280Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu PASSED [ 3%] 2022-11-23T01:37:42.2970490Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu PASSED [ 3%] 2022-11-23T01:37:42.2970700Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu PASSED [ 3%] 2022-11-23T01:37:42.2970910Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu PASSED [ 3%] 2022-11-23T01:37:42.2971110Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu PASSED [ 3%] 2022-11-23T01:37:42.2971320Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu PASSED [ 3%] 2022-11-23T01:37:42.2971530Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu PASSED [ 3%] 2022-11-23T01:37:42.2971740Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu PASSED [ 3%] 2022-11-23T01:37:42.2971940Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu PASSED [ 3%] 2022-11-23T01:37:42.2972150Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu PASSED [ 3%] 2022-11-23T01:37:42.2972360Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu PASSED [ 3%] 2022-11-23T01:37:42.2972570Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu PASSED [ 3%] 2022-11-23T01:37:42.2972780Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu PASSED [ 3%] 2022-11-23T01:37:42.2972990Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu PASSED [ 3%] 2022-11-23T01:37:42.2973200Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu PASSED [ 3%] 2022-11-23T01:37:42.2973410Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu PASSED [ 3%] 2022-11-23T01:37:42.2973620Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu PASSED [ 3%] 2022-11-23T01:37:42.2973830Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu PASSED [ 3%] 2022-11-23T01:37:42.2974040Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu PASSED [ 3%] 2022-11-23T01:37:42.2974240Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu PASSED [ 3%] 2022-11-23T01:37:42.2974450Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu PASSED [ 3%] 2022-11-23T01:37:42.2974660Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu PASSED [ 3%] 2022-11-23T01:37:42.2974870Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu PASSED [ 3%] 2022-11-23T01:37:42.2975100Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu PASSED [ 3%] 2022-11-23T01:37:42.2975310Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu PASSED [ 3%] 2022-11-23T01:37:42.2975520Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu PASSED [ 3%] 2022-11-23T01:37:42.2975730Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu PASSED [ 3%] 2022-11-23T01:37:42.2975940Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu PASSED [ 3%] 2022-11-23T01:37:42.2976150Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu PASSED [ 3%] 2022-11-23T01:37:42.2976360Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu PASSED [ 3%] 2022-11-23T01:37:42.2976570Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu PASSED [ 3%] 2022-11-23T01:37:42.2976780Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu PASSED [ 3%] 2022-11-23T01:37:42.2976990Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu PASSED [ 3%] 2022-11-23T01:37:42.2977200Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu PASSED [ 3%] 2022-11-23T01:37:42.2977410Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu PASSED [ 3%] 2022-11-23T01:37:42.2977620Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu PASSED [ 3%] 2022-11-23T01:37:42.2977850Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu PASSED [ 3%] 2022-11-23T01:37:42.2978060Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu PASSED [ 3%] 2022-11-23T01:37:42.2978270Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu PASSED [ 3%] 2022-11-23T01:37:42.2978470Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu XFAIL [ 3%] 2022-11-23T01:37:42.2978680Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu PASSED [ 3%] 2022-11-23T01:37:42.2978890Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu PASSED [ 3%] 2022-11-23T01:37:42.2979090Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu PASSED [ 3%] 2022-11-23T01:37:42.2979300Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu PASSED [ 3%] 2022-11-23T01:37:42.2979510Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu PASSED [ 3%] 2022-11-23T01:37:42.2979720Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu PASSED [ 3%] 2022-11-23T01:37:42.2979940Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu PASSED [ 3%] 2022-11-23T01:37:42.2980150Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu PASSED [ 3%] 2022-11-23T01:37:42.2980350Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu PASSED [ 3%] 2022-11-23T01:37:42.2980560Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu PASSED [ 3%] 2022-11-23T01:37:42.2980800Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu PASSED [ 3%] 2022-11-23T01:37:42.2981010Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu PASSED [ 3%] 2022-11-23T01:37:42.2981220Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu PASSED [ 3%] 2022-11-23T01:37:42.2986720Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu PASSED [ 3%] 2022-11-23T01:37:42.2986970Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu PASSED [ 3%] 2022-11-23T01:37:42.2987200Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu PASSED [ 3%] 2022-11-23T01:37:42.2987430Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu PASSED [ 3%] 2022-11-23T01:37:42.2987680Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-11-23T01:37:42.2987980Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-11-23T01:37:42.2988260Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-11-23T01:37:42.2988580Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu PASSED [ 3%] 2022-11-23T01:37:42.2988810Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu PASSED [ 3%] 2022-11-23T01:37:42.2989040Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu PASSED [ 3%] 2022-11-23T01:37:42.2989260Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu PASSED [ 3%] 2022-11-23T01:37:42.2989480Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu PASSED [ 3%] 2022-11-23T01:37:42.2989700Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu PASSED [ 3%] 2022-11-23T01:37:42.2989930Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu PASSED [ 3%] 2022-11-23T01:37:42.2990160Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu PASSED [ 3%] 2022-11-23T01:37:42.2990380Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu PASSED [ 3%] 2022-11-23T01:37:42.2990610Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu PASSED [ 3%] 2022-11-23T01:37:42.2990830Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu PASSED [ 3%] 2022-11-23T01:37:42.2991070Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu PASSED [ 3%] 2022-11-23T01:37:42.2991310Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu PASSED [ 3%] 2022-11-23T01:37:42.2991560Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu PASSED [ 3%] 2022-11-23T01:37:42.2991780Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu PASSED [ 3%] 2022-11-23T01:37:42.2992010Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu PASSED [ 3%] 2022-11-23T01:37:42.2992250Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu PASSED [ 3%] 2022-11-23T01:37:42.2992490Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu PASSED [ 3%] 2022-11-23T01:37:42.2992740Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu PASSED [ 3%] 2022-11-23T01:37:42.2992990Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu PASSED [ 3%] 2022-11-23T01:37:42.2993220Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu PASSED [ 3%] 2022-11-23T01:37:42.2993510Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 3%] 2022-11-23T01:37:42.2993790Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu PASSED [ 3%] 2022-11-23T01:37:42.2994020Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu PASSED [ 3%] 2022-11-23T01:37:42.2994250Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu PASSED [ 4%] 2022-11-23T01:37:42.2994490Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu PASSED [ 4%] 2022-11-23T01:37:42.2994710Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu PASSED [ 4%] 2022-11-23T01:37:42.2994940Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu PASSED [ 4%] 2022-11-23T01:37:42.2995170Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu PASSED [ 4%] 2022-11-23T01:37:42.2995390Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu PASSED [ 4%] 2022-11-23T01:37:42.2995610Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu PASSED [ 4%] 2022-11-23T01:37:42.2995830Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu PASSED [ 4%] 2022-11-23T01:37:42.2996060Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_with_dtype_cpu PASSED [ 4%] 2022-11-23T01:37:42.2996290Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu PASSED [ 4%] 2022-11-23T01:37:42.2996520Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu PASSED [ 4%] 2022-11-23T01:37:42.2996740Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu PASSED [ 4%] 2022-11-23T01:37:42.2997050Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu PASSED [ 4%] 2022-11-23T01:37:42.2997280Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu PASSED [ 4%] 2022-11-23T01:37:42.2997510Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu PASSED [ 4%] 2022-11-23T01:37:42.2997730Z test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu PASSED [ 4%] 2022-11-23T01:37:42.2999010Z test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu PASSED [ 4%] 2022-11-23T01:37:42.3000260Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu PASSED [ 4%] 2022-11-23T01:37:42.3000510Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu PASSED [ 4%] 2022-11-23T01:37:42.3001710Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu PASSED [ 4%] 2022-11-23T01:37:42.3001960Z test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu PASSED [ 4%] 2022-11-23T01:37:42.3006250Z test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu PASSED [ 4%] 2022-11-23T01:37:42.3006490Z test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu PASSED [ 4%] 2022-11-23T01:37:42.3006710Z test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu PASSED [ 4%] 2022-11-23T01:37:42.3006950Z test_ops.py::TestCommonCPU::test_dtypes_max_pool2d_with_indices_backward_cpu PASSED [ 4%] 2022-11-23T01:37:42.3007230Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu PASSED [ 4%] 2022-11-23T01:37:42.3007570Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu PASSED [ 4%] 2022-11-23T01:37:42.3007800Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu PASSED [ 4%] 2022-11-23T01:37:42.3008030Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu PASSED [ 4%] 2022-11-23T01:37:42.3008260Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu PASSED [ 4%] 2022-11-23T01:37:42.3008490Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu PASSED [ 4%] 2022-11-23T01:37:42.3008720Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu PASSED [ 4%] 2022-11-23T01:37:42.3034120Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu PASSED [ 4%] 2022-11-23T01:37:42.3034340Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu PASSED [ 4%] 2022-11-23T01:37:42.3034560Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu PASSED [ 4%] 2022-11-23T01:37:42.3034770Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu PASSED [ 4%] 2022-11-23T01:37:42.3034990Z test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu PASSED [ 4%] 2022-11-23T01:37:42.3035200Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu PASSED [ 4%] 2022-11-23T01:37:42.3035400Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu PASSED [ 4%] 2022-11-23T01:37:42.3035610Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu PASSED [ 4%] 2022-11-23T01:37:42.3035830Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu PASSED [ 4%] 2022-11-23T01:37:42.3036040Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu PASSED [ 4%] 2022-11-23T01:37:42.3036280Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu PASSED [ 4%] 2022-11-23T01:37:42.3036540Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 4%] 2022-11-23T01:37:42.3036790Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu PASSED [ 4%] 2022-11-23T01:37:42.3037040Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu PASSED [ 4%] 2022-11-23T01:37:42.3037280Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu PASSED [ 4%] 2022-11-23T01:37:42.3037540Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-11-23T01:37:42.3037820Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu PASSED [ 4%] 2022-11-23T01:37:42.3038180Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 4%] 2022-11-23T01:37:42.3038440Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu PASSED [ 4%] 2022-11-23T01:37:42.3038700Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu PASSED [ 4%] 2022-11-23T01:37:42.3038950Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu PASSED [ 4%] 2022-11-23T01:37:42.3039190Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu PASSED [ 4%] 2022-11-23T01:37:42.3039450Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 4%] 2022-11-23T01:37:42.3039720Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu PASSED [ 4%] 2022-11-23T01:37:42.3039970Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu PASSED [ 4%] 2022-11-23T01:37:42.3040220Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu PASSED [ 4%] 2022-11-23T01:37:42.3040460Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu PASSED [ 4%] 2022-11-23T01:37:42.3040680Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu PASSED [ 4%] 2022-11-23T01:37:42.3040920Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu PASSED [ 4%] 2022-11-23T01:37:42.3041190Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu PASSED [ 4%] 2022-11-23T01:37:42.3041430Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu PASSED [ 4%] 2022-11-23T01:37:42.3041660Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu PASSED [ 4%] 2022-11-23T01:37:42.3041900Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu PASSED [ 4%] 2022-11-23T01:37:42.3042150Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu PASSED [ 4%] 2022-11-23T01:37:42.3042410Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu PASSED [ 4%] 2022-11-23T01:37:42.3042660Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu PASSED [ 4%] 2022-11-23T01:37:42.3042890Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu PASSED [ 4%] 2022-11-23T01:37:42.3043130Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu PASSED [ 4%] 2022-11-23T01:37:42.3043370Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu PASSED [ 4%] 2022-11-23T01:37:42.3043600Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu PASSED [ 4%] 2022-11-23T01:37:42.3043830Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu PASSED [ 4%] 2022-11-23T01:37:42.3044070Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu PASSED [ 4%] 2022-11-23T01:37:42.3044310Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu PASSED [ 4%] 2022-11-23T01:37:42.3044570Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 4%] 2022-11-23T01:37:42.3044820Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu PASSED [ 4%] 2022-11-23T01:37:42.3045060Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu PASSED [ 4%] 2022-11-23T01:37:42.3045300Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu PASSED [ 4%] 2022-11-23T01:37:42.3045560Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu PASSED [ 4%] 2022-11-23T01:37:42.3045790Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu PASSED [ 4%] 2022-11-23T01:37:42.3046020Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu PASSED [ 4%] 2022-11-23T01:37:42.3046260Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu PASSED [ 4%] 2022-11-23T01:37:42.3046500Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu PASSED [ 4%] 2022-11-23T01:37:42.3046780Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 4%] 2022-11-23T01:37:42.3047030Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu PASSED [ 4%] 2022-11-23T01:37:42.3047250Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu PASSED [ 4%] 2022-11-23T01:37:42.3047490Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu PASSED [ 4%] 2022-11-23T01:37:42.3047730Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_view_cpu PASSED [ 4%] 2022-11-23T01:37:42.3047950Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu PASSED [ 4%] 2022-11-23T01:37:42.3053400Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu PASSED [ 4%] 2022-11-23T01:37:42.3053670Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:37:42.3053900Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu PASSED [ 4%] 2022-11-23T01:37:42.3054120Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu PASSED [ 4%] 2022-11-23T01:37:42.3054340Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu PASSED [ 4%] 2022-11-23T01:37:42.3054550Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu PASSED [ 4%] 2022-11-23T01:37:42.3054760Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu PASSED [ 4%] 2022-11-23T01:37:42.3055050Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu PASSED [ 4%] 2022-11-23T01:37:42.3055260Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu PASSED [ 4%] 2022-11-23T01:37:42.3055470Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu PASSED [ 4%] 2022-11-23T01:37:42.3055680Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu PASSED [ 4%] 2022-11-23T01:37:42.3055900Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu PASSED [ 4%] 2022-11-23T01:37:42.3056110Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu PASSED [ 4%] 2022-11-23T01:37:42.3056330Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu PASSED [ 4%] 2022-11-23T01:37:42.3056550Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu PASSED [ 4%] 2022-11-23T01:37:42.3056760Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu XFAIL [ 4%] 2022-11-23T01:37:42.3056970Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu PASSED [ 4%] 2022-11-23T01:37:42.3057180Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu PASSED [ 4%] 2022-11-23T01:37:42.3057410Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 4%] 2022-11-23T01:37:42.3057640Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu PASSED [ 4%] 2022-11-23T01:37:42.3057850Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu PASSED [ 4%] 2022-11-23T01:37:42.3058070Z test_ops.py::TestCommonCPU::test_dtypes_scalar_tensor_cpu PASSED [ 4%] 2022-11-23T01:37:42.3058280Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu PASSED [ 4%] 2022-11-23T01:37:42.3058500Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu PASSED [ 4%] 2022-11-23T01:37:42.3058730Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu PASSED [ 4%] 2022-11-23T01:37:42.3058940Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu PASSED [ 4%] 2022-11-23T01:37:42.3059150Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu PASSED [ 4%] 2022-11-23T01:37:42.3059360Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu PASSED [ 4%] 2022-11-23T01:37:42.3059570Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu PASSED [ 4%] 2022-11-23T01:37:42.3059780Z test_ops.py::TestCommonCPU::test_dtypes_signal_windows_cosine_cpu PASSED [ 4%] 2022-11-23T01:37:42.3060010Z test_ops.py::TestCommonCPU::test_dtypes_signal_windows_gaussian_cpu PASSED [ 4%] 2022-11-23T01:37:42.3060260Z test_ops.py::TestCommonCPU::test_dtypes_signal_windows_kaiser_cpu PASSED [ 4%] 2022-11-23T01:37:42.3060480Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu PASSED [ 4%] 2022-11-23T01:37:42.3060690Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu PASSED [ 4%] 2022-11-23T01:37:42.3060900Z test_ops.py::TestCommonCPU::test_dtypes_slice_cpu PASSED [ 4%] 2022-11-23T01:37:42.3061110Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu PASSED [ 4%] 2022-11-23T01:37:42.3061320Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu PASSED [ 4%] 2022-11-23T01:37:42.3061530Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu PASSED [ 4%] 2022-11-23T01:37:42.3061780Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu SKIPPED (PyTorch is built without MKL support) [ 4%] 2022-11-23T01:37:42.3062040Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu PASSED [ 4%] 2022-11-23T01:37:42.3062260Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu PASSED [ 4%] 2022-11-23T01:37:42.3062480Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu PASSED [ 4%] 2022-11-23T01:37:42.3062940Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-11-23T01:37:42.3063260Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu PASSED [ 4%] 2022-11-23T01:37:42.3063480Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu PASSED [ 4%] 2022-11-23T01:37:42.3063710Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu PASSED [ 4%] 2022-11-23T01:37:42.3063960Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu PASSED [ 4%] 2022-11-23T01:37:42.3064190Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu PASSED [ 4%] 2022-11-23T01:37:42.3064540Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-11-23T01:37:42.3064810Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu PASSED [ 4%] 2022-11-23T01:37:42.3065050Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu PASSED [ 4%] 2022-11-23T01:37:42.3065290Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu PASSED [ 4%] 2022-11-23T01:37:42.3065520Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu PASSED [ 4%] 2022-11-23T01:37:42.3065760Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu PASSED [ 4%] 2022-11-23T01:37:42.3066130Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-11-23T01:37:42.3066540Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-11-23T01:37:42.3066820Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu PASSED [ 4%] 2022-11-23T01:37:42.3067040Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu PASSED [ 4%] 2022-11-23T01:37:42.3067250Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu PASSED [ 4%] 2022-11-23T01:37:42.3067470Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu PASSED [ 5%] 2022-11-23T01:37:42.3067690Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu PASSED [ 5%] 2022-11-23T01:37:42.3067900Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu PASSED [ 5%] 2022-11-23T01:37:42.3068120Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu PASSED [ 5%] 2022-11-23T01:37:42.3068340Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu PASSED [ 5%] 2022-11-23T01:37:42.3068560Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu PASSED [ 5%] 2022-11-23T01:37:42.3068850Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu PASSED [ 5%] 2022-11-23T01:37:42.3069080Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu PASSED [ 5%] 2022-11-23T01:37:42.3069300Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu PASSED [ 5%] 2022-11-23T01:37:42.3069520Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu PASSED [ 5%] 2022-11-23T01:37:42.3069740Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu PASSED [ 5%] 2022-11-23T01:37:42.3069960Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu PASSED [ 5%] 2022-11-23T01:37:42.3070180Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu PASSED [ 5%] 2022-11-23T01:37:42.3070390Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu PASSED [ 5%] 2022-11-23T01:37:42.3070610Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu PASSED [ 5%] 2022-11-23T01:37:42.3070830Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu PASSED [ 5%] 2022-11-23T01:37:42.3071080Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu PASSED [ 5%] 2022-11-23T01:37:42.3071300Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu PASSED [ 5%] 2022-11-23T01:37:42.3071520Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu PASSED [ 5%] 2022-11-23T01:37:42.3071780Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu PASSED [ 5%] 2022-11-23T01:37:42.3072000Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu PASSED [ 5%] 2022-11-23T01:37:42.3072220Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu PASSED [ 5%] 2022-11-23T01:37:42.3072440Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu PASSED [ 5%] 2022-11-23T01:37:42.3072650Z test_ops.py::TestCommonCPU::test_dtypes_view_copy_cpu PASSED [ 5%] 2022-11-23T01:37:42.3072870Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu PASSED [ 5%] 2022-11-23T01:37:42.3073090Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu PASSED [ 5%] 2022-11-23T01:37:42.3073300Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu PASSED [ 5%] 2022-11-23T01:37:42.3073520Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu PASSED [ 5%] 2022-11-23T01:37:42.3073730Z test_ops.py::TestCommonCPU::test_errors_T_cpu PASSED [ 5%] 2022-11-23T01:37:42.3073950Z test_ops.py::TestCommonCPU::test_errors___radd___cpu PASSED [ 5%] 2022-11-23T01:37:42.3074160Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu PASSED [ 5%] 2022-11-23T01:37:42.3074380Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu PASSED [ 5%] 2022-11-23T01:37:42.3074610Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu PASSED [ 5%] 2022-11-23T01:37:42.3074830Z test_ops.py::TestCommonCPU::test_errors_add_cpu PASSED [ 5%] 2022-11-23T01:37:42.3075050Z test_ops.py::TestCommonCPU::test_errors_amax_cpu PASSED [ 5%] 2022-11-23T01:37:42.3075260Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu PASSED [ 5%] 2022-11-23T01:37:42.3075480Z test_ops.py::TestCommonCPU::test_errors_arange_cpu PASSED [ 5%] 2022-11-23T01:37:42.3075710Z test_ops.py::TestCommonCPU::test_errors_as_strided_scatter_cpu PASSED [ 5%] 2022-11-23T01:37:42.3075940Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu PASSED [ 5%] 2022-11-23T01:37:42.3076160Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu PASSED [ 5%] 2022-11-23T01:37:42.3076390Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu PASSED [ 5%] 2022-11-23T01:37:42.3076610Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu PASSED [ 5%] 2022-11-23T01:37:42.3082000Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu XFAIL [ 5%] 2022-11-23T01:37:42.3082240Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu XFAIL [ 5%] 2022-11-23T01:37:42.3082500Z test_ops.py::TestCommonCPU::test_errors_complex_cpu PASSED [ 5%] 2022-11-23T01:37:42.3082730Z test_ops.py::TestCommonCPU::test_errors_diag_cpu PASSED [ 5%] 2022-11-23T01:37:42.3082950Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu PASSED [ 5%] 2022-11-23T01:37:42.3083170Z test_ops.py::TestCommonCPU::test_errors_diagonal_copy_cpu PASSED [ 5%] 2022-11-23T01:37:42.3083410Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu PASSED [ 5%] 2022-11-23T01:37:42.3083630Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu PASSED [ 5%] 2022-11-23T01:37:42.3083850Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu PASSED [ 5%] 2022-11-23T01:37:42.3084070Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu PASSED [ 5%] 2022-11-23T01:37:42.3084280Z test_ops.py::TestCommonCPU::test_errors_eye_cpu PASSED [ 5%] 2022-11-23T01:37:42.3084500Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu PASSED [ 5%] 2022-11-23T01:37:42.3084720Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu PASSED [ 5%] 2022-11-23T01:37:42.3084930Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu PASSED [ 5%] 2022-11-23T01:37:42.3085150Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu PASSED [ 5%] 2022-11-23T01:37:42.3085390Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu PASSED [ 5%] 2022-11-23T01:37:42.3085610Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu PASSED [ 5%] 2022-11-23T01:37:42.3085820Z test_ops.py::TestCommonCPU::test_errors_ge_cpu PASSED [ 5%] 2022-11-23T01:37:42.3086030Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu PASSED [ 5%] 2022-11-23T01:37:42.3086280Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3086520Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu PASSED [ 5%] 2022-11-23T01:37:42.3086740Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu PASSED [ 5%] 2022-11-23T01:37:42.3086950Z test_ops.py::TestCommonCPU::test_errors_le_cpu PASSED [ 5%] 2022-11-23T01:37:42.3087170Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu PASSED [ 5%] 2022-11-23T01:37:42.3087410Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu PASSED [ 5%] 2022-11-23T01:37:42.3087650Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu PASSED [ 5%] 2022-11-23T01:37:42.3087870Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu PASSED [ 5%] 2022-11-23T01:37:42.3088090Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu PASSED [ 5%] 2022-11-23T01:37:42.3088310Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu PASSED [ 5%] 2022-11-23T01:37:42.3088530Z test_ops.py::TestCommonCPU::test_errors_lt_cpu PASSED [ 5%] 2022-11-23T01:37:42.3088740Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu PASSED [ 5%] 2022-11-23T01:37:42.3088970Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu PASSED [ 5%] 2022-11-23T01:37:42.3089190Z test_ops.py::TestCommonCPU::test_errors_mean_cpu PASSED [ 5%] 2022-11-23T01:37:42.3089400Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu PASSED [ 5%] 2022-11-23T01:37:42.3089620Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu PASSED [ 5%] 2022-11-23T01:37:42.3089840Z test_ops.py::TestCommonCPU::test_errors_narrow_cpu PASSED [ 5%] 2022-11-23T01:37:42.3090070Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu PASSED [ 5%] 2022-11-23T01:37:42.3090290Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu PASSED [ 5%] 2022-11-23T01:37:42.3090530Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu PASSED [ 5%] 2022-11-23T01:37:42.3090800Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu PASSED [ 5%] 2022-11-23T01:37:42.3091040Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu PASSED [ 5%] 2022-11-23T01:37:42.3091280Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu PASSED [ 5%] 2022-11-23T01:37:42.3091530Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gaussian_nll_loss_cpu PASSED [ 5%] 2022-11-23T01:37:42.3091800Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu PASSED [ 5%] 2022-11-23T01:37:42.3092050Z test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu PASSED [ 5%] 2022-11-23T01:37:42.3092290Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu PASSED [ 5%] 2022-11-23T01:37:42.3092530Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu PASSED [ 5%] 2022-11-23T01:37:42.3092780Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu PASSED [ 5%] 2022-11-23T01:37:42.3093030Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu PASSED [ 5%] 2022-11-23T01:37:42.3093270Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu PASSED [ 5%] 2022-11-23T01:37:42.3093500Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu PASSED [ 5%] 2022-11-23T01:37:42.3093740Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu PASSED [ 5%] 2022-11-23T01:37:42.3094010Z test_ops.py::TestCommonCPU::test_errors_nn_functional_triplet_margin_loss_cpu PASSED [ 5%] 2022-11-23T01:37:42.3094260Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu PASSED [ 5%] 2022-11-23T01:37:42.3094480Z test_ops.py::TestCommonCPU::test_errors_polar_cpu PASSED [ 5%] 2022-11-23T01:37:42.3094700Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu PASSED [ 5%] 2022-11-23T01:37:42.3094920Z test_ops.py::TestCommonCPU::test_errors_roll_cpu PASSED [ 5%] 2022-11-23T01:37:42.3095140Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu PASSED [ 5%] 2022-11-23T01:37:42.3095350Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu PASSED [ 5%] 2022-11-23T01:37:42.3095580Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu PASSED [ 5%] 2022-11-23T01:37:42.3095820Z test_ops.py::TestCommonCPU::test_errors_signal_windows_gaussian_cpu PASSED [ 5%] 2022-11-23T01:37:42.3096060Z test_ops.py::TestCommonCPU::test_errors_signal_windows_kaiser_cpu PASSED [ 5%] 2022-11-23T01:37:42.3096310Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu PASSED [ 5%] 2022-11-23T01:37:42.3096570Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu PASSED [ 5%] 2022-11-23T01:37:42.3096830Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu PASSED [ 5%] 2022-11-23T01:37:42.3097090Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu PASSED [ 5%] 2022-11-23T01:37:42.3097350Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu PASSED [ 5%] 2022-11-23T01:37:42.3097750Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:37:42.3098170Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 5%] 2022-11-23T01:37:42.3098460Z test_ops.py::TestCommonCPU::test_errors_sub_cpu PASSED [ 5%] 2022-11-23T01:37:42.3098680Z test_ops.py::TestCommonCPU::test_errors_t_cpu PASSED [ 5%] 2022-11-23T01:37:42.3098900Z test_ops.py::TestCommonCPU::test_errors_trace_cpu PASSED [ 5%] 2022-11-23T01:37:42.3099120Z test_ops.py::TestCommonCPU::test_errors_tril_cpu PASSED [ 5%] 2022-11-23T01:37:42.3099340Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu PASSED [ 5%] 2022-11-23T01:37:42.3099590Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu PASSED [ 5%] 2022-11-23T01:37:42.3099850Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3100120Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3100410Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3100700Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3100990Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3101280Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3101560Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3101830Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3102100Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3102380Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3102670Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3102970Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3103240Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3103520Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3103780Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3104060Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3104330Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3104590Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3104860Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3105130Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3105400Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3105670Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3105940Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3106210Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3106480Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3106750Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3112200Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3112500Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3112780Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3113060Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3113410Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3113710Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3113980Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:42.3114250Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3114510Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3114790Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3115050Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3115330Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3115610Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3115880Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3116160Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3116470Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3116750Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3117020Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3117300Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3117580Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3117850Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3118130Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3118420Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3118690Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3118960Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3119230Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3119490Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3119770Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3120060Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3120350Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3120630Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3120910Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3121180Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3121460Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3121740Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3122050Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3122330Z test_ops.py::TestCommonCPU::test_multiple_devices_cdouble_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3122600Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3122870Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3123140Z test_ops.py::TestCommonCPU::test_multiple_devices_cfloat_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3123410Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3123680Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3123950Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3124210Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3124490Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3124780Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3125100Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3125370Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3125630Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3125910Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3126190Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3126460Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3126730Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3127010Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3127290Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3127580Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3127850Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3128130Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3128410Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3128700Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3128980Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3129260Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3129530Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3129790Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3130070Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3130410Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3130690Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3130960Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3131230Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3131500Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3131770Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3132040Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3132330Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3132630Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3132910Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3133180Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3133470Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3133750Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3134030Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3134300Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3134580Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3134840Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3135100Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3135380Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3135660Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3135920Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3136190Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3136450Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3136710Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3136970Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3137230Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3137500Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3137760Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3138020Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3138290Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3138560Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3138890Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3139160Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3139420Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3139670Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3139940Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3140200Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3140460Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3140730Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3140990Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3141240Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3141500Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3141790Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3142050Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3142320Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3142580Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3142840Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3143110Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3143360Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3143620Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3143890Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3144170Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3144440Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3144700Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3149770Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3150080Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3150360Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3150630Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3150900Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3151180Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3151450Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3151810Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3152080Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3152350Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3152630Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3152890Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3153170Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3153450Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3153710Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3153990Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3154260Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3154540Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3154870Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3155130Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3155390Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3155660Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3155930Z test_ops.py::TestCommonCPU::test_multiple_devices_full_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3156200Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3156480Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3156740Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3157010Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3157280Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3157550Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3157830Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3158100Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3158360Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3158630Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3158900Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3159170Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3159450Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3159720Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3160000Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-11-23T01:37:42.3160290Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3160570Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3160850Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3161140Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3161410Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3161680Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3161950Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3162220Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3162480Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3162750Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3163020Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3163340Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3163650Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3163950Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3164230Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3164510Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3164790Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3165050Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3165320Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3165590Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3165860Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3166130Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3166420Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3166700Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3166980Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3167270Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3167570Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3167870Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3168140Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3168430Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3168770Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3169070Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3169370Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3169650Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3169950Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3170230Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3170530Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3170830Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3171130Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3171460Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 7%] 2022-11-23T01:37:42.3171810Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3172090Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3172370Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3172660Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3172950Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3173230Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3173500Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3173770Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3174050Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3174330Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3174620Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3174900Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3175180Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3175450Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3175730Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3176000Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3176280Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3176560Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3176840Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3177130Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3177400Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3177670Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3177920Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3178190Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3178460Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3178720Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3179000Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3179280Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3179560Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3179850Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3180150Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3180430Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3180710Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3180990Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3181260Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3181530Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3181810Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3182080Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3182350Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3182620Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3182880Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3183150Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3188400Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3188680Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3188950Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3189240Z test_ops.py::TestCommonCPU::test_multiple_devices_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3189530Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3189820Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3190090Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3190410Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3190740Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3191030Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3191340Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3191650Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3191930Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3192210Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3192490Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3192780Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3193060Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3193390Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3193640Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3193900Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3194170Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3194430Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3194690Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3194950Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3195220Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3195480Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3195750Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3196030Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3196300Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3196570Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3196840Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3197110Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3197380Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3197650Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3197920Z test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3198200Z test_ops.py::TestCommonCPU::test_multiple_devices_native_dropout_backward_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3198500Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3198770Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3199020Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3199290Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3199560Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3199840Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3200100Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3200370Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3200640Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3200940Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3201250Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3201580Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3201880Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3202170Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3202460Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3202750Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3203030Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3203340Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3203650Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3203970Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3204290Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3204600Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3204900Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3205220Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3205520Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3205850Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3206170Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3206470Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3206830Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3207150Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3207470Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-11-23T01:37:42.3207770Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3208070Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3208370Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3208680Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3208980Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3209280Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3209620Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3209930Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3210240Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3210560Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3210880Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3211200Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3211500Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3211800Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3212110Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3212420Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3212730Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3213030Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3213340Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3213640Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3213940Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3214230Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3214530Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3214850Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3215160Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3215470Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3215770Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3216100Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3216410Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3216720Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3217010Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3217280Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3217560Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3217880Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3218160Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3218440Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3218710Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3218990Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3219260Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3219540Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3219810Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3220090Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3220380Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3220680Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3220970Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:37:42.3221260Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:37:42.3221550Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:37:42.3221830Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:37:42.3222110Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:37:42.3222400Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3222670Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3222940Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3223270Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3229240Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3229540Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3229820Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3230100Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3230380Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3230650Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3230920Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3231200Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3231480Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3231760Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3232030Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3232430Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3232720Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3233010Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3233280Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3233560Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3233830Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3234100Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3234380Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3234660Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3234930Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3235210Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 8%] 2022-11-23T01:37:42.3235480Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3235750Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3236030Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3236310Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3236580Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3236850Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3237140Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3237430Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3237750Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3238050Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3238330Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3238630Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3238910Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3239190Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3239460Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3239730Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3239990Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3240260Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3240580Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3240840Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3241100Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3241380Z test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_cosine_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3241670Z test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_exponential_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3241960Z test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_gaussian_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3242250Z test_ops.py::TestCommonCPU::test_multiple_devices_signal_windows_kaiser_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3242520Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3242780Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3243050Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3243300Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3243570Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3243850Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3244130Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3244390Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3244670Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3244940Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3245220Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3245510Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3245830Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3246280Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:37:42.3246710Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:37:42.3247130Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:37:42.3247440Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3247710Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3247980Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3248250Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3248550Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3248880Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3249170Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3249480Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3249770Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3250070Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3250360Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3250670Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3250990Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3251300Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3251600Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3251900Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3252310Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:37:42.3252740Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:37:42.3253170Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:37:42.3253600Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:37:42.3254080Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 8%] 2022-11-23T01:37:42.3254390Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3254660Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3254930Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3255210Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3255490Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3255750Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3256020Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3256280Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3256540Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3256800Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3257080Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3257330Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3257590Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-11-23T01:37:42.3257840Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3258090Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3258350Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3258630Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3258910Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3259170Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3259440Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3259700Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3259950Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3260220Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3260490Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3260750Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3261010Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3261280Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3261540Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3266010Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3266290Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3266650Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3266920Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3267190Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3267470Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3267740Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3268000Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3268250Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3268510Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3268770Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3269030Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3269300Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3269600Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3269870Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3270140Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3270420Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3270690Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3270950Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3271220Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3271480Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3271740Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3272000Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3272270Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3272530Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3272800Z test_ops.py::TestCommonCPU::test_multiple_devices_view_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3273060Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3273320Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3273580Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3273840Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3274100Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3274350Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3274610Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3274890Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3275160Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3275410Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3275660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3275900Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3276150Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3276390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3276630Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3276870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3277110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3277340Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3277580Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3277850Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3278100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3278340Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3278580Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3278830Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3279070Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3279320Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3279560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3279810Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3280050Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3280290Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3280540Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3280770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3281010Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3281250Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3281490Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3281730Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3281970Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3282220Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3282460Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3282710Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3282950Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3283220Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3283460Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3283710Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3283950Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3284180Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3284430Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3284670Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3284910Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3285160Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3285400Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3285640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3285890Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3286130Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3286400Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3286640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3286880Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3287120Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3287370Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3287620Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3287870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3288110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3288350Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3288590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3288840Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3289080Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3289330Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3289570Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3289820Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3290060Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3290300Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3290570Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool SKIPPED (Only runs on cuda) [ 9%] 2022-11-23T01:37:42.3290890Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3291130Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3291370Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3291610Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3291910Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_with_dtype_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3292170Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3292420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3292660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3292900Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3293150Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3293390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3293630Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3293860Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3294100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3294340Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3294580Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3294850Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3295110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3295380Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3295650Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3295920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3296170Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3296410Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3300900Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3301150Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3301400Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3301640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3301900Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_native_dropout_backward_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3302150Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3302400Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-11-23T01:37:42.3302660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3302930Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3303230Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3303520Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3303790Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3304060Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool PASSED [ 9%] 2022-11-23T01:37:42.3304420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3304680Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3304920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3305190Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool SKIPPED (Skipped!) [ 10%] 2022-11-23T01:37:42.3305460Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3305700Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3305940Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3306190Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3306430Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3306680Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3306930Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3307180Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3307470Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3307720Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3307970Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3308220Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3308460Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3308700Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3308820Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3308950Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3309050Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3309180Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3309300Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3309430Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3309700Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:37:42.3309820Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3309950Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3310080Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3310200Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3310330Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3310450Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3310580Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3310760Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3310890Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3311000Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3311140Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3311270Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3311520Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:37:42.3311770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 10%] 2022-11-23T01:37:42.3311900Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3312020Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3312140Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3312310Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3312420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3312530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3312640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3312750Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3312860Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3312970Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3313080Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3313190Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3313310Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3313420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3313530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3313640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3313770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3313880Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3313990Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3314100Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3314210Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3314330Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool PASSED [ 10%] 2022-11-23T01:37:42.3314440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3314550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3314660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3314790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3314910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3315020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3315130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3315250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3315370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3315490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 SKIPPED (67470!) [ 10%] 2022-11-23T01:37:42.3315600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3315710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3315830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3315930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3316060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__softmax_backward_data_cpu_float32 XFAIL [ 10%] 2022-11-23T01:37:42.3316170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3316300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3316420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3316530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3316640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3316750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3316860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3316970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3317080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3317200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3317310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3317420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3317530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3317640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3317750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3317860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3317980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3318090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3318200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3318310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3318420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3318530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3318640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3318770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3318880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3318990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3319100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3319210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3319320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3319430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3319540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3319650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3319760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3319880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3320000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 XFAIL [ 10%] 2022-11-23T01:37:42.3320110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 XFAIL [ 10%] 2022-11-23T01:37:42.3320240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 XFAIL [ 10%] 2022-11-23T01:37:42.3320400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 SKIPPED (Works for int64, fails for everything else) [ 10%] 2022-11-23T01:37:42.3320560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 SKIPPED (Works for int64, fails for everything else) [ 10%] 2022-11-23T01:37:42.3320670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3320780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3320890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3321000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3321120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3321230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3321340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3321460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3321570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3321690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3321800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3321920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3322030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3322140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3322260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3322370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3322480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3322600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3322750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3322860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3322980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3323090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3323210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3323320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3323430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3323560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3323680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3323790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 PASSED [ 10%] 2022-11-23T01:37:42.3323900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3324020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3324170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3324280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3324390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3324510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 PASSED [ 10%] 2022-11-23T01:37:42.3324620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdouble_cpu_complex64 PASSED [ 10%] 2022-11-23T01:37:42.3324730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3324840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cfloat_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3324950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3325060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3325170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3325290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3325410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3325530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3325650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3325760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3325870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3325980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3326090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3326200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3326320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3326440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3326550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3326690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3326800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3326910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3327020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3327140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3327260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3327390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3327500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3327620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3327740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3327850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3327960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3328100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3328210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3328320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3328430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3328540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3328660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3328780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3328890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3329000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3329110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3329220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3329330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3329440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3329560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3329670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3329800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3333660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3333780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3333900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3334010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3334120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3334240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3334420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3334540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3334650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3334770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_copy_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3334890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3335010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3335120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3335230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3335340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3335460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3335570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3335690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3335810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3335940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3336050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3336160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3336270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3336390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3336510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:37:42.3336630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:37:42.3336760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:37:42.3336870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3336980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3337090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3337200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3337310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3337420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3337530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3337640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3337760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3337870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3337980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3338100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:37:42.3338220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:37:42.3338340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 SKIPPED (Skipped!) [ 11%] 2022-11-23T01:37:42.3338470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3338580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3338690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3338800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3338920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3339040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3339150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3339260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3339380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3339490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3339600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3339720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3339840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3339970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3340080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3340200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3340310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3340420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3340540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3340650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3340760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3340880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3340990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3341100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3341220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3341330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3341440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3341560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3341670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3341780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3341890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3342000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3342110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3342220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3342360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3342480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3342590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3342700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3342810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3342930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3343030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3343140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3343250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3343360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3343470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3343580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3343690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3343830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3343940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3344050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3344160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3344270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3344380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3344490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3344600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3344710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3344830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_grid_sampler_2d_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3344940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3345050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 PASSED [ 11%] 2022-11-23T01:37:42.3345160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 PASSED [ 11%] 2022-11-23T01:37:42.3345280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3345390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3345500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 PASSED [ 11%] 2022-11-23T01:37:42.3345610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3345720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3345840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3345940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3346060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3346170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3346310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3346420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3346530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3346650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3346760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3346880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3346990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3347110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3347220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3347330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3347440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3347550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3347660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3347790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3347900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3348010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3348120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3348230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3348380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:37:42.3348530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:37:42.3348680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:37:42.3348830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:37:42.3348970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:37:42.3349100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:37:42.3349240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:37:42.3349350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3349460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3349580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3349690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3349810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3349920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3350020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3350140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3350290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3350400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3350520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3350640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3350750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3350870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3350980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3351140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 SKIPPED (The backward may give different results) [ 12%] 2022-11-23T01:37:42.3351260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3351380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3351490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3351610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3351770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3351880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3352010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3352130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3352250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3352370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3352500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3352620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3352740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3352860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3352990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3353110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3353240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3353360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3353480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3353620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3353740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 SKIPPED (67470!) [ 12%] 2022-11-23T01:37:42.3353880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3354010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3354130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3354280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3354400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3354580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 12%] 2022-11-23T01:37:42.3354750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 12%] 2022-11-23T01:37:42.3354870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3354990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3355110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3355220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3355340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3355470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3355620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3355740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3355860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3355980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3356100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3356220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3356330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3356460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3356570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3356690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3356800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3356910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3357030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3357150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3357260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3357390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_with_dtype_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3357510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3357640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3357760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3357870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3357990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3358110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3358260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3358390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3358520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3358640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3358760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3358880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3359000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3359130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3359250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3359360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3359470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3359580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3359720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3359830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3359950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3360060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3360170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3360280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3360400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3360520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3360640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3360760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3360880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3361000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3361120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3361240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3361350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3365470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3365600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3365720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3365840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3365960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3366070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3366180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3366380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3366490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3366620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3366740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3366860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3366970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3367080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3367190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3367320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3367460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 12%] 2022-11-23T01:37:42.3367590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3367730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 PASSED [ 12%] 2022-11-23T01:37:42.3367850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 PASSED [ 12%] 2022-11-23T01:37:42.3367970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3368100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3368210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3368320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3368430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3368550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3368660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3368770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3368890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3369000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3369110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3369230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3369360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3369470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3369580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3369700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3369820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3369940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3370050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3370170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3370300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3370420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3370550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_dropout_backward_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3370660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3370770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3370880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3370990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3371110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:37:42.3371280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2022-11-23T01:37:42.3371440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2022-11-23T01:37:42.3371590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 SKIPPED (Expected: new_empty_strided is not comparable) [ 13%] 2022-11-23T01:37:42.3371730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3371850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3371960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3372070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3372210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3372350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3372480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3372610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3372730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3372850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3372980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3373100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3373240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3373370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3373500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3373640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3373770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3373900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3374030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3374160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3374300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3374430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3374560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3374710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3374860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3375010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3375150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3375290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3375420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3375550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3375690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3375830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3375970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3376100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3376240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3376360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3376490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3376620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3376740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3376870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3376990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3377120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3377260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3377380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3377510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3377630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3377760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3377890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3378020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3378200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3378340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3378480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3378600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3378730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3378850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3378980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3379110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3379230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3379360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3379490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3379660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3379790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3379910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3380050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3380180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3380300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3380420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3380550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3380690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3380820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3380940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3381070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3381200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3381320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3381460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3381600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3381740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3381870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3382010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3382120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3382230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3382350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3382470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3382580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3382700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3382810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3382930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3383040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3383150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3383270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3383380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3383530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3383660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3383790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:37:42.3383930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:37:42.3384060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-11-23T01:37:42.3384180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3384290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3384400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3384520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3384630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3384740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3384850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3384960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3385070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3385180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3385290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3385400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3385540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_cpu_float32 SKIPPED (Test expects tensor input) [ 13%] 2022-11-23T01:37:42.3385680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_cpu_int64 SKIPPED (Test expects tensor input) [ 13%] 2022-11-23T01:37:42.3385800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3385930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 SKIPPED (Test expects tensor input) [ 13%] 2022-11-23T01:37:42.3386070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3386180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3386290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3386410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 PASSED [ 13%] 2022-11-23T01:37:42.3386520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3386630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 PASSED [ 13%] 2022-11-23T01:37:42.3386740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 PASSED [ 13%] 2022-11-23T01:37:42.3386860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3386990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3387110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3387230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3387340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3387480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3387590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3387700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3387820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3387940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3388050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3388170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3388280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3388390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3388500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3388610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3388730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3388870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:37:42.3388980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3389090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3389220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_complex64 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:37:42.3389350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scalar_tensor_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:37:42.3389470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3389590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3389700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3389810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3389960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3390080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3390200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3390320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3390450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3390560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3390680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3390860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3390970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3391090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3391200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3391310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3391450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3391560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3391670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3391780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3391890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3392000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3392120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3392220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3392330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3392470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_cosine_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:37:42.3392610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signal_windows_exponential_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:37:42.3392720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3392830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3392940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3393050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3393160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3393290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3393400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3393530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 14%] 2022-11-23T01:37:42.3393650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3393770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3393890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3394070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3394190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3394320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3394590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:37:42.3394840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:37:42.3395080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:37:42.3398940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3399080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3399210Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3399430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3399550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3399670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3399780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3400030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:37:42.3400270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:37:42.3400390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3400520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3400650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3400780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3400900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3401020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3401140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3401280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3401420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3401550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3401800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:37:42.3402050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:37:42.3402320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:37:42.3402560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 14%] 2022-11-23T01:37:42.3402690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3402810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3402930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3403050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3403170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3403290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3403410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3403520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3403670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3403780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3403900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3404010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3404120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3404230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3404350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3404460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3404570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3404680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3404790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3404910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3405030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3405140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3405250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3405360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3405480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3405590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3405710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3405820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3405930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3406040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3406150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3406290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3406400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3406510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3406620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3406730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3406840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3406950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3407060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3407180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3407290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3407410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3407520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3407660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3407770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3407880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3408000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3408110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3408220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3408330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3408440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3408550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3408670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3408780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3408890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 PASSED [ 14%] 2022-11-23T01:37:42.3409010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3409120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_copy_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3409240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3409350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 PASSED [ 14%] 2022-11-23T01:37:42.3409460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 PASSED [ 14%] 2022-11-23T01:37:42.3409580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 PASSED [ 15%] 2022-11-23T01:37:42.3409690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3409800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 PASSED [ 15%] 2022-11-23T01:37:42.3409920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 XFAIL [ 15%] 2022-11-23T01:37:42.3410040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_copy_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3410150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 PASSED [ 15%] 2022-11-23T01:37:42.3410270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3410380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3410490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3410600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3410710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 PASSED [ 15%] 2022-11-23T01:37:42.3410830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3410940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3411050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 PASSED [ 15%] 2022-11-23T01:37:42.3411160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3411260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3411390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 PASSED [ 15%] 2022-11-23T01:37:42.3411500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3411620Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3411730Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3411840Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3411940Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3412050Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3412150Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3412260Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3412370Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3412480Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3412580Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3412680Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3412780Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3412880Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3412980Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 XFAIL [ 15%] 2022-11-23T01:37:42.3413080Z test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3413180Z test_ops.py::TestCommonCPU::test_numpy_ref_diag_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3413280Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3413380Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3413480Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3413580Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3413670Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3413770Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3413870Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3413960Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3414150Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:37:42.3414290Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:37:42.3414430Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:37:42.3414540Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3414640Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3414760Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3414870Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3414980Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3415110Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3415240Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3415360Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_complex128 XFAIL [ 15%] 2022-11-23T01:37:42.3415480Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose2d_cpu_int64 XFAIL [ 15%] 2022-11-23T01:37:42.3415630Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_complex128 XFAIL [ 15%] 2022-11-23T01:37:42.3415750Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose3d_cpu_int64 XFAIL [ 15%] 2022-11-23T01:37:42.3415860Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3415980Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3416090Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3416200Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3416340Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3416460Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3416580Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3416710Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3416810Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3416920Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3417020Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3417130Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3417230Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3417330Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3417440Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3417550Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3417660Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3417760Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3417860Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3417960Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3418080Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3418180Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3418290Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3418380Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3418480Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3418580Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3418680Z test_ops.py::TestCommonCPU::test_numpy_ref_view_copy_cpu_float64 PASSED [ 15%] 2022-11-23T01:37:42.3418780Z test_ops.py::TestCommonCPU::test_numpy_ref_view_copy_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3418870Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 PASSED [ 15%] 2022-11-23T01:37:42.3418970Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3419060Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3419150Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3419250Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3419340Z test_ops.py::TestCommonCPU::test_out__refs_T_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3419480Z test_ops.py::TestCommonCPU::test_out__refs__conversions_byte_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3419590Z test_ops.py::TestCommonCPU::test_out__refs__conversions_char_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3419700Z test_ops.py::TestCommonCPU::test_out__refs__conversions_complex_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3419820Z test_ops.py::TestCommonCPU::test_out__refs__conversions_double_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3419930Z test_ops.py::TestCommonCPU::test_out__refs__conversions_float_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3420030Z test_ops.py::TestCommonCPU::test_out__refs__conversions_long_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3420140Z test_ops.py::TestCommonCPU::test_out__refs__conversions_short_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3420240Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3420340Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3420440Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3420530Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3420630Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3420720Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3420820Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3420920Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3421010Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3421110Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3421200Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3421300Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 PASSED [ 15%] 2022-11-23T01:37:42.3421410Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3421510Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3421600Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3421700Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3421820Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3421930Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3422030Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3422130Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3422220Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3422320Z test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3422420Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3422530Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_copy_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3422620Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3422760Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-11-23T01:37:42.3422860Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3422950Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3423050Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3423160Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3423260Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3423350Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3423450Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3423540Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3423640Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3423750Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3423850Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3423940Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424040Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424140Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424230Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424330Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424420Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424520Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424610Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424700Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424800Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424900Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3424990Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3425100Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3425190Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3425290Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3425390Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 PASSED [ 15%] 2022-11-23T01:37:42.3425500Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3425600Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3425710Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3425820Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3429630Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3429730Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3429840Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3429940Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3430040Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3430140Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3430240Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3430360Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3430480Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3430640Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3430740Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3430840Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3430950Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3431040Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3431140Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3431240Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3431360Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_alpha_dropout_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3431480Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_group_norm_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3431590Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3431710Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3431820Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3431930Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3432040Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3432150Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_nll_loss_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3432280Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3432390Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3432510Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3432620Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3432720Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3432820Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3432920Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3433020Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3433170Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3433270Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3433370Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3433460Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3433560Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3433660Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3433750Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3433840Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3433940Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3434050Z test_ops.py::TestCommonCPU::test_out__refs_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3434160Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3434270Z test_ops.py::TestCommonCPU::test_out__refs_special_entr_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3434370Z test_ops.py::TestCommonCPU::test_out__refs_special_erfcx_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3434510Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3434620Z test_ops.py::TestCommonCPU::test_out__refs_special_log_ndtr_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3434720Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3434850Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3434980Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3435080Z test_ops.py::TestCommonCPU::test_out__refs_special_ndtri_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3435200Z test_ops.py::TestCommonCPU::test_out__refs_special_softmax_with_dtype_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3435320Z test_ops.py::TestCommonCPU::test_out__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3435420Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3435520Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3435620Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3435720Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3435820Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3435910Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3436020Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3436130Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3436230Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3436320Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3436420Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 PASSED [ 16%] 2022-11-23T01:37:42.3436510Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3436610Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3436710Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3436810Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3436930Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437030Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437120Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437220Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437310Z test_ops.py::TestCommonCPU::test_out__refs_xlogy_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437420Z test_ops.py::TestCommonCPU::test_out__softmax_backward_data_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437520Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437610Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437710Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437800Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437890Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3437990Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3438080Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3438170Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3438290Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3438390Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3438480Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3438590Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3438680Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3438780Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3438870Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3438960Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 XFAIL [ 16%] 2022-11-23T01:37:42.3439060Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 PASSED [ 16%] 2022-11-23T01:37:42.3439150Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 PASSED [ 16%] 2022-11-23T01:37:42.3439250Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 PASSED [ 16%] 2022-11-23T01:37:42.3439340Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 PASSED [ 16%] 2022-11-23T01:37:42.3439450Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 PASSED [ 16%] 2022-11-23T01:37:42.3439540Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3439640Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3439740Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3439840Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3439940Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3440030Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 XFAIL [ 16%] 2022-11-23T01:37:42.3440130Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3440220Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3440320Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3440420Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3440510Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3440630Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3440720Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3440810Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3440920Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3441020Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3441110Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3441210Z test_ops.py::TestCommonCPU::test_out_diagonal_copy_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3441310Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3441400Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3441500Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3441610Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3441710Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3441800Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3441920Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3442020Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3442110Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3442200Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3442300Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3442450Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-11-23T01:37:42.3442550Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3442640Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3442730Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3442830Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3442920Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3443020Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3443110Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3443210Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3443300Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3443400Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3443490Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 XFAIL [ 16%] 2022-11-23T01:37:42.3443590Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 XFAIL [ 16%] 2022-11-23T01:37:42.3443680Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3443770Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3443870Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3443960Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3444060Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3444150Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3444260Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3444350Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 PASSED [ 16%] 2022-11-23T01:37:42.3444450Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3444540Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3444640Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3444740Z test_ops.py::TestCommonCPU::test_out_grid_sampler_2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3444830Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3444920Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3445020Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3445110Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3445270Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 17%] 2022-11-23T01:37:42.3445370Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3445460Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3445570Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3445660Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 PASSED [ 17%] 2022-11-23T01:37:42.3445760Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3445850Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3445950Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3446040Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3446140Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3446240Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3446330Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3446430Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3446520Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3446610Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3446710Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3446800Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3446900Z test_ops.py::TestCommonCPU::test_out_istft_cpu_complex64 PASSED [ 17%] 2022-11-23T01:37:42.3447040Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 17%] 2022-11-23T01:37:42.3447160Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 17%] 2022-11-23T01:37:42.3447290Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 17%] 2022-11-23T01:37:42.3447390Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3447490Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3447580Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3447670Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3447770Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3447900Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3448010Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3448110Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 XFAIL [ 17%] 2022-11-23T01:37:42.3448210Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3448320Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3448420Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3448520Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3448620Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3448720Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3448830Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3448920Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3449040Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3449130Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3449320Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 17%] 2022-11-23T01:37:42.3449420Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3449520Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3449630Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3449730Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3449830Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3449920Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450020Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450130Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450220Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450310Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450410Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450500Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450600Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450690Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450790Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450890Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3450980Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3451080Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3451170Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3451260Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 XFAIL [ 17%] 2022-11-23T01:37:42.3451360Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3451450Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3451540Z test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3451690Z test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3451790Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3451890Z test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3451980Z test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3452080Z test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3452170Z test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3452270Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3452370Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3452460Z test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3452560Z test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3452650Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3452760Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3452850Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3452960Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3453070Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3453190Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3453280Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3453380Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3453470Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3453580Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-11-23T01:37:42.3453690Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3453790Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3457390Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3457520Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3457640Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3457760Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3457870Z test_ops.py::TestCommonCPU::test_out_nn_functional_alpha_dropout_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3457990Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3458100Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3458200Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3458310Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3458430Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3458540Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3458660Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3458770Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3458880Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3459020Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3459140Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3459250Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3459380Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3459500Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3459610Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3459720Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3459840Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3459950Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3460070Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3460190Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3460300Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3460470Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3460580Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3460690Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3460800Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3460920Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3461030Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3461140Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3461250Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3461380Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3461490Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3461600Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3461710Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3461820Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3461930Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3462050Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3462150Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3462260Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3462370Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3462480Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 PASSED [ 17%] 2022-11-23T01:37:42.3462590Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3462700Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3462820Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3462950Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3463060Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3463190Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3463300Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3463400Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3463500Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3463610Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3463720Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3463820Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_view_cpu_float32 PASSED [ 17%] 2022-11-23T01:37:42.3463920Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3464020Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3464110Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3464240Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:37:42.3464360Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3464450Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3464550Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3464650Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3464740Z test_ops.py::TestCommonCPU::test_out_randint_cpu_float32 XFAIL [ 18%] 2022-11-23T01:37:42.3464830Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 XFAIL [ 18%] 2022-11-23T01:37:42.3464930Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3465020Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3465120Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3465210Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3465320Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3465410Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3465510Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3465600Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3465700Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3465800Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3465900Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3466010Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:37:42.3466100Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3466200Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3466290Z test_ops.py::TestCommonCPU::test_out_scalar_tensor_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3466390Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3466500Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3466630Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3466740Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3466850Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3466960Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3467050Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3467150Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3467240Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3467350Z test_ops.py::TestCommonCPU::test_out_signal_windows_cosine_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3467460Z test_ops.py::TestCommonCPU::test_out_signal_windows_kaiser_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3467560Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3467650Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3467750Z test_ops.py::TestCommonCPU::test_out_slice_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3467850Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3467970Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 18%] 2022-11-23T01:37:42.3468100Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3468210Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3468310Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3468410Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3468530Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3468780Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:37:42.3468880Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3468980Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3469080Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3469310Z test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:37:42.3469410Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3469520Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3469620Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3469740Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3469970Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:37:42.3470200Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T01:37:42.3470310Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3470410Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3470510Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3470610Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3470750Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3470850Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3470940Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471040Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471130Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471230Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471320Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471420Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471510Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471600Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471700Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471790Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471890Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3471980Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 XFAIL [ 18%] 2022-11-23T01:37:42.3472100Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3472190Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3472290Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3472380Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3472480Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3472570Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3472670Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 PASSED [ 18%] 2022-11-23T01:37:42.3472760Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3472850Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3472950Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 PASSED [ 18%] 2022-11-23T01:37:42.3473050Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu PASSED [ 18%] 2022-11-23T01:37:42.3473140Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu PASSED [ 18%] 2022-11-23T01:37:42.3473230Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu PASSED [ 18%] 2022-11-23T01:37:42.3473330Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu PASSED [ 18%] 2022-11-23T01:37:42.3473420Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu PASSED [ 18%] 2022-11-23T01:37:42.3473520Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu PASSED [ 18%] 2022-11-23T01:37:42.3473620Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu PASSED [ 18%] 2022-11-23T01:37:42.3473710Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu PASSED [ 18%] 2022-11-23T01:37:42.3473800Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu PASSED [ 18%] 2022-11-23T01:37:42.3473920Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_bfloat16_cpu PASSED [ 18%] 2022-11-23T01:37:42.3474030Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_byte_cpu PASSED [ 18%] 2022-11-23T01:37:42.3474140Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_cfloat_cpu PASSED [ 18%] 2022-11-23T01:37:42.3474260Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_chalf_cpu PASSED [ 18%] 2022-11-23T01:37:42.3474390Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_double_cpu PASSED [ 18%] 2022-11-23T01:37:42.3474500Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_float_cpu PASSED [ 18%] 2022-11-23T01:37:42.3474610Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_int_cpu PASSED [ 18%] 2022-11-23T01:37:42.3474720Z test_ops.py::TestCommonCPU::test_out_warning__refs__conversions_long_cpu PASSED [ 18%] 2022-11-23T01:37:42.3474820Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu PASSED [ 18%] 2022-11-23T01:37:42.3474920Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu PASSED [ 18%] 2022-11-23T01:37:42.3475090Z test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 18%] 2022-11-23T01:37:42.3475190Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu PASSED [ 18%] 2022-11-23T01:37:42.3475280Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu PASSED [ 18%] 2022-11-23T01:37:42.3475380Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu PASSED [ 18%] 2022-11-23T01:37:42.3475480Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu PASSED [ 18%] 2022-11-23T01:37:42.3475580Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu PASSED [ 18%] 2022-11-23T01:37:42.3475690Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu PASSED [ 18%] 2022-11-23T01:37:42.3475810Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu PASSED [ 18%] 2022-11-23T01:37:42.3475900Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu PASSED [ 18%] 2022-11-23T01:37:42.3476000Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu PASSED [ 18%] 2022-11-23T01:37:42.3476100Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu PASSED [ 18%] 2022-11-23T01:37:42.3476210Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu PASSED [ 18%] 2022-11-23T01:37:42.3476300Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu PASSED [ 18%] 2022-11-23T01:37:42.3476400Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu PASSED [ 18%] 2022-11-23T01:37:42.3476500Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu PASSED [ 18%] 2022-11-23T01:37:42.3476590Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_cpu PASSED [ 18%] 2022-11-23T01:37:42.3476690Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu PASSED [ 18%] 2022-11-23T01:37:42.3476790Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu PASSED [ 18%] 2022-11-23T01:37:42.3476900Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_scatter_cpu PASSED [ 18%] 2022-11-23T01:37:42.3477000Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu PASSED [ 18%] 2022-11-23T01:37:42.3477110Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu PASSED [ 18%] 2022-11-23T01:37:42.3477220Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu PASSED [ 18%] 2022-11-23T01:37:42.3477320Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu PASSED [ 18%] 2022-11-23T01:37:42.3477460Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-11-23T01:37:42.3477560Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu PASSED [ 18%] 2022-11-23T01:37:42.3477650Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu PASSED [ 18%] 2022-11-23T01:37:42.3477750Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu PASSED [ 18%] 2022-11-23T01:37:42.3477850Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu PASSED [ 18%] 2022-11-23T01:37:42.3477940Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu PASSED [ 18%] 2022-11-23T01:37:42.3478040Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu PASSED [ 18%] 2022-11-23T01:37:42.3478150Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu PASSED [ 18%] 2022-11-23T01:37:42.3478250Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu PASSED [ 18%] 2022-11-23T01:37:42.3478350Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu PASSED [ 18%] 2022-11-23T01:37:42.3478450Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu PASSED [ 18%] 2022-11-23T01:37:42.3478550Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu PASSED [ 18%] 2022-11-23T01:37:42.3478640Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu PASSED [ 18%] 2022-11-23T01:37:42.3478740Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu PASSED [ 18%] 2022-11-23T01:37:42.3478840Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu PASSED [ 18%] 2022-11-23T01:37:42.3478930Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu PASSED [ 18%] 2022-11-23T01:37:42.3479030Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu PASSED [ 18%] 2022-11-23T01:37:42.3479120Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu PASSED [ 18%] 2022-11-23T01:37:42.3479220Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu PASSED [ 18%] 2022-11-23T01:37:42.3479310Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu PASSED [ 18%] 2022-11-23T01:37:42.3479410Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu PASSED [ 18%] 2022-11-23T01:37:42.3479520Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu PASSED [ 18%] 2022-11-23T01:37:42.3479620Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu PASSED [ 18%] 2022-11-23T01:37:42.3479710Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu PASSED [ 19%] 2022-11-23T01:37:42.3479810Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu PASSED [ 19%] 2022-11-23T01:37:42.3479910Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu PASSED [ 19%] 2022-11-23T01:37:42.3480000Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu PASSED [ 19%] 2022-11-23T01:37:42.3480100Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu PASSED [ 19%] 2022-11-23T01:37:42.3480200Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu PASSED [ 19%] 2022-11-23T01:37:42.3480310Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu PASSED [ 19%] 2022-11-23T01:37:42.3480400Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu PASSED [ 19%] 2022-11-23T01:37:42.3480500Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu PASSED [ 19%] 2022-11-23T01:37:42.3480590Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu PASSED [ 19%] 2022-11-23T01:37:42.3480690Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu PASSED [ 19%] 2022-11-23T01:37:42.3480780Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu PASSED [ 19%] 2022-11-23T01:37:42.3480900Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu PASSED [ 19%] 2022-11-23T01:37:42.3481000Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu PASSED [ 19%] 2022-11-23T01:37:42.3481100Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu PASSED [ 19%] 2022-11-23T01:37:42.3481210Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:37:42.3481320Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu PASSED [ 19%] 2022-11-23T01:37:42.3481420Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu PASSED [ 19%] 2022-11-23T01:37:42.3481520Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu PASSED [ 19%] 2022-11-23T01:37:42.3481610Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu PASSED [ 19%] 2022-11-23T01:37:42.3481710Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu PASSED [ 19%] 2022-11-23T01:37:42.3481810Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu PASSED [ 19%] 2022-11-23T01:37:42.3481940Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu PASSED [ 19%] 2022-11-23T01:37:42.3482050Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu PASSED [ 19%] 2022-11-23T01:37:42.3482150Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu PASSED [ 19%] 2022-11-23T01:37:42.3482250Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu PASSED [ 19%] 2022-11-23T01:37:42.3482340Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu PASSED [ 19%] 2022-11-23T01:37:42.3482440Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu PASSED [ 19%] 2022-11-23T01:37:42.3482550Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu PASSED [ 19%] 2022-11-23T01:37:42.3482660Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu PASSED [ 19%] 2022-11-23T01:37:42.3482770Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu PASSED [ 19%] 2022-11-23T01:37:42.3486500Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu PASSED [ 19%] 2022-11-23T01:37:42.3486620Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_group_norm_cpu PASSED [ 19%] 2022-11-23T01:37:42.3486740Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu PASSED [ 19%] 2022-11-23T01:37:42.3486850Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu PASSED [ 19%] 2022-11-23T01:37:42.3487030Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu PASSED [ 19%] 2022-11-23T01:37:42.3487150Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 19%] 2022-11-23T01:37:42.3487270Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu PASSED [ 19%] 2022-11-23T01:37:42.3487380Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_nll_loss_cpu PASSED [ 19%] 2022-11-23T01:37:42.3487500Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu PASSED [ 19%] 2022-11-23T01:37:42.3487620Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu PASSED [ 19%] 2022-11-23T01:37:42.3487730Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu PASSED [ 19%] 2022-11-23T01:37:42.3487840Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu PASSED [ 19%] 2022-11-23T01:37:42.3487970Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_triplet_margin_loss_cpu PASSED [ 19%] 2022-11-23T01:37:42.3488070Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu PASSED [ 19%] 2022-11-23T01:37:42.3488170Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu PASSED [ 19%] 2022-11-23T01:37:42.3488270Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu PASSED [ 19%] 2022-11-23T01:37:42.3488370Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu PASSED [ 19%] 2022-11-23T01:37:42.3488470Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu PASSED [ 19%] 2022-11-23T01:37:42.3488560Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu PASSED [ 19%] 2022-11-23T01:37:42.3488660Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu PASSED [ 19%] 2022-11-23T01:37:42.3488750Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu PASSED [ 19%] 2022-11-23T01:37:42.3488850Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu PASSED [ 19%] 2022-11-23T01:37:42.3488950Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu PASSED [ 19%] 2022-11-23T01:37:42.3489040Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu PASSED [ 19%] 2022-11-23T01:37:42.3489140Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu PASSED [ 19%] 2022-11-23T01:37:42.3489230Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu PASSED [ 19%] 2022-11-23T01:37:42.3489350Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu PASSED [ 19%] 2022-11-23T01:37:42.3489460Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_with_dtype_cpu PASSED [ 19%] 2022-11-23T01:37:42.3489570Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu PASSED [ 19%] 2022-11-23T01:37:42.3489680Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_entr_cpu PASSED [ 19%] 2022-11-23T01:37:42.3489790Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu PASSED [ 19%] 2022-11-23T01:37:42.3489910Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 19%] 2022-11-23T01:37:42.3490030Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_spherical_bessel_j0_cpu PASSED [ 19%] 2022-11-23T01:37:42.3490140Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu PASSED [ 19%] 2022-11-23T01:37:42.3490240Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu PASSED [ 19%] 2022-11-23T01:37:42.3490340Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu PASSED [ 19%] 2022-11-23T01:37:42.3490430Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu PASSED [ 19%] 2022-11-23T01:37:42.3490530Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu PASSED [ 19%] 2022-11-23T01:37:42.3490630Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu PASSED [ 19%] 2022-11-23T01:37:42.3490790Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu PASSED [ 19%] 2022-11-23T01:37:42.3490900Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu PASSED [ 19%] 2022-11-23T01:37:42.3490990Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu PASSED [ 19%] 2022-11-23T01:37:42.3491090Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_cpu PASSED [ 19%] 2022-11-23T01:37:42.3491190Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu PASSED [ 19%] 2022-11-23T01:37:42.3491280Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu PASSED [ 19%] 2022-11-23T01:37:42.3491380Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu PASSED [ 19%] 2022-11-23T01:37:42.3491470Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu PASSED [ 19%] 2022-11-23T01:37:42.3491570Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu PASSED [ 19%] 2022-11-23T01:37:42.3491660Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu PASSED [ 19%] 2022-11-23T01:37:42.3491760Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu PASSED [ 19%] 2022-11-23T01:37:42.3491860Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu PASSED [ 19%] 2022-11-23T01:37:42.3491950Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu PASSED [ 19%] 2022-11-23T01:37:42.3492050Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu PASSED [ 19%] 2022-11-23T01:37:42.3492140Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu PASSED [ 19%] 2022-11-23T01:37:42.3492240Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu PASSED [ 19%] 2022-11-23T01:37:42.3492330Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu PASSED [ 19%] 2022-11-23T01:37:42.3492420Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu XFAIL [ 19%] 2022-11-23T01:37:42.3492520Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu PASSED [ 19%] 2022-11-23T01:37:42.3492610Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu PASSED [ 19%] 2022-11-23T01:37:42.3492710Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu PASSED [ 19%] 2022-11-23T01:37:42.3492810Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu PASSED [ 19%] 2022-11-23T01:37:42.3492910Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu PASSED [ 19%] 2022-11-23T01:37:42.3493000Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu PASSED [ 19%] 2022-11-23T01:37:42.3493130Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu XFAIL [ 19%] 2022-11-23T01:37:42.3493230Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu PASSED [ 19%] 2022-11-23T01:37:42.3493330Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu PASSED [ 19%] 2022-11-23T01:37:42.3493420Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu PASSED [ 19%] 2022-11-23T01:37:42.3493520Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu PASSED [ 19%] 2022-11-23T01:37:42.3493620Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu PASSED [ 19%] 2022-11-23T01:37:42.3493710Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu PASSED [ 19%] 2022-11-23T01:37:42.3493810Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu PASSED [ 19%] 2022-11-23T01:37:42.3493900Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494000Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494090Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494190Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494280Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494380Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494490Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494590Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494690Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494790Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494880Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu PASSED [ 19%] 2022-11-23T01:37:42.3494980Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu PASSED [ 19%] 2022-11-23T01:37:42.3495070Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu PASSED [ 19%] 2022-11-23T01:37:42.3495160Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu PASSED [ 19%] 2022-11-23T01:37:42.3495260Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu PASSED [ 19%] 2022-11-23T01:37:42.3495350Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu PASSED [ 19%] 2022-11-23T01:37:42.3495460Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu PASSED [ 19%] 2022-11-23T01:37:42.3495560Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu PASSED [ 19%] 2022-11-23T01:37:42.3495650Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_copy_cpu PASSED [ 19%] 2022-11-23T01:37:42.3495750Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu PASSED [ 19%] 2022-11-23T01:37:42.3495850Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu PASSED [ 19%] 2022-11-23T01:37:42.3495960Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu PASSED [ 19%] 2022-11-23T01:37:42.3496050Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu PASSED [ 19%] 2022-11-23T01:37:42.3496150Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu PASSED [ 19%] 2022-11-23T01:37:42.3496280Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-11-23T01:37:42.3496380Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu PASSED [ 19%] 2022-11-23T01:37:42.3496470Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu PASSED [ 19%] 2022-11-23T01:37:42.3496560Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu PASSED [ 19%] 2022-11-23T01:37:42.3496660Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu PASSED [ 19%] 2022-11-23T01:37:42.3496750Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu XFAIL [ 19%] 2022-11-23T01:37:42.3496860Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu PASSED [ 19%] 2022-11-23T01:37:42.3496960Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu PASSED [ 19%] 2022-11-23T01:37:42.3497050Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu PASSED [ 19%] 2022-11-23T01:37:42.3497150Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu PASSED [ 19%] 2022-11-23T01:37:42.3497240Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu PASSED [ 19%] 2022-11-23T01:37:42.3497340Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu XFAIL [ 19%] 2022-11-23T01:37:42.3497430Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu PASSED [ 19%] 2022-11-23T01:37:42.3497530Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu PASSED [ 19%] 2022-11-23T01:37:42.3497620Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu PASSED [ 19%] 2022-11-23T01:37:42.3497720Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu PASSED [ 19%] 2022-11-23T01:37:42.3497810Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu PASSED [ 19%] 2022-11-23T01:37:42.3497900Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu PASSED [ 19%] 2022-11-23T01:37:42.3498000Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu PASSED [ 19%] 2022-11-23T01:37:42.3498110Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu PASSED [ 19%] 2022-11-23T01:37:42.3498200Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu PASSED [ 19%] 2022-11-23T01:37:42.3498300Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu PASSED [ 19%] 2022-11-23T01:37:42.3498390Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu PASSED [ 19%] 2022-11-23T01:37:42.3498480Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu PASSED [ 20%] 2022-11-23T01:37:42.3498580Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu PASSED [ 20%] 2022-11-23T01:37:42.3498670Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu PASSED [ 20%] 2022-11-23T01:37:42.3498770Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu PASSED [ 20%] 2022-11-23T01:37:42.3498860Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu PASSED [ 20%] 2022-11-23T01:37:42.3498960Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu PASSED [ 20%] 2022-11-23T01:37:42.3499050Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu PASSED [ 20%] 2022-11-23T01:37:42.3499150Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu PASSED [ 20%] 2022-11-23T01:37:42.3499240Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu PASSED [ 20%] 2022-11-23T01:37:42.3499330Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu PASSED [ 20%] 2022-11-23T01:37:42.3499430Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu PASSED [ 20%] 2022-11-23T01:37:42.3499530Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu PASSED [ 20%] 2022-11-23T01:37:42.3499620Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu PASSED [ 20%] 2022-11-23T01:37:42.3499710Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu PASSED [ 20%] 2022-11-23T01:37:42.3499810Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu PASSED [ 20%] 2022-11-23T01:37:42.3499900Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu PASSED [ 20%] 2022-11-23T01:37:42.3500040Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:37:42.3500160Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:37:42.3500300Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:37:42.3500450Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu PASSED [ 20%] 2022-11-23T01:37:42.3500540Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu PASSED [ 20%] 2022-11-23T01:37:42.3500640Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu PASSED [ 20%] 2022-11-23T01:37:42.3500740Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu PASSED [ 20%] 2022-11-23T01:37:42.3500830Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu PASSED [ 20%] 2022-11-23T01:37:42.3500930Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu PASSED [ 20%] 2022-11-23T01:37:42.3501050Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu PASSED [ 20%] 2022-11-23T01:37:42.3501140Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu PASSED [ 20%] 2022-11-23T01:37:42.3501250Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu PASSED [ 20%] 2022-11-23T01:37:42.3501350Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu PASSED [ 20%] 2022-11-23T01:37:42.3501450Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu PASSED [ 20%] 2022-11-23T01:37:42.3501560Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu PASSED [ 20%] 2022-11-23T01:37:42.3501670Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu PASSED [ 20%] 2022-11-23T01:37:42.3501770Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu PASSED [ 20%] 2022-11-23T01:37:42.3501910Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu PASSED [ 20%] 2022-11-23T01:37:42.3502070Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 20%] 2022-11-23T01:37:42.3502170Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu PASSED [ 20%] 2022-11-23T01:37:42.3502270Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu PASSED [ 20%] 2022-11-23T01:37:42.3502370Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu PASSED [ 20%] 2022-11-23T01:37:42.3502460Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu PASSED [ 20%] 2022-11-23T01:37:42.3502570Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu PASSED [ 20%] 2022-11-23T01:37:42.3502670Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu PASSED [ 20%] 2022-11-23T01:37:42.3502770Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu PASSED [ 20%] 2022-11-23T01:37:42.3502870Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu XFAIL [ 20%] 2022-11-23T01:37:42.3502970Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu PASSED [ 20%] 2022-11-23T01:37:42.3503080Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_with_dtype_cpu PASSED [ 20%] 2022-11-23T01:37:42.3503170Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu PASSED [ 20%] 2022-11-23T01:37:42.3503270Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu PASSED [ 20%] 2022-11-23T01:37:42.3503360Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu XFAIL [ 20%] 2022-11-23T01:37:42.3503460Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu PASSED [ 20%] 2022-11-23T01:37:42.3503550Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu PASSED [ 20%] 2022-11-23T01:37:42.3503650Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu PASSED [ 20%] 2022-11-23T01:37:42.3503740Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu PASSED [ 20%] 2022-11-23T01:37:42.3503830Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu PASSED [ 20%] 2022-11-23T01:37:42.3503930Z test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu PASSED [ 20%] 2022-11-23T01:37:42.3504030Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu PASSED [ 20%] 2022-11-23T01:37:42.3504120Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu PASSED [ 20%] 2022-11-23T01:37:42.3504240Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu PASSED [ 20%] 2022-11-23T01:37:42.3504340Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu PASSED [ 20%] 2022-11-23T01:37:42.3504450Z test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu PASSED [ 20%] 2022-11-23T01:37:42.3504540Z test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu PASSED [ 20%] 2022-11-23T01:37:42.3504640Z test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu PASSED [ 20%] 2022-11-23T01:37:42.3504740Z test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu PASSED [ 20%] 2022-11-23T01:37:42.3504840Z test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu PASSED [ 20%] 2022-11-23T01:37:42.3504940Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu PASSED [ 20%] 2022-11-23T01:37:42.3505030Z test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu PASSED [ 20%] 2022-11-23T01:37:42.3505130Z test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu PASSED [ 20%] 2022-11-23T01:37:42.3505220Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu PASSED [ 20%] 2022-11-23T01:37:42.3505320Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu PASSED [ 20%] 2022-11-23T01:37:42.3505440Z test_ops.py::TestCommonCPU::test_out_warning_max_pool2d_with_indices_backward_cpu XFAIL [ 20%] 2022-11-23T01:37:42.3505570Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu PASSED [ 20%] 2022-11-23T01:37:42.3505670Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu PASSED [ 20%] 2022-11-23T01:37:42.3505760Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu PASSED [ 20%] 2022-11-23T01:37:42.3505860Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu PASSED [ 20%] 2022-11-23T01:37:42.3505970Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu PASSED [ 20%] 2022-11-23T01:37:42.3506090Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu PASSED [ 20%] 2022-11-23T01:37:42.3506190Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu PASSED [ 20%] 2022-11-23T01:37:42.3506300Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu PASSED [ 20%] 2022-11-23T01:37:42.3506400Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu PASSED [ 20%] 2022-11-23T01:37:42.3506500Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu PASSED [ 20%] 2022-11-23T01:37:42.3506590Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu XFAIL [ 20%] 2022-11-23T01:37:42.3506690Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu PASSED [ 20%] 2022-11-23T01:37:42.3506780Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu PASSED [ 20%] 2022-11-23T01:37:42.3506870Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu PASSED [ 20%] 2022-11-23T01:37:42.3506990Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu PASSED [ 20%] 2022-11-23T01:37:42.3507100Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu PASSED [ 20%] 2022-11-23T01:37:42.3507200Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu PASSED [ 20%] 2022-11-23T01:37:42.3507300Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu PASSED [ 20%] 2022-11-23T01:37:42.3507400Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu PASSED [ 20%] 2022-11-23T01:37:42.3507490Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu PASSED [ 20%] 2022-11-23T01:37:42.3507590Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu PASSED [ 20%] 2022-11-23T01:37:42.3507690Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu PASSED [ 20%] 2022-11-23T01:37:42.3507780Z test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu XFAIL [ 20%] 2022-11-23T01:37:42.3507900Z test_ops.py::TestCommonCPU::test_out_warning_native_dropout_backward_cpu PASSED [ 20%] 2022-11-23T01:37:42.3508010Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu PASSED [ 20%] 2022-11-23T01:37:42.3508110Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu PASSED [ 20%] 2022-11-23T01:37:42.3508200Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu PASSED [ 20%] 2022-11-23T01:37:42.3508330Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu PASSED [ 20%] 2022-11-23T01:37:42.3508460Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3508580Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3508700Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3508810Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3508930Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3509050Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_alpha_dropout_cpu PASSED [ 20%] 2022-11-23T01:37:42.3509160Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3509300Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-11-23T01:37:42.3509440Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu PASSED [ 20%] 2022-11-23T01:37:42.3509550Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu PASSED [ 20%] 2022-11-23T01:37:42.3509660Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3509780Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3509900Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu PASSED [ 20%] 2022-11-23T01:37:42.3510020Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu PASSED [ 20%] 2022-11-23T01:37:42.3510130Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3510240Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu PASSED [ 20%] 2022-11-23T01:37:42.3510350Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu PASSED [ 20%] 2022-11-23T01:37:42.3510460Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu PASSED [ 20%] 2022-11-23T01:37:42.3510570Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu PASSED [ 20%] 2022-11-23T01:37:42.3510710Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 20%] 2022-11-23T01:37:42.3510830Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3510950Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu PASSED [ 20%] 2022-11-23T01:37:42.3511050Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu PASSED [ 20%] 2022-11-23T01:37:42.3511160Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu PASSED [ 20%] 2022-11-23T01:37:42.3514820Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu PASSED [ 20%] 2022-11-23T01:37:42.3514940Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu PASSED [ 20%] 2022-11-23T01:37:42.3515060Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu PASSED [ 20%] 2022-11-23T01:37:42.3515170Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu PASSED [ 20%] 2022-11-23T01:37:42.3515280Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu PASSED [ 20%] 2022-11-23T01:37:42.3515400Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu PASSED [ 20%] 2022-11-23T01:37:42.3515570Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu PASSED [ 20%] 2022-11-23T01:37:42.3515690Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu PASSED [ 20%] 2022-11-23T01:37:42.3515820Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu PASSED [ 20%] 2022-11-23T01:37:42.3515930Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu PASSED [ 20%] 2022-11-23T01:37:42.3516040Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu PASSED [ 20%] 2022-11-23T01:37:42.3516140Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu PASSED [ 20%] 2022-11-23T01:37:42.3516260Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu PASSED [ 20%] 2022-11-23T01:37:42.3516370Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3516480Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3516600Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3516710Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3516820Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu PASSED [ 20%] 2022-11-23T01:37:42.3516940Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu PASSED [ 20%] 2022-11-23T01:37:42.3517050Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu PASSED [ 20%] 2022-11-23T01:37:42.3517170Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu PASSED [ 20%] 2022-11-23T01:37:42.3517280Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu PASSED [ 20%] 2022-11-23T01:37:42.3517390Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu PASSED [ 20%] 2022-11-23T01:37:42.3517510Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu PASSED [ 20%] 2022-11-23T01:37:42.3517620Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu PASSED [ 20%] 2022-11-23T01:37:42.3517740Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu PASSED [ 20%] 2022-11-23T01:37:42.3517850Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu PASSED [ 20%] 2022-11-23T01:37:42.3517960Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu PASSED [ 20%] 2022-11-23T01:37:42.3518070Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu PASSED [ 20%] 2022-11-23T01:37:42.3518180Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu PASSED [ 21%] 2022-11-23T01:37:42.3518290Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu PASSED [ 21%] 2022-11-23T01:37:42.3518410Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu PASSED [ 21%] 2022-11-23T01:37:42.3518520Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu PASSED [ 21%] 2022-11-23T01:37:42.3518630Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu PASSED [ 21%] 2022-11-23T01:37:42.3518770Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 21%] 2022-11-23T01:37:42.3518880Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu PASSED [ 21%] 2022-11-23T01:37:42.3518990Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu PASSED [ 21%] 2022-11-23T01:37:42.3519110Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu PASSED [ 21%] 2022-11-23T01:37:42.3519210Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu XFAIL [ 21%] 2022-11-23T01:37:42.3519310Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu PASSED [ 21%] 2022-11-23T01:37:42.3519440Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu PASSED [ 21%] 2022-11-23T01:37:42.3519540Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu PASSED [ 21%] 2022-11-23T01:37:42.3519640Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu PASSED [ 21%] 2022-11-23T01:37:42.3519730Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu XFAIL [ 21%] 2022-11-23T01:37:42.3519840Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu PASSED [ 21%] 2022-11-23T01:37:42.3519940Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu PASSED [ 21%] 2022-11-23T01:37:42.3520050Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu PASSED [ 21%] 2022-11-23T01:37:42.3520150Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu PASSED [ 21%] 2022-11-23T01:37:42.3520250Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu PASSED [ 21%] 2022-11-23T01:37:42.3520340Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu PASSED [ 21%] 2022-11-23T01:37:42.3520440Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu PASSED [ 21%] 2022-11-23T01:37:42.3520560Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:37:42.3520690Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:37:42.3520840Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:37:42.3520940Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu PASSED [ 21%] 2022-11-23T01:37:42.3521030Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu PASSED [ 21%] 2022-11-23T01:37:42.3521130Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu PASSED [ 21%] 2022-11-23T01:37:42.3521220Z test_ops.py::TestCommonCPU::test_out_warning_randint_cpu XFAIL [ 21%] 2022-11-23T01:37:42.3521320Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu PASSED [ 21%] 2022-11-23T01:37:42.3521410Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu XFAIL [ 21%] 2022-11-23T01:37:42.3521510Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu PASSED [ 21%] 2022-11-23T01:37:42.3521600Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu PASSED [ 21%] 2022-11-23T01:37:42.3521700Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu PASSED [ 21%] 2022-11-23T01:37:42.3521800Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu PASSED [ 21%] 2022-11-23T01:37:42.3521900Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu PASSED [ 21%] 2022-11-23T01:37:42.3522000Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu PASSED [ 21%] 2022-11-23T01:37:42.3522100Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu PASSED [ 21%] 2022-11-23T01:37:42.3522190Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu PASSED [ 21%] 2022-11-23T01:37:42.3522290Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu PASSED [ 21%] 2022-11-23T01:37:42.3522380Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu PASSED [ 21%] 2022-11-23T01:37:42.3522470Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu PASSED [ 21%] 2022-11-23T01:37:42.3522590Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:37:42.3522710Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:37:42.3522800Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu PASSED [ 21%] 2022-11-23T01:37:42.3522910Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu PASSED [ 21%] 2022-11-23T01:37:42.3523020Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu PASSED [ 21%] 2022-11-23T01:37:42.3523120Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu PASSED [ 21%] 2022-11-23T01:37:42.3523250Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu PASSED [ 21%] 2022-11-23T01:37:42.3523350Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu PASSED [ 21%] 2022-11-23T01:37:42.3523450Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu PASSED [ 21%] 2022-11-23T01:37:42.3523550Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu PASSED [ 21%] 2022-11-23T01:37:42.3523640Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu PASSED [ 21%] 2022-11-23T01:37:42.3523730Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu PASSED [ 21%] 2022-11-23T01:37:42.3523830Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu PASSED [ 21%] 2022-11-23T01:37:42.3523930Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu PASSED [ 21%] 2022-11-23T01:37:42.3524050Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu SKIPPED (Skipped!) [ 21%] 2022-11-23T01:37:42.3524160Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu PASSED [ 21%] 2022-11-23T01:37:42.3524270Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu PASSED [ 21%] 2022-11-23T01:37:42.3524380Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu PASSED [ 21%] 2022-11-23T01:37:42.3524500Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu PASSED [ 21%] 2022-11-23T01:37:42.3524760Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:37:42.3524860Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu PASSED [ 21%] 2022-11-23T01:37:42.3524980Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu PASSED [ 21%] 2022-11-23T01:37:42.3525100Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu PASSED [ 21%] 2022-11-23T01:37:42.3525200Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu PASSED [ 21%] 2022-11-23T01:37:42.3525290Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu PASSED [ 21%] 2022-11-23T01:37:42.3525390Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu PASSED [ 21%] 2022-11-23T01:37:42.3525510Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu PASSED [ 21%] 2022-11-23T01:37:42.3525740Z test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:37:42.3525850Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu PASSED [ 21%] 2022-11-23T01:37:42.3525970Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu PASSED [ 21%] 2022-11-23T01:37:42.3526210Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:37:42.3526430Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 21%] 2022-11-23T01:37:42.3526550Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu PASSED [ 21%] 2022-11-23T01:37:42.3526650Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu PASSED [ 21%] 2022-11-23T01:37:42.3526750Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu PASSED [ 21%] 2022-11-23T01:37:42.3526850Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu PASSED [ 21%] 2022-11-23T01:37:42.3526950Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu PASSED [ 21%] 2022-11-23T01:37:42.3527040Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu PASSED [ 21%] 2022-11-23T01:37:42.3527140Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu PASSED [ 21%] 2022-11-23T01:37:42.3527280Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu PASSED [ 21%] 2022-11-23T01:37:42.3527380Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu PASSED [ 21%] 2022-11-23T01:37:42.3527470Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu PASSED [ 21%] 2022-11-23T01:37:42.3527570Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu PASSED [ 21%] 2022-11-23T01:37:42.3527660Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu PASSED [ 21%] 2022-11-23T01:37:42.3527760Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu PASSED [ 21%] 2022-11-23T01:37:42.3527860Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu PASSED [ 21%] 2022-11-23T01:37:42.3527950Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu PASSED [ 21%] 2022-11-23T01:37:42.3528050Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu PASSED [ 21%] 2022-11-23T01:37:42.3528150Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu PASSED [ 21%] 2022-11-23T01:37:42.3528240Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu PASSED [ 21%] 2022-11-23T01:37:42.3528340Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu PASSED [ 21%] 2022-11-23T01:37:42.3528430Z test_ops.py::TestCommonCPU::test_out_warning_unfold_copy_cpu XFAIL [ 21%] 2022-11-23T01:37:42.3528530Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu PASSED [ 21%] 2022-11-23T01:37:42.3528640Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu PASSED [ 21%] 2022-11-23T01:37:42.3528740Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu PASSED [ 21%] 2022-11-23T01:37:42.3528830Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu PASSED [ 21%] 2022-11-23T01:37:42.3528930Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu PASSED [ 21%] 2022-11-23T01:37:42.3529030Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu PASSED [ 21%] 2022-11-23T01:37:42.3529120Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu PASSED [ 21%] 2022-11-23T01:37:42.3529220Z test_ops.py::TestCommonCPU::test_out_warning_view_copy_cpu XFAIL [ 21%] 2022-11-23T01:37:42.3529310Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu PASSED [ 21%] 2022-11-23T01:37:42.3529410Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu PASSED [ 21%] 2022-11-23T01:37:42.3529500Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu PASSED [ 21%] 2022-11-23T01:37:42.3529600Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu PASSED [ 21%] 2022-11-23T01:37:42.3529690Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 PASSED [ 21%] 2022-11-23T01:37:42.3529790Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 PASSED [ 21%] 2022-11-23T01:37:42.3529880Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 PASSED [ 21%] 2022-11-23T01:37:42.3529970Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 PASSED [ 21%] 2022-11-23T01:37:42.3530070Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_bool PASSED [ 21%] 2022-11-23T01:37:42.3530180Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex128 PASSED [ 21%] 2022-11-23T01:37:42.3530280Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_complex32 PASSED [ 21%] 2022-11-23T01:37:42.3530370Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float16 PASSED [ 21%] 2022-11-23T01:37:42.3530470Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float32 PASSED [ 21%] 2022-11-23T01:37:42.3530570Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_float64 PASSED [ 21%] 2022-11-23T01:37:42.3530660Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int16 PASSED [ 21%] 2022-11-23T01:37:42.3530760Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int32 PASSED [ 21%] 2022-11-23T01:37:42.3530850Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int64 PASSED [ 21%] 2022-11-23T01:37:42.3530970Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_int8 PASSED [ 21%] 2022-11-23T01:37:42.3531060Z test_ops.py::TestCommonCPU::test_python_ref__refs_T_cpu_uint8 PASSED [ 21%] 2022-11-23T01:37:42.3531190Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:37:42.3531310Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex128 PASSED [ 21%] 2022-11-23T01:37:42.3531430Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_complex64 PASSED [ 21%] 2022-11-23T01:37:42.3531550Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_float64 PASSED [ 21%] 2022-11-23T01:37:42.3531670Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int16 PASSED [ 21%] 2022-11-23T01:37:42.3531780Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bfloat16_cpu_int64 PASSED [ 21%] 2022-11-23T01:37:42.3531900Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:37:42.3532020Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_complex32 PASSED [ 21%] 2022-11-23T01:37:42.3532130Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float16 PASSED [ 21%] 2022-11-23T01:37:42.3532250Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_float64 PASSED [ 21%] 2022-11-23T01:37:42.3532380Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int16 PASSED [ 21%] 2022-11-23T01:37:42.3532490Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int32 PASSED [ 21%] 2022-11-23T01:37:42.3532590Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int64 PASSED [ 21%] 2022-11-23T01:37:42.3532710Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_int8 PASSED [ 21%] 2022-11-23T01:37:42.3532820Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_bool_cpu_uint8 PASSED [ 21%] 2022-11-23T01:37:42.3532930Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:37:42.3533050Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_complex64 PASSED [ 21%] 2022-11-23T01:37:42.3533160Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float16 PASSED [ 21%] 2022-11-23T01:37:42.3533270Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_float64 PASSED [ 21%] 2022-11-23T01:37:42.3533380Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int16 PASSED [ 21%] 2022-11-23T01:37:42.3533490Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int32 PASSED [ 21%] 2022-11-23T01:37:42.3533600Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int64 PASSED [ 21%] 2022-11-23T01:37:42.3533710Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_byte_cpu_int8 PASSED [ 21%] 2022-11-23T01:37:42.3533830Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_bfloat16 PASSED [ 21%] 2022-11-23T01:37:42.3533950Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex128 PASSED [ 21%] 2022-11-23T01:37:42.3534070Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_complex32 PASSED [ 21%] 2022-11-23T01:37:42.3534190Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_float32 PASSED [ 21%] 2022-11-23T01:37:42.3534310Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_int64 PASSED [ 21%] 2022-11-23T01:37:42.3534420Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cdouble_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3534540Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_bool PASSED [ 22%] 2022-11-23T01:37:42.3534660Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3534800Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex32 PASSED [ 22%] 2022-11-23T01:37:42.3534920Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3535040Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3535150Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3535260Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3535380Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_int8 PASSED [ 22%] 2022-11-23T01:37:42.3535490Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_cfloat_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3535600Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3535720Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3535830Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3535950Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3536060Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_chalf_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3536200Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3536320Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3536440Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex32 PASSED [ 22%] 2022-11-23T01:37:42.3536550Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3536670Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_char_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3536780Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_complex_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3536900Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3537020Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_bool PASSED [ 22%] 2022-11-23T01:37:42.3537130Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3537240Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int16 PASSED [ 22%] 2022-11-23T01:37:42.3537350Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int64 PASSED [ 22%] 2022-11-23T01:37:42.3537470Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_double_cpu_int8 PASSED [ 22%] 2022-11-23T01:37:42.3537580Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3537690Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_bool PASSED [ 22%] 2022-11-23T01:37:42.3537810Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3537920Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex32 PASSED [ 22%] 2022-11-23T01:37:42.3538040Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3538160Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3538270Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3538390Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3538500Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int64 PASSED [ 22%] 2022-11-23T01:37:42.3538630Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_int8 PASSED [ 22%] 2022-11-23T01:37:42.3538740Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_float_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3538850Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3538970Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_half_cpu_int16 PASSED [ 22%] 2022-11-23T01:37:42.3539080Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3539190Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3539300Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3539420Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3539530Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3539640Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_int_cpu_int16 PASSED [ 22%] 2022-11-23T01:37:42.3539750Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_bool PASSED [ 22%] 2022-11-23T01:37:42.3539870Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3540000Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3540110Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int16 PASSED [ 22%] 2022-11-23T01:37:42.3540220Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3540330Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_long_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3540450Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3540570Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3540680Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3540790Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3540910Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3541020Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int16 PASSED [ 22%] 2022-11-23T01:37:42.3541130Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3544790Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int64 PASSED [ 22%] 2022-11-23T01:37:42.3544910Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_int8 PASSED [ 22%] 2022-11-23T01:37:42.3545020Z test_ops.py::TestCommonCPU::test_python_ref__refs__conversions_short_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3545130Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3545230Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3545340Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 PASSED [ 22%] 2022-11-23T01:37:42.3545450Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3545550Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3545660Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3545760Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3545860Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 PASSED [ 22%] 2022-11-23T01:37:42.3546020Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3546130Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3546230Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool PASSED [ 22%] 2022-11-23T01:37:42.3546340Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3546440Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 PASSED [ 22%] 2022-11-23T01:37:42.3546550Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3546650Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 PASSED [ 22%] 2022-11-23T01:37:42.3546750Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3546850Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3546950Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3547050Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 PASSED [ 22%] 2022-11-23T01:37:42.3547150Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3547260Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3547370Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3547500Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3547610Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3547720Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3547820Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3547930Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcmul_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3548030Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 XFAIL [ 22%] 2022-11-23T01:37:42.3548130Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool XFAIL [ 22%] 2022-11-23T01:37:42.3548240Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 XFAIL [ 22%] 2022-11-23T01:37:42.3548340Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 XFAIL [ 22%] 2022-11-23T01:37:42.3548440Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 XFAIL [ 22%] 2022-11-23T01:37:42.3548540Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 XFAIL [ 22%] 2022-11-23T01:37:42.3548640Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 XFAIL [ 22%] 2022-11-23T01:37:42.3548740Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 XFAIL [ 22%] 2022-11-23T01:37:42.3548840Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 XFAIL [ 22%] 2022-11-23T01:37:42.3548930Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 XFAIL [ 22%] 2022-11-23T01:37:42.3549040Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3549150Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3549250Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3549350Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3549460Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3549570Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3549680Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3549780Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3549910Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3550010Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool PASSED [ 22%] 2022-11-23T01:37:42.3550110Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3550220Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 PASSED [ 22%] 2022-11-23T01:37:42.3550320Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 PASSED [ 22%] 2022-11-23T01:37:42.3550420Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool PASSED [ 22%] 2022-11-23T01:37:42.3550520Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3550620Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3550720Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 PASSED [ 22%] 2022-11-23T01:37:42.3550810Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3550920Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3551020Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3551120Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 PASSED [ 22%] 2022-11-23T01:37:42.3551210Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3551360Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 PASSED [ 22%] 2022-11-23T01:37:42.3551460Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3551570Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3551670Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 PASSED [ 22%] 2022-11-23T01:37:42.3551770Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3551880Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3551990Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool PASSED [ 22%] 2022-11-23T01:37:42.3552100Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 PASSED [ 22%] 2022-11-23T01:37:42.3552210Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3552310Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 PASSED [ 22%] 2022-11-23T01:37:42.3552420Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3552530Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3552630Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:42.3552730Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 PASSED [ 22%] 2022-11-23T01:37:42.3552840Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3552950Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 PASSED [ 22%] 2022-11-23T01:37:42.3553050Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3553150Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3553260Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 PASSED [ 22%] 2022-11-23T01:37:42.3553360Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 PASSED [ 22%] 2022-11-23T01:37:42.3553460Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3553560Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 PASSED [ 22%] 2022-11-23T01:37:42.3553660Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3553780Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 PASSED [ 22%] 2022-11-23T01:37:42.3553880Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 PASSED [ 22%] 2022-11-23T01:37:42.3553990Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 PASSED [ 22%] 2022-11-23T01:37:42.3554080Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool PASSED [ 22%] 2022-11-23T01:37:42.3554190Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 PASSED [ 22%] 2022-11-23T01:37:42.3554290Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 PASSED [ 22%] 2022-11-23T01:37:42.3554380Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3554480Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool PASSED [ 23%] 2022-11-23T01:37:42.3554590Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3554680Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3554780Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3554900Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 PASSED [ 23%] 2022-11-23T01:37:42.3555010Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3555110Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3555250Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3555370Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 PASSED [ 23%] 2022-11-23T01:37:42.3555480Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3555580Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3555690Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3555790Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3555900Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool PASSED [ 23%] 2022-11-23T01:37:42.3556010Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 PASSED [ 23%] 2022-11-23T01:37:42.3556130Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 PASSED [ 23%] 2022-11-23T01:37:42.3556230Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3556340Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3556440Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3556550Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 PASSED [ 23%] 2022-11-23T01:37:42.3556660Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3556770Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 PASSED [ 23%] 2022-11-23T01:37:42.3556880Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3556990Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3557100Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool PASSED [ 23%] 2022-11-23T01:37:42.3557200Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3557320Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3557430Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_right_shift_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3557540Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3557660Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3557770Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 PASSED [ 23%] 2022-11-23T01:37:42.3557880Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3557990Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3558110Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3558220Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3558330Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 PASSED [ 23%] 2022-11-23T01:37:42.3558440Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3558550Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3558660Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool PASSED [ 23%] 2022-11-23T01:37:42.3558780Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 PASSED [ 23%] 2022-11-23T01:37:42.3558890Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3559020Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3559130Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3559240Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3559350Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3559450Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3559560Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 PASSED [ 23%] 2022-11-23T01:37:42.3559670Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3559770Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3559880Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3559990Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3560090Z test_ops.py::TestCommonCPU::test_python_ref__refs_bucketize_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3560200Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 PASSED [ 23%] 2022-11-23T01:37:42.3560300Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3560400Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3560510Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 PASSED [ 23%] 2022-11-23T01:37:42.3560610Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3560710Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3560820Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3560930Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 PASSED [ 23%] 2022-11-23T01:37:42.3561030Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3561130Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3561240Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3561340Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3561450Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3561570Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3561680Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3561780Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3561890Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3562000Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3562110Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 PASSED [ 23%] 2022-11-23T01:37:42.3562210Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool PASSED [ 23%] 2022-11-23T01:37:42.3562320Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3562420Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3562530Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3562630Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 PASSED [ 23%] 2022-11-23T01:37:42.3562740Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 PASSED [ 23%] 2022-11-23T01:37:42.3562840Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 PASSED [ 23%] 2022-11-23T01:37:42.3562970Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3563070Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3563180Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3563300Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 PASSED [ 23%] 2022-11-23T01:37:42.3563410Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3563520Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3563630Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3563730Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3563840Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3563950Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3564050Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool PASSED [ 23%] 2022-11-23T01:37:42.3564160Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 PASSED [ 23%] 2022-11-23T01:37:42.3564260Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3564370Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3564470Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3564570Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3564670Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 PASSED [ 23%] 2022-11-23T01:37:42.3564770Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3564880Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3565000Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3565110Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3565220Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3565330Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3565450Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3565570Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3565680Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool PASSED [ 23%] 2022-11-23T01:37:42.3565790Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 PASSED [ 23%] 2022-11-23T01:37:42.3565910Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 PASSED [ 23%] 2022-11-23T01:37:42.3566020Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3566140Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool PASSED [ 23%] 2022-11-23T01:37:42.3566250Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 PASSED [ 23%] 2022-11-23T01:37:42.3566360Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 PASSED [ 23%] 2022-11-23T01:37:42.3566460Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3566570Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3566680Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3566810Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3566910Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3567020Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3567130Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool PASSED [ 23%] 2022-11-23T01:37:42.3567240Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3567340Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 PASSED [ 23%] 2022-11-23T01:37:42.3567450Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3567560Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3567660Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3567770Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 PASSED [ 23%] 2022-11-23T01:37:42.3567870Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3567980Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3568080Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 PASSED [ 23%] 2022-11-23T01:37:42.3568180Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3568280Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3568390Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16 PASSED [ 23%] 2022-11-23T01:37:42.3568490Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64 PASSED [ 23%] 2022-11-23T01:37:42.3568590Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3568700Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3568800Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3568900Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3569010Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_complex64 PASSED [ 23%] 2022-11-23T01:37:42.3569110Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float16 PASSED [ 23%] 2022-11-23T01:37:42.3569210Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3569350Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 PASSED [ 23%] 2022-11-23T01:37:42.3569470Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 PASSED [ 23%] 2022-11-23T01:37:42.3569580Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 PASSED [ 23%] 2022-11-23T01:37:42.3569680Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 PASSED [ 23%] 2022-11-23T01:37:42.3569790Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3569890Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3570000Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 PASSED [ 23%] 2022-11-23T01:37:42.3570110Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_bool PASSED [ 23%] 2022-11-23T01:37:42.3570220Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_complex64 PASSED [ 23%] 2022-11-23T01:37:42.3573810Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int32 PASSED [ 23%] 2022-11-23T01:37:42.3573930Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int64 PASSED [ 23%] 2022-11-23T01:37:42.3574040Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_copy_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3574220Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 PASSED [ 24%] 2022-11-23T01:37:42.3574330Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 PASSED [ 24%] 2022-11-23T01:37:42.3574430Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3574540Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3574640Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3574760Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3574870Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3574980Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3575090Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_scatter_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3575200Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3575310Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3575420Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3575530Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3575650Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3575770Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3575880Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3575990Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3576100Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3576230Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 24%] 2022-11-23T01:37:42.3576340Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 PASSED [ 24%] 2022-11-23T01:37:42.3576460Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3576570Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3576710Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3576820Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3576940Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3577050Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3577160Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3577270Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3577380Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 PASSED [ 24%] 2022-11-23T01:37:42.3577480Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3577590Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3577700Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool PASSED [ 24%] 2022-11-23T01:37:42.3577800Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 PASSED [ 24%] 2022-11-23T01:37:42.3577910Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3578010Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3578140Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3578240Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3578380Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3578520Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3578670Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3578800Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3578930Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3579080Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3579210Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3579350Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3579490Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3579630Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3579770Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3579900Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3580040Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-11-23T01:37:42.3580150Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3580250Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool PASSED [ 24%] 2022-11-23T01:37:42.3580360Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 PASSED [ 24%] 2022-11-23T01:37:42.3580460Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 PASSED [ 24%] 2022-11-23T01:37:42.3580580Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3580690Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3580790Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3580890Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3580990Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool PASSED [ 24%] 2022-11-23T01:37:42.3581090Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3581190Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3581290Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3581390Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool PASSED [ 24%] 2022-11-23T01:37:42.3581500Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3581600Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3581700Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3581800Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3581900Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3582030Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3582130Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3582230Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3582330Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3582440Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3582540Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3582640Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3582740Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3582830Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3582940Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3583040Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 PASSED [ 24%] 2022-11-23T01:37:42.3583150Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 PASSED [ 24%] 2022-11-23T01:37:42.3583250Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3583350Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3583450Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3583560Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3583670Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool PASSED [ 24%] 2022-11-23T01:37:42.3583780Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 PASSED [ 24%] 2022-11-23T01:37:42.3583890Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 PASSED [ 24%] 2022-11-23T01:37:42.3584000Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3584110Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3584210Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3584320Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3584470Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3584570Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3584680Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3584780Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool PASSED [ 24%] 2022-11-23T01:37:42.3584890Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 PASSED [ 24%] 2022-11-23T01:37:42.3585000Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3585100Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3585200Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3585300Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3585410Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3585510Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 PASSED [ 24%] 2022-11-23T01:37:42.3585620Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3585720Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3585840Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3585940Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool PASSED [ 24%] 2022-11-23T01:37:42.3586040Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 PASSED [ 24%] 2022-11-23T01:37:42.3586140Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3586240Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3586340Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3586440Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3586530Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3586640Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3586740Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3586850Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3586950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool PASSED [ 24%] 2022-11-23T01:37:42.3587060Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3587170Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 PASSED [ 24%] 2022-11-23T01:37:42.3587280Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3587380Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3587490Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3587590Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3587700Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 PASSED [ 24%] 2022-11-23T01:37:42.3587810Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3587920Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3588030Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3588140Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3588250Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3588410Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool PASSED [ 24%] 2022-11-23T01:37:42.3588520Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 PASSED [ 24%] 2022-11-23T01:37:42.3588630Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 PASSED [ 24%] 2022-11-23T01:37:42.3588730Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3588840Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3588940Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3589040Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3589150Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 PASSED [ 24%] 2022-11-23T01:37:42.3589260Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 PASSED [ 24%] 2022-11-23T01:37:42.3589370Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3589470Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3589580Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3589680Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 PASSED [ 24%] 2022-11-23T01:37:42.3589820Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 PASSED [ 24%] 2022-11-23T01:37:42.3589930Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3590040Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 PASSED [ 24%] 2022-11-23T01:37:42.3590140Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 PASSED [ 24%] 2022-11-23T01:37:42.3590240Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 PASSED [ 24%] 2022-11-23T01:37:42.3590350Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 PASSED [ 24%] 2022-11-23T01:37:42.3590450Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 PASSED [ 24%] 2022-11-23T01:37:42.3590560Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 PASSED [ 24%] 2022-11-23T01:37:42.3590670Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3590790Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3590890Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3591000Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3591100Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 PASSED [ 25%] 2022-11-23T01:37:42.3591210Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3591320Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3591420Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3591520Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3591620Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3591730Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 PASSED [ 25%] 2022-11-23T01:37:42.3591840Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3591940Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3592050Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3592150Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3592320Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:37:42.3592430Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3592540Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 PASSED [ 25%] 2022-11-23T01:37:42.3592660Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 PASSED [ 25%] 2022-11-23T01:37:42.3592770Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 PASSED [ 25%] 2022-11-23T01:37:42.3592880Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3592990Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3593100Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3593210Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3593320Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3593420Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3593530Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3593650Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3593760Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3593860Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3593970Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3594080Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3594190Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3594290Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3594390Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3594500Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3594600Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3594700Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3594810Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 PASSED [ 25%] 2022-11-23T01:37:42.3594920Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3595020Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3595130Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3595230Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3595340Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 PASSED [ 25%] 2022-11-23T01:37:42.3595450Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3595560Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 PASSED [ 25%] 2022-11-23T01:37:42.3595670Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 PASSED [ 25%] 2022-11-23T01:37:42.3595780Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3595880Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3595980Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3596110Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3596210Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3596320Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3596420Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3596520Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3596630Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3596730Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3596830Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3596940Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3597040Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3597150Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3597260Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3597360Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3597480Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3597590Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3597690Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:37:42.3597790Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3597900Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3598000Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3598100Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3598210Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:37:42.3598320Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3598430Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 PASSED [ 25%] 2022-11-23T01:37:42.3598530Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3598640Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3598740Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3598850Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:37:42.3598950Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 PASSED [ 25%] 2022-11-23T01:37:42.3599060Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 PASSED [ 25%] 2022-11-23T01:37:42.3599160Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3599260Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3599360Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3599470Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 PASSED [ 25%] 2022-11-23T01:37:42.3599580Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 PASSED [ 25%] 2022-11-23T01:37:42.3599680Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 PASSED [ 25%] 2022-11-23T01:37:42.3599790Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3603460Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3603600Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3603710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3603810Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3603910Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3604020Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 PASSED [ 25%] 2022-11-23T01:37:42.3604130Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 PASSED [ 25%] 2022-11-23T01:37:42.3604230Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3604330Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3604440Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3604540Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3604640Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3604750Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3604860Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:37:42.3604990Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3605090Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3605200Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3605300Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3605410Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:37:42.3605510Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3605620Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3605730Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 PASSED [ 25%] 2022-11-23T01:37:42.3605840Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3605950Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3606050Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3606160Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3606270Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3606370Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 PASSED [ 25%] 2022-11-23T01:37:42.3606480Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3606580Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3606680Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3606780Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3606880Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3606980Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3607080Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3607180Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3607280Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3607430Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3607530Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3607630Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3607730Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3607830Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:37:42.3607920Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 PASSED [ 25%] 2022-11-23T01:37:42.3608020Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 PASSED [ 25%] 2022-11-23T01:37:42.3608110Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3608210Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3608300Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3608400Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3608510Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:37:42.3608620Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3608730Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 PASSED [ 25%] 2022-11-23T01:37:42.3608870Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3608970Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3609080Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 PASSED [ 25%] 2022-11-23T01:37:42.3609190Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3609290Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:37:42.3609390Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool PASSED [ 25%] 2022-11-23T01:37:42.3609500Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 PASSED [ 25%] 2022-11-23T01:37:42.3609610Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:42.3609710Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 PASSED [ 25%] 2022-11-23T01:37:42.3609810Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 PASSED [ 25%] 2022-11-23T01:37:42.3609920Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 PASSED [ 25%] 2022-11-23T01:37:42.3610020Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 PASSED [ 25%] 2022-11-23T01:37:42.3610130Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 PASSED [ 25%] 2022-11-23T01:37:42.3610240Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 PASSED [ 26%] 2022-11-23T01:37:42.3610340Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 PASSED [ 26%] 2022-11-23T01:37:42.3610450Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 PASSED [ 26%] 2022-11-23T01:37:42.3610550Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 PASSED [ 26%] 2022-11-23T01:37:42.3610660Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:37:42.3610760Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3610860Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 PASSED [ 26%] 2022-11-23T01:37:42.3610960Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3611060Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 PASSED [ 26%] 2022-11-23T01:37:42.3611150Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3611280Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 PASSED [ 26%] 2022-11-23T01:37:42.3611390Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 PASSED [ 26%] 2022-11-23T01:37:42.3611490Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3611600Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 PASSED [ 26%] 2022-11-23T01:37:42.3611700Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3611800Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3611910Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 PASSED [ 26%] 2022-11-23T01:37:42.3612010Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 PASSED [ 26%] 2022-11-23T01:37:42.3612120Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 XFAIL [ 26%] 2022-11-23T01:37:42.3612220Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool XFAIL [ 26%] 2022-11-23T01:37:42.3612340Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 XFAIL [ 26%] 2022-11-23T01:37:42.3612440Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 XFAIL [ 26%] 2022-11-23T01:37:42.3612550Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 XFAIL [ 26%] 2022-11-23T01:37:42.3612670Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 XFAIL [ 26%] 2022-11-23T01:37:42.3612770Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 XFAIL [ 26%] 2022-11-23T01:37:42.3612880Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 XFAIL [ 26%] 2022-11-23T01:37:42.3612990Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool XFAIL [ 26%] 2022-11-23T01:37:42.3613090Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 XFAIL [ 26%] 2022-11-23T01:37:42.3613200Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 XFAIL [ 26%] 2022-11-23T01:37:42.3613300Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 XFAIL [ 26%] 2022-11-23T01:37:42.3613410Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 XFAIL [ 26%] 2022-11-23T01:37:42.3613520Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 XFAIL [ 26%] 2022-11-23T01:37:42.3613630Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 XFAIL [ 26%] 2022-11-23T01:37:42.3613730Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 XFAIL [ 26%] 2022-11-23T01:37:42.3613830Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 XFAIL [ 26%] 2022-11-23T01:37:42.3613940Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 XFAIL [ 26%] 2022-11-23T01:37:42.3614040Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool XFAIL [ 26%] 2022-11-23T01:37:42.3614150Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 XFAIL [ 26%] 2022-11-23T01:37:42.3614270Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 XFAIL [ 26%] 2022-11-23T01:37:42.3614370Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 XFAIL [ 26%] 2022-11-23T01:37:42.3614480Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 XFAIL [ 26%] 2022-11-23T01:37:42.3614590Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 XFAIL [ 26%] 2022-11-23T01:37:42.3614700Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3614810Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 PASSED [ 26%] 2022-11-23T01:37:42.3614910Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 PASSED [ 26%] 2022-11-23T01:37:42.3615020Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 PASSED [ 26%] 2022-11-23T01:37:42.3615140Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool PASSED [ 26%] 2022-11-23T01:37:42.3615250Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 PASSED [ 26%] 2022-11-23T01:37:42.3615360Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 PASSED [ 26%] 2022-11-23T01:37:42.3615470Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 PASSED [ 26%] 2022-11-23T01:37:42.3615570Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 PASSED [ 26%] 2022-11-23T01:37:42.3615670Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3615780Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:37:42.3615880Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool PASSED [ 26%] 2022-11-23T01:37:42.3615990Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3616100Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 PASSED [ 26%] 2022-11-23T01:37:42.3616210Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 PASSED [ 26%] 2022-11-23T01:37:42.3616310Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 PASSED [ 26%] 2022-11-23T01:37:42.3616410Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 PASSED [ 26%] 2022-11-23T01:37:42.3616540Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 PASSED [ 26%] 2022-11-23T01:37:42.3616640Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 PASSED [ 26%] 2022-11-23T01:37:42.3616740Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3616850Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3616950Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 PASSED [ 26%] 2022-11-23T01:37:42.3617060Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 PASSED [ 26%] 2022-11-23T01:37:42.3617160Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 PASSED [ 26%] 2022-11-23T01:37:42.3617260Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3617360Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 PASSED [ 26%] 2022-11-23T01:37:42.3617470Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 PASSED [ 26%] 2022-11-23T01:37:42.3617580Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:37:42.3617680Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool PASSED [ 26%] 2022-11-23T01:37:42.3617790Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 PASSED [ 26%] 2022-11-23T01:37:42.3617900Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3618000Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 PASSED [ 26%] 2022-11-23T01:37:42.3618100Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 PASSED [ 26%] 2022-11-23T01:37:42.3618210Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3618310Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 PASSED [ 26%] 2022-11-23T01:37:42.3618420Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3618520Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 PASSED [ 26%] 2022-11-23T01:37:42.3618630Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 PASSED [ 26%] 2022-11-23T01:37:42.3618730Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 PASSED [ 26%] 2022-11-23T01:37:42.3618840Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3618940Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 PASSED [ 26%] 2022-11-23T01:37:42.3619050Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 PASSED [ 26%] 2022-11-23T01:37:42.3619150Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3619250Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool PASSED [ 26%] 2022-11-23T01:37:42.3619350Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 PASSED [ 26%] 2022-11-23T01:37:42.3619450Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 PASSED [ 26%] 2022-11-23T01:37:42.3619550Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3619640Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 PASSED [ 26%] 2022-11-23T01:37:42.3619740Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 PASSED [ 26%] 2022-11-23T01:37:42.3619840Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3619930Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 PASSED [ 26%] 2022-11-23T01:37:42.3620040Z test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:37:42.3620150Z test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3620250Z test_ops.py::TestCommonCPU::test_python_ref__refs_lerp_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3620370Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 PASSED [ 26%] 2022-11-23T01:37:42.3620480Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 PASSED [ 26%] 2022-11-23T01:37:42.3620580Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 PASSED [ 26%] 2022-11-23T01:37:42.3620680Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3620800Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:37:42.3620920Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3621030Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 PASSED [ 26%] 2022-11-23T01:37:42.3621150Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 PASSED [ 26%] 2022-11-23T01:37:42.3621260Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 PASSED [ 26%] 2022-11-23T01:37:42.3621370Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 PASSED [ 26%] 2022-11-23T01:37:42.3621480Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3621590Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3621710Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3621820Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 PASSED [ 26%] 2022-11-23T01:37:42.3621940Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3622050Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:37:42.3622170Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3622280Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 PASSED [ 26%] 2022-11-23T01:37:42.3622390Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 PASSED [ 26%] 2022-11-23T01:37:42.3622500Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3622600Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 XFAIL [ 26%] 2022-11-23T01:37:42.3622710Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 XFAIL [ 26%] 2022-11-23T01:37:42.3622810Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 XFAIL [ 26%] 2022-11-23T01:37:42.3622950Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3623050Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 PASSED [ 26%] 2022-11-23T01:37:42.3623160Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3623260Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 PASSED [ 26%] 2022-11-23T01:37:42.3623360Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 PASSED [ 26%] 2022-11-23T01:37:42.3623460Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 PASSED [ 26%] 2022-11-23T01:37:42.3623570Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:37:42.3623670Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool PASSED [ 26%] 2022-11-23T01:37:42.3623770Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 PASSED [ 26%] 2022-11-23T01:37:42.3623870Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3623970Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 PASSED [ 26%] 2022-11-23T01:37:42.3624070Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 PASSED [ 26%] 2022-11-23T01:37:42.3624170Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:37:42.3624310Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3624420Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 PASSED [ 26%] 2022-11-23T01:37:42.3624520Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3624620Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 PASSED [ 26%] 2022-11-23T01:37:42.3624720Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3624820Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool PASSED [ 26%] 2022-11-23T01:37:42.3624920Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3625020Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3625120Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 PASSED [ 26%] 2022-11-23T01:37:42.3625250Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 26%] 2022-11-23T01:37:42.3625370Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex128 PASSED [ 26%] 2022-11-23T01:37:42.3625490Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_complex32 PASSED [ 26%] 2022-11-23T01:37:42.3625610Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_float64 PASSED [ 26%] 2022-11-23T01:37:42.3625730Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int16 PASSED [ 26%] 2022-11-23T01:37:42.3625850Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_with_dtype_cpu_int8 PASSED [ 26%] 2022-11-23T01:37:42.3625950Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool PASSED [ 26%] 2022-11-23T01:37:42.3626070Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 PASSED [ 26%] 2022-11-23T01:37:42.3626180Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:42.3626290Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3626400Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3626500Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 PASSED [ 27%] 2022-11-23T01:37:42.3626610Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 PASSED [ 27%] 2022-11-23T01:37:42.3626740Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:37:42.3626850Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3626960Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 PASSED [ 27%] 2022-11-23T01:37:42.3627070Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 PASSED [ 27%] 2022-11-23T01:37:42.3627180Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:42.3627290Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3627390Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 PASSED [ 27%] 2022-11-23T01:37:42.3627510Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 PASSED [ 27%] 2022-11-23T01:37:42.3627610Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3627720Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 PASSED [ 27%] 2022-11-23T01:37:42.3627830Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 PASSED [ 27%] 2022-11-23T01:37:42.3627930Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3628030Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3628170Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 PASSED [ 27%] 2022-11-23T01:37:42.3628280Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 PASSED [ 27%] 2022-11-23T01:37:42.3628380Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3628480Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 PASSED [ 27%] 2022-11-23T01:37:42.3628590Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 PASSED [ 27%] 2022-11-23T01:37:42.3628690Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:37:42.3628810Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 PASSED [ 27%] 2022-11-23T01:37:42.3628910Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:42.3632500Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3632610Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3632720Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3632830Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:37:42.3632940Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3633040Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3633150Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3633260Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3633360Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3633460Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:42.3633560Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3633660Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3633760Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 PASSED [ 27%] 2022-11-23T01:37:42.3633860Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 PASSED [ 27%] 2022-11-23T01:37:42.3633970Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 PASSED [ 27%] 2022-11-23T01:37:42.3634130Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3634230Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 PASSED [ 27%] 2022-11-23T01:37:42.3634330Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 PASSED [ 27%] 2022-11-23T01:37:42.3634440Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3634540Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:37:42.3634650Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3634760Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3634860Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 PASSED [ 27%] 2022-11-23T01:37:42.3634970Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:37:42.3635080Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 PASSED [ 27%] 2022-11-23T01:37:42.3635190Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 PASSED [ 27%] 2022-11-23T01:37:42.3635290Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 PASSED [ 27%] 2022-11-23T01:37:42.3635390Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3635540Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3635660Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 27%] 2022-11-23T01:37:42.3635790Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 27%] 2022-11-23T01:37:42.3635910Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3636020Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3636140Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 27%] 2022-11-23T01:37:42.3636260Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 27%] 2022-11-23T01:37:42.3636380Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3636510Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 27%] 2022-11-23T01:37:42.3636630Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3636750Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3636870Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 27%] 2022-11-23T01:37:42.3636980Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:37:42.3637090Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 PASSED [ 27%] 2022-11-23T01:37:42.3637190Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:42.3637290Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3637400Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 PASSED [ 27%] 2022-11-23T01:37:42.3637510Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3637610Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:37:42.3637720Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3637830Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 PASSED [ 27%] 2022-11-23T01:37:42.3637940Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 PASSED [ 27%] 2022-11-23T01:37:42.3638060Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 PASSED [ 27%] 2022-11-23T01:37:42.3638170Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 PASSED [ 27%] 2022-11-23T01:37:42.3638270Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:42.3638370Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3638480Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3638590Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 PASSED [ 27%] 2022-11-23T01:37:42.3638690Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 PASSED [ 27%] 2022-11-23T01:37:42.3638790Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 PASSED [ 27%] 2022-11-23T01:37:42.3638900Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:42.3639000Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3639100Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 PASSED [ 27%] 2022-11-23T01:37:42.3639200Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 PASSED [ 27%] 2022-11-23T01:37:42.3639300Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3639430Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:42.3639540Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3639640Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3639750Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex128 PASSED [ 27%] 2022-11-23T01:37:42.3639870Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex32 PASSED [ 27%] 2022-11-23T01:37:42.3639980Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_complex64 PASSED [ 27%] 2022-11-23T01:37:42.3640090Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3640200Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3640300Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_copy_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3640410Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:37:42.3640520Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 PASSED [ 27%] 2022-11-23T01:37:42.3640630Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3640730Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3640840Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3640970Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 27%] 2022-11-23T01:37:42.3641080Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3641180Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3641290Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 PASSED [ 27%] 2022-11-23T01:37:42.3641400Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 PASSED [ 27%] 2022-11-23T01:37:42.3641500Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 PASSED [ 27%] 2022-11-23T01:37:42.3641600Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3641700Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3641800Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 PASSED [ 27%] 2022-11-23T01:37:42.3641930Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 PASSED [ 27%] 2022-11-23T01:37:42.3642030Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3642120Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3642220Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 PASSED [ 27%] 2022-11-23T01:37:42.3642370Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:37:42.3642510Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:37:42.3642650Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:37:42.3642790Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:37:42.3642930Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:37:42.3643060Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:37:42.3643200Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:37:42.3643370Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-11-23T01:37:42.3643520Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:37:42.3643680Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:37:42.3643830Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:37:42.3643980Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-11-23T01:37:42.3644090Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 PASSED [ 27%] 2022-11-23T01:37:42.3644210Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 PASSED [ 27%] 2022-11-23T01:37:42.3644320Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 PASSED [ 27%] 2022-11-23T01:37:42.3644420Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3644530Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 PASSED [ 27%] 2022-11-23T01:37:42.3644630Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 PASSED [ 27%] 2022-11-23T01:37:42.3644740Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:37:42.3644850Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3644960Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 PASSED [ 27%] 2022-11-23T01:37:42.3645070Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 PASSED [ 27%] 2022-11-23T01:37:42.3645170Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 PASSED [ 27%] 2022-11-23T01:37:42.3645280Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 PASSED [ 27%] 2022-11-23T01:37:42.3645380Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool PASSED [ 27%] 2022-11-23T01:37:42.3645490Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 PASSED [ 27%] 2022-11-23T01:37:42.3645600Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:42.3645710Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3645830Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 PASSED [ 27%] 2022-11-23T01:37:42.3645940Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:42.3646050Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 PASSED [ 27%] 2022-11-23T01:37:42.3646210Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-11-23T01:37:42.3646370Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-11-23T01:37:42.3646520Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_alpha_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-11-23T01:37:42.3646640Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3646760Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3646910Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T01:37:42.3647060Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 28%] 2022-11-23T01:37:42.3647200Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3647320Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3647430Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3647550Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3647660Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3647780Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3647910Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_group_norm_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3648030Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3648150Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3648270Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3648380Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3648500Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3648620Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 PASSED [ 28%] 2022-11-23T01:37:42.3648760Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3648890Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3649010Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3649140Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 28%] 2022-11-23T01:37:42.3649260Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 28%] 2022-11-23T01:37:42.3649380Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 28%] 2022-11-23T01:37:42.3649490Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3649630Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3649750Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3649870Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3650000Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_bool PASSED [ 28%] 2022-11-23T01:37:42.3650140Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_complex32 PASSED [ 28%] 2022-11-23T01:37:42.3650270Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float16 PASSED [ 28%] 2022-11-23T01:37:42.3650400Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3650520Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int16 PASSED [ 28%] 2022-11-23T01:37:42.3650650Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_log_softmax_with_dtype_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3650780Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3650900Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 28%] 2022-11-23T01:37:42.3651050Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3651170Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 28%] 2022-11-23T01:37:42.3651290Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3651400Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3651520Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 28%] 2022-11-23T01:37:42.3651640Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3651760Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3651870Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_nll_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3652000Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 28%] 2022-11-23T01:37:42.3652130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 28%] 2022-11-23T01:37:42.3652260Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3652390Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3652510Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 28%] 2022-11-23T01:37:42.3652640Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3652760Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 PASSED [ 28%] 2022-11-23T01:37:42.3652880Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 XFAIL [ 28%] 2022-11-23T01:37:42.3653010Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3653130Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 PASSED [ 28%] 2022-11-23T01:37:42.3653260Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3653390Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 PASSED [ 28%] 2022-11-23T01:37:42.3653520Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 28%] 2022-11-23T01:37:42.3653640Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 PASSED [ 28%] 2022-11-23T01:37:42.3653760Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3653880Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3653990Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 PASSED [ 28%] 2022-11-23T01:37:42.3654100Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 PASSED [ 28%] 2022-11-23T01:37:42.3654220Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3654330Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3654450Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 PASSED [ 28%] 2022-11-23T01:37:42.3654570Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3654680Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3654810Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3654930Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_bool PASSED [ 28%] 2022-11-23T01:37:42.3655060Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmax_with_dtype_cpu_int16 PASSED [ 28%] 2022-11-23T01:37:42.3655190Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3655320Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 28%] 2022-11-23T01:37:42.3655450Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 28%] 2022-11-23T01:37:42.3655580Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float16 PASSED [ 28%] 2022-11-23T01:37:42.3655700Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3655830Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 28%] 2022-11-23T01:37:42.3655950Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3656070Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3656190Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3656310Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3656440Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 28%] 2022-11-23T01:37:42.3656560Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 28%] 2022-11-23T01:37:42.3656680Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3656800Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3656920Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 28%] 2022-11-23T01:37:42.3657040Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 PASSED [ 28%] 2022-11-23T01:37:42.3657160Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3657300Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3657420Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 PASSED [ 28%] 2022-11-23T01:37:42.3657540Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3657660Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 PASSED [ 28%] 2022-11-23T01:37:42.3657780Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 PASSED [ 28%] 2022-11-23T01:37:42.3657900Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3658040Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 28%] 2022-11-23T01:37:42.3658170Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 28%] 2022-11-23T01:37:42.3658300Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3658420Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_triplet_margin_loss_cpu_int64 PASSED [ 28%] 2022-11-23T01:37:42.3658530Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3658670Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 PASSED [ 28%] 2022-11-23T01:37:42.3658770Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 PASSED [ 28%] 2022-11-23T01:37:42.3658880Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3658990Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 PASSED [ 28%] 2022-11-23T01:37:42.3659090Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3659200Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3659300Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 PASSED [ 28%] 2022-11-23T01:37:42.3659400Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3659500Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 PASSED [ 28%] 2022-11-23T01:37:42.3659610Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 PASSED [ 28%] 2022-11-23T01:37:42.3659710Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool PASSED [ 28%] 2022-11-23T01:37:42.3659820Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 PASSED [ 28%] 2022-11-23T01:37:42.3659930Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 PASSED [ 28%] 2022-11-23T01:37:42.3660040Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 PASSED [ 28%] 2022-11-23T01:37:42.3660150Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 PASSED [ 28%] 2022-11-23T01:37:42.3660250Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3663030Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3663140Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 PASSED [ 28%] 2022-11-23T01:37:42.3663240Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 PASSED [ 28%] 2022-11-23T01:37:42.3663360Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 PASSED [ 28%] 2022-11-23T01:37:42.3663470Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 PASSED [ 28%] 2022-11-23T01:37:42.3663580Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 PASSED [ 28%] 2022-11-23T01:37:42.3663690Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 PASSED [ 28%] 2022-11-23T01:37:42.3663790Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3663960Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 PASSED [ 28%] 2022-11-23T01:37:42.3664070Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3664170Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 PASSED [ 28%] 2022-11-23T01:37:42.3664280Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 PASSED [ 28%] 2022-11-23T01:37:42.3664380Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3664490Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3664590Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3664690Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 PASSED [ 28%] 2022-11-23T01:37:42.3664790Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool PASSED [ 28%] 2022-11-23T01:37:42.3664900Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3665000Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 PASSED [ 28%] 2022-11-23T01:37:42.3665100Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 PASSED [ 28%] 2022-11-23T01:37:42.3665200Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 PASSED [ 28%] 2022-11-23T01:37:42.3665350Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3665460Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 PASSED [ 28%] 2022-11-23T01:37:42.3665560Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 PASSED [ 28%] 2022-11-23T01:37:42.3665670Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 PASSED [ 28%] 2022-11-23T01:37:42.3665770Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3665870Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool PASSED [ 28%] 2022-11-23T01:37:42.3665980Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 PASSED [ 28%] 2022-11-23T01:37:42.3666090Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 PASSED [ 28%] 2022-11-23T01:37:42.3666190Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 PASSED [ 28%] 2022-11-23T01:37:42.3666300Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 PASSED [ 28%] 2022-11-23T01:37:42.3666400Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 PASSED [ 28%] 2022-11-23T01:37:42.3666500Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 PASSED [ 28%] 2022-11-23T01:37:42.3666600Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 PASSED [ 28%] 2022-11-23T01:37:42.3666700Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 PASSED [ 28%] 2022-11-23T01:37:42.3666800Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 PASSED [ 28%] 2022-11-23T01:37:42.3666910Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 PASSED [ 29%] 2022-11-23T01:37:42.3667010Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3667110Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3667210Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3667320Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3667430Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3667540Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 PASSED [ 29%] 2022-11-23T01:37:42.3667660Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3667780Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3667890Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3668000Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3668110Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3668210Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3668320Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3668430Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3668530Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3668630Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:37:42.3668730Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3668850Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3668950Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 PASSED [ 29%] 2022-11-23T01:37:42.3669060Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3669190Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3669290Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3669390Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3669490Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3669610Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3669720Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 PASSED [ 29%] 2022-11-23T01:37:42.3669830Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 PASSED [ 29%] 2022-11-23T01:37:42.3669940Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3670050Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3670150Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3670260Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:37:42.3670360Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 PASSED [ 29%] 2022-11-23T01:37:42.3670460Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3670570Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3670680Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3670780Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3670890Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3670990Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 PASSED [ 29%] 2022-11-23T01:37:42.3671100Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 PASSED [ 29%] 2022-11-23T01:37:42.3671200Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3671300Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3671400Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3671500Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3671610Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3671760Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 PASSED [ 29%] 2022-11-23T01:37:42.3671860Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3671960Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3672060Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3672160Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3672260Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3672360Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3672460Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3672570Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3672670Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3672780Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3672880Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3672980Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3673090Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3673200Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:37:42.3673300Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3673400Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3673500Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:37:42.3673600Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3673710Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3673810Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 PASSED [ 29%] 2022-11-23T01:37:42.3673910Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 PASSED [ 29%] 2022-11-23T01:37:42.3674010Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3674110Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3674210Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3674300Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3674400Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3674510Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:37:42.3674620Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3674730Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 PASSED [ 29%] 2022-11-23T01:37:42.3674830Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3674930Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3675040Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3675140Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:37:42.3675240Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3675340Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3675440Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3675560Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3675680Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:37:42.3675780Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3675880Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 PASSED [ 29%] 2022-11-23T01:37:42.3675990Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3676090Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3676200Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3676300Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3676410Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3676510Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 PASSED [ 29%] 2022-11-23T01:37:42.3676610Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3676710Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3676810Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3676940Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:37:42.3677040Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3677150Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3677250Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 PASSED [ 29%] 2022-11-23T01:37:42.3677350Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3677450Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3677560Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3677660Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 PASSED [ 29%] 2022-11-23T01:37:42.3677770Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3677870Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3677970Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3678070Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3678170Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3678290Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:37:42.3678400Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3678520Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_complex128 PASSED [ 29%] 2022-11-23T01:37:42.3678640Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_complex64 PASSED [ 29%] 2022-11-23T01:37:42.3678760Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3678880Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3678990Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3679100Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_with_dtype_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3679220Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3679330Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3679460Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3679570Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3679680Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3679790Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3679900Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3680010Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3680120Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3680230Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3680340Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_entr_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3680450Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3680560Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3680670Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3680800Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_erfcx_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3680910Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 PASSED [ 29%] 2022-11-23T01:37:42.3681020Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3681130Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3681240Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3681350Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3681450Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3681560Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3681670Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3681770Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 PASSED [ 29%] 2022-11-23T01:37:42.3681880Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 PASSED [ 29%] 2022-11-23T01:37:42.3681990Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3682090Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 PASSED [ 29%] 2022-11-23T01:37:42.3682200Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3682320Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_float32 PASSED [ 29%] 2022-11-23T01:37:42.3682430Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int16 PASSED [ 29%] 2022-11-23T01:37:42.3682540Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int32 PASSED [ 29%] 2022-11-23T01:37:42.3682650Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_ndtr_cpu_int64 PASSED [ 29%] 2022-11-23T01:37:42.3682780Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_bool PASSED [ 29%] 2022-11-23T01:37:42.3682910Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex32 PASSED [ 29%] 2022-11-23T01:37:42.3683030Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_complex64 PASSED [ 30%] 2022-11-23T01:37:42.3683160Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float16 PASSED [ 30%] 2022-11-23T01:37:42.3683310Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3683430Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3683550Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3683680Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3683800Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_log_softmax_with_dtype_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3683910Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:37:42.3684020Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3684130Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3684240Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3684370Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3684500Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3684650Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3684780Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:37:42.3684910Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3685040Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:37:42.3685160Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3685290Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3685410Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3685540Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3685660Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3685780Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3685890Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_bool PASSED [ 30%] 2022-11-23T01:37:42.3686000Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3686110Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3686220Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3686330Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtr_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3686440Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_bool PASSED [ 30%] 2022-11-23T01:37:42.3686550Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_ndtri_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3686680Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_complex128 PASSED [ 30%] 2022-11-23T01:37:42.3686800Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3686920Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3687040Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3687180Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_softmax_with_dtype_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3687300Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3687430Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3687550Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3687660Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_bool PASSED [ 30%] 2022-11-23T01:37:42.3687770Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3687880Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3688000Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_xlog1py_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3688110Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3688220Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3688320Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3688430Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool PASSED [ 30%] 2022-11-23T01:37:42.3688550Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3688650Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3688750Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool PASSED [ 30%] 2022-11-23T01:37:42.3688860Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 PASSED [ 30%] 2022-11-23T01:37:42.3688970Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3692620Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3692740Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3692840Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3692950Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:37:42.3693060Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 PASSED [ 30%] 2022-11-23T01:37:42.3693170Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 PASSED [ 30%] 2022-11-23T01:37:42.3693280Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 PASSED [ 30%] 2022-11-23T01:37:42.3693380Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3693490Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3693590Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3693700Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3693800Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3693900Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool PASSED [ 30%] 2022-11-23T01:37:42.3694010Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 PASSED [ 30%] 2022-11-23T01:37:42.3694120Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 PASSED [ 30%] 2022-11-23T01:37:42.3694220Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3694320Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3694420Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3694590Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3694700Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 PASSED [ 30%] 2022-11-23T01:37:42.3694800Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 PASSED [ 30%] 2022-11-23T01:37:42.3694900Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3695000Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3695110Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 PASSED [ 30%] 2022-11-23T01:37:42.3695220Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3695330Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 PASSED [ 30%] 2022-11-23T01:37:42.3695430Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 PASSED [ 30%] 2022-11-23T01:37:42.3695530Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3695630Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3695730Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 PASSED [ 30%] 2022-11-23T01:37:42.3695830Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3695920Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3696050Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3696160Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:37:42.3696270Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool PASSED [ 30%] 2022-11-23T01:37:42.3696380Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 PASSED [ 30%] 2022-11-23T01:37:42.3696490Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 PASSED [ 30%] 2022-11-23T01:37:42.3696600Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3696710Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3696810Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3696920Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 PASSED [ 30%] 2022-11-23T01:37:42.3697020Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 PASSED [ 30%] 2022-11-23T01:37:42.3697120Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 PASSED [ 30%] 2022-11-23T01:37:42.3697220Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3697320Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3697420Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3697510Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3697610Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3697710Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3697800Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3697900Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3698000Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3698090Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool PASSED [ 30%] 2022-11-23T01:37:42.3698200Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 PASSED [ 30%] 2022-11-23T01:37:42.3698310Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 PASSED [ 30%] 2022-11-23T01:37:42.3698430Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3698540Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3698640Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3698740Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3698850Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 XFAIL [ 30%] 2022-11-23T01:37:42.3698960Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 XFAIL [ 30%] 2022-11-23T01:37:42.3699070Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 XFAIL [ 30%] 2022-11-23T01:37:42.3699170Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 XFAIL [ 30%] 2022-11-23T01:37:42.3699280Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 XFAIL [ 30%] 2022-11-23T01:37:42.3699380Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 XFAIL [ 30%] 2022-11-23T01:37:42.3699480Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:37:42.3699580Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool PASSED [ 30%] 2022-11-23T01:37:42.3699690Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 PASSED [ 30%] 2022-11-23T01:37:42.3699810Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 PASSED [ 30%] 2022-11-23T01:37:42.3699910Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 PASSED [ 30%] 2022-11-23T01:37:42.3700000Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3700100Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3700200Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3700310Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 PASSED [ 30%] 2022-11-23T01:37:42.3700410Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 PASSED [ 30%] 2022-11-23T01:37:42.3700510Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3700610Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3700710Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3700800Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3700920Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:37:42.3701030Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool PASSED [ 30%] 2022-11-23T01:37:42.3701140Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 PASSED [ 30%] 2022-11-23T01:37:42.3701250Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 PASSED [ 30%] 2022-11-23T01:37:42.3701360Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 PASSED [ 30%] 2022-11-23T01:37:42.3701460Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3701570Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3701670Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3701780Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3701880Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 PASSED [ 30%] 2022-11-23T01:37:42.3701980Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 PASSED [ 30%] 2022-11-23T01:37:42.3702090Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 PASSED [ 30%] 2022-11-23T01:37:42.3702190Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 PASSED [ 30%] 2022-11-23T01:37:42.3702320Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:42.3702420Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 PASSED [ 30%] 2022-11-23T01:37:42.3702520Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3702620Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3702730Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 PASSED [ 30%] 2022-11-23T01:37:42.3702840Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 PASSED [ 30%] 2022-11-23T01:37:42.3702950Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3703050Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 PASSED [ 31%] 2022-11-23T01:37:42.3703160Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 PASSED [ 31%] 2022-11-23T01:37:42.3703260Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 PASSED [ 31%] 2022-11-23T01:37:42.3703360Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 PASSED [ 31%] 2022-11-23T01:37:42.3703460Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 PASSED [ 31%] 2022-11-23T01:37:42.3703560Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 PASSED [ 31%] 2022-11-23T01:37:42.3703680Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 PASSED [ 31%] 2022-11-23T01:37:42.3703790Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 PASSED [ 31%] 2022-11-23T01:37:42.3703900Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3704010Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 PASSED [ 31%] 2022-11-23T01:37:42.3704120Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 PASSED [ 31%] 2022-11-23T01:37:42.3704230Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 PASSED [ 31%] 2022-11-23T01:37:42.3704330Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 PASSED [ 31%] 2022-11-23T01:37:42.3704430Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 PASSED [ 31%] 2022-11-23T01:37:42.3704530Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 PASSED [ 31%] 2022-11-23T01:37:42.3704630Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool PASSED [ 31%] 2022-11-23T01:37:42.3704740Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 PASSED [ 31%] 2022-11-23T01:37:42.3704850Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 PASSED [ 31%] 2022-11-23T01:37:42.3704960Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 PASSED [ 31%] 2022-11-23T01:37:42.3705060Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 PASSED [ 31%] 2022-11-23T01:37:42.3705160Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 PASSED [ 31%] 2022-11-23T01:37:42.3705270Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 PASSED [ 31%] 2022-11-23T01:37:42.3705370Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 PASSED [ 31%] 2022-11-23T01:37:42.3705480Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 PASSED [ 31%] 2022-11-23T01:37:42.3705580Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 PASSED [ 31%] 2022-11-23T01:37:42.3705690Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3705800Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 PASSED [ 31%] 2022-11-23T01:37:42.3705910Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 PASSED [ 31%] 2022-11-23T01:37:42.3706020Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 PASSED [ 31%] 2022-11-23T01:37:42.3706140Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool PASSED [ 31%] 2022-11-23T01:37:42.3706260Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 PASSED [ 31%] 2022-11-23T01:37:42.3706370Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 PASSED [ 31%] 2022-11-23T01:37:42.3706480Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 PASSED [ 31%] 2022-11-23T01:37:42.3706590Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 PASSED [ 31%] 2022-11-23T01:37:42.3706690Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 PASSED [ 31%] 2022-11-23T01:37:42.3706800Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 PASSED [ 31%] 2022-11-23T01:37:42.3706910Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3707010Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_complex32 PASSED [ 31%] 2022-11-23T01:37:42.3707120Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float16 PASSED [ 31%] 2022-11-23T01:37:42.3707220Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_float32 PASSED [ 31%] 2022-11-23T01:37:42.3707320Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int32 PASSED [ 31%] 2022-11-23T01:37:42.3707430Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_int64 PASSED [ 31%] 2022-11-23T01:37:42.3707550Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_cpu_uint8 PASSED [ 31%] 2022-11-23T01:37:42.3707660Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3707770Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 PASSED [ 31%] 2022-11-23T01:37:42.3707880Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 PASSED [ 31%] 2022-11-23T01:37:42.3707980Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 PASSED [ 31%] 2022-11-23T01:37:42.3708090Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 PASSED [ 31%] 2022-11-23T01:37:42.3708190Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 PASSED [ 31%] 2022-11-23T01:37:42.3708300Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 PASSED [ 31%] 2022-11-23T01:37:42.3708400Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 PASSED [ 31%] 2022-11-23T01:37:42.3708510Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3708620Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 PASSED [ 31%] 2022-11-23T01:37:42.3708720Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool PASSED [ 31%] 2022-11-23T01:37:42.3708830Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 PASSED [ 31%] 2022-11-23T01:37:42.3708930Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 PASSED [ 31%] 2022-11-23T01:37:42.3709040Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 PASSED [ 31%] 2022-11-23T01:37:42.3709140Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 PASSED [ 31%] 2022-11-23T01:37:42.3709250Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 PASSED [ 31%] 2022-11-23T01:37:42.3709350Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool PASSED [ 31%] 2022-11-23T01:37:42.3709460Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 PASSED [ 31%] 2022-11-23T01:37:42.3709560Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 PASSED [ 31%] 2022-11-23T01:37:42.3709670Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 PASSED [ 31%] 2022-11-23T01:37:42.3709770Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 PASSED [ 31%] 2022-11-23T01:37:42.3709870Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 PASSED [ 31%] 2022-11-23T01:37:42.3710000Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 PASSED [ 31%] 2022-11-23T01:37:42.3710110Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3710210Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool PASSED [ 31%] 2022-11-23T01:37:42.3710320Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 PASSED [ 31%] 2022-11-23T01:37:42.3710420Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 PASSED [ 31%] 2022-11-23T01:37:42.3710520Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 PASSED [ 31%] 2022-11-23T01:37:42.3710630Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 PASSED [ 31%] 2022-11-23T01:37:42.3710730Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3710840Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 PASSED [ 31%] 2022-11-23T01:37:42.3710940Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 PASSED [ 31%] 2022-11-23T01:37:42.3711040Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 PASSED [ 31%] 2022-11-23T01:37:42.3711150Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3711260Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 PASSED [ 31%] 2022-11-23T01:37:42.3711360Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 PASSED [ 31%] 2022-11-23T01:37:42.3711500Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 PASSED [ 31%] 2022-11-23T01:37:42.3711600Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 PASSED [ 31%] 2022-11-23T01:37:42.3711700Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 PASSED [ 31%] 2022-11-23T01:37:42.3711800Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 PASSED [ 31%] 2022-11-23T01:37:42.3711900Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 PASSED [ 31%] 2022-11-23T01:37:42.3712010Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 PASSED [ 31%] 2022-11-23T01:37:42.3712110Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3712220Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float32 PASSED [ 31%] 2022-11-23T01:37:42.3712320Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_float64 PASSED [ 31%] 2022-11-23T01:37:42.3712420Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int32 PASSED [ 31%] 2022-11-23T01:37:42.3712520Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int64 PASSED [ 31%] 2022-11-23T01:37:42.3712620Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_int8 PASSED [ 31%] 2022-11-23T01:37:42.3712720Z test_ops.py::TestCommonCPU::test_python_ref__refs_xlogy_cpu_uint8 PASSED [ 31%] 2022-11-23T01:37:42.3712830Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 PASSED [ 31%] 2022-11-23T01:37:42.3712930Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool PASSED [ 31%] 2022-11-23T01:37:42.3713030Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 PASSED [ 31%] 2022-11-23T01:37:42.3713140Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 PASSED [ 31%] 2022-11-23T01:37:42.3713240Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 PASSED [ 31%] 2022-11-23T01:37:42.3713340Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 PASSED [ 31%] 2022-11-23T01:37:42.3713440Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 PASSED [ 31%] 2022-11-23T01:37:42.3713530Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_T_cpu PASSED [ 31%] 2022-11-23T01:37:42.3713630Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu XFAIL [ 31%] 2022-11-23T01:37:42.3713740Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu PASSED [ 31%] 2022-11-23T01:37:42.3713860Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu PASSED [ 31%] 2022-11-23T01:37:42.3713980Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu PASSED [ 31%] 2022-11-23T01:37:42.3714090Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu PASSED [ 31%] 2022-11-23T01:37:42.3714190Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu XFAIL [ 31%] 2022-11-23T01:37:42.3714300Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu XFAIL [ 31%] 2022-11-23T01:37:42.3714400Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu PASSED [ 31%] 2022-11-23T01:37:42.3714510Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu PASSED [ 31%] 2022-11-23T01:37:42.3714620Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_copy_cpu PASSED [ 31%] 2022-11-23T01:37:42.3714740Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu PASSED [ 31%] 2022-11-23T01:37:42.3714850Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu PASSED [ 31%] 2022-11-23T01:37:42.3714960Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu XFAIL [ 31%] 2022-11-23T01:37:42.3715060Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu PASSED [ 31%] 2022-11-23T01:37:42.3715160Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu PASSED [ 31%] 2022-11-23T01:37:42.3715290Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu PASSED [ 31%] 2022-11-23T01:37:42.3715400Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu PASSED [ 31%] 2022-11-23T01:37:42.3715500Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu PASSED [ 31%] 2022-11-23T01:37:42.3715600Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu PASSED [ 31%] 2022-11-23T01:37:42.3715710Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu PASSED [ 31%] 2022-11-23T01:37:42.3715810Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu PASSED [ 31%] 2022-11-23T01:37:42.3715910Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu XFAIL [ 31%] 2022-11-23T01:37:42.3716010Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu XFAIL [ 31%] 2022-11-23T01:37:42.3716110Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu XFAIL [ 31%] 2022-11-23T01:37:42.3716220Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_narrow_copy_cpu PASSED [ 31%] 2022-11-23T01:37:42.3716320Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu PASSED [ 31%] 2022-11-23T01:37:42.3716430Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu PASSED [ 31%] 2022-11-23T01:37:42.3716550Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_group_norm_cpu PASSED [ 31%] 2022-11-23T01:37:42.3716680Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 31%] 2022-11-23T01:37:42.3716800Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu PASSED [ 31%] 2022-11-23T01:37:42.3716930Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_triplet_margin_loss_cpu PASSED [ 31%] 2022-11-23T01:37:42.3717040Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu PASSED [ 31%] 2022-11-23T01:37:42.3717150Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu PASSED [ 31%] 2022-11-23T01:37:42.3717250Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu XFAIL [ 31%] 2022-11-23T01:37:42.3717350Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu PASSED [ 31%] 2022-11-23T01:37:42.3717450Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu PASSED [ 31%] 2022-11-23T01:37:42.3717570Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_xlog1py_cpu PASSED [ 31%] 2022-11-23T01:37:42.3717680Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu PASSED [ 31%] 2022-11-23T01:37:42.3717810Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu PASSED [ 31%] 2022-11-23T01:37:42.3717920Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu PASSED [ 31%] 2022-11-23T01:37:42.3721460Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_triu_cpu PASSED [ 31%] 2022-11-23T01:37:42.3721580Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu PASSED [ 31%] 2022-11-23T01:37:42.3721690Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu XFAIL [ 31%] 2022-11-23T01:37:42.3721790Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu PASSED [ 31%] 2022-11-23T01:37:42.3721930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:37:42.3722070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:37:42.3722200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:37:42.3722340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:37:42.3722470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 31%] 2022-11-23T01:37:42.3722670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3722800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3722940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3723080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3723220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3723350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3723490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_T_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3723640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3723790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3723950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3724100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3724250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3724390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3724550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3724700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3724850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3725020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3725180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3725330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3725480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3725630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3725770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bfloat16_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3725920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3726070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3726220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3726380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3726530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3726670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3726810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3726960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3727110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3727260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3727410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3727560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3727710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3727850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3728000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3728140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_bool_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3728290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3728440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3728610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3728760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3728900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3729060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3729210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3729360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3729500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3729650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3729790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3729970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3730110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3730250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3730400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_byte_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3730550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3730700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3730850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3731000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3731150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3731300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3731450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3731590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cdouble_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3731740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3731890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3732040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3732190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3732390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3732540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3732700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3732850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3733000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_cfloat_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3733150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3733300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3733440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3733610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3733760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3733900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3734050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3734200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3734350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3734490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3734640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3734790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3734940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3735090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_chalf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3735240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3735390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3735530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3735680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3735820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3735990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3736140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3736290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3736440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3736590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3736740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3736890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3737030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3737180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3737350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_char_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3737500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3737640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3737790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3737940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_complex_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3738100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3738250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3738390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3738540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3738680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3738830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3738980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3739130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3739280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3739430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3739590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3739740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3739890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_double_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3740040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3740180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3740330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3740480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3740620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3740770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3740930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3741080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3741220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3741370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3741520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3741670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3741820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3741970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_float_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3742110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3742260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3742410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3742550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3742700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3742850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3742990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3743210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3743360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3743510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3743650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3743800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_half_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3743940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3744090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3744240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3744380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3744560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3744700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3744850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3744990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 32%] 2022-11-23T01:37:42.3745140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3745290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3745440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_int_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3745580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3745730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3745870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3746020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3746170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_long_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3746320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3746470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3746620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3746770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3746940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3747080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3747220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3747370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3747520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3747670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3747820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3747970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3748120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3748280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3748430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs__conversions_short_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3748570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3748710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3748850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3748980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3749130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3749270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3749400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3749540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3749680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3749820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3749950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3750090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3750220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3750360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3750550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3750690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3750830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3750960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3751100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3751230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3751370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3751520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3751650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3751780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3751940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3752080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3752220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3752370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3752510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3752650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3752790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3752930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3753060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3753200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3753340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3753470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3753610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3753740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3753880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3754010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3754170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3754310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3754450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3754590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3754730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3754870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3755010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3755150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3755300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3755440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3755600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3759480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3759630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3759760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3759900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3760040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3760180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3760320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3760460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3760600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcmul_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3760740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3760880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3761020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3761160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3761290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3761430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3761560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3761780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3761930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3762070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3762210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3762350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3762480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3762620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3762750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3762890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3763060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3763190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3763330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3763470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3763600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3763740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3763880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3764020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3764160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3764290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3764430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3764570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3764710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3764850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3764990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3765130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3765280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3765450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3765590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3765730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3765870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3766000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3766140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3766270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3766410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3766550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3766690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3766850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3766990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3767120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3767260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3767390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3767530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3767670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3767800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3767930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3768060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3768200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3768340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3768480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3768620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3768760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3768890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3769050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3769180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3769320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3769460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3769590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3769720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3769860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 33%] 2022-11-23T01:37:42.3770000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3770140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3770280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3770430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3770570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3770710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3770840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3770980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3771110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3771250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3771390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3771530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3771670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3771810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3771950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3772090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3772230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3772370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3772510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3772660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3772810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3772960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3773100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3773240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3773380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3773530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3773680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3773820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3773970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3774120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3774260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3774400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3774540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3774670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3774810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3774940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3775080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3775210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3775350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3775480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3775620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3775760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3775900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3776030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3776160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3776300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3776470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3776610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3776750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3776890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3777030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3777160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3777300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3777430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3777570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3777730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3777870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3778010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3778150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3778290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3778430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3778570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3778710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3778840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3778980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3779110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3779250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3779380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3779510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3779650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3779790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3779920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3780100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3780240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3780380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3780520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3780650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3780790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3780930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3781060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3781210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3781350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3781520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3781660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3781800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3781940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3782070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3782210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3782360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3782510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3782650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3782800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3782940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3783080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3783220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3783370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3783510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3783650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3783810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3783960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3784100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3784240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3784380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3784520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3784650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3784790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3784940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3785100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3785240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3785390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3785530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3785670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3785810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3785950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3786090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3786240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3786380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3786530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3786670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3786810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3786960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3787110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3787250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3787400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3787540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3787680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3787830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3787970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3788110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3788250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3788390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3788530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3788690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3788830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3788970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3789110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3789240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3789380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3789530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3789680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3789830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3789970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3790120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3790270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_right_shift_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3790410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3790550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3790690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3790850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3791030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3791170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 34%] 2022-11-23T01:37:42.3791320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3791470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3791620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3791770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3791920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3792070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3792210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3792590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3796440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3796600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3796780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3796920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3797070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3797210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3797360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3797500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3797650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3797790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3797940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3798080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3798220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3798360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3798500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3798720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3798870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3799010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3799150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3799290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3799430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3799570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3799710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bucketize_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3799850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3799980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3800150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3800290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3800420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3800550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3800690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3800830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3800960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3801100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3801240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3801380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3801520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3801660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3801790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3801920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3802060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3802190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3802350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3802490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3802630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3802760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3802900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3803040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3803170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3803310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3803440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3803570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3803730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3803860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3804000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3804140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3804280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3804420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3804560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3804700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3804830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3804970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3805110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3805240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3805380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3805510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3805650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3805790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3805930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3806100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3806250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3806380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3806530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3806670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3806800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3806950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3807090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3807230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3807390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3807530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3807670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3807810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3807950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3808090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3808220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3808360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3808510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3808650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3808790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3808930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3809070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3809210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3809340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3809480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3809620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3809790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3809930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3810060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3810190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3810330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3810460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3810610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3810750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3810890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3811060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3811200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3811340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3811470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3811610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3811750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3811880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3812030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3812180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3812320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3812460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3812600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3812740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3812880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3813020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3813170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3813320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3813480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3813620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3813760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3813900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3814040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3814170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3814310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3814440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3814580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3814740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3814880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3815020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3815150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3815290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3815420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3815570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3815720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3815860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3816000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3816140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3816280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 35%] 2022-11-23T01:37:42.3816430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3816580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3816720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3816870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3817030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3817180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3817320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3817470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3817620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3817760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3817910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3818050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3818190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3818360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3818510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3818660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3818810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3818960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3819110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3819250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3819400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3819540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3819680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3819830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3819970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3820110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3820250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3820390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3820540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3820700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3820850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3820990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3821130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3821270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3821410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3821550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3821690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3821830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3821970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3822130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3822260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3822400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3822550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3822690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3822830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3822970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3823110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3823250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3823380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3823520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3823660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3823800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3823940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3824070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3824210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3824370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3824510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3824640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3824780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3824920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3825060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3825200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3825330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3825470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3825610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3825810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3825950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3826080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3826220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3826350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3826490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3826630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3826760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3826900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3827040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3827180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3827320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3827460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3827600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3827740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3827880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3828040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3828190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3828330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3828470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3828610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3828750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3828890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3829040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3829180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3829320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3829490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3833290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3833440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3833580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3833720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3833850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3833980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3834110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3834260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3834400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3834540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3834670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3834820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3834970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3835110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3835260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3835460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3835610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3835750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3835900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3836050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3836200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3836350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3836490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3836630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3836800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3836940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3837080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3837220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3837350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3837490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3837630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3837770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3837910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3838050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3838190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3838330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3838470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3838620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3838760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3838910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3839060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3839220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3839370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3839520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3839670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3839820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3839960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3840110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3840250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_scatter_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3840390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3840550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3840690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3840830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3840970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3841110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3841250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3841390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3841530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 36%] 2022-11-23T01:37:42.3841680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3841820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3841970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3842110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3842260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3842410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3842560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3842700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3842880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3843030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 SKIPPED (Skipped!) [ 37%] 2022-11-23T01:37:42.3843180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3843320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3843470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3843610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3843760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3843910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 SKIPPED (Skipped!) [ 37%] 2022-11-23T01:37:42.3844050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 37%] 2022-11-23T01:37:42.3844230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3844380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3844530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3844670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3844820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3844960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3845110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3845260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3845410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3845560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3845700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3845840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3845980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3846110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3846250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3846410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3846550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3846690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3846830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3846980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3847120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3847250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3847400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3847530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3847670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3847830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3847970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3848120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3848260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3848400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3848540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3848680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3848820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3848960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3849090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3849380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3849580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3849790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3849990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3850190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3850390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3850630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3850830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3851030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3851230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3851430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3851640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3851840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3852040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3852250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3852470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3852670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 SKIPPED (Can't check result for empty) [ 37%] 2022-11-23T01:37:42.3852880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3853100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3853310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3853520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3853730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3853930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3854150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3854370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3854590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3854800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3855010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 SKIPPED (Can't check result for empty_like) [ 37%] 2022-11-23T01:37:42.3855140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3855280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3855440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3855570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3855710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3855850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3855980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3856120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3856260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3856400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3856530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3856670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3856820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3856960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3857090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3857230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3857370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3857500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3857630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3857770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3857900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3858040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3858170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3858320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3858460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3858590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3858730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3858870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3859010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3859180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3859330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3859480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3859630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3859770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3859920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3860060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3860200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3860340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3860520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3860650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3860790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3860930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3861070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3861210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3861350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3861490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3861630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3861770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3861920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3862060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3862200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3862340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3862490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3862620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3862760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3862930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3863080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3863230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3863380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3863530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3863680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3863820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3863970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3864110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3864260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3864460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3864610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3864750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3864890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3865030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 37%] 2022-11-23T01:37:42.3865180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3865320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3865470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3865610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3865750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3865900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3866040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3866180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3866330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3866460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3866600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3866770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3866920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3867060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3867200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3867350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3867490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3867630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3867770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3867910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3868040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3868210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3868350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3868490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3868640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3868780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3872680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3872820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3872970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3873110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3873260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3873410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3873550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3873690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3873830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3873980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3874130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3874340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3874480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3874630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3874770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3874920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3875060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3875200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3875340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3875480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3875620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3875780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3875930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3876080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3876220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3876370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3876510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3876650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3876790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3876940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3877080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3877230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3877370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3877510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3877660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3877810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3877950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3878130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3878280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3878430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3878570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3878730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3878880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3879030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3879180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3879330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3879480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3879690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3879830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3879980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3880120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3880260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3880400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3880550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3880700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3880840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3880990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3881130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3881270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3881410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3881560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3881700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3881840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3882020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3882170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3882310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3882460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3882610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3882750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3882900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3883040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3883180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3883350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3883490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3883640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3883790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3883930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3884070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3884220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3884360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3884510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3884650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3884790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3884930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3885080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3885230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3885380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3885520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3885680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3885830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3885970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3886110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3886250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3886400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3886540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3886690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3886830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3886980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3887140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3887290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3887430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3887570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3887710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3887860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3888010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3888160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3888300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3888440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3888590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3888740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3888880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3889030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3889180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3889330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3889480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3889630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3889770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3889910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3890050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3890200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3890340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3890490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3890630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 38%] 2022-11-23T01:37:42.3890840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3890980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3891130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3891270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3891410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3891550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3891690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3891830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3891960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3892100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3892240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3892380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3892520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3892660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3892800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3892940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3893110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3893250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3893390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3893530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3893670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3893810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3893950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3894090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3894230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3894370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3894540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3894680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3894820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3894950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3895090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3895230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3895380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3895520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3895660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3895790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3895930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3896070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3896210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3896350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3896490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3896630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3896790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3896930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3897060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3897210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3897350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3897490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3897630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3897770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3897910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3898040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3898200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3898350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3898490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3898630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3898770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3898900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3899040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3899180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3899330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3899470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3899610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3899740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3899880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3900020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3900150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3900290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3900450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3900590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3900730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3900870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3901010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3901150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3901290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3901420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3901560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3901720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3901860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3902000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3902130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3902270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3902420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3902550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3902690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3902830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3902960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3903090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3903230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3903370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3903510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3903640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3903780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3903910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3904070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3904210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3904350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3904490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3904620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3904770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3904910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3905050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3905180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3905340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3905480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3905620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3905750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3905890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3906030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3906160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3909940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3910080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3910220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3910360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3910500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3910630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3910770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3910910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3911050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3911190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3911370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3911500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3911640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3911780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3911920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3912070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3912210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3912340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3912480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3912620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3912780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3912930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3913060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3913200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3913340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3913480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3913630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3913770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3913900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3914040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3914180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3914320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3914460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3914600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3914740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3914890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3915060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3915210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3915350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3915500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 39%] 2022-11-23T01:37:42.3915640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3915780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3915920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3916060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3916200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3916370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3916510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3916650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3916790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3916930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3917070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3917210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3917340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3917480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3917620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3917760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3917900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3918030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3918170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3918310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3918440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3918570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3918740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3918880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3919020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3919150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3919290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3919430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3919560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3919700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3919830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3919960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3920150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3920290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3920420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3920560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3920690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3920830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3920970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3921110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3921240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3921380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3921510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3921650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3921780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3921920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3922050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3922190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3922340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3922480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3922610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3922750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3922880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3923020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3923150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3923290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3923420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3923550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3923710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3923850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3923980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3924110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3924250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3924380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3924510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3924650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3924780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3924920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3925050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3925180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3925330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3925470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3925610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3925750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3925890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3926160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3926310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3926450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3926600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3926740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3926870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3927010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3927150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3927290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3927460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3927600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3927740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3927880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3928020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3928160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3928300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3928440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3928580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3928720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3928850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3928990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3929130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3929270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3929410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3929550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3929690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3929840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3929980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3930110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3930250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3930390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3930530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3930670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3930810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3930940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3931080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3931240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3931380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3931510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3931650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3931780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3931910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3932050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3932180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3932320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3932460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3932590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3932720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3932850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3932990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3933120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3933260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3933420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3933570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3933710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3933840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3933990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3934130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3934260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3934410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3934540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3934680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3934850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3934990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3935130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3935270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3935410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3935550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3935680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3935820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3935960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3936110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3936250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3936390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 40%] 2022-11-23T01:37:42.3936530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3936680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3936820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3936960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3937110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3937260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3937400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3937550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3937690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3937830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3937970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3938110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3938250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3938380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3938540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3938680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3938820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3938960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3939100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3939230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3939370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3939520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3939660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3939800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3939940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3940080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3940220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3940360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3940510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3940650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3940840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3940980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3941120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3941270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3941420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3941560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3941710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3941850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3941990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3942160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3942300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3942430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3942570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3942710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3946430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3946580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3946720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3946860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3947000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3947140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3947280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3947420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3947560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3947700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3947830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3948040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3948180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3948320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3948460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3948600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3948740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3948880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3949010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3949150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3949290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3949440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3949580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3949720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3949860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3950000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3950140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3950280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3950420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3950560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3950690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3950830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3950960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3951100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3951230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3951360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3951500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3951660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3951800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3951940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3952080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3952220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3952350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3952490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3952630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3952770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3952910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3953070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3953210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3953340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3953480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3953620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3953760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3953900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3954030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3954170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3954310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3954460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3954600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3954730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3954870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3955010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3955150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3955310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3955450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3955590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3955720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3955860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3956000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3956140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3956280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3956420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3956560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3956710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3956850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3956990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3957120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3957260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3957390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3957530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3957660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3957800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3957930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3958060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3958200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3958330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3958470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3958620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lerp_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3958760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3958890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3959060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3959200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3959330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3959470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3959610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3959750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3959890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3960040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3960190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3960370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3960510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3960660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3960820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3960970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3961120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3961260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 41%] 2022-11-23T01:37:42.3961410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3961550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3961700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3961840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3961990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3962130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3962290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3962440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3962580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3962780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3962930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3963080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3963230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3963380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3963520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3963660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3963810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3963950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3964110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3964260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3964400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3964540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3964680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3964810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3964950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3965090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3965230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3965370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3965510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3965640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3965770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3965910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3966050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3966180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3966360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3966490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3966630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3966770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3966910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3967040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3967180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3967320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3967450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3967590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3967750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3967880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3968020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3968150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3968300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3968430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3968570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3968710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3968850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3968980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3969120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3969260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3969400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3969530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3969670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3969800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3969950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3970120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3970280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3970430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3970580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3970730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3970880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3971030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3971190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3971340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3971500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3971660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3971810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3971960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3972100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3972250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3972390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3972530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3972670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3972820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3972970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3973110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3973250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3973390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3973530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3973730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3973870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3974010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3974150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3974300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3974440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3974580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3974720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3974860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3975000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3975180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3975320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3975470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3975610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3975760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3975900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3976040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3976180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3976320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3976460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3976600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3976740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3976890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3977040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3977180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3977340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3977480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3977620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3977760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3977910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3978040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3978190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3978330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3978470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3978620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3978780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3978930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3979080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3979220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3979360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3979500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3979650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3979790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3983480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3983640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3983780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3983920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3984060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3984200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3984340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3984480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3984690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3984830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3984980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3985120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3985260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3985400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3985540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3985680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3985820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3985990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3986130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3986270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3986410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 42%] 2022-11-23T01:37:42.3986540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3986680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3986810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3986950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3987080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3987220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3987360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3987500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3987640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3987780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3987920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3988070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3988210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3988380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3988520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3988660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3988810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3988950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3989090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3989230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3989370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3989510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3989660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3989800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3989940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3990070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3990210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3990350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3990490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3990620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3990760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3990910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3991060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3991200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3991330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3991490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3991640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3991790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3992000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3992160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3992310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3992480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3992630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3992780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3992930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3993080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3993240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3993420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3993580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3993730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3993880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3994030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3994190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3994350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3994510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3994660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3994800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3994940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3995080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3995210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3995350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3995500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3995660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3995800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3995940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3996080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3996220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3996360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3996500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3996640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3996770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3996910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3997060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3997200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3997330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3997480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3997620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3997760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3997900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3998040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3998180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3998310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3998450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3998580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3998720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3998850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3998980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3999120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3999260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3999420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3999560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3999700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3999840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.3999980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4000120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4000260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4000390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4000530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4000690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4000830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4000970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4001110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4001260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4001400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4001550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4001690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4001830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4001970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4002120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4002260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4002400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4002550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4002690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_copy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4002830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4002980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4003130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4003270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4003410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4003540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4003680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4003810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4003950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4004090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4004240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4004390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4004530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4004670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4004820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4004970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4005120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4005260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4005390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4005530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4005660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4005800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4005940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4006080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4006220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4006350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4006490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4006650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4006780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4006920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4007060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4007200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4007340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4007470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4007610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4007740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4007870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 43%] 2022-11-23T01:37:42.4008050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4008190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4008320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4008460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4008600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4008730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4008870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4009000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4009280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4009490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4009700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4009910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4010120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4010320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4010530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4010740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4011000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4011210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4011420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4011640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4011840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 SKIPPED (Can't check result for new_empty) [ 44%] 2022-11-23T01:37:42.4012010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4012190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4012360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4012550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4012720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4012880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4013050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4013210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4013380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4013550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4013720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4013890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4014070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4014230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4014400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 44%] 2022-11-23T01:37:42.4014540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4014680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4014870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4015010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4015150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4015290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4015430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4015580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4015720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4015860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4016000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4016140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4016300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4016440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4016580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4016710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4016850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4016990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4017130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4017260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4017400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4017550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4017690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4017830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4017970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4018100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4021820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4021960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4022170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4022310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4022450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4022590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4022730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4022860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4023010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4023150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4023300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4023460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4023590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4023730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4023880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4024020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4024160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4024320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4024480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4024650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_alpha_dropout_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4024800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4024960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4025110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4025250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4025400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4025550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4025700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4025880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4026030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4026180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4026340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4026490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4026650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4026800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_group_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4026950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4027140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4027290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4027440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4027590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4027740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4027890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4028040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4028190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4028340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4028500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4028660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4028820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4028980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4029130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4029290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4029460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4029620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4029770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4029920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4030070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4030220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4030380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4030520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4030670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4030840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4030990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4031150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4031300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4031450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4031610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4031780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4031940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4032100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4032260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4032410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4032570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4032730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4032890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4033100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4033270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4033430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4033590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4033750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4033910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_log_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4034070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4034220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4034400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4034560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4034720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4034870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4035030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4035190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4035340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 44%] 2022-11-23T01:37:42.4035490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4035640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4035800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_nll_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4035950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4036110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4036270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4036430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4036600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4036760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4036910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4037060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4037220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4037380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4037530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4037690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4037840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4038010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4038160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4038310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4038470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4038630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4038780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4038930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4039080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4039240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4039380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4039530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4039680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4039820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4039970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4040150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4040300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4040450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4040590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4040740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4040890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4041030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4041180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4041330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4041510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4041650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4041790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4041940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4042080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4042230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4042370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4042520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4042670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4042830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4042990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4043150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4043310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4043470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4043630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4043800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4043960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4044120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4044280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4044440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4044600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4044760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4044910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4045070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4045250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4045410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4045560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4045720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4045890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4046050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4046200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4046360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4046510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softmin_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4046670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4046820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4046980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4047130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4047280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4047460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4047610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4047770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4047920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4048080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4048230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4048380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4048530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4048680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4048880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4049030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4049180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4049320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4049480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4049640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4049790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4049940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4050100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4050240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4050410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4050570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4050720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4050880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4051080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4051240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4051390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4051560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4051720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4051880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4052040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4052200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_triplet_margin_loss_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4052360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4052500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4052640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4052770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4052910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4053050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4053190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4053330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4053470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4053610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4053750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4053890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4054030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4054170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4054300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4054450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4054590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4054760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4054900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4055040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4055180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4055330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4055470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4055610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4055760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4055900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4056090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4056230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4056370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4056510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4056660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4056810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4056950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4057090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4057230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4060980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4061130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4061270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4061410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4061550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4061690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 45%] 2022-11-23T01:37:42.4061820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4061960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4062160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4062300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4062440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4062580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4062720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4062860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4063000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4063130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4063270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4063400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4063590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4063730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4063870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4064010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4064140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4064280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4064420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4064560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4064710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4064840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4064980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4065220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:37:42.4065440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:37:42.4065660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:37:42.4065870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:37:42.4066110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:37:42.4066330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:37:42.4066540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:37:42.4066760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 SKIPPED (make_traced() doesn't set seed properly!) [ 46%] 2022-11-23T01:37:42.4066890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4067040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4067180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4067310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4067450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4067580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4067750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4067880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4068010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4068140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4068290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4068430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4068570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4068710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4068850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4068990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4069130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4069270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4069400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4069540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4069680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4069820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4069970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4070100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4070240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4070380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4070520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4070660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4070800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4070940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4071070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4071210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4071390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4071540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4071680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4071830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4071970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4072110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4072250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4072400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4072540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4072680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4072820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4072960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4073100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4073240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4073390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4073530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4073720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4073870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4074010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4074150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4074290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4074420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4074570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4074710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4074850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4074990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4075150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4075290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4075420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4075570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4075710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4075840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4075990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4076130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4076270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4076410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4076560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4076700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4076850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4077000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4077140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4077280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4077440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4077580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4077720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4077860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4078000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4078140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4078280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4078420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4078560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4078720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4078860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4078990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4079130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4079260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4079400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4079540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4079680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4079820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4079950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4080090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4080220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4080360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4080500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4080640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4080770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4080900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4081060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4081200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4081340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4081480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4081620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4081760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4081890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4082030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4082160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4082300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4082450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4082590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4082720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4082860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4083000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4083140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4083280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4083410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4083550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 46%] 2022-11-23T01:37:42.4083690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4083820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4083960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4084100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4084230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4084370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4084510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4084660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4084800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4084940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4085080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4085210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4085350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4085490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4085620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4085760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4085900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4086050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4086190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4086330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4086470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4086610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4086740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4086870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4087010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4087140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4087280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4087420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4087560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4087700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4087830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4087970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4088110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4088240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4088440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4088580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4088720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4088860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4088990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4089130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4089260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4089410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4089550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4089710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4089850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4089990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4090120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4090260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4090390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4090560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4090700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4090870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4091010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4091140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4091280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4091420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4091550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4091690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4091820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4091960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4092140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4092280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4092410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4092550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4092690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4092830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4092960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4093090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4093230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4093370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4093530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4093660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4093800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4093930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4094070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4094210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4094350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4094480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4098230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4098380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4098510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4098650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4098790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4098920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4099060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4099190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4099330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4099540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4099690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4099820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4099980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4100130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4100270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4100420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4100560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4100720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4100890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4101030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4101180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4101320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4101470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4101610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4101760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4101900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4102050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4102190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4102340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4102480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4102620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4102770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4102910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4103100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4103250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4103390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4103540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4103680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4103820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4103970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_entr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4104110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4104250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4104390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4104550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4104700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4104840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4104990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_erfcx_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4105130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4105270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4105420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4105560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4105690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4105840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4105990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4106130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4106270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4106410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4106550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4106690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4106860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4107010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4107150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4107290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4107430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4107570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4107710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4107850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4107990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4108160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4108290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4108430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 47%] 2022-11-23T01:37:42.4108580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4108720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4108860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4109010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4109150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4109300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4109440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4109600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4109740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4109890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4110040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4110180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_ndtr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4110340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4110520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4110690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4110840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4111000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4111150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4111300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4111460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4111620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4111800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4111960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4112110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4112270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4112430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4112580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_log_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4112730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4112870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4113010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4113150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4113300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4113440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4113590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4113750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4113910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4114080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4114240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4114400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4114570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4114720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4114880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4115040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4115200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4115380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4115540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4115690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4115850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4116000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4116160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4116310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4116470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4116620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4116790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4116940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4117100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4117240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4117390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4117530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4117690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4117840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4117980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4118130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4118270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtr_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4118410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4118550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4118690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4118830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4118990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4119130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4119280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4119430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_ndtri_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4119580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4119730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4119890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4120040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4120200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4120350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4120500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4120650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4120800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4120960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4121120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4121300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4121460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4121610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4121760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4121920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4122070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_softmax_with_dtype_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4122220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4122380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4122530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4122720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4122870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4123020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4123180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4123340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4123480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4123630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4123770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4123920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4124060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4124200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4124350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4124490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4124640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4124790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4124950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_xlog1py_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4125100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4125240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4125390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4125530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4125670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4125820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4125960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4126100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4126260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4126400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4126530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4126670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4126810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4126940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4127080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4127220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4127360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4127500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4127640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4127770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4127910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4128050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 48%] 2022-11-23T01:37:42.4128190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4128330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4128470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4128650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4128790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4128930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 48%] 2022-11-23T01:37:42.4129070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4129210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4129350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4129480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4129630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4129770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4129910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4130070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4130210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4130350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4130490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4130640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4130780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4130920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 48%] 2022-11-23T01:37:42.4131060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4131200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4131340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4131480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4131610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4131750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4131890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4132020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4132160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4132340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4132480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4132620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4135550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4135700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4135830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4135970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4136110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4136250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4136390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4136590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4136730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4136870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4137010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4137150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4137290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4137430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4137560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4137700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4137840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4137970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4138100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4138240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4138370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4138510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4138660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4138830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4138970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4139110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4139250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4139380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4139520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4139650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4139790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4139930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4140060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4140220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4140360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4140490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4140630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4140770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4140910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4141050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4141180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4141310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4141450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4141590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4141730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4141870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4142010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4142160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4142300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4142470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4142610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4142750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4142890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4143030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4143160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4143300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4143430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4143570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4143700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4143860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4143990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4144120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4144250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4144390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4144520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4144660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4144790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4144930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4145070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4145200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4145340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4145470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4145610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4145750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4145880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4146010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4146170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4146300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4146450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4146590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4146730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4146860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4147000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4147130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4147270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4147410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4147570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4147720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4147860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4148000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4148140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4148280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4148420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4148570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4148720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4148870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4149010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4149160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4149300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4149440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4149580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4149710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4149860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4150000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4150140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4150280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4150410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4150540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4150680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4150820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4150960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4151110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4151250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4151380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4151520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4151660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4151800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4151930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4152070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4152210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4152350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4152490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4152620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4152770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4152910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4153050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4153190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4153330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4153500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4153640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4153780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4153920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4154050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4154200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4154340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4154490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4154630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 49%] 2022-11-23T01:37:42.4154800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4154950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4155080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4155220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4155350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4155490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4155620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4155760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4155900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4156030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4156170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4156310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4156440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4156580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4156730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4156860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4157000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4157150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4157290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4157430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4157560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4157700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4157840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4157970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4158110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4158240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4158380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4158550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4158690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4158830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4158980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4159120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4159250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4159400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4159540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4159690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4159830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4159970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4160110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4160240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4160380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4160510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4160650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4160810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4160950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4161090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4161230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4161370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4161510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4161640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4161780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4161920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4162060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4162220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4162360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4162500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4162640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4162780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4162920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4163070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4163200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4163340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4163480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4163620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4163760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4163900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4164050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4164190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4164340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4164500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4164640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4164780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4164930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4165070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4165210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4165350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4165500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4165640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4165790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4165940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4166090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4166230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4166380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4166520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4166660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4166810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4166940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4167080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4167220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4167360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4167500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4167640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4167770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4167900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4168050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4168220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4172000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4172150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4172300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4172430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4172570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4172710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4172860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4173000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4173220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4173360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4173490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4173630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4173770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4173910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4174050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4174200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4174340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4174480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4174620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4174760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4174900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4175040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4175170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4175310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4175470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4175620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4175760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4175900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4176040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4176190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4176320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4176460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4176600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4176740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4176900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4177030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4177170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4177300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4177440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4177580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4177720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4177860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4178000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4178130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4178270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4178410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4178540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4178680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4178810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4178940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4179080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4179250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4179390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4179530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 50%] 2022-11-23T01:37:42.4179660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4179800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4179930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4180070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4180210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4180350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4180520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4180660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4180790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4180930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4181070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4181200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4181340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4181480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4181620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4181760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4181900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4182040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4182170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4182320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4182460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4182590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4182730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4182880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4183020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4183150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4183300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4183440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4183570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4183710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4183850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4183980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4184140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4184280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4184410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4184550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4184690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4184820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4184950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4185090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4185230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4185380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4185520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4185650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4185790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4185930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4186070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4186200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4186340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4186520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4186660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4186790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4186930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4187060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4187200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_xlogy_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4187340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4187480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4187620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4187750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4187910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4188040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4188180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4188320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4188460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4188600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4188740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4188880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4189040Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4189190Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4189330Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4189480Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4189630Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4189780Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4189920Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4190070Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4190230Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4190380Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4190520Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_complex64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4190660Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4190800Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_float64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4190980Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4191120Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4191260Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4191400Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_aten_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4191580Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_bfloat16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4191730Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_bool SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4191880Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_complex32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4192020Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_float32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4192160Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int16 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4192300Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int32 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4192440Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int64 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4192580Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_int8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4192720Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_view_executor_nvfuser_cpu_uint8 SKIPPED (Only runs on cuda) [ 51%] 2022-11-23T01:37:42.4192830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_complex128 PASSED [ 51%] 2022-11-23T01:37:42.4192950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float16 PASSED [ 51%] 2022-11-23T01:37:42.4193050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_float64 PASSED [ 51%] 2022-11-23T01:37:42.4193160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_int16 PASSED [ 51%] 2022-11-23T01:37:42.4193260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_T_cpu_uint8 PASSED [ 51%] 2022-11-23T01:37:42.4193390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:37:42.4193510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_bool PASSED [ 51%] 2022-11-23T01:37:42.4193640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_complex64 PASSED [ 51%] 2022-11-23T01:37:42.4193760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int32 PASSED [ 51%] 2022-11-23T01:37:42.4193880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int64 PASSED [ 51%] 2022-11-23T01:37:42.4194020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bfloat16_cpu_int8 PASSED [ 51%] 2022-11-23T01:37:42.4194150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_complex128 PASSED [ 51%] 2022-11-23T01:37:42.4194270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float16 PASSED [ 51%] 2022-11-23T01:37:42.4194390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_float64 PASSED [ 51%] 2022-11-23T01:37:42.4194500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int16 PASSED [ 51%] 2022-11-23T01:37:42.4194620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int32 PASSED [ 51%] 2022-11-23T01:37:42.4194730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int64 PASSED [ 51%] 2022-11-23T01:37:42.4194850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_bool_cpu_int8 PASSED [ 51%] 2022-11-23T01:37:42.4194970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:37:42.4195090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_bool PASSED [ 51%] 2022-11-23T01:37:42.4195210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_complex64 PASSED [ 51%] 2022-11-23T01:37:42.4195350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float16 PASSED [ 51%] 2022-11-23T01:37:42.4195470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_float32 PASSED [ 51%] 2022-11-23T01:37:42.4195590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int16 PASSED [ 51%] 2022-11-23T01:37:42.4195700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_int64 PASSED [ 51%] 2022-11-23T01:37:42.4195820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_byte_cpu_uint8 PASSED [ 51%] 2022-11-23T01:37:42.4195940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:37:42.4196060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_bool PASSED [ 51%] 2022-11-23T01:37:42.4196190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex128 PASSED [ 51%] 2022-11-23T01:37:42.4196320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_complex64 PASSED [ 51%] 2022-11-23T01:37:42.4196440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_float64 PASSED [ 51%] 2022-11-23T01:37:42.4196560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_int64 PASSED [ 51%] 2022-11-23T01:37:42.4196670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cdouble_cpu_uint8 PASSED [ 51%] 2022-11-23T01:37:42.4196800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_bfloat16 PASSED [ 51%] 2022-11-23T01:37:42.4196920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex128 PASSED [ 51%] 2022-11-23T01:37:42.4197040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_complex32 PASSED [ 51%] 2022-11-23T01:37:42.4197160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float16 PASSED [ 51%] 2022-11-23T01:37:42.4197280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_float64 PASSED [ 51%] 2022-11-23T01:37:42.4197400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_int32 PASSED [ 51%] 2022-11-23T01:37:42.4197520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_cfloat_cpu_uint8 PASSED [ 51%] 2022-11-23T01:37:42.4197630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_bool PASSED [ 51%] 2022-11-23T01:37:42.4197780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex32 PASSED [ 51%] 2022-11-23T01:37:42.4197900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_complex64 PASSED [ 51%] 2022-11-23T01:37:42.4198020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_float64 PASSED [ 51%] 2022-11-23T01:37:42.4198130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int16 PASSED [ 51%] 2022-11-23T01:37:42.4198250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int32 PASSED [ 51%] 2022-11-23T01:37:42.4198370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_int8 PASSED [ 51%] 2022-11-23T01:37:42.4198490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_chalf_cpu_uint8 PASSED [ 51%] 2022-11-23T01:37:42.4198600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_bool PASSED [ 51%] 2022-11-23T01:37:42.4198730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex32 PASSED [ 51%] 2022-11-23T01:37:42.4198840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_complex64 PASSED [ 51%] 2022-11-23T01:37:42.4198960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float16 PASSED [ 51%] 2022-11-23T01:37:42.4199070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_float32 PASSED [ 51%] 2022-11-23T01:37:42.4199210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int32 PASSED [ 51%] 2022-11-23T01:37:42.4199320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_char_cpu_int64 PASSED [ 51%] 2022-11-23T01:37:42.4199440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float32 PASSED [ 51%] 2022-11-23T01:37:42.4199560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_complex_cpu_float64 PASSED [ 51%] 2022-11-23T01:37:42.4199690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4199810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4199930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_double_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4200050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex32 PASSED [ 52%] 2022-11-23T01:37:42.4200170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4200290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_float16 PASSED [ 52%] 2022-11-23T01:37:42.4200400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4200520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_float_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4200640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4200760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4200880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4200990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4201110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_half_cpu_uint8 PASSED [ 52%] 2022-11-23T01:37:42.4201230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4201340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_bool PASSED [ 52%] 2022-11-23T01:37:42.4201460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4201640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4201760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float16 PASSED [ 52%] 2022-11-23T01:37:42.4201880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4201990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4202110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4202230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int64 PASSED [ 52%] 2022-11-23T01:37:42.4202340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_int_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4202460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4202580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4202700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float16 PASSED [ 52%] 2022-11-23T01:37:42.4202810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4202930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4203070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_long_cpu_int64 PASSED [ 52%] 2022-11-23T01:37:42.4203190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_bool PASSED [ 52%] 2022-11-23T01:37:42.4203310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4207080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs__conversions_short_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4207200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4207310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4207420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4207530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4207630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4207740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 PASSED [ 52%] 2022-11-23T01:37:42.4207850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4207950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool PASSED [ 52%] 2022-11-23T01:37:42.4208060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4208170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4208270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4208370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 PASSED [ 52%] 2022-11-23T01:37:42.4208480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4208590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4208700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool PASSED [ 52%] 2022-11-23T01:37:42.4208810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4208920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4209030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4209210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4209320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4209420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 PASSED [ 52%] 2022-11-23T01:37:42.4209530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4209640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4209750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 PASSED [ 52%] 2022-11-23T01:37:42.4209860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4209970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4210070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4210180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4210280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4210390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 PASSED [ 52%] 2022-11-23T01:37:42.4210490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4210630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4210740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4210860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4210970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4211080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4211190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4211310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4211420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4211530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4211630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4211740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int64 PASSED [ 52%] 2022-11-23T01:37:42.4211850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4211960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcmul_cpu_uint8 PASSED [ 52%] 2022-11-23T01:37:42.4212060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4212170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool PASSED [ 52%] 2022-11-23T01:37:42.4212280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4212390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4212500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4212610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4212710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4212820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4212930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 PASSED [ 52%] 2022-11-23T01:37:42.4213030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4213160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4213270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 PASSED [ 52%] 2022-11-23T01:37:42.4213380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4213490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4213610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4213720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 PASSED [ 52%] 2022-11-23T01:37:42.4213830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4213930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4214040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4214150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool PASSED [ 52%] 2022-11-23T01:37:42.4214260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4214360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 PASSED [ 52%] 2022-11-23T01:37:42.4214490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4214600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool PASSED [ 52%] 2022-11-23T01:37:42.4214710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4214810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4214920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4215020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 PASSED [ 52%] 2022-11-23T01:37:42.4215130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool PASSED [ 52%] 2022-11-23T01:37:42.4215240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4215350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4215460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 PASSED [ 52%] 2022-11-23T01:37:42.4215560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4215670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4215770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 PASSED [ 52%] 2022-11-23T01:37:42.4215880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4215990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4216100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4216200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4216310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 XFAIL [ 52%] 2022-11-23T01:37:42.4216460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:37:42.4216600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:37:42.4216740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:37:42.4216880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:37:42.4217040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:37:42.4217180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:37:42.4217320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 SKIPPED (Errors when storage_offset is included) [ 52%] 2022-11-23T01:37:42.4217430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4217540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4217650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4217750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4217860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4217970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4218080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4218190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4218310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4218420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4218520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4218630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 PASSED [ 52%] 2022-11-23T01:37:42.4218740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4218850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 PASSED [ 52%] 2022-11-23T01:37:42.4218960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 PASSED [ 52%] 2022-11-23T01:37:42.4219060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4219170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 PASSED [ 52%] 2022-11-23T01:37:42.4219270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 PASSED [ 52%] 2022-11-23T01:37:42.4219380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 PASSED [ 52%] 2022-11-23T01:37:42.4219490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 PASSED [ 52%] 2022-11-23T01:37:42.4219600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:42.4219700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 PASSED [ 52%] 2022-11-23T01:37:42.4219810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 PASSED [ 52%] 2022-11-23T01:37:42.4219910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 PASSED [ 52%] 2022-11-23T01:37:42.4220010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 PASSED [ 52%] 2022-11-23T01:37:42.4220130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 PASSED [ 52%] 2022-11-23T01:37:42.4220250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4220360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 PASSED [ 53%] 2022-11-23T01:37:42.4220480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 PASSED [ 53%] 2022-11-23T01:37:42.4220590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4220700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4220880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4220990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4221100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4221210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4221320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4221430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4221540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4221650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4221760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 PASSED [ 53%] 2022-11-23T01:37:42.4221880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4221990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4222090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4222230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4222340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4222450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4222560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4222680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4222800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4222920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4223030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4223140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4223250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4223360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4223470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4223580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4223690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4223810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_right_shift_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4223910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4224020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4224140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4224260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4224380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4224500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 PASSED [ 53%] 2022-11-23T01:37:42.4224670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4224790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4224910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4225020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4225140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4225250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4225360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4225470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4225580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4225690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4225800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4225910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4226050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bucketize_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4226160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4226270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4226370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4226480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4226580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4226690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4226800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4226900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4227010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4227110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4227220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4227320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4227430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4227540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4227650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4227760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4227860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4227970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4228080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4228190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4228290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4228390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4228520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4228630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4228740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4228850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4228960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4229080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4229180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4229300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4229400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4229510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4229620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4229730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4229840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4229970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 PASSED [ 53%] 2022-11-23T01:37:42.4230080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4230200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4230310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4230420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4230540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 PASSED [ 53%] 2022-11-23T01:37:42.4230660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4230770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4230880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4230990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4231100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4231210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 PASSED [ 53%] 2022-11-23T01:37:42.4231320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4231430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4231530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4231630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4231750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4231870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 PASSED [ 53%] 2022-11-23T01:37:42.4231990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 PASSED [ 53%] 2022-11-23T01:37:42.4232110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4232220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4232330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4232460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4232580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4232700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4232820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4232930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4233040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4233160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4233270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4233380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4233500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 PASSED [ 53%] 2022-11-23T01:37:42.4233610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4237310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4237520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4237630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4237740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4237850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4237960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4238070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4238180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool PASSED [ 53%] 2022-11-23T01:37:42.4238290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 PASSED [ 53%] 2022-11-23T01:37:42.4238400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4238510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4238620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4238730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4238840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4238940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4239050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4239150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 PASSED [ 53%] 2022-11-23T01:37:42.4239260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4239360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4239470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 PASSED [ 53%] 2022-11-23T01:37:42.4239580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4239680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4239780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 PASSED [ 53%] 2022-11-23T01:37:42.4239940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 PASSED [ 53%] 2022-11-23T01:37:42.4240050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4240160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4240270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32 PASSED [ 53%] 2022-11-23T01:37:42.4240380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16 PASSED [ 53%] 2022-11-23T01:37:42.4240480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32 PASSED [ 53%] 2022-11-23T01:37:42.4240590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_bfloat16 PASSED [ 53%] 2022-11-23T01:37:42.4240700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_complex128 PASSED [ 53%] 2022-11-23T01:37:42.4240810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4240920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4241030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4241130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4241240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4241370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4241480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4241600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4241710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 PASSED [ 54%] 2022-11-23T01:37:42.4241820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4241930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4242040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4242150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4242260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4242370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4242490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex32 PASSED [ 54%] 2022-11-23T01:37:42.4242610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4242720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float16 PASSED [ 54%] 2022-11-23T01:37:42.4242840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4242950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4243070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4243180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4243290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4243400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_copy_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4243510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4243620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4243740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:37:42.4243880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_float16 PASSED [ 54%] 2022-11-23T01:37:42.4244000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4244110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_scatter_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4244220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:37:42.4244330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4244440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4244550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4244670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:37:42.4244790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4244910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4245030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4245160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 54%] 2022-11-23T01:37:42.4245300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4245420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4245530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4245650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4245770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4245880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4246000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4246110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4246220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:37:42.4246330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4246440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 PASSED [ 54%] 2022-11-23T01:37:42.4246550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4246660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4246760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4246870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:37:42.4246980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4247090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 PASSED [ 54%] 2022-11-23T01:37:42.4247210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4247320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 PASSED [ 54%] 2022-11-23T01:37:42.4247420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4247530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4247680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4247790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4247900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 PASSED [ 54%] 2022-11-23T01:37:42.4248020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 PASSED [ 54%] 2022-11-23T01:37:42.4248130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4248230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4248340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4248450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 PASSED [ 54%] 2022-11-23T01:37:42.4248560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4248670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4248780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4248890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4248990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:37:42.4249130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 PASSED [ 54%] 2022-11-23T01:37:42.4249240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 PASSED [ 54%] 2022-11-23T01:37:42.4249340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4249450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4249550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4249660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4249770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4249880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4249980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4250090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4250200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4250300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4250410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4250520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4250620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4250730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4250840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4250940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:37:42.4251050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4251160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 PASSED [ 54%] 2022-11-23T01:37:42.4251270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4251370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4251480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4251620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4251730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4251840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 PASSED [ 54%] 2022-11-23T01:37:42.4251960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 PASSED [ 54%] 2022-11-23T01:37:42.4252070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4252190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 PASSED [ 54%] 2022-11-23T01:37:42.4252300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4252410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4252520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4252630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4252740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4252840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4252970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4253070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4253180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4253290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4253390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4253500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4253600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4253710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4253820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 PASSED [ 54%] 2022-11-23T01:37:42.4253930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 PASSED [ 54%] 2022-11-23T01:37:42.4254050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4254150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4254260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4254370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4254480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4254600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4254700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4254810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4254920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4255030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4255140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4255250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 PASSED [ 54%] 2022-11-23T01:37:42.4255360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4255500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 PASSED [ 54%] 2022-11-23T01:37:42.4255610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4255720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 PASSED [ 54%] 2022-11-23T01:37:42.4255840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4255960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 PASSED [ 54%] 2022-11-23T01:37:42.4256070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4256180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4256290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4256400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4256510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4256630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 PASSED [ 54%] 2022-11-23T01:37:42.4256740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4256870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 PASSED [ 54%] 2022-11-23T01:37:42.4256980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 PASSED [ 54%] 2022-11-23T01:37:42.4257090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 PASSED [ 54%] 2022-11-23T01:37:42.4257200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool PASSED [ 54%] 2022-11-23T01:37:42.4257310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 PASSED [ 54%] 2022-11-23T01:37:42.4257420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 PASSED [ 54%] 2022-11-23T01:37:42.4257530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4257630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4257740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4257850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4257960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 PASSED [ 55%] 2022-11-23T01:37:42.4258070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4258180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4258290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4258400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4258500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4258610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4258720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4258820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4258930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 PASSED [ 55%] 2022-11-23T01:37:42.4259040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4259150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4259270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4259380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4259490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4259600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4259700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4259810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 PASSED [ 55%] 2022-11-23T01:37:42.4259920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4260030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4260140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4260250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4260350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4260460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4260580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:37:42.4260710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4260830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 PASSED [ 55%] 2022-11-23T01:37:42.4260950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 PASSED [ 55%] 2022-11-23T01:37:42.4261070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4261180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4261290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4261400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4261510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4261630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4261740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4261850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4261960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4262070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4262180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4262280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4262390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4262500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4262610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4262720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4262820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4262930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4263070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 PASSED [ 55%] 2022-11-23T01:37:42.4263180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 PASSED [ 55%] 2022-11-23T01:37:42.4263290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4263400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4263510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4263610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4263730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 PASSED [ 55%] 2022-11-23T01:37:42.4263840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4267590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4267710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4267820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 PASSED [ 55%] 2022-11-23T01:37:42.4267930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 PASSED [ 55%] 2022-11-23T01:37:42.4268130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4268240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4268350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4268460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4268570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4268680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4268790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4268890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4269000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4269110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4269210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4269320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4269430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4269540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4269650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4269750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:37:42.4269860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 PASSED [ 55%] 2022-11-23T01:37:42.4269970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4270080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4270180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4270280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4270390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4270500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 PASSED [ 55%] 2022-11-23T01:37:42.4270630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 PASSED [ 55%] 2022-11-23T01:37:42.4270750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4270850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4270960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4271070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 PASSED [ 55%] 2022-11-23T01:37:42.4271180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 PASSED [ 55%] 2022-11-23T01:37:42.4271280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 PASSED [ 55%] 2022-11-23T01:37:42.4271390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4271490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4271600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4271700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4271810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4271920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 PASSED [ 55%] 2022-11-23T01:37:42.4272040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 PASSED [ 55%] 2022-11-23T01:37:42.4272150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 PASSED [ 55%] 2022-11-23T01:37:42.4272260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4272360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4272470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4272580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4272690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4272800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 PASSED [ 55%] 2022-11-23T01:37:42.4272910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 PASSED [ 55%] 2022-11-23T01:37:42.4273020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 PASSED [ 55%] 2022-11-23T01:37:42.4273130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4273230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4273330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4273440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4273560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 PASSED [ 55%] 2022-11-23T01:37:42.4273670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 PASSED [ 55%] 2022-11-23T01:37:42.4273790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4273900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4274010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4274120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4274220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:37:42.4274330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4274490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4274600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4274710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4274810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4274930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:37:42.4275050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4275160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4275270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4275380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4275490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4275600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 PASSED [ 55%] 2022-11-23T01:37:42.4275700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4275840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4275940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4276040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4276150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4276250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4276350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 PASSED [ 55%] 2022-11-23T01:37:42.4276460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:37:42.4276560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 PASSED [ 55%] 2022-11-23T01:37:42.4276660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4276770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4276870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4276980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:42.4277080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 PASSED [ 55%] 2022-11-23T01:37:42.4277190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 PASSED [ 55%] 2022-11-23T01:37:42.4277290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 PASSED [ 55%] 2022-11-23T01:37:42.4277400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 PASSED [ 55%] 2022-11-23T01:37:42.4277510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 PASSED [ 55%] 2022-11-23T01:37:42.4277610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool PASSED [ 55%] 2022-11-23T01:37:42.4277720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4277820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4277920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4278030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4278130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 PASSED [ 56%] 2022-11-23T01:37:42.4278240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4278360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4278470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool PASSED [ 56%] 2022-11-23T01:37:42.4278580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4278680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4278790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool PASSED [ 56%] 2022-11-23T01:37:42.4278900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4279010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4279120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4279230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 PASSED [ 56%] 2022-11-23T01:37:42.4279340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 PASSED [ 56%] 2022-11-23T01:37:42.4279460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 PASSED [ 56%] 2022-11-23T01:37:42.4279570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4279700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4279800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4279910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 PASSED [ 56%] 2022-11-23T01:37:42.4280020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4280120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool PASSED [ 56%] 2022-11-23T01:37:42.4280240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 PASSED [ 56%] 2022-11-23T01:37:42.4280340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4280450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4280560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4280670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4280770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 PASSED [ 56%] 2022-11-23T01:37:42.4280870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4280980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4281090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4281200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4281310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4281410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4281520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4281620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 PASSED [ 56%] 2022-11-23T01:37:42.4281730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4281840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4281950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4282060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4282190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4282300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4282420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4282530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4282640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4282740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4282860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 PASSED [ 56%] 2022-11-23T01:37:42.4282970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4283080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4283190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4283300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 PASSED [ 56%] 2022-11-23T01:37:42.4283400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 PASSED [ 56%] 2022-11-23T01:37:42.4283530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4283640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4283750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4283860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4283970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4284080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4284200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4284310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool PASSED [ 56%] 2022-11-23T01:37:42.4284420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 PASSED [ 56%] 2022-11-23T01:37:42.4284540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 PASSED [ 56%] 2022-11-23T01:37:42.4284660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4284770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4284880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4284990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4285090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 PASSED [ 56%] 2022-11-23T01:37:42.4285200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 PASSED [ 56%] 2022-11-23T01:37:42.4285310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 PASSED [ 56%] 2022-11-23T01:37:42.4285420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4285530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 PASSED [ 56%] 2022-11-23T01:37:42.4285640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 PASSED [ 56%] 2022-11-23T01:37:42.4285750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4285860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool PASSED [ 56%] 2022-11-23T01:37:42.4285990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 PASSED [ 56%] 2022-11-23T01:37:42.4286100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 PASSED [ 56%] 2022-11-23T01:37:42.4286210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4286320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4286430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 PASSED [ 56%] 2022-11-23T01:37:42.4286540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 PASSED [ 56%] 2022-11-23T01:37:42.4286650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4286760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4286870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 PASSED [ 56%] 2022-11-23T01:37:42.4286980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4287080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4287190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4287290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool PASSED [ 56%] 2022-11-23T01:37:42.4287420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 PASSED [ 56%] 2022-11-23T01:37:42.4287530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 PASSED [ 56%] 2022-11-23T01:37:42.4287640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4287750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4287860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4287970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4288080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4288190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4288300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4288410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4288510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 PASSED [ 56%] 2022-11-23T01:37:42.4288620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4288730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4288840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool PASSED [ 56%] 2022-11-23T01:37:42.4288950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 PASSED [ 56%] 2022-11-23T01:37:42.4289060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 PASSED [ 56%] 2022-11-23T01:37:42.4289170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4289270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 PASSED [ 56%] 2022-11-23T01:37:42.4289380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4289490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4289590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4289700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4289850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4289960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_complex128 PASSED [ 56%] 2022-11-23T01:37:42.4290070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4290180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lerp_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4290290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4290390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool PASSED [ 56%] 2022-11-23T01:37:42.4290500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4290610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 PASSED [ 56%] 2022-11-23T01:37:42.4290730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 56%] 2022-11-23T01:37:42.4290900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4291010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 PASSED [ 56%] 2022-11-23T01:37:42.4291130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 PASSED [ 56%] 2022-11-23T01:37:42.4291240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4291420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4291530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4291640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 PASSED [ 56%] 2022-11-23T01:37:42.4291750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4291870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 PASSED [ 56%] 2022-11-23T01:37:42.4291990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4292110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4292230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 PASSED [ 56%] 2022-11-23T01:37:42.4292350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4292460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 PASSED [ 56%] 2022-11-23T01:37:42.4292570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4292690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4292790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 PASSED [ 56%] 2022-11-23T01:37:42.4292910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4293010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4293120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 PASSED [ 56%] 2022-11-23T01:37:42.4293230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4293330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 PASSED [ 56%] 2022-11-23T01:37:42.4293440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4293550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4293660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool PASSED [ 56%] 2022-11-23T01:37:42.4293790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 PASSED [ 56%] 2022-11-23T01:37:42.4293900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 PASSED [ 56%] 2022-11-23T01:37:42.4297630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 PASSED [ 56%] 2022-11-23T01:37:42.4297740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 PASSED [ 56%] 2022-11-23T01:37:42.4297850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 PASSED [ 56%] 2022-11-23T01:37:42.4297960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 PASSED [ 56%] 2022-11-23T01:37:42.4298060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4298170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 PASSED [ 57%] 2022-11-23T01:37:42.4298280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4298380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4298490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4298600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4298700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4298880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4299010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4299130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4299260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_complex32 PASSED [ 57%] 2022-11-23T01:37:42.4299380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:42.4299510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4299630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4299740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4299870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4299980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_with_dtype_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4300100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4300210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4300320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4300440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4300550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4300660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4300770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4300880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4300990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4301100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4301220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 PASSED [ 57%] 2022-11-23T01:37:42.4301350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4301460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4301570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4301680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4301790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4301900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4302010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4302130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 PASSED [ 57%] 2022-11-23T01:37:42.4302240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 PASSED [ 57%] 2022-11-23T01:37:42.4302360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4302470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:42.4302580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4302710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4302820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4302930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4303030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4303140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4303260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 PASSED [ 57%] 2022-11-23T01:37:42.4303370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:42.4303470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4303590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4303700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4303810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4303920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4304030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4304130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4304240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4304350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:42.4304460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4304560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4304660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4304780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4304890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4305000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 PASSED [ 57%] 2022-11-23T01:37:42.4305120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 PASSED [ 57%] 2022-11-23T01:37:42.4305250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 PASSED [ 57%] 2022-11-23T01:37:42.4305370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4305480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4305590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4305690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4305800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4305910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4306020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4306130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4306230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4306340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4306450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4306590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4306720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:42.4306840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4306960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4307090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4307210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4307340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4307460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:42.4307590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4307710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4307820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4307930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4308050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4308160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4308270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4308380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4308490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 PASSED [ 57%] 2022-11-23T01:37:42.4308610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 PASSED [ 57%] 2022-11-23T01:37:42.4308720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4308830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4308940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4309100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4309210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4309320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 PASSED [ 57%] 2022-11-23T01:37:42.4309420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4309530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4309630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4309750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4309850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:42.4309960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4310070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4310180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4310290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4310410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex128 PASSED [ 57%] 2022-11-23T01:37:42.4310580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_complex32 PASSED [ 57%] 2022-11-23T01:37:42.4310690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4310800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4310910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4311020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4311130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_copy_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4311240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4311350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 PASSED [ 57%] 2022-11-23T01:37:42.4311460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4311570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:42.4311680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4311780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4311900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4312020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4312130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4312230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4312340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 PASSED [ 57%] 2022-11-23T01:37:42.4312450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4312560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 PASSED [ 57%] 2022-11-23T01:37:42.4312670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 PASSED [ 57%] 2022-11-23T01:37:42.4312780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:42.4312880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4313010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4313120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4313220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4313340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 PASSED [ 57%] 2022-11-23T01:37:42.4313450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 PASSED [ 57%] 2022-11-23T01:37:42.4313560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4313670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:42.4313780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4313890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 PASSED [ 57%] 2022-11-23T01:37:42.4314000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 PASSED [ 57%] 2022-11-23T01:37:42.4314110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4314230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 PASSED [ 57%] 2022-11-23T01:37:42.4314380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 PASSED [ 57%] 2022-11-23T01:37:42.4314500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 PASSED [ 57%] 2022-11-23T01:37:42.4314610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 PASSED [ 57%] 2022-11-23T01:37:42.4314730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 PASSED [ 57%] 2022-11-23T01:37:42.4314850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 PASSED [ 57%] 2022-11-23T01:37:42.4314960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool PASSED [ 57%] 2022-11-23T01:37:42.4315070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 PASSED [ 58%] 2022-11-23T01:37:42.4315190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 PASSED [ 58%] 2022-11-23T01:37:42.4315300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 PASSED [ 58%] 2022-11-23T01:37:42.4315410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4315510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4315620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4315730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 PASSED [ 58%] 2022-11-23T01:37:42.4315840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4315950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4316060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool PASSED [ 58%] 2022-11-23T01:37:42.4316170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 PASSED [ 58%] 2022-11-23T01:37:42.4316280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 PASSED [ 58%] 2022-11-23T01:37:42.4316390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 PASSED [ 58%] 2022-11-23T01:37:42.4316500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4316610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4316710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4316870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4316980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 PASSED [ 58%] 2022-11-23T01:37:42.4317080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool PASSED [ 58%] 2022-11-23T01:37:42.4317200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 PASSED [ 58%] 2022-11-23T01:37:42.4317310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 PASSED [ 58%] 2022-11-23T01:37:42.4317420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4317530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 PASSED [ 58%] 2022-11-23T01:37:42.4317640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4317740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 PASSED [ 58%] 2022-11-23T01:37:42.4317850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4317980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4318120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_alpha_dropout_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4318290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4318410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4318530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4318650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4318770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4318890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4319010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4319130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4319260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_group_norm_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4319380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4319510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4319630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4319750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4319870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4320010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4320140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4320270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4320390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4320510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4320630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4320770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4320890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4321020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4321150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_bool PASSED [ 58%] 2022-11-23T01:37:42.4321290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4321420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4321550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4321680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4321810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_log_softmax_with_dtype_cpu_uint8 PASSED [ 58%] 2022-11-23T01:37:42.4321940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4322090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4322220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4322350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 PASSED [ 58%] 2022-11-23T01:37:42.4322470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4322590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 58%] 2022-11-23T01:37:42.4322710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4322830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4322960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4323080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_nll_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4323210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 58%] 2022-11-23T01:37:42.4323340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 58%] 2022-11-23T01:37:42.4323470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4323610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4323730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4323860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 58%] 2022-11-23T01:37:42.4323990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4324120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4324250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4324380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4324540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4324670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4324790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4324910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4325030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4325150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4325270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 PASSED [ 58%] 2022-11-23T01:37:42.4329230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4329360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4329480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4329600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4329710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4329950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4330080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4330210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmax_with_dtype_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4330340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4330480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 58%] 2022-11-23T01:37:42.4330600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4330730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4330860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softmin_with_dtype_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4330990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4331110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4331240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 58%] 2022-11-23T01:37:42.4331370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4331490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4331610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 58%] 2022-11-23T01:37:42.4331740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4331860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4331980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4332100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 PASSED [ 58%] 2022-11-23T01:37:42.4332220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 PASSED [ 58%] 2022-11-23T01:37:42.4332380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 58%] 2022-11-23T01:37:42.4332520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4332640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4332780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_triplet_margin_loss_cpu_uint8 PASSED [ 58%] 2022-11-23T01:37:42.4332890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4333000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 PASSED [ 58%] 2022-11-23T01:37:42.4333110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 PASSED [ 58%] 2022-11-23T01:37:42.4333220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4333330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool PASSED [ 58%] 2022-11-23T01:37:42.4333440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 PASSED [ 58%] 2022-11-23T01:37:42.4333540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4333680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4333780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4333890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4333990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 PASSED [ 58%] 2022-11-23T01:37:42.4334110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 PASSED [ 58%] 2022-11-23T01:37:42.4334220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4334330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4334430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 PASSED [ 58%] 2022-11-23T01:37:42.4334550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4334660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4334770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4334880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4334990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4335100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 PASSED [ 58%] 2022-11-23T01:37:42.4335210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4335310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4335420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 PASSED [ 58%] 2022-11-23T01:37:42.4335530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4335640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4335740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 PASSED [ 58%] 2022-11-23T01:37:42.4335850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 PASSED [ 58%] 2022-11-23T01:37:42.4335950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4336070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 PASSED [ 58%] 2022-11-23T01:37:42.4336190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 PASSED [ 58%] 2022-11-23T01:37:42.4336300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 PASSED [ 58%] 2022-11-23T01:37:42.4336410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 PASSED [ 58%] 2022-11-23T01:37:42.4336520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 PASSED [ 58%] 2022-11-23T01:37:42.4336620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 PASSED [ 58%] 2022-11-23T01:37:42.4336740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 PASSED [ 58%] 2022-11-23T01:37:42.4336850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 PASSED [ 58%] 2022-11-23T01:37:42.4336960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 PASSED [ 58%] 2022-11-23T01:37:42.4337060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 PASSED [ 59%] 2022-11-23T01:37:42.4337170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4337280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4337390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 PASSED [ 59%] 2022-11-23T01:37:42.4337490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 PASSED [ 59%] 2022-11-23T01:37:42.4337620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 PASSED [ 59%] 2022-11-23T01:37:42.4337730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4337830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4337940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4338040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4338150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4338250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 PASSED [ 59%] 2022-11-23T01:37:42.4338360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 PASSED [ 59%] 2022-11-23T01:37:42.4338470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4338580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4338690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 PASSED [ 59%] 2022-11-23T01:37:42.4338800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4338910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4339020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 PASSED [ 59%] 2022-11-23T01:37:42.4339130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 PASSED [ 59%] 2022-11-23T01:37:42.4339240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4339350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4339450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 PASSED [ 59%] 2022-11-23T01:37:42.4339570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:37:42.4339680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4339800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 PASSED [ 59%] 2022-11-23T01:37:42.4339910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 PASSED [ 59%] 2022-11-23T01:37:42.4340040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4340150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4340260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:37:42.4340370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4340480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4340580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4340690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4340800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4340910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:37:42.4341010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4341120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 PASSED [ 59%] 2022-11-23T01:37:42.4341230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 PASSED [ 59%] 2022-11-23T01:37:42.4341330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 PASSED [ 59%] 2022-11-23T01:37:42.4341490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4341600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4341700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:37:42.4341810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4341910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 PASSED [ 59%] 2022-11-23T01:37:42.4342020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 PASSED [ 59%] 2022-11-23T01:37:42.4342130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4342230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4342340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4342440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 PASSED [ 59%] 2022-11-23T01:37:42.4342550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4342660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4342760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4342870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 PASSED [ 59%] 2022-11-23T01:37:42.4342980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:37:42.4343090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 PASSED [ 59%] 2022-11-23T01:37:42.4343190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 PASSED [ 59%] 2022-11-23T01:37:42.4343300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4343400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4343510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:37:42.4343610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4343720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4343820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4343980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 PASSED [ 59%] 2022-11-23T01:37:42.4344090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 PASSED [ 59%] 2022-11-23T01:37:42.4344190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 PASSED [ 59%] 2022-11-23T01:37:42.4344290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4344400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4344510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4344620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 PASSED [ 59%] 2022-11-23T01:37:42.4344730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4344830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4344940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:37:42.4345050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 PASSED [ 59%] 2022-11-23T01:37:42.4345150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4345250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4345390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4345490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 PASSED [ 59%] 2022-11-23T01:37:42.4345600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 PASSED [ 59%] 2022-11-23T01:37:42.4345710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4345810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4345920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4346030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4346130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4346230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4346340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4346440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:37:42.4346550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 PASSED [ 59%] 2022-11-23T01:37:42.4346650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4346750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4346860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4346970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 PASSED [ 59%] 2022-11-23T01:37:42.4347070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 PASSED [ 59%] 2022-11-23T01:37:42.4347180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4347280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4347390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4347490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4347590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 PASSED [ 59%] 2022-11-23T01:37:42.4347720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:37:42.4347860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4347980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_float32 PASSED [ 59%] 2022-11-23T01:37:42.4348100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4348220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4348340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_with_dtype_cpu_uint8 PASSED [ 59%] 2022-11-23T01:37:42.4348450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4348570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4348690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4348800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4348920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4349030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8 PASSED [ 59%] 2022-11-23T01:37:42.4349170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4349290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4349400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4349510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4349630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_bfloat16 PASSED [ 59%] 2022-11-23T01:37:42.4349740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4349860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_entr_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4349970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4350080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4350200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4350310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4350420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_erfcx_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4350530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4350650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4350760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4350860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4350970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4351080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4351190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4351300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4351410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4351520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4351650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 PASSED [ 59%] 2022-11-23T01:37:42.4351770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4351890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_float32 PASSED [ 59%] 2022-11-23T01:37:42.4352000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4352120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_ndtr_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4352250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex128 PASSED [ 59%] 2022-11-23T01:37:42.4352380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex32 PASSED [ 59%] 2022-11-23T01:37:42.4352520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_complex64 PASSED [ 59%] 2022-11-23T01:37:42.4352650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_float16 PASSED [ 59%] 2022-11-23T01:37:42.4352780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int16 PASSED [ 59%] 2022-11-23T01:37:42.4352900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int32 PASSED [ 59%] 2022-11-23T01:37:42.4353050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int64 PASSED [ 59%] 2022-11-23T01:37:42.4353180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_log_softmax_with_dtype_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4353290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool PASSED [ 59%] 2022-11-23T01:37:42.4353400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 PASSED [ 59%] 2022-11-23T01:37:42.4353540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 59%] 2022-11-23T01:37:42.4353670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 59%] 2022-11-23T01:37:42.4353800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 PASSED [ 60%] 2022-11-23T01:37:42.4353930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4354070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4354200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4354330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 PASSED [ 60%] 2022-11-23T01:37:42.4354460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4354580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4354710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 60%] 2022-11-23T01:37:42.4354840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4354970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 60%] 2022-11-23T01:37:42.4355100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 60%] 2022-11-23T01:37:42.4355220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4355350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 PASSED [ 60%] 2022-11-23T01:37:42.4355480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4355600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4355710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtr_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4355820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4355940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4356050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_int16 PASSED [ 60%] 2022-11-23T01:37:42.4356170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_ndtri_cpu_uint8 PASSED [ 60%] 2022-11-23T01:37:42.4356290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4356420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4360170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4360310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_int32 PASSED [ 60%] 2022-11-23T01:37:42.4360500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_softmax_with_dtype_cpu_uint8 PASSED [ 60%] 2022-11-23T01:37:42.4360630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4360760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4360880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 60%] 2022-11-23T01:37:42.4361000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4361120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4361240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int32 PASSED [ 60%] 2022-11-23T01:37:42.4361350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4361470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_xlog1py_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4361580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4361700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 PASSED [ 60%] 2022-11-23T01:37:42.4361810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4361920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4362030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 PASSED [ 60%] 2022-11-23T01:37:42.4362140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 PASSED [ 60%] 2022-11-23T01:37:42.4362240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4362350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4362460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4362570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 PASSED [ 60%] 2022-11-23T01:37:42.4362680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4362790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 PASSED [ 60%] 2022-11-23T01:37:42.4362890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4363060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4363180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4363290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4363400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 PASSED [ 60%] 2022-11-23T01:37:42.4363510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4363620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4363720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4363830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4363940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 PASSED [ 60%] 2022-11-23T01:37:42.4364050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4364150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4364270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4364410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4364520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4364630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4364740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4364850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 PASSED [ 60%] 2022-11-23T01:37:42.4364960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 PASSED [ 60%] 2022-11-23T01:37:42.4365070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4365170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4365270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4365380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4365490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4365590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 PASSED [ 60%] 2022-11-23T01:37:42.4365700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4365810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4365910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4366010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4366120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 PASSED [ 60%] 2022-11-23T01:37:42.4366220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4366320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4366440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4366560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4366670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4366780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4366910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 PASSED [ 60%] 2022-11-23T01:37:42.4367020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4367130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4367240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4367350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4367450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4367550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4367660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 PASSED [ 60%] 2022-11-23T01:37:42.4367760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4367870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4367970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 PASSED [ 60%] 2022-11-23T01:37:42.4368080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4368190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4368320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 PASSED [ 60%] 2022-11-23T01:37:42.4368430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4368530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4368640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 PASSED [ 60%] 2022-11-23T01:37:42.4368740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4368850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4368960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4369070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4369170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4369280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4369400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 XFAIL [ 60%] 2022-11-23T01:37:42.4369520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 XFAIL [ 60%] 2022-11-23T01:37:42.4369630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 XFAIL [ 60%] 2022-11-23T01:37:42.4369740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 XFAIL [ 60%] 2022-11-23T01:37:42.4369850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 XFAIL [ 60%] 2022-11-23T01:37:42.4369960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 XFAIL [ 60%] 2022-11-23T01:37:42.4370070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 XFAIL [ 60%] 2022-11-23T01:37:42.4370180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4370280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 PASSED [ 60%] 2022-11-23T01:37:42.4370390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4370490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4370600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 PASSED [ 60%] 2022-11-23T01:37:42.4370700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4370840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4370950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 PASSED [ 60%] 2022-11-23T01:37:42.4371060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4371170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 PASSED [ 60%] 2022-11-23T01:37:42.4371270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 PASSED [ 60%] 2022-11-23T01:37:42.4371370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4371480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 PASSED [ 60%] 2022-11-23T01:37:42.4371590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4371700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 PASSED [ 60%] 2022-11-23T01:37:42.4371810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4371920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4372030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 PASSED [ 60%] 2022-11-23T01:37:42.4372160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4372270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4372380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 PASSED [ 60%] 2022-11-23T01:37:42.4372490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4372590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4372700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 PASSED [ 60%] 2022-11-23T01:37:42.4372800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 PASSED [ 60%] 2022-11-23T01:37:42.4372910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4373020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4373130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4373240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 PASSED [ 60%] 2022-11-23T01:37:42.4373350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4373460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 PASSED [ 60%] 2022-11-23T01:37:42.4373560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 PASSED [ 60%] 2022-11-23T01:37:42.4373670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 PASSED [ 60%] 2022-11-23T01:37:42.4373780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 PASSED [ 60%] 2022-11-23T01:37:42.4373890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool PASSED [ 60%] 2022-11-23T01:37:42.4374010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 PASSED [ 60%] 2022-11-23T01:37:42.4374130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 PASSED [ 60%] 2022-11-23T01:37:42.4374240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 PASSED [ 60%] 2022-11-23T01:37:42.4374350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:42.4374460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4374570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 PASSED [ 61%] 2022-11-23T01:37:42.4374690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4374800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4374910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 PASSED [ 61%] 2022-11-23T01:37:42.4375020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4375130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 PASSED [ 61%] 2022-11-23T01:37:42.4375240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4375350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 PASSED [ 61%] 2022-11-23T01:37:42.4375460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4375570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4375670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 PASSED [ 61%] 2022-11-23T01:37:42.4375780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4375890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4376020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4376130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4376250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4376360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 PASSED [ 61%] 2022-11-23T01:37:42.4376470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4376580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4376690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 PASSED [ 61%] 2022-11-23T01:37:42.4376800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4376920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4377040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4377150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4377250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4377360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_bool PASSED [ 61%] 2022-11-23T01:37:42.4377470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4377580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4377690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4377800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4377900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_cpu_uint8 PASSED [ 61%] 2022-11-23T01:37:42.4378020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4378130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4378240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4378350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4378490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 PASSED [ 61%] 2022-11-23T01:37:42.4378600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4378710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4378820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4378930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4379040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 PASSED [ 61%] 2022-11-23T01:37:42.4379150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4379260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4379370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 PASSED [ 61%] 2022-11-23T01:37:42.4379480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4379590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 PASSED [ 61%] 2022-11-23T01:37:42.4379700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 PASSED [ 61%] 2022-11-23T01:37:42.4379800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4379950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4380050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4380160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 PASSED [ 61%] 2022-11-23T01:37:42.4380270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4380380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4380480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4380590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4380690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 PASSED [ 61%] 2022-11-23T01:37:42.4380800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool PASSED [ 61%] 2022-11-23T01:37:42.4380910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4381020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 PASSED [ 61%] 2022-11-23T01:37:42.4381120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 PASSED [ 61%] 2022-11-23T01:37:42.4381230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4381340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 PASSED [ 61%] 2022-11-23T01:37:42.4381440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4381550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 PASSED [ 61%] 2022-11-23T01:37:42.4381650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4381760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 PASSED [ 61%] 2022-11-23T01:37:42.4381870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4381970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4382080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool PASSED [ 61%] 2022-11-23T01:37:42.4382190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 PASSED [ 61%] 2022-11-23T01:37:42.4382320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4382420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4382530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_bool PASSED [ 61%] 2022-11-23T01:37:42.4382640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float16 PASSED [ 61%] 2022-11-23T01:37:42.4382750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4382850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_float64 PASSED [ 61%] 2022-11-23T01:37:42.4382960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_xlogy_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4383070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4383180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4383280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 PASSED [ 61%] 2022-11-23T01:37:42.4383390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4383490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 PASSED [ 61%] 2022-11-23T01:37:42.4383600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4383720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 PASSED [ 61%] 2022-11-23T01:37:42.4383850Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 61%] 2022-11-23T01:37:42.4383980Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64 XFAIL [ 61%] 2022-11-23T01:37:42.4384090Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4384200Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int64 PASSED [ 61%] 2022-11-23T01:37:42.4384320Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4384430Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_view_cpu_uint8 PASSED [ 61%] 2022-11-23T01:37:42.4384550Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32 XFAIL [ 61%] 2022-11-23T01:37:42.4384660Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 XFAIL [ 61%] 2022-11-23T01:37:42.4384770Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 XFAIL [ 61%] 2022-11-23T01:37:42.4384870Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 XFAIL [ 61%] 2022-11-23T01:37:42.4384980Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 XFAIL [ 61%] 2022-11-23T01:37:42.4385090Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_bfloat16 XFAIL [ 61%] 2022-11-23T01:37:42.4385200Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_bool XFAIL [ 61%] 2022-11-23T01:37:42.4385310Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex32 XFAIL [ 61%] 2022-11-23T01:37:42.4385420Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_complex64 XFAIL [ 61%] 2022-11-23T01:37:42.4385530Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float16 XFAIL [ 61%] 2022-11-23T01:37:42.4385630Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_float64 XFAIL [ 61%] 2022-11-23T01:37:42.4385740Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int32 XFAIL [ 61%] 2022-11-23T01:37:42.4385850Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_view_cpu_int64 XFAIL [ 61%] 2022-11-23T01:37:42.4385960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4386070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_bool PASSED [ 61%] 2022-11-23T01:37:42.4386210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4386320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4386440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float16 PASSED [ 61%] 2022-11-23T01:37:42.4386550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4390170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4390280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_T_cpu_uint8 PASSED [ 61%] 2022-11-23T01:37:42.4390410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4390550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4390680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4390810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_float64 PASSED [ 61%] 2022-11-23T01:37:42.4390990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4391210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int64 PASSED [ 61%] 2022-11-23T01:37:42.4391340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bfloat16_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4391460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_bool PASSED [ 61%] 2022-11-23T01:37:42.4391590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4391720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4391850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4391980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_float64 PASSED [ 61%] 2022-11-23T01:37:42.4392110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4392230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4392350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_bool_cpu_uint8 PASSED [ 61%] 2022-11-23T01:37:42.4392480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4392610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4392740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4392860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_byte_cpu_uint8 PASSED [ 61%] 2022-11-23T01:37:42.4392990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_bool PASSED [ 61%] 2022-11-23T01:37:42.4393120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex32 PASSED [ 61%] 2022-11-23T01:37:42.4393250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4393390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float16 PASSED [ 61%] 2022-11-23T01:37:42.4393520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_float64 PASSED [ 61%] 2022-11-23T01:37:42.4393660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int16 PASSED [ 61%] 2022-11-23T01:37:42.4393790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cdouble_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4393920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4394050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4394180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_float64 PASSED [ 61%] 2022-11-23T01:37:42.4394310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int32 PASSED [ 61%] 2022-11-23T01:37:42.4394440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_cfloat_cpu_int8 PASSED [ 61%] 2022-11-23T01:37:42.4394570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_bfloat16 PASSED [ 61%] 2022-11-23T01:37:42.4394700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex128 PASSED [ 61%] 2022-11-23T01:37:42.4394830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex32 PASSED [ 61%] 2022-11-23T01:37:42.4394960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_complex64 PASSED [ 61%] 2022-11-23T01:37:42.4395130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float16 PASSED [ 61%] 2022-11-23T01:37:42.4395260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float32 PASSED [ 61%] 2022-11-23T01:37:42.4395380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4395500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4395630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_chalf_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4395750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_bool PASSED [ 62%] 2022-11-23T01:37:42.4395880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4396010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex32 PASSED [ 62%] 2022-11-23T01:37:42.4396140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4396270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float16 PASSED [ 62%] 2022-11-23T01:37:42.4396390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4396520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_char_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4396650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4396780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_bool PASSED [ 62%] 2022-11-23T01:37:42.4396910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4397040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_complex32 PASSED [ 62%] 2022-11-23T01:37:42.4397170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float16 PASSED [ 62%] 2022-11-23T01:37:42.4397290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4397420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4397570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int32 PASSED [ 62%] 2022-11-23T01:37:42.4397700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4397830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_double_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4397960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4398090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_complex32 PASSED [ 62%] 2022-11-23T01:37:42.4398220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4398340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4398460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int32 PASSED [ 62%] 2022-11-23T01:37:42.4398590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4398710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_float_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4398870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_bool PASSED [ 62%] 2022-11-23T01:37:42.4398990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_float16 PASSED [ 62%] 2022-11-23T01:37:42.4399120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_half_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4399240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4399370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_bool PASSED [ 62%] 2022-11-23T01:37:42.4399500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4399620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4399750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4399870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4400000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4400120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_int_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4400240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_bool PASSED [ 62%] 2022-11-23T01:37:42.4400370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4400500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float16 PASSED [ 62%] 2022-11-23T01:37:42.4400630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4400750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4400880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_long_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4401000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4401130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_bool PASSED [ 62%] 2022-11-23T01:37:42.4401280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4401410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4401540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs__conversions_short_cpu_int32 PASSED [ 62%] 2022-11-23T01:37:42.4401660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4401780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 PASSED [ 62%] 2022-11-23T01:37:42.4401900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4402010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 PASSED [ 62%] 2022-11-23T01:37:42.4402130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4402240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4402350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool PASSED [ 62%] 2022-11-23T01:37:42.4402470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4402580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4402720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4402840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4402960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4403080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4403200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4403310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4403430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4403540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4403660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4403780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4403900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 PASSED [ 62%] 2022-11-23T01:37:42.4404010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4404130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4404240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4404350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4404470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4404600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4404720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4404840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4404960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4405080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4405210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int32 PASSED [ 62%] 2022-11-23T01:37:42.4405330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4405440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcmul_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4405560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4405680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4405800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4405910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4406020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4406130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4406250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4406370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 PASSED [ 62%] 2022-11-23T01:37:42.4406480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4406610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4406730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4406840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool PASSED [ 62%] 2022-11-23T01:37:42.4406950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 PASSED [ 62%] 2022-11-23T01:37:42.4407070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4407180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4407290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4407400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4407520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4407630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4407740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 PASSED [ 62%] 2022-11-23T01:37:42.4407840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4407960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4408070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4408190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4408300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4408410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 PASSED [ 62%] 2022-11-23T01:37:42.4408520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4408630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4408750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4408870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4409000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4409110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4409240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4409360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4409490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 PASSED [ 62%] 2022-11-23T01:37:42.4409600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4409720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4409840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4409960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4410070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4410180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4410310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4410430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4410540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool PASSED [ 62%] 2022-11-23T01:37:42.4410660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4410780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4410900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4411010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 PASSED [ 62%] 2022-11-23T01:37:42.4411130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4411240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4411360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4411480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4411590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4411700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4411810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4411930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4412050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 PASSED [ 62%] 2022-11-23T01:37:42.4412160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:42.4412280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4412390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 PASSED [ 62%] 2022-11-23T01:37:42.4412500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 PASSED [ 62%] 2022-11-23T01:37:42.4412610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4412750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 PASSED [ 62%] 2022-11-23T01:37:42.4412870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 PASSED [ 62%] 2022-11-23T01:37:42.4412980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 PASSED [ 62%] 2022-11-23T01:37:42.4413100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 PASSED [ 62%] 2022-11-23T01:37:42.4413210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 PASSED [ 62%] 2022-11-23T01:37:42.4413320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 PASSED [ 62%] 2022-11-23T01:37:42.4413440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4413560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 PASSED [ 63%] 2022-11-23T01:37:42.4413690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 PASSED [ 63%] 2022-11-23T01:37:42.4413810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 PASSED [ 63%] 2022-11-23T01:37:42.4413930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4414040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4414190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4414310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4414430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 PASSED [ 63%] 2022-11-23T01:37:42.4414550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4414670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4414780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4414890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 PASSED [ 63%] 2022-11-23T01:37:42.4415010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4415130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4415250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:37:42.4415370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 PASSED [ 63%] 2022-11-23T01:37:42.4415490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 PASSED [ 63%] 2022-11-23T01:37:42.4415610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4415720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4415840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4415950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4416070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4416180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4416300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4416430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4416570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4416700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4416820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4416940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4417060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4417170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4417290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4417410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4417520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 PASSED [ 63%] 2022-11-23T01:37:42.4417640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4417750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4417900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4418020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4418150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int64 PASSED [ 63%] 2022-11-23T01:37:42.4418270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4418400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_right_shift_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4418520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4418630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4418750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4418880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4419010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 PASSED [ 63%] 2022-11-23T01:37:42.4422770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4422910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4423030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4423160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4423290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 PASSED [ 63%] 2022-11-23T01:37:42.4423410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 PASSED [ 63%] 2022-11-23T01:37:42.4423530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4423650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4423770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:37:42.4423890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float32 PASSED [ 63%] 2022-11-23T01:37:42.4424090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4424210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4424330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bucketize_cpu_int64 PASSED [ 63%] 2022-11-23T01:37:42.4424440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4424560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 PASSED [ 63%] 2022-11-23T01:37:42.4424680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 PASSED [ 63%] 2022-11-23T01:37:42.4424800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 PASSED [ 63%] 2022-11-23T01:37:42.4424910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 PASSED [ 63%] 2022-11-23T01:37:42.4425030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4425140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4425250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4425370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 PASSED [ 63%] 2022-11-23T01:37:42.4425510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 PASSED [ 63%] 2022-11-23T01:37:42.4425620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4425740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:37:42.4425860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 PASSED [ 63%] 2022-11-23T01:37:42.4425970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 PASSED [ 63%] 2022-11-23T01:37:42.4426090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4426210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4426320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4426440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4426550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4426660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4426780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4426890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 PASSED [ 63%] 2022-11-23T01:37:42.4427000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4427120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4427240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 PASSED [ 63%] 2022-11-23T01:37:42.4427360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4427470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4427590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4427710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 PASSED [ 63%] 2022-11-23T01:37:42.4427850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4427960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4428070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 PASSED [ 63%] 2022-11-23T01:37:42.4428190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 PASSED [ 63%] 2022-11-23T01:37:42.4428300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4428430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:37:42.4428550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4428670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 PASSED [ 63%] 2022-11-23T01:37:42.4428790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4428910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4429030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 PASSED [ 63%] 2022-11-23T01:37:42.4429150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4429280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:37:42.4429400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 PASSED [ 63%] 2022-11-23T01:37:42.4429510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 PASSED [ 63%] 2022-11-23T01:37:42.4429630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 PASSED [ 63%] 2022-11-23T01:37:42.4429740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4429860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4429970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4430080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4430190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4430320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:37:42.4430440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4430570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 PASSED [ 63%] 2022-11-23T01:37:42.4430700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 PASSED [ 63%] 2022-11-23T01:37:42.4430820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 PASSED [ 63%] 2022-11-23T01:37:42.4430940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4431070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4431190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4431320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:37:42.4431440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4431570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 PASSED [ 63%] 2022-11-23T01:37:42.4431750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 PASSED [ 63%] 2022-11-23T01:37:42.4431870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4432000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4432120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 PASSED [ 63%] 2022-11-23T01:37:42.4432240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:37:42.4432360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 PASSED [ 63%] 2022-11-23T01:37:42.4432480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 PASSED [ 63%] 2022-11-23T01:37:42.4432600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 PASSED [ 63%] 2022-11-23T01:37:42.4432720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4432840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4432960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4433110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4433230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4433350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 PASSED [ 63%] 2022-11-23T01:37:42.4433470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4433590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4433710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 PASSED [ 63%] 2022-11-23T01:37:42.4433820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4433940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 PASSED [ 63%] 2022-11-23T01:37:42.4434050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool PASSED [ 63%] 2022-11-23T01:37:42.4434170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 PASSED [ 63%] 2022-11-23T01:37:42.4434280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4434400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 PASSED [ 63%] 2022-11-23T01:37:42.4434510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4434620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 PASSED [ 63%] 2022-11-23T01:37:42.4434730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 PASSED [ 63%] 2022-11-23T01:37:42.4434850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 PASSED [ 63%] 2022-11-23T01:37:42.4434960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 PASSED [ 63%] 2022-11-23T01:37:42.4435080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16 PASSED [ 63%] 2022-11-23T01:37:42.4435200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4435320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex64 PASSED [ 64%] 2022-11-23T01:37:42.4435440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4435600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4435720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8 PASSED [ 64%] 2022-11-23T01:37:42.4435830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_bool PASSED [ 64%] 2022-11-23T01:37:42.4435940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4436060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_complex64 PASSED [ 64%] 2022-11-23T01:37:42.4436180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4436290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4436400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4436510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4436640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4436760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 PASSED [ 64%] 2022-11-23T01:37:42.4436880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4437020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 PASSED [ 64%] 2022-11-23T01:37:42.4437140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4437250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 PASSED [ 64%] 2022-11-23T01:37:42.4437380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4437500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_bool PASSED [ 64%] 2022-11-23T01:37:42.4437630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_complex64 PASSED [ 64%] 2022-11-23T01:37:42.4437750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4437870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4438000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int16 PASSED [ 64%] 2022-11-23T01:37:42.4438120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4438240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_copy_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4438360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4438480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4438600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 PASSED [ 64%] 2022-11-23T01:37:42.4438720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 PASSED [ 64%] 2022-11-23T01:37:42.4438830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4438950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4439070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4439180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 PASSED [ 64%] 2022-11-23T01:37:42.4439310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4439460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_bool PASSED [ 64%] 2022-11-23T01:37:42.4439590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4439710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_scatter_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4439830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool PASSED [ 64%] 2022-11-23T01:37:42.4439950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4440060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4440180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4440310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4440440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 PASSED [ 64%] 2022-11-23T01:37:42.4440560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4440690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4440840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4440980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4441100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4441230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 PASSED [ 64%] 2022-11-23T01:37:42.4441360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4441490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4441610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4441730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4441840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 PASSED [ 64%] 2022-11-23T01:37:42.4441960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4442080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 PASSED [ 64%] 2022-11-23T01:37:42.4442190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4442310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4442420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4442540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4442650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 PASSED [ 64%] 2022-11-23T01:37:42.4442800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4442960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4443110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4443270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4443420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4443560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4443700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4443850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4444010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4444160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4444310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4444460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4444620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4444770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4444920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4445070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 64%] 2022-11-23T01:37:42.4445180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool PASSED [ 64%] 2022-11-23T01:37:42.4445300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4445420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 PASSED [ 64%] 2022-11-23T01:37:42.4445530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4445640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4445760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4445870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 PASSED [ 64%] 2022-11-23T01:37:42.4445980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4446100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4446210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4446320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4446440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4446550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4446660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4446780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4446900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4447040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4447160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4447280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4447390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4447510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4447620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 PASSED [ 64%] 2022-11-23T01:37:42.4447730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4447840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4447960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4448070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 PASSED [ 64%] 2022-11-23T01:37:42.4448180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool PASSED [ 64%] 2022-11-23T01:37:42.4448330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4448450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4448560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4448670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4448790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4448900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 PASSED [ 64%] 2022-11-23T01:37:42.4449020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4449150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 PASSED [ 64%] 2022-11-23T01:37:42.4449270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 PASSED [ 64%] 2022-11-23T01:37:42.4449390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4449510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 PASSED [ 64%] 2022-11-23T01:37:42.4449630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 PASSED [ 64%] 2022-11-23T01:37:42.4449750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 PASSED [ 64%] 2022-11-23T01:37:42.4449870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 PASSED [ 64%] 2022-11-23T01:37:42.4449990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 PASSED [ 64%] 2022-11-23T01:37:42.4450100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4450220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4450330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4450450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool PASSED [ 64%] 2022-11-23T01:37:42.4450560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4450680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4450820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4450930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4451050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4451170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 PASSED [ 64%] 2022-11-23T01:37:42.4451280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 PASSED [ 64%] 2022-11-23T01:37:42.4451390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4451500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4455190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4455320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool PASSED [ 64%] 2022-11-23T01:37:42.4455450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4455560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 PASSED [ 64%] 2022-11-23T01:37:42.4455680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4455860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool PASSED [ 64%] 2022-11-23T01:37:42.4455990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4456110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 PASSED [ 64%] 2022-11-23T01:37:42.4456230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 PASSED [ 64%] 2022-11-23T01:37:42.4456340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 PASSED [ 64%] 2022-11-23T01:37:42.4456460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 PASSED [ 64%] 2022-11-23T01:37:42.4456570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 PASSED [ 64%] 2022-11-23T01:37:42.4456680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 PASSED [ 64%] 2022-11-23T01:37:42.4456800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 PASSED [ 64%] 2022-11-23T01:37:42.4456910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool PASSED [ 64%] 2022-11-23T01:37:42.4457030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 PASSED [ 64%] 2022-11-23T01:37:42.4457150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4457260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4457380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4457500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 PASSED [ 65%] 2022-11-23T01:37:42.4457630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4457750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4457870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4457990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4458110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4458250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4458360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4458480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 PASSED [ 65%] 2022-11-23T01:37:42.4458600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4458720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4458830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4458950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4459070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4459180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4459310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 PASSED [ 65%] 2022-11-23T01:37:42.4459430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4459540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4459680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4459800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 PASSED [ 65%] 2022-11-23T01:37:42.4459920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 PASSED [ 65%] 2022-11-23T01:37:42.4460040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 PASSED [ 65%] 2022-11-23T01:37:42.4460160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4460270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4460390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4460500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4460630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:37:42.4460750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4460880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 PASSED [ 65%] 2022-11-23T01:37:42.4461000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 PASSED [ 65%] 2022-11-23T01:37:42.4461130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4461250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4461370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4461500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4461610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4461730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4461850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4461970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4462100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4462220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4462330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4462450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4462560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4462680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4462800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4462910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4463040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 PASSED [ 65%] 2022-11-23T01:37:42.4463150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4463270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4463400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4463520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 PASSED [ 65%] 2022-11-23T01:37:42.4463640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4463750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4463860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4463980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4464100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 PASSED [ 65%] 2022-11-23T01:37:42.4464220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4464340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4464460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4464570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4464680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4464800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4464920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4465030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4465150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4465260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4465380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4465500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4465610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4465730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 PASSED [ 65%] 2022-11-23T01:37:42.4465870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 PASSED [ 65%] 2022-11-23T01:37:42.4465990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4466100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4466220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4466330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 PASSED [ 65%] 2022-11-23T01:37:42.4466450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:37:42.4466570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4466680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4466800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4466910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4467030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 PASSED [ 65%] 2022-11-23T01:37:42.4467180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 PASSED [ 65%] 2022-11-23T01:37:42.4467290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4467400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4467510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4467620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 PASSED [ 65%] 2022-11-23T01:37:42.4467740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:37:42.4467860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 PASSED [ 65%] 2022-11-23T01:37:42.4467970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4468080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4468210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 PASSED [ 65%] 2022-11-23T01:37:42.4468320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4468440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4468550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4468670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4468780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4468910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 PASSED [ 65%] 2022-11-23T01:37:42.4469030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 PASSED [ 65%] 2022-11-23T01:37:42.4469160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4469280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4469400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 PASSED [ 65%] 2022-11-23T01:37:42.4469510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4469650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4469760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4469880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4470010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4470130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4470250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4470370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4470490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4470600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4470720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4470830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4470960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4471080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4471190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4471300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4471410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4471520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4471620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 PASSED [ 65%] 2022-11-23T01:37:42.4471760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 65%] 2022-11-23T01:37:42.4471880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4471990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4472100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4472210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4472320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 PASSED [ 65%] 2022-11-23T01:37:42.4472440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:37:42.4472560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4472680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4472790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4472900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4473020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4473140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 PASSED [ 65%] 2022-11-23T01:37:42.4473260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4473370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4473510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 PASSED [ 65%] 2022-11-23T01:37:42.4473630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 PASSED [ 65%] 2022-11-23T01:37:42.4473750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool PASSED [ 65%] 2022-11-23T01:37:42.4473870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4474000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4474120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 PASSED [ 65%] 2022-11-23T01:37:42.4474240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 PASSED [ 65%] 2022-11-23T01:37:42.4474360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 PASSED [ 65%] 2022-11-23T01:37:42.4474490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 PASSED [ 65%] 2022-11-23T01:37:42.4474610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 PASSED [ 65%] 2022-11-23T01:37:42.4474720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 PASSED [ 65%] 2022-11-23T01:37:42.4474870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 PASSED [ 65%] 2022-11-23T01:37:42.4474990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4475110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4475230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool PASSED [ 66%] 2022-11-23T01:37:42.4475350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4475480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 PASSED [ 66%] 2022-11-23T01:37:42.4475600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4475710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4475830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4475950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4476070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4476190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4476300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4476420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 PASSED [ 66%] 2022-11-23T01:37:42.4476540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4476670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4476790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 PASSED [ 66%] 2022-11-23T01:37:42.4476910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 PASSED [ 66%] 2022-11-23T01:37:42.4477020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 PASSED [ 66%] 2022-11-23T01:37:42.4477150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4477280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4477420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 PASSED [ 66%] 2022-11-23T01:37:42.4477540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4477660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4477780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 PASSED [ 66%] 2022-11-23T01:37:42.4477910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4478040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 PASSED [ 66%] 2022-11-23T01:37:42.4478170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 PASSED [ 66%] 2022-11-23T01:37:42.4478290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4478410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 PASSED [ 66%] 2022-11-23T01:37:42.4478530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4478650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4478800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4478920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4479050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4479170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4479290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 PASSED [ 66%] 2022-11-23T01:37:42.4479420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4479560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 PASSED [ 66%] 2022-11-23T01:37:42.4479690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4479810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4479940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 PASSED [ 66%] 2022-11-23T01:37:42.4480060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4480190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 PASSED [ 66%] 2022-11-23T01:37:42.4480310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4480430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4480550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 PASSED [ 66%] 2022-11-23T01:37:42.4480670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 PASSED [ 66%] 2022-11-23T01:37:42.4480790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4480910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool PASSED [ 66%] 2022-11-23T01:37:42.4481040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4481170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 PASSED [ 66%] 2022-11-23T01:37:42.4481320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4481440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4481560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 PASSED [ 66%] 2022-11-23T01:37:42.4481680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4481800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4481920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4482050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 PASSED [ 66%] 2022-11-23T01:37:42.4482170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 PASSED [ 66%] 2022-11-23T01:37:42.4482280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4482400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4482520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4482640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool PASSED [ 66%] 2022-11-23T01:37:42.4482800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4482920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4483040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4483150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4483270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool PASSED [ 66%] 2022-11-23T01:37:42.4483400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4483520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4483640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 PASSED [ 66%] 2022-11-23T01:37:42.4487310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4487440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4487560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4487680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 PASSED [ 66%] 2022-11-23T01:37:42.4487790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4487920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4488030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 PASSED [ 66%] 2022-11-23T01:37:42.4488150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4488270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4488390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4488510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4488630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4488740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4488900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4489020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4489140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 PASSED [ 66%] 2022-11-23T01:37:42.4489250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4489370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lerp_cpu_complex64 PASSED [ 66%] 2022-11-23T01:37:42.4489490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4489610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4489730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4489840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 PASSED [ 66%] 2022-11-23T01:37:42.4489960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 PASSED [ 66%] 2022-11-23T01:37:42.4490080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4490210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 PASSED [ 66%] 2022-11-23T01:37:42.4490360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4490490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4490620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4490750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4490880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4491030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4491160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 PASSED [ 66%] 2022-11-23T01:37:42.4491280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4491410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4491540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4491670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4491810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4491940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 PASSED [ 66%] 2022-11-23T01:37:42.4492070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4492190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4492320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 PASSED [ 66%] 2022-11-23T01:37:42.4492440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4492560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4492680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 XFAIL [ 66%] 2022-11-23T01:37:42.4492830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 XFAIL [ 66%] 2022-11-23T01:37:42.4492950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 XFAIL [ 66%] 2022-11-23T01:37:42.4493070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 XFAIL [ 66%] 2022-11-23T01:37:42.4493190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4493310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool PASSED [ 66%] 2022-11-23T01:37:42.4493430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4493550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 PASSED [ 66%] 2022-11-23T01:37:42.4493670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4493790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4493910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4494030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 PASSED [ 66%] 2022-11-23T01:37:42.4494140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4494290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4494410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool PASSED [ 66%] 2022-11-23T01:37:42.4494520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4494640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 PASSED [ 66%] 2022-11-23T01:37:42.4494750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 PASSED [ 66%] 2022-11-23T01:37:42.4494870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4494990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4495110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4495230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4495350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 PASSED [ 66%] 2022-11-23T01:37:42.4495460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 PASSED [ 66%] 2022-11-23T01:37:42.4495580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4495700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 PASSED [ 66%] 2022-11-23T01:37:42.4495810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool PASSED [ 66%] 2022-11-23T01:37:42.4495940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 PASSED [ 66%] 2022-11-23T01:37:42.4496060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 PASSED [ 66%] 2022-11-23T01:37:42.4496170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 PASSED [ 66%] 2022-11-23T01:37:42.4496290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 PASSED [ 66%] 2022-11-23T01:37:42.4496400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 PASSED [ 66%] 2022-11-23T01:37:42.4496550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_complex64 PASSED [ 66%] 2022-11-23T01:37:42.4496680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float16 PASSED [ 66%] 2022-11-23T01:37:42.4496840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_float64 PASSED [ 66%] 2022-11-23T01:37:42.4496980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4497110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4497250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_with_dtype_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4497370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:37:42.4497500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool PASSED [ 67%] 2022-11-23T01:37:42.4497630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 PASSED [ 67%] 2022-11-23T01:37:42.4497760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 PASSED [ 67%] 2022-11-23T01:37:42.4497880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4498010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4498140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4498280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4498400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4498540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 PASSED [ 67%] 2022-11-23T01:37:42.4498660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4498790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4498910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4499040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4499160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4499290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 PASSED [ 67%] 2022-11-23T01:37:42.4499410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4499530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 PASSED [ 67%] 2022-11-23T01:37:42.4499660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4499780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:37:42.4499910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool PASSED [ 67%] 2022-11-23T01:37:42.4500030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 PASSED [ 67%] 2022-11-23T01:37:42.4500160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 PASSED [ 67%] 2022-11-23T01:37:42.4500280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4500410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4500530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4500650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4500800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:37:42.4500920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4501040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4501170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4501290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 PASSED [ 67%] 2022-11-23T01:37:42.4501410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool PASSED [ 67%] 2022-11-23T01:37:42.4501530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4501660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 PASSED [ 67%] 2022-11-23T01:37:42.4501780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4501900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4502020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool PASSED [ 67%] 2022-11-23T01:37:42.4502170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4502280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 PASSED [ 67%] 2022-11-23T01:37:42.4502410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 PASSED [ 67%] 2022-11-23T01:37:42.4502540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 PASSED [ 67%] 2022-11-23T01:37:42.4502670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4502790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4502910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4503040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4503160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 PASSED [ 67%] 2022-11-23T01:37:42.4503280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool PASSED [ 67%] 2022-11-23T01:37:42.4503400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 PASSED [ 67%] 2022-11-23T01:37:42.4503520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4503640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4503760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4503880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:37:42.4504020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 67%] 2022-11-23T01:37:42.4504160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 PASSED [ 67%] 2022-11-23T01:37:42.4504290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4504430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4504560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4504720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4504860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:37:42.4505000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool PASSED [ 67%] 2022-11-23T01:37:42.4505140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 67%] 2022-11-23T01:37:42.4505280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 PASSED [ 67%] 2022-11-23T01:37:42.4505410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4505550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 PASSED [ 67%] 2022-11-23T01:37:42.4505680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4505820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4505960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 PASSED [ 67%] 2022-11-23T01:37:42.4506100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4506230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4506340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 PASSED [ 67%] 2022-11-23T01:37:42.4506470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4506590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4506710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:37:42.4506840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 PASSED [ 67%] 2022-11-23T01:37:42.4506960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4507080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4507200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4507320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 PASSED [ 67%] 2022-11-23T01:37:42.4507440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool PASSED [ 67%] 2022-11-23T01:37:42.4507560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 PASSED [ 67%] 2022-11-23T01:37:42.4507680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4507800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool PASSED [ 67%] 2022-11-23T01:37:42.4507920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4508040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4508160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 PASSED [ 67%] 2022-11-23T01:37:42.4508290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex128 PASSED [ 67%] 2022-11-23T01:37:42.4508420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_complex32 PASSED [ 67%] 2022-11-23T01:37:42.4508540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float16 PASSED [ 67%] 2022-11-23T01:37:42.4508690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4508820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4508950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_copy_cpu_uint8 PASSED [ 67%] 2022-11-23T01:37:42.4509070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 PASSED [ 67%] 2022-11-23T01:37:42.4509190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4509310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4509430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 PASSED [ 67%] 2022-11-23T01:37:42.4509540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4509680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:37:42.4509820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 67%] 2022-11-23T01:37:42.4509940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 PASSED [ 67%] 2022-11-23T01:37:42.4510080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4510190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4510310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4510430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 PASSED [ 67%] 2022-11-23T01:37:42.4510540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:37:42.4510660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 PASSED [ 67%] 2022-11-23T01:37:42.4510780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4510900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4511020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 PASSED [ 67%] 2022-11-23T01:37:42.4511180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:37:42.4511340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:37:42.4511500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:37:42.4511650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:37:42.4511810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:37:42.4511960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 67%] 2022-11-23T01:37:42.4512140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:37:42.4512300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:37:42.4512480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:37:42.4512660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:37:42.4512830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:37:42.4512990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 67%] 2022-11-23T01:37:42.4513120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:37:42.4513240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool PASSED [ 67%] 2022-11-23T01:37:42.4513370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 PASSED [ 67%] 2022-11-23T01:37:42.4513500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 PASSED [ 67%] 2022-11-23T01:37:42.4513620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 PASSED [ 67%] 2022-11-23T01:37:42.4513750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 PASSED [ 67%] 2022-11-23T01:37:42.4513870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4514010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4514130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4514250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4514370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 PASSED [ 67%] 2022-11-23T01:37:42.4514500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 PASSED [ 67%] 2022-11-23T01:37:42.4514620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 PASSED [ 67%] 2022-11-23T01:37:42.4514750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 PASSED [ 67%] 2022-11-23T01:37:42.4514870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4514990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4515110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4515220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4515350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 PASSED [ 67%] 2022-11-23T01:37:42.4515470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 PASSED [ 67%] 2022-11-23T01:37:42.4515600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 PASSED [ 67%] 2022-11-23T01:37:42.4515730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 PASSED [ 67%] 2022-11-23T01:37:42.4515850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 PASSED [ 67%] 2022-11-23T01:37:42.4515980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 PASSED [ 67%] 2022-11-23T01:37:42.4516100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 PASSED [ 67%] 2022-11-23T01:37:42.4516220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 PASSED [ 67%] 2022-11-23T01:37:42.4516340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 PASSED [ 68%] 2022-11-23T01:37:42.4516510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4516650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4516820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 68%] 2022-11-23T01:37:42.4516990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 68%] 2022-11-23T01:37:42.4517120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4517260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4517390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4521170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4521310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4521450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_group_norm_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4521640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4521780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4521920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4522050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 PASSED [ 68%] 2022-11-23T01:37:42.4522190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4522340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4522480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4522620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4522760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16 PASSED [ 68%] 2022-11-23T01:37:42.4522890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4523020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4523160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 68%] 2022-11-23T01:37:42.4523300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 PASSED [ 68%] 2022-11-23T01:37:42.4523430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4523570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4523700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4523850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4524000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_bool PASSED [ 68%] 2022-11-23T01:37:42.4524170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_complex128 PASSED [ 68%] 2022-11-23T01:37:42.4524320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4524460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int16 PASSED [ 68%] 2022-11-23T01:37:42.4524610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4524750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_log_softmax_with_dtype_cpu_uint8 PASSED [ 68%] 2022-11-23T01:37:42.4524890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4525030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4525180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4525320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4525450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4525610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4525740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 PASSED [ 68%] 2022-11-23T01:37:42.4525880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4526010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4526150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4526280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_nll_loss_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4526430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4526570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 68%] 2022-11-23T01:37:42.4526710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 68%] 2022-11-23T01:37:42.4526860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 PASSED [ 68%] 2022-11-23T01:37:42.4527000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 PASSED [ 68%] 2022-11-23T01:37:42.4527140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4527280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 PASSED [ 68%] 2022-11-23T01:37:42.4527420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4527560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 PASSED [ 68%] 2022-11-23T01:37:42.4527700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4527840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4528000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4528130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4528270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4528400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4528530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4528660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 PASSED [ 68%] 2022-11-23T01:37:42.4528790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 PASSED [ 68%] 2022-11-23T01:37:42.4528910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4529040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 PASSED [ 68%] 2022-11-23T01:37:42.4529170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4529310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4529460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4529610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4529750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float16 PASSED [ 68%] 2022-11-23T01:37:42.4529890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4530030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int32 PASSED [ 68%] 2022-11-23T01:37:42.4530170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4530310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmax_with_dtype_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4530460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4530610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 68%] 2022-11-23T01:37:42.4530750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4530890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4531030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int16 PASSED [ 68%] 2022-11-23T01:37:42.4531160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4531310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4531440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softmin_with_dtype_cpu_uint8 PASSED [ 68%] 2022-11-23T01:37:42.4531580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4531720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4531880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 68%] 2022-11-23T01:37:42.4532020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4532160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4532290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4532430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4532560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 PASSED [ 68%] 2022-11-23T01:37:42.4532710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_triplet_margin_loss_cpu_int16 PASSED [ 68%] 2022-11-23T01:37:42.4532830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 PASSED [ 68%] 2022-11-23T01:37:42.4532950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4533070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4533190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool PASSED [ 68%] 2022-11-23T01:37:42.4533330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 PASSED [ 68%] 2022-11-23T01:37:42.4533450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 PASSED [ 68%] 2022-11-23T01:37:42.4533570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4533690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool PASSED [ 68%] 2022-11-23T01:37:42.4533820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 PASSED [ 68%] 2022-11-23T01:37:42.4533950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 PASSED [ 68%] 2022-11-23T01:37:42.4534070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 PASSED [ 68%] 2022-11-23T01:37:42.4534190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4534310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 PASSED [ 68%] 2022-11-23T01:37:42.4534440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 PASSED [ 68%] 2022-11-23T01:37:42.4534570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 PASSED [ 68%] 2022-11-23T01:37:42.4534700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4534820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 PASSED [ 68%] 2022-11-23T01:37:42.4534940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4535060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 PASSED [ 68%] 2022-11-23T01:37:42.4535180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 PASSED [ 68%] 2022-11-23T01:37:42.4535310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 PASSED [ 68%] 2022-11-23T01:37:42.4535430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 PASSED [ 68%] 2022-11-23T01:37:42.4535550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4535670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 PASSED [ 68%] 2022-11-23T01:37:42.4535780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool PASSED [ 68%] 2022-11-23T01:37:42.4535930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 PASSED [ 68%] 2022-11-23T01:37:42.4536050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4536170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 PASSED [ 68%] 2022-11-23T01:37:42.4536290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4536410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4536530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4536650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 PASSED [ 68%] 2022-11-23T01:37:42.4536770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 PASSED [ 68%] 2022-11-23T01:37:42.4536900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 PASSED [ 68%] 2022-11-23T01:37:42.4537020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4537140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool PASSED [ 68%] 2022-11-23T01:37:42.4537260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 PASSED [ 68%] 2022-11-23T01:37:42.4537420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 PASSED [ 68%] 2022-11-23T01:37:42.4537540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 PASSED [ 68%] 2022-11-23T01:37:42.4537650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 PASSED [ 68%] 2022-11-23T01:37:42.4537770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4537890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4538010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4538130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool PASSED [ 68%] 2022-11-23T01:37:42.4538250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 PASSED [ 68%] 2022-11-23T01:37:42.4538370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 PASSED [ 68%] 2022-11-23T01:37:42.4538490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 PASSED [ 68%] 2022-11-23T01:37:42.4538600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 PASSED [ 68%] 2022-11-23T01:37:42.4538710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 PASSED [ 68%] 2022-11-23T01:37:42.4538830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 PASSED [ 68%] 2022-11-23T01:37:42.4538940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 PASSED [ 68%] 2022-11-23T01:37:42.4539070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 PASSED [ 68%] 2022-11-23T01:37:42.4539200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool PASSED [ 68%] 2022-11-23T01:37:42.4539330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 PASSED [ 68%] 2022-11-23T01:37:42.4539460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 PASSED [ 68%] 2022-11-23T01:37:42.4539580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 PASSED [ 68%] 2022-11-23T01:37:42.4539710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 PASSED [ 68%] 2022-11-23T01:37:42.4539830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 PASSED [ 68%] 2022-11-23T01:37:42.4539990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 68%] 2022-11-23T01:37:42.4540110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4540230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4540350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4540480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 PASSED [ 69%] 2022-11-23T01:37:42.4540600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 PASSED [ 69%] 2022-11-23T01:37:42.4540720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4540840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4540960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4541090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 PASSED [ 69%] 2022-11-23T01:37:42.4541220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 PASSED [ 69%] 2022-11-23T01:37:42.4541370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4541490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4541610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4541730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4541850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4541970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 PASSED [ 69%] 2022-11-23T01:37:42.4542100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 PASSED [ 69%] 2022-11-23T01:37:42.4542220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 PASSED [ 69%] 2022-11-23T01:37:42.4542340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4542460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4542580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4542700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4542820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 PASSED [ 69%] 2022-11-23T01:37:42.4542940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4543060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4543180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4543290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4543410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4543540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 PASSED [ 69%] 2022-11-23T01:37:42.4543650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4543770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4543920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4544040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4544160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4544280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4544400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4544510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4544630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4544750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4544870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 PASSED [ 69%] 2022-11-23T01:37:42.4544990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4545110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4545250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4545370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4545480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4545610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 PASSED [ 69%] 2022-11-23T01:37:42.4545730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 PASSED [ 69%] 2022-11-23T01:37:42.4545840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4545960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4546070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4546190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 PASSED [ 69%] 2022-11-23T01:37:42.4546320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 PASSED [ 69%] 2022-11-23T01:37:42.4546440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 PASSED [ 69%] 2022-11-23T01:37:42.4546550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 PASSED [ 69%] 2022-11-23T01:37:42.4546670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4546790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4546900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4547020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4547130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4547260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 PASSED [ 69%] 2022-11-23T01:37:42.4547380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4547500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4547620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4547750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4547870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4547990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4548100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4548230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4548350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4548460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4548580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 PASSED [ 69%] 2022-11-23T01:37:42.4548700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 PASSED [ 69%] 2022-11-23T01:37:42.4548820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4548940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4549060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4549190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4549310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4549430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4549550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4549660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4549780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4549890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4550030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_complex128 PASSED [ 69%] 2022-11-23T01:37:42.4550170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_float16 PASSED [ 69%] 2022-11-23T01:37:42.4550300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4550430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4550560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_with_dtype_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4550690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4550820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4550950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4551080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4551210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4551340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4551470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4555230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4555420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4555550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4555680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4555810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4555940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4556060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_entr_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4556180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4556310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4556440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4556560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_erfcx_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4556690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4556850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4556970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4557100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4557220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4557340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4557470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4557590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4557710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4557830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4557950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4558080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4558200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4558320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4558450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4558580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4558710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_ndtr_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4558860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4559000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_complex64 PASSED [ 69%] 2022-11-23T01:37:42.4559140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4559280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4559440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_log_softmax_with_dtype_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4559570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool PASSED [ 69%] 2022-11-23T01:37:42.4559700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4559830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4559960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4560080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4560210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4560360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4560500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4560640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4560810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4560950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4561100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4561240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4561380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4561520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 PASSED [ 69%] 2022-11-23T01:37:42.4561670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 69%] 2022-11-23T01:37:42.4561810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 PASSED [ 69%] 2022-11-23T01:37:42.4561950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 PASSED [ 69%] 2022-11-23T01:37:42.4562080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 PASSED [ 69%] 2022-11-23T01:37:42.4562230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 PASSED [ 69%] 2022-11-23T01:37:42.4562350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_bfloat16 PASSED [ 69%] 2022-11-23T01:37:42.4562480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_float32 PASSED [ 69%] 2022-11-23T01:37:42.4562610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4562730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtr_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4562860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4562990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_ndtri_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4563130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4563290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4563430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4563570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_softmax_with_dtype_cpu_int64 PASSED [ 70%] 2022-11-23T01:37:42.4563710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4563850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4563980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8 PASSED [ 70%] 2022-11-23T01:37:42.4564120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4564250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4564380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4564510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_xlog1py_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4564640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4564790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4564920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4565040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4565160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4565280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4565410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4565530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4565650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4565770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4565890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4566010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4566130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4566260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4566380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4566490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4566610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4566740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 PASSED [ 70%] 2022-11-23T01:37:42.4566860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4566980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4567100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4567250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4567370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4567490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 PASSED [ 70%] 2022-11-23T01:37:42.4567610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4567730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4567850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4567970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4568090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4568220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4568350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4568470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4568590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 PASSED [ 70%] 2022-11-23T01:37:42.4568730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4568850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4568970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4569080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 PASSED [ 70%] 2022-11-23T01:37:42.4569210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4569320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4569440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4569560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4569670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 PASSED [ 70%] 2022-11-23T01:37:42.4569800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4569930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4570050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4570180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 PASSED [ 70%] 2022-11-23T01:37:42.4570300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4570420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4570530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4570660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4570780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4570890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4571010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4571120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4571270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4571390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4571510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4571630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4571750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4571870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4571980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4572090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 PASSED [ 70%] 2022-11-23T01:37:42.4572210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4572330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4572450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4572570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4572720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 PASSED [ 70%] 2022-11-23T01:37:42.4572830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 PASSED [ 70%] 2022-11-23T01:37:42.4572990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4573140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4573300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4573450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4573580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4573710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4573840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4573960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 PASSED [ 70%] 2022-11-23T01:37:42.4574140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4583850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4584240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4584610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4584940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4585250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4585610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 PASSED [ 70%] 2022-11-23T01:37:42.4585960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 PASSED [ 70%] 2022-11-23T01:37:42.4586280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4586660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4587330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4587680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4588000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 PASSED [ 70%] 2022-11-23T01:37:42.4588320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4588670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4589060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4589440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 PASSED [ 70%] 2022-11-23T01:37:42.4589800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4590150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4590490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4590830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4591170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 PASSED [ 70%] 2022-11-23T01:37:42.4591750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4592090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4592450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4592760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 PASSED [ 70%] 2022-11-23T01:37:42.4593090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4593420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4593750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4594070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool PASSED [ 70%] 2022-11-23T01:37:42.4594430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4594790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4595110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 PASSED [ 70%] 2022-11-23T01:37:42.4595490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4595830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4596170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4596520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4596880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4597250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4597580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4597900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 PASSED [ 70%] 2022-11-23T01:37:42.4598220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 PASSED [ 70%] 2022-11-23T01:37:42.4598710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4599050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 PASSED [ 70%] 2022-11-23T01:37:42.4599380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4599720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4600070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4600410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4600750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4601080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 PASSED [ 70%] 2022-11-23T01:37:42.4601460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 PASSED [ 70%] 2022-11-23T01:37:42.4601850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:42.4602210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 PASSED [ 70%] 2022-11-23T01:37:42.4602550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 PASSED [ 70%] 2022-11-23T01:37:42.4603050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 PASSED [ 70%] 2022-11-23T01:37:42.4603390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 PASSED [ 70%] 2022-11-23T01:37:42.4603750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 PASSED [ 70%] 2022-11-23T01:37:42.4604100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 PASSED [ 70%] 2022-11-23T01:37:42.4604440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 PASSED [ 70%] 2022-11-23T01:37:42.4604820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 PASSED [ 71%] 2022-11-23T01:37:42.4605190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_complex32 PASSED [ 71%] 2022-11-23T01:37:42.4605520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int16 PASSED [ 71%] 2022-11-23T01:37:42.4605870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_cpu_int64 PASSED [ 71%] 2022-11-23T01:37:42.4606220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:37:42.4606580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool PASSED [ 71%] 2022-11-23T01:37:42.4606960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4607350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 PASSED [ 71%] 2022-11-23T01:37:42.4607680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 PASSED [ 71%] 2022-11-23T01:37:42.4608040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 PASSED [ 71%] 2022-11-23T01:37:42.4608380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 PASSED [ 71%] 2022-11-23T01:37:42.4608720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 PASSED [ 71%] 2022-11-23T01:37:42.4609090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4609420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 PASSED [ 71%] 2022-11-23T01:37:42.4609770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4610240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 PASSED [ 71%] 2022-11-23T01:37:42.4610590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:37:42.4610960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 PASSED [ 71%] 2022-11-23T01:37:42.4611310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4611650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4611970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 PASSED [ 71%] 2022-11-23T01:37:42.4612310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:37:42.4612630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool PASSED [ 71%] 2022-11-23T01:37:42.4612960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4613320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 PASSED [ 71%] 2022-11-23T01:37:42.4613700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 PASSED [ 71%] 2022-11-23T01:37:42.4614030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 PASSED [ 71%] 2022-11-23T01:37:42.4614480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:37:42.4614800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool PASSED [ 71%] 2022-11-23T01:37:42.4625900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 PASSED [ 71%] 2022-11-23T01:37:42.4626300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 PASSED [ 71%] 2022-11-23T01:37:42.4626640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 PASSED [ 71%] 2022-11-23T01:37:42.4626990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4627320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 PASSED [ 71%] 2022-11-23T01:37:42.4627660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 PASSED [ 71%] 2022-11-23T01:37:42.4627990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 PASSED [ 71%] 2022-11-23T01:37:42.4628310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool PASSED [ 71%] 2022-11-23T01:37:42.4628690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 PASSED [ 71%] 2022-11-23T01:37:42.4629030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4629350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool PASSED [ 71%] 2022-11-23T01:37:42.4629680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 PASSED [ 71%] 2022-11-23T01:37:42.4630020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4630340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 PASSED [ 71%] 2022-11-23T01:37:42.4630750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4631080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 PASSED [ 71%] 2022-11-23T01:37:42.4631400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 PASSED [ 71%] 2022-11-23T01:37:42.4631720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 PASSED [ 71%] 2022-11-23T01:37:42.4632250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 PASSED [ 71%] 2022-11-23T01:37:42.4632590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:37:42.4632930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 PASSED [ 71%] 2022-11-23T01:37:42.4633260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 PASSED [ 71%] 2022-11-23T01:37:42.4633590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4633920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 PASSED [ 71%] 2022-11-23T01:37:42.4634270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 PASSED [ 71%] 2022-11-23T01:37:42.4634600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:37:42.4634920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_bool PASSED [ 71%] 2022-11-23T01:37:42.4635240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int32 PASSED [ 71%] 2022-11-23T01:37:42.4635560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_xlogy_cpu_int64 PASSED [ 71%] 2022-11-23T01:37:42.4635880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:37:42.4636390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool PASSED [ 71%] 2022-11-23T01:37:42.4636720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 PASSED [ 71%] 2022-11-23T01:37:42.4637050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4637410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4637740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 PASSED [ 71%] 2022-11-23T01:37:42.4638060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 PASSED [ 71%] 2022-11-23T01:37:42.4638380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 PASSED [ 71%] 2022-11-23T01:37:42.4638700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 PASSED [ 71%] 2022-11-23T01:37:42.4639050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:37:42.4639400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 PASSED [ 71%] 2022-11-23T01:37:42.4639830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4640180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 PASSED [ 71%] 2022-11-23T01:37:42.4640520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_bfloat16 PASSED [ 71%] 2022-11-23T01:37:42.4640880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex128 PASSED [ 71%] 2022-11-23T01:37:42.4641230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex32 PASSED [ 71%] 2022-11-23T01:37:42.4641610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4641970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_float16 PASSED [ 71%] 2022-11-23T01:37:42.4642300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int32 PASSED [ 71%] 2022-11-23T01:37:42.4642640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_int8 PASSED [ 71%] 2022-11-23T01:37:42.4643000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_view_cpu_uint8 PASSED [ 71%] 2022-11-23T01:37:42.4643330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4643790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4644170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4644490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4644830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4645190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4645520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4645880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4646210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4646530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4646880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4647200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4647520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 XFAIL [ 71%] 2022-11-23T01:37:42.4647990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 XFAIL [ 71%] 2022-11-23T01:37:42.4648320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4648740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4649110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4649430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4649780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4650120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4650450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4650780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4651100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4651420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4651770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4652240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 71%] 2022-11-23T01:37:42.4652720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 71%] 2022-11-23T01:37:42.4653190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 SKIPPED (Fails in most cases, passes on LAZY for some reason) [ 71%] 2022-11-23T01:37:42.4653580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4653940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4654290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4654660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4654990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4655490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4655820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4656150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4656470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4656820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4657240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-11-23T01:37:42.4657630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4657990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4658370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4658780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4659150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4659630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4659980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4660340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdouble_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4660660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4661030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cfloat_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4661350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 XFAIL [ 71%] 2022-11-23T01:37:42.4661670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4662020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4662390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4662770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4663160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4663500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4663820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4664180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4664540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4664940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4665270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4665640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4665970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4666360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4666710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4667170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4667510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4667820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4668220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 PASSED [ 71%] 2022-11-23T01:37:42.4668640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 PASSED [ 71%] 2022-11-23T01:37:42.4668960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4669280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4669590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4669920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4670250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4670600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_copy_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4670940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_copy_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4671410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4671720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4672100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4672470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4672820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4673180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4673500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4673820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4674150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4674510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4674830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4675150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4675460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4675770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4676120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4676440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4676750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4677130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4677470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4677820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4678140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4678700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:37:42.4679050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:37:42.4679370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4679710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4680080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4680400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4680720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4681080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4681410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4681790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4682140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4682490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4683010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4689440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4689670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4689810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4689940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4690070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4690190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4690310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4690470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4690600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4690720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4690840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4690960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4691120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4691280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4691390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4691510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4691630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_cpu_complex64 XFAIL [ 72%] 2022-11-23T01:37:42.4691750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4691870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4691980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4692130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4692460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4692580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4692740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4692870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4692990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4693130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4693250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4693440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4693570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4693720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4693880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4694010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4694280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4694410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4694560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4694720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4694880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4695030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4695180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4695310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4695430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4695550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4695660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4695780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4695940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 72%] 2022-11-23T01:37:42.4696090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 72%] 2022-11-23T01:37:42.4696210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4696330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4696450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4696570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4696730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4696870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4697200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4697330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4697490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4697620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4697750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4697900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4698040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4698200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4698330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4698460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4698590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4698750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4699000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4699160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4699300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4699420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4699550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4699690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4699820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4699980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4700140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4700330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4700450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4705210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4705420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 72%] 2022-11-23T01:37:42.4705580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4705710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4705870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4706040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4706210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4706360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4706610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4706780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4706900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4707030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4707200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4707330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4707490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4707620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4707750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4707910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 XFAIL [ 72%] 2022-11-23T01:37:42.4708060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4708300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4708420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4708540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4708660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4708820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4708950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4709070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4709210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-11-23T01:37:42.4709370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4709520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4709650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 XFAIL [ 72%] 2022-11-23T01:37:42.4709800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 XFAIL [ 72%] 2022-11-23T01:37:42.4709960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 PASSED [ 72%] 2022-11-23T01:37:42.4710120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 PASSED [ 72%] 2022-11-23T01:37:42.4710230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4710350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4710460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4710620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4710780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4710900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4711050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4711320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4711450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4711610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4711740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4711910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4712070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4712200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4712360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4712480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4712610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4712770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4712900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4713190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4713320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4713470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4713630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4713760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4713920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4714040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4714160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4714310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4714440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4714560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4714720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4714870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4715010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4715150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4715300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4715470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4715580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4715740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4715860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4716120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4716280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4716390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4716530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4716680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4716840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4716960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4717130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4717250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4717390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_dropout_backward_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4717550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4717750Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4718030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4718150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4718320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:37:42.4718440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4718600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4718760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4718910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4719070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4719220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4719370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4719500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4719640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4719780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4719940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4720100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4720280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4720420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4720560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4720710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4720990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4721160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4721340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4721480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4721640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4721780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4721950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4722110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4722280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4722420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4722550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4722800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4722940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4723090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4723220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4723360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4723490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4723630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4723800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4723970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4724130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4724300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4724440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4724570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4724710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4724840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4724980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4725150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4725290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4725530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4725670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4725810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4725980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4726130Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4726260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4726390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4726530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4726660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4726830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4726960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4727200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4727330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4727480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4727640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4727760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4727880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4728030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4728160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4728310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4728470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4728590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 XFAIL [ 73%] 2022-11-23T01:37:42.4728720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4728840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4728960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4729080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4729200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4729320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4729450Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4729570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4729690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4729950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4730120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:37:42.4730300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 73%] 2022-11-23T01:37:42.4730430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4730590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4730710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4730830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4730940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4731070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4731210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 XFAIL [ 73%] 2022-11-23T01:37:42.4731340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4731500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4731740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4731860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4731980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4732090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4732220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 PASSED [ 73%] 2022-11-23T01:37:42.4732330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4732470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 PASSED [ 73%] 2022-11-23T01:37:42.4732590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4732710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4732870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4733000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4733120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4733270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4733400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4733550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4733710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4733860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4734020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4734190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4734360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:37:42.4734620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:37:42.4734740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4734860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4734980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4735140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4735270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4735380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4735520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4735680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4735850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4735970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4736100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4736380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4736530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4736660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4736810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4736960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_exponential_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:37:42.4737110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_gaussian_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:37:42.4737280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signal_windows_kaiser_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:37:42.4737400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4737520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4737640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4737820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4737950Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4738060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4738190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4738370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:37:42.4738520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T01:37:42.4738650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4738810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4738940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4739070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4739370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4739500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4739630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4739770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4739940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4740080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4740210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4740380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4740520Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4744420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4744810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 74%] 2022-11-23T01:37:42.4745120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4745250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4745370Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4745490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4745620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4745770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4745900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4746020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4746170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4746290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4746410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4746530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4746690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4746810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4746920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4747040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4747210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4747360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4747480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4747610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4747880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4748040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4748160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4748280Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4748400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4748530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4748680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4748800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4748940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4749060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4749220Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4749340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4749570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4749680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4749810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4749940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4750080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4750230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4750390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4750510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_copy_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4750640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4750780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 XFAIL [ 74%] 2022-11-23T01:37:42.4750930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4751080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4751190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4751340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4751460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4751570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4751700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4751820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4751940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4752090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4752240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4752490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4752610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4752730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4752880Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 PASSED [ 74%] 2022-11-23T01:37:42.4753040Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4753160Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4753310Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4753500Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4753630Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4753750Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4753870Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4754000Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4754120Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4754340Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4754460Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4754580Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4754710Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4754860Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4754980Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4755100Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4755240Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4755370Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4755490Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4755660Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4755820Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdouble_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4755940Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4756060Z test_ops.py::TestCompositeComplianceCPU::test_backward_cfloat_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4756180Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4756370Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4756500Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4756650Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4756790Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4756930Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4757060Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4757180Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4757390Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4757510Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4757650Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4757770Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4757930Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_copy_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4758060Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 PASSED [ 74%] 2022-11-23T01:37:42.4758170Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4758300Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4758450Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4758570Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4758710Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4758850Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4759080Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4759220Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4759350Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4759470Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4759590Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4759720Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4759840Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4759960Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4760090Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4760210Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4760330Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4760450Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4760570Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4760700Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4760850Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4760980Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4761100Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4761240Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4761410Z test_ops.py::TestCompositeComplianceCPU::test_backward_grid_sampler_2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4761560Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4761680Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4761800Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4762060Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4762220Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4762370Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 XFAIL [ 75%] 2022-11-23T01:37:42.4762500Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4762620Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4762740Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4762860Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4762990Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4763110Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4763240Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4763380Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4763540Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4763670Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4763930Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4764070Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4764200Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4764330Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4764470Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4764700Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 75%] 2022-11-23T01:37:42.4764860Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4765000Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4765120Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4765250Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4765390Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4765550Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4765680Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4765810Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4765940Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4766060Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4766180Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4766310Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4766440Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4766560Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4766800Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4766930Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4767070Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4767200Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4767330Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumprod_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4767460Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4767580Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4767710Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4767870Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4768040Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4768240Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4768370Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4768600Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4768750Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4768880Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4769030Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4769160Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4769310Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4769430Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4769550Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4769680Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4769840Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4769980Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4770110Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4770240Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4770370Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4770520Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4770660Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4770800Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4770960Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4771110Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 XFAIL [ 75%] 2022-11-23T01:37:42.4771280Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4771440Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_dropout_backward_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4771690Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4771850Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4772020Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4772170Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4772320Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_alpha_dropout_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4772490Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4772650Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4772820Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4772960Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4773090Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4773240Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4773490Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4773630Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4773810Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4773950Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4774110Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4774260Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4774400Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4774560Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4774730Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4774890Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4775020Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4775160Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4775300Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4775470Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4775610Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4775790Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4775920Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4776060Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4776240Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4776500Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4776640Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4776770Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4776950Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4777090Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4777230Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4777360Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4777500Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4777640Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4777780Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4777910Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4778190Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4778360Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4778500Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4778640Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4778780Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4778930Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4782710Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4782860Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4783020Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4783180Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4783310Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4783450Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4783590Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4783740Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4783900Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 PASSED [ 75%] 2022-11-23T01:37:42.4784050Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4784180Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4784330Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4784510Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4784790Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4784970Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4785090Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4785240Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4785370Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4785530Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4785690Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4785820Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4785960Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4786100Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4786230Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4786470Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4786630Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4786760Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4786880Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4787000Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4787150Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4787280Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4787400Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4787520Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4787680Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4787810Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4787930Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4788050Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4788210Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4788370Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4788490Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4788620Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 XFAIL [ 76%] 2022-11-23T01:37:42.4788770Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4788940Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4789070Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4789220Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4848210Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4848930Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4849270Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4849630Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4850030Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T01:37:42.4850370Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4850720Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4851130Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4851520Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4851860Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4852190Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4852550Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4852880Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4853410Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4853730Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4854210Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 76%] 2022-11-23T01:37:42.4854610Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4854960Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4855370Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4855750Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 XFAIL [ 76%] 2022-11-23T01:37:42.4856110Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4856550Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 76%] 2022-11-23T01:37:42.4856940Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4857280Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4857620Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4857940Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4858270Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4858600Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4858930Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4859250Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4859590Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4859950Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4860320Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4860650Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4861010Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4861550Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4861880Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4862210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4862610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4862980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4863360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4863690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4864060Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__softmax_backward_data_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4864460Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4864790Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4865120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4865440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4866080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:37:42.4866410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4866740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4867150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:37:42.4867470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4867880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4868210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4868550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4868890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4869220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4869560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4869930Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4870360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:37:42.4870760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4871100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdouble_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4871430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4871830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:37:42.4872220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:37:42.4872580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4872930Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4873280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4873770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4874130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4874480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4874820Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4875150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4875520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4875940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:37:42.4876260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4876640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4876980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4877320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_copy_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4877830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4878200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4878530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4878890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4879240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4879580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4879910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4880240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4880570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4880970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:37:42.4881360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:37:42.4881750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4882090Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4882420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4882760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4883120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4883450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4883850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:37:42.4884180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4884510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4884860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4885190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4885680Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4886050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4886390Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4886730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4887100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4887440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4887800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4888200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4888540Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4888970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-11-23T01:37:42.4889400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-11-23T01:37:42.4889890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 PASSED [ 76%] 2022-11-23T01:37:42.4890220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4890540Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4890900Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4891340Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4891720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4892110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4892500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4892890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:37:42.4893300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4893720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4894180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4894510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4894830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4895230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4895600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4896020Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:37:42.4896420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4896890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4897320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4897870Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4898280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4898750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T01:37:42.4899160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 77%] 2022-11-23T01:37:42.4899490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4899860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4900280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4900610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4900980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4901360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4901710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4902180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4902600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4902950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4903300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4903660Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4904070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4904420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4904850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4905310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:37:42.4905670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4906020Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4906380Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4906840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4907200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4907540Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4907950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4908310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4908690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4909070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4909590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4909940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4910300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4910740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4911070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4911460Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4911910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:37:42.4912250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4912700Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4913030Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4913420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4913930Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4914250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4914590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4915010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4915370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4915750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4916120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4916960Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4917340Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4917710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4918060Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4918400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4918740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4919150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4919490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4919810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4920190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4920560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4920970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4932000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4932370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4933060Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4933480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4933900Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4934260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4934650Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4935000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4935330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4935740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4936080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 XFAIL [ 77%] 2022-11-23T01:37:42.4936540Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:37:42.4936930Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4937370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4937970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4938370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4938770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4939210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4939610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4940000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4940430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4940890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_alpha_dropout_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4941300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4941720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4942120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4942620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4943070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4943440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4943840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4944230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4944620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4944990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4945510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4945920Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4946330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4946790Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:37:42.4947190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4947570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4947980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4948460Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4948680Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4948830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4949190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4949340Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4949470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4949620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4949760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4949890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4950080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4950260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 XFAIL [ 77%] 2022-11-23T01:37:42.4950410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4950580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:37:42.4950720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4950860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4951010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4951160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4951320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:37:42.4951470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4951610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4951780Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4951920Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4952210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4952390Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4952530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4952710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4952870Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4953050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-11-23T01:37:42.4953190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4953340Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4953500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:42.4953650Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-11-23T01:37:42.4953930Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:37:42.4954080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4954230Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4954350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4954510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4954670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4954850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4955030Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4955160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4955290Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4955410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4955530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4955680Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4955810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4955990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4956160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4956310Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4956460Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4956590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4956750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4957050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:37:42.4957210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4957380Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4957510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4957660Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scalar_tensor_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4957800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4957970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:37:42.4958130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:37:42.4958290Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:37:42.4958430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4958760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signal_windows_gaussian_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4958880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4959000Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4959180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 SKIPPED (PyTorch is built without MKL support) [ 78%] 2022-11-23T01:37:42.4959370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4959550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4959890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T01:37:42.4960150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T01:37:42.4960280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4960450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4960580Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4960750Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4960920Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4961140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4961350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4961560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4961980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 78%] 2022-11-23T01:37:42.4962190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4962330Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4962480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4962660Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4962850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4963010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4963130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4963300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4963450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4963630Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 78%] 2022-11-23T01:37:42.4963770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4964050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4964170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4964300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4964420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4964570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 SKIPPED (Does not support forward_ad) [ 78%] 2022-11-23T01:37:42.4964700Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4964820Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4964940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4965080Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4965200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4965360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4965530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4965710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4965880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4966030Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 SKIPPED (Does not support autograd) [ 78%] 2022-11-23T01:37:42.4966150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4966270Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4966400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_copy_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4966520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4966640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4966770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4967040Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4967180Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4967310Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4967430Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4967560Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4967680Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4967850Z test_ops.py::TestCompositeComplianceCPU::test_operator__softmax_backward_data_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4968010Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4968140Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4968260Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4968420Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4968540Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4968810Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4968980Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4969100Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4969220Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4969340Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4969500Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4969640Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4969760Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4969880Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4970000Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4970130Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4970250Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4970370Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4970530Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4970690Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4970810Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4970940Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4971080Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4971210Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4971330Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4971460Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4971580Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4971850Z test_ops.py::TestCompositeComplianceCPU::test_operator_cfloat_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4971980Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4972110Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4972270Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4972400Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4972530Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4972650Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4972810Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4972970Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4973100Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4973240Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4973400Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4973650Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4973770Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4973930Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4974050Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4974200Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4974320Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4974440Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4974570Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4974720Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4974880Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4975020Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4975140Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4975260Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4975470Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 SKIPPED (Expected: empty_like is not comparable) [ 78%] 2022-11-23T01:37:42.4975590Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4975710Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4975830Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4975980Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4976110Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4976270Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4976390Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4976540Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4976800Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4976930Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 PASSED [ 78%] 2022-11-23T01:37:42.4977110Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4977290Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4977420Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4977540Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4977690Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4977810Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4977950Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4978120Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4978260Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4978420Z test_ops.py::TestCompositeComplianceCPU::test_operator_grid_sampler_2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4978670Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4978800Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4978920Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4979040Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4979200Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4979320Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4984130Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4984270Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4984400Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4984530Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4984650Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4984810Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (skip) [ 79%] 2022-11-23T01:37:42.4984960Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (skip) [ 79%] 2022-11-23T01:37:42.4985140Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 SKIPPED (skip) [ 79%] 2022-11-23T01:37:42.4985260Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4985390Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4985510Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4985640Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4985760Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4985890Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4986020Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4986150Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4986390Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4986530Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4986660Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4986790Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4986920Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4987060Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4987210Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4987350Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4987500Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4987650Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4987820Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4988100Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 79%] 2022-11-23T01:37:42.4988230Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4988380Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4988520Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4988650Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4988800Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4988930Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4989090Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_with_dtype_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4989220Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4989350Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4989480Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4989600Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4989790Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4989940Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4990070Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4990190Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4990310Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4990440Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4990560Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4990740Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4990870Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4991130Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4991330Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4991450Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4991610Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4991730Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4991860Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4992010Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4992150Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4992290Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4992410Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4992580Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4992770Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4993060Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4993180Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4993330Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4993480Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4993610Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4993760Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4993890Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4994010Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4994140Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4994270Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4994410Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_dropout_backward_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4994550Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4994760Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 79%] 2022-11-23T01:37:42.4994900Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4995030Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4995190Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4995370Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4995570Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4995720Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4995870Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4996110Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4996250Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4996420Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4996600Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4996780Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4996920Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4997060Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4997220Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4997360Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4997520Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4997700Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 SKIPPED (Allowed exemption) [ 79%] 2022-11-23T01:37:42.4997910Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4998050Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4998210Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4998370Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4998560Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4998700Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4998850Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4999000Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4999180Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4999320Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4999450Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4999620Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4999760Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.4999930Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5000100Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5000250Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5000380Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5000520Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5000680Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5000920Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5001110Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5001240Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5001390Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5001520Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5001660Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5001830Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5002000Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5002140Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5002310Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5002550Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5002720Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5002860Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5002990Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5003130Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5003310Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5003440Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5003580Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5003720Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5003870Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5004020Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5004200Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5004360Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5004490Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 PASSED [ 79%] 2022-11-23T01:37:42.5004610Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5004780Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5004950Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5005110Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5005240Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5005400Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5005670Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5005800Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5005930Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5006050Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5006180Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5006300Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5006440Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5006560Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5006720Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5006850Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5006970Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5007100Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5007230Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5007460Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5007580Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5007710Z test_ops.py::TestCompositeComplianceCPU::test_operator_scalar_tensor_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5007830Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5007970Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5008100Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5008260Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5008380Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5008510Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5008660Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5008810Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5008930Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5009070Z test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_cosine_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5009220Z test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_exponential_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5009350Z test_ops.py::TestCompositeComplianceCPU::test_operator_signal_windows_gaussian_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5009530Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5009650Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5009790Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5009950Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5010080Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5010230Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:37:42.5010450Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5010620Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5010770Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5010920Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5011070Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5011350Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T01:37:42.5011610Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T01:37:42.5011790Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5011910Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5012040Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5012280Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5012580Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T01:37:42.5012730Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5012860Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5013000Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5013160Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5013290Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5013450Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5013620Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5013770Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5014040Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T01:37:42.5014300Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 80%] 2022-11-23T01:37:42.5014470Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5014600Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5014740Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5014870Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5015030Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5015210Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5015450Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5015580Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5015720Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5015840Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5015970Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5016080Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5016240Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5016390Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 80%] 2022-11-23T01:37:42.5016530Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5016690Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5016840Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5016990Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5017130Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5017350Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5017500Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5017620Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5017750Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_copy_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5017870Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5018000Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5018150Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5018280Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5018410Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5018560Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5018690Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5018810Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5018950Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:42.5019090Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5019210Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5019340Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5019470Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_bool_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5019600Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_cfloat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5019720Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_chalf_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5019880Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_double_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5020010Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_float_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5023960Z test_ops.py::TestMathBitsCPU::test_conj_view__refs__conversions_int_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5024090Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5024200Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5024320Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5024430Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5024580Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5024710Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5024870Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-11-23T01:37:42.5024980Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5025120Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5025230Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5025360Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5025470Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5025740Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5025850Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5025970Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5026100Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5026250Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5026390Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5026570Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 80%] 2022-11-23T01:37:42.5026690Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5026830Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5026960Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5027090Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-11-23T01:37:42.5027210Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5027320Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5027440Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5027560Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5027700Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5027870Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5027980Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5028150Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5028280Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5028390Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5028500Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5028730Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5028880Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5028990Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5029110Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_lerp_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5029280Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5029400Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 XFAIL [ 80%] 2022-11-23T01:37:42.5029510Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5029620Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5029750Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_softmax_with_dtype_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5029900Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5030020Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 PASSED [ 80%] 2022-11-23T01:37:42.5030160Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 XFAIL [ 80%] 2022-11-23T01:37:42.5030280Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5030490Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5030650Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5030790Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5030930Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5031070Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5031220Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5031330Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5031470Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5031610Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5031760Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5031890Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5032030Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5032170Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5032280Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5032450Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 81%] 2022-11-23T01:37:42.5032570Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5032680Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5032800Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5032950Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5033060Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5033210Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5033430Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5033550Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5033710Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_special_log_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5033840Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5033960Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5034090Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5034210Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5034320Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5034430Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5034570Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5034690Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5034810Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5034920Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5035130Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5035240Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5035360Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5035490Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5035670Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5035790Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5035900Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:37:42.5036010Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5036120Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5036260Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5036370Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5036480Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5036580Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5036700Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5036810Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5036980Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5037090Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5037200Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5037350Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 81%] 2022-11-23T01:37:42.5037470Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5037600Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5037740Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5037850Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5038050Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5038160Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5038310Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5038410Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5038550Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5038670Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5038800Z test_ops.py::TestMathBitsCPU::test_conj_view_cdouble_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5038940Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:37:42.5039040Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5039160Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5039260Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5039380Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5039520Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5039740Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5039850Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5039950Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5040060Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5040190Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5040320Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5040430Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5040570Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5040700Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5040840Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5040950Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5041060Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5041190Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5041340Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:37:42.5041470Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5041590Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 SKIPPED (Skipped!) [ 81%] 2022-11-23T01:37:42.5041700Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5041810Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5041930Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5042040Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5042150Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5042260Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5042400Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5042640Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5042760Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5042900Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5043010Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5043120Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5043230Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5043370Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5043510Z test_ops.py::TestMathBitsCPU::test_conj_view_full_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:37:42.5043620Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5043760Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5043890Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5044010Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5044120Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5044280Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5044500Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5044640Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5044750Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5044860Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5044960Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5045070Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5045220Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 81%] 2022-11-23T01:37:42.5045360Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 81%] 2022-11-23T01:37:42.5045540Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 81%] 2022-11-23T01:37:42.5045680Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 81%] 2022-11-23T01:37:42.5045780Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:37:42.5045890Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5046030Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5046150Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5046280Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5046400Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5046540Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5046670Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5046780Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5046900Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5047020Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5047280Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5047400Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5047550Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5047670Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5047780Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5047900Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5048010Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5048160Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5073870Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 XFAIL [ 81%] 2022-11-23T01:37:42.5074380Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5074700Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5075030Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5075330Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5075960Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5076280Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5076600Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5076900Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5077210Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5077510Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5077810Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5078140Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 PASSED [ 81%] 2022-11-23T01:37:42.5078480Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5078810Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5079140Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5079440Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5079730Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5080020Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5080350Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5080700Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5081060Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose2d_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5081410Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose3d_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5081740Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5082080Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5082420Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5082760Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5083280Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5083680Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5084020Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5084380Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5084790Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5085090Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5085410Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5085740Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5086040Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5086340Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5086660Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 XFAIL [ 82%] 2022-11-23T01:37:42.5086980Z test_ops.py::TestMathBitsCPU::test_conj_view_ops_nvprims_view_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5087420Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5087720Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5088020Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5088350Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5088660Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5089010Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5089310Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5089650Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5089950Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5090290Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5090580Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5090880Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5091170Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5091460Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5091780Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5102670Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5103010Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5103300Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5103620Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5103960Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5104240Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5104590Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5104890Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5105180Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5105640Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5105950Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5106240Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5106530Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5106840Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5107130Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5107430Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5107720Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 XFAIL [ 82%] 2022-11-23T01:37:42.5108010Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5108340Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5108670Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5108970Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5109280Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 PASSED [ 82%] 2022-11-23T01:37:42.5109730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5110030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5110330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5110630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5110940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5111280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5111580Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5111880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_T_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5112270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_bfloat16_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5112610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_bool_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5112960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_cdouble_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5113310Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_cfloat_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5113650Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_double_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5114070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_float_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5114420Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_int_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5114800Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs__conversions_long_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5115130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5115450Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5115760Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5116080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5116410Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5116730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5117250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5117570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5117930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5118250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5118610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5118940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5119290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5119640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5120010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5120330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5120730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5121090Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5121570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5121880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5122220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_copy_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5122600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5123050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-11-23T01:37:42.5123480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-11-23T01:37:42.5123850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5124210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5124540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5124900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5125290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5125620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5125940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5126340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5126670Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5126990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5127310Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5127620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5127940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5128260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5128610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5129130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5129500Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5129810Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5130120Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_lerp_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5130500Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5130830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5131180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:37:42.5131540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5131890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5132230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5132590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5132900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 XFAIL [ 82%] 2022-11-23T01:37:42.5133370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5133730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5134050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_copy_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5134390Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5134850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-11-23T01:37:42.5135230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_log_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5135610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5136000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5136320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5136630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5136940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5137320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 SKIPPED (Test expects tensor input) [ 82%] 2022-11-23T01:37:42.5137630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5137960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5138280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5138620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5138970Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5139370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_log_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5139740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_special_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5140070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 PASSED [ 82%] 2022-11-23T01:37:42.5140540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5140870Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5141180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5141520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5141850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5142190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5142540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5142900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5143210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5143570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5143890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5144200Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5144660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5144970Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5145360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5145680Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5145990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 XFAIL [ 83%] 2022-11-23T01:37:42.5146320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5146630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5146980Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5147280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5147610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5147930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5148240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5148600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5148940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5149240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5149550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5149860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5150160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5150460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5150820Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5151160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cdouble_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5151500Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cfloat_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5151800Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5152250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5152580Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5152890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5153240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5153610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5153930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5154250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5154560Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5154870Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5155170Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5155530Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_copy_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5155830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5156250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5156550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5156860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5157170Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5157480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5157830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5158140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5158520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5158880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5159230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5159580Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5159880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5160190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5160520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5160830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5161180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5161480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5161920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 83%] 2022-11-23T01:37:42.5162230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5162600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5162910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5163310Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 83%] 2022-11-23T01:37:42.5163870Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 83%] 2022-11-23T01:37:42.5164290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 83%] 2022-11-23T01:37:42.5164630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 XFAIL [ 83%] 2022-11-23T01:37:42.5164950Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5165270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5165590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5165910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5166210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5166550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5166890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5167240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5167670Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5168170Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5168480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5168960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 83%] 2022-11-23T01:37:42.5169310Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5169660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5169980Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5170300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5170640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5170980Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5171290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5171600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5171910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5172200Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5172530Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5172910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumsum_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5173230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5173550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5173970Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5174130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5174250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5174360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5174670Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5174850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5174990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5175110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5175270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5175390Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5175500Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5175610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5175740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-11-23T01:37:42.5175940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 SKIPPED (Expected: new_empty_strided is not comparable) [ 83%] 2022-11-23T01:37:42.5176130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5176290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5176560Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5176730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose2d_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5176860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5177030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5177200Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5177330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5177460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5177610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5177730Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5177850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5177970Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ops_nvprims_view_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5178120Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5178240Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5178350Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5183020Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5183140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5183250Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 XFAIL [ 83%] 2022-11-23T01:37:42.5183370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5183520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5183630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5183750Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5183870Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5184070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5184190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5184300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5184420Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5184540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5184650Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5184810Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5184970Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5185090Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5185230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-11-23T01:37:42.5185370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5185490Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5185680Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 PASSED [ 83%] 2022-11-23T01:37:42.5185790Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5185960Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5186070Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5186210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5186350Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5186490Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5186610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5186720Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5186840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5186980Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5187130Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5187270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5187400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5187530Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5187650Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5187760Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5187880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_copy_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5187990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 XFAIL [ 84%] 2022-11-23T01:37:42.5188110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 PASSED [ 84%] 2022-11-23T01:37:42.5188220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 XFAIL [ 84%] 2022-11-23T01:37:42.5188360Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5188470Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5188700Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5188860Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_bool_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5189010Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_byte_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5189130Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_cfloat_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5189260Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_chalf_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5189380Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_float_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5189520Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_int_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5189670Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_long_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5189830Z test_ops.py::TestMathBitsCPU::test_neg_view__refs__conversions_short_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5189960Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5190070Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5190180Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5190400Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5190510Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5190650Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5190750Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5190860Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5190970Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 XFAIL [ 84%] 2022-11-23T01:37:42.5191130Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 84%] 2022-11-23T01:37:42.5191230Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5191340Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5191490Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5191610Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5191730Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5191850Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5191960Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_bucketize_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5192070Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5192200Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5192310Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5192420Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5192540Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5192650Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5192760Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5192870Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5192980Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5193220Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5193370Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5193510Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5193670Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5193820Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5193940Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5194050Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5194160Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5194270Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5194410Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5194560Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5194700Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5194810Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5195030Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5195170Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5195290Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5195400Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5195500Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5195610Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5195760Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5195870Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5195980Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5196090Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5196250Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5196370Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5196510Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5196680Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5196830Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5196970Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5197080Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5197190Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5197300Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5197400Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5197520Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5197630Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5197740Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5197950Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5198090Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5198240Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5198350Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5198460Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5198570Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5198680Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lerp_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5198790Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5198910Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5199030Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5199140Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5199260Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5199370Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5199620Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5199760Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5199870Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5199980Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5200130Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5200290Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5200430Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5200540Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5200650Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5200760Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5200870Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5201070Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 84%] 2022-11-23T01:37:42.5201180Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5201300Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5201480Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 84%] 2022-11-23T01:37:42.5201600Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5201750Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5201880Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_group_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5202040Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5202190Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5202330Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5202540Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5202710Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_log_softmax_with_dtype_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5202850Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5202970Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_nll_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5203140Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5203290Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5203420Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5203580Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5203700Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5203860Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softmax_with_dtype_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5203990Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5204230Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5204380Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5204530Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5204670Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5204780Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5204890Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 XFAIL [ 84%] 2022-11-23T01:37:42.5205010Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5205110Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5205220Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5205370Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5205480Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5205590Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 PASSED [ 84%] 2022-11-23T01:37:42.5205700Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5205810Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5205920Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5206030Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5206140Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5206250Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5206360Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5206500Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5206630Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5206750Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_with_dtype_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5206890Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_entr_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5207130Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5207240Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5207370Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_log_ndtr_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5207500Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5207650Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_ndtri_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5207780Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_softmax_with_dtype_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5207930Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_xlog1py_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5208040Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5208210Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5208330Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5208440Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5208550Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5208690Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5208900Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5209050Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5209150Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5209260Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5209410Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5209550Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5209660Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5209770Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5209880Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5210020Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5210180Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_xlogy_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5210290Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 XFAIL [ 85%] 2022-11-23T01:37:42.5210440Z test_ops.py::TestMathBitsCPU::test_neg_view__softmax_backward_data_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5210600Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5210720Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5210840Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5210980Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5211100Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5211200Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5211310Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5211410Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5211510Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5211620Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5211860Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5211990Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5212120Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5212230Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5212330Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5212430Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5212530Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5212660Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5212760Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5212860Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5213000Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5213120Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5213230Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5213330Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5213580Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5213700Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5213830Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5213950Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5218100Z test_ops.py::TestMathBitsCPU::test_neg_view_cfloat_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5218210Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5218320Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5218460Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5218570Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5218670Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5218780Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5218890Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5219000Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5219120Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5219230Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5219370Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5219470Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5219600Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5219730Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5219830Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5220000Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5220180Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5220290Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5220400Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_copy_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5220630Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5220740Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5220840Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5220980Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5221090Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5221240Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5221390Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5221510Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5221640Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-11-23T01:37:42.5221740Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5221840Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5221940Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5222040Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5222250Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5222360Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5222490Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5222630Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5222730Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5222840Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5222940Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5223080Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5223210Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5223370Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5223480Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5223580Z test_ops.py::TestMathBitsCPU::test_neg_view_full_cpu_float64 XFAIL [ 85%] 2022-11-23T01:37:42.5223680Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5223780Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5223880Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5223980Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5224110Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5224210Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5224310Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5224420Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5224520Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5224680Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5224820Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5225080Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 85%] 2022-11-23T01:37:42.5225190Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5225330Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5225460Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5225570Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5225700Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5225800Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5225900Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5226050Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-11-23T01:37:42.5226230Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-11-23T01:37:42.5226400Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-11-23T01:37:42.5226560Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-11-23T01:37:42.5226770Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5226900Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5227000Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 XFAIL [ 85%] 2022-11-23T01:37:42.5227100Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5227230Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5227340Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5227460Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5227580Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5227720Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5227840Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5227950Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5228070Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5228180Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5228310Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5228410Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5228560Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 PASSED [ 85%] 2022-11-23T01:37:42.5228680Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5228790Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5228910Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5229080Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 86%] 2022-11-23T01:37:42.5229190Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5229310Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5229420Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5229620Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5229770Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5229920Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5230020Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5230130Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5230230Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5230400Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_with_dtype_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5230540Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5230650Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5230760Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5230900Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5231070Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5231180Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5231380Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5231500Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5231600Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5231760Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5231910Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5232020Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5232130Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5232300Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5232420Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5232580Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5232690Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5232790Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5232940Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5233080Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5233210Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5233330Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5233430Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5233570Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5233750Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5233860Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5234040Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 SKIPPED (Expected: new_empty_strided is not comparable) [ 86%] 2022-11-23T01:37:42.5234150Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5234250Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5234520Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5234680Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5234810Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5234960Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_alpha_dropout_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5235090Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5235210Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5235370Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5235530Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5235660Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5235770Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5235900Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5236280Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5236430Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5236580Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5236720Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5236840Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5236960Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5237100Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5237270Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5237460Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-11-23T01:37:42.5237600Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5237720Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5237860Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5237990Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5238130Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5238260Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5238380Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5238510Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5238670Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5238800Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5238920Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5239130Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5239250Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5239370Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5239500Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5239650Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5239770Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5239900Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5240060Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5240210Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5240330Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5240460Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5240580Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5240800Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5240930Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5241050Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5241170Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5241280Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5241440Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5241570Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5241710Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5241830Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5241950Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5242070Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5242190Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5242320Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5242440Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5242550Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5242660Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5242830Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5242970Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5243090Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5243190Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5243300Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5243420Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5243640Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5243750Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5243850Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5243950Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5244080Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5244180Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5244280Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5244390Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5244490Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 XFAIL [ 86%] 2022-11-23T01:37:42.5244610Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5244730Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5244830Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5244930Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5245210Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-11-23T01:37:42.5245330Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5245430Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5245560Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5245660Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5288320Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5288450Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:37:42.5288550Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5288660Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5288770Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5288890Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5289010Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5289120Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5289240Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5289420Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5289540Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5289640Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5289750Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5289860Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5289960Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5290060Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5290190Z test_ops.py::TestMathBitsCPU::test_neg_view_signal_windows_kaiser_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-11-23T01:37:42.5290300Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5290430Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5290530Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5290630Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5290730Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5290850Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5295310Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 PASSED [ 86%] 2022-11-23T01:37:42.5295440Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5295570Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5295690Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5295810Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5295930Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5296050Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5296180Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5296300Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5296420Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5296530Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5296650Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5296990Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T01:37:42.5297270Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5297390Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5297500Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5297600Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5297710Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5297810Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5297920Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5298020Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5298130Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5298230Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5298340Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5298450Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5298560Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5298660Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5298780Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5298880Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5298980Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5299130Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5299230Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5299330Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5299430Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 XFAIL [ 87%] 2022-11-23T01:37:42.5299550Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5299650Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5299760Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5299850Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5299960Z test_ops.py::TestMathBitsCPU::test_neg_view_view_copy_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5300060Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 PASSED [ 87%] 2022-11-23T01:37:42.5300160Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 XFAIL [ 87%] 2022-11-23T01:37:42.5300300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_cdouble_cpu PASSED [ 87%] 2022-11-23T01:37:42.5300440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_cfloat_cpu PASSED [ 87%] 2022-11-23T01:37:42.5300580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_char_cpu PASSED [ 87%] 2022-11-23T01:37:42.5300720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_complex_cpu PASSED [ 87%] 2022-11-23T01:37:42.5300860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_half_cpu PASSED [ 87%] 2022-11-23T01:37:42.5300990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs__conversions_int_cpu PASSED [ 87%] 2022-11-23T01:37:42.5301190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs__cpu PASSED [ 87%] 2022-11-23T01:37:42.5301320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu PASSED [ 87%] 2022-11-23T01:37:42.5301440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos__cpu PASSED [ 87%] 2022-11-23T01:37:42.5314600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu PASSED [ 87%] 2022-11-23T01:37:42.5314730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu PASSED [ 87%] 2022-11-23T01:37:42.5314850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu PASSED [ 87%] 2022-11-23T01:37:42.5314980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu PASSED [ 87%] 2022-11-23T01:37:42.5315100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu PASSED [ 87%] 2022-11-23T01:37:42.5315220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu PASSED [ 87%] 2022-11-23T01:37:42.5315350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu PASSED [ 87%] 2022-11-23T01:37:42.5315470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin__cpu PASSED [ 87%] 2022-11-23T01:37:42.5315590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu PASSED [ 87%] 2022-11-23T01:37:42.5315710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu PASSED [ 87%] 2022-11-23T01:37:42.5315830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh__cpu PASSED [ 87%] 2022-11-23T01:37:42.5315960Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu PASSED [ 87%] 2022-11-23T01:37:42.5316080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu PASSED [ 87%] 2022-11-23T01:37:42.5316250Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu PASSED [ 87%] 2022-11-23T01:37:42.5316380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu PASSED [ 87%] 2022-11-23T01:37:42.5316520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu PASSED [ 87%] 2022-11-23T01:37:42.5316650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu PASSED [ 87%] 2022-11-23T01:37:42.5316780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu PASSED [ 87%] 2022-11-23T01:37:42.5316910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu PASSED [ 87%] 2022-11-23T01:37:42.5317040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bucketize_cpu PASSED [ 87%] 2022-11-23T01:37:42.5317160Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu PASSED [ 87%] 2022-11-23T01:37:42.5317290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp__cpu PASSED [ 87%] 2022-11-23T01:37:42.5317410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu PASSED [ 87%] 2022-11-23T01:37:42.5317540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_min_cpu PASSED [ 87%] 2022-11-23T01:37:42.5317670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu PASSED [ 87%] 2022-11-23T01:37:42.5317800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu PASSED [ 87%] 2022-11-23T01:37:42.5317920Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh__cpu PASSED [ 87%] 2022-11-23T01:37:42.5318040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu PASSED [ 87%] 2022-11-23T01:37:42.5318160Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cumsum__cpu PASSED [ 87%] 2022-11-23T01:37:42.5318380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu PASSED [ 87%] 2022-11-23T01:37:42.5318500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu PASSED [ 87%] 2022-11-23T01:37:42.5318620Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div__cpu PASSED [ 87%] 2022-11-23T01:37:42.5318750Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu PASSED [ 87%] 2022-11-23T01:37:42.5318870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu PASSED [ 87%] 2022-11-23T01:37:42.5318990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq__cpu PASSED [ 87%] 2022-11-23T01:37:42.5319110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu PASSED [ 87%] 2022-11-23T01:37:42.5319230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu PASSED [ 87%] 2022-11-23T01:37:42.5319350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc__cpu PASSED [ 87%] 2022-11-23T01:37:42.5319470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu PASSED [ 87%] 2022-11-23T01:37:42.5319600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp__cpu PASSED [ 87%] 2022-11-23T01:37:42.5319720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu PASSED [ 87%] 2022-11-23T01:37:42.5319840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1__cpu PASSED [ 87%] 2022-11-23T01:37:42.5319960Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu PASSED [ 87%] 2022-11-23T01:37:42.5320080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu PASSED [ 87%] 2022-11-23T01:37:42.5320210Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu PASSED [ 87%] 2022-11-23T01:37:42.5320360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-11-23T01:37:42.5320490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-11-23T01:37:42.5320610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-11-23T01:37:42.5320740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-11-23T01:37:42.5320870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-11-23T01:37:42.5321000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-11-23T01:37:42.5321120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-11-23T01:37:42.5321250Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu PASSED [ 87%] 2022-11-23T01:37:42.5321370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu PASSED [ 87%] 2022-11-23T01:37:42.5321500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu PASSED [ 87%] 2022-11-23T01:37:42.5321620Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu PASSED [ 87%] 2022-11-23T01:37:42.5321740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu PASSED [ 87%] 2022-11-23T01:37:42.5321860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu PASSED [ 87%] 2022-11-23T01:37:42.5321980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu PASSED [ 87%] 2022-11-23T01:37:42.5322100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge__cpu PASSED [ 87%] 2022-11-23T01:37:42.5322220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu PASSED [ 87%] 2022-11-23T01:37:42.5322350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu PASSED [ 87%] 2022-11-23T01:37:42.5322530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu PASSED [ 87%] 2022-11-23T01:37:42.5322650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu PASSED [ 87%] 2022-11-23T01:37:42.5322780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac__cpu PASSED [ 87%] 2022-11-23T01:37:42.5322900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu PASSED [ 87%] 2022-11-23T01:37:42.5323030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu PASSED [ 87%] 2022-11-23T01:37:42.5323150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu PASSED [ 87%] 2022-11-23T01:37:42.5323280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu PASSED [ 87%] 2022-11-23T01:37:42.5323400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu PASSED [ 87%] 2022-11-23T01:37:42.5323530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu PASSED [ 87%] 2022-11-23T01:37:42.5323650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu PASSED [ 87%] 2022-11-23T01:37:42.5323770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu PASSED [ 87%] 2022-11-23T01:37:42.5323890Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu PASSED [ 87%] 2022-11-23T01:37:42.5324010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lerp_cpu PASSED [ 87%] 2022-11-23T01:37:42.5324130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma__cpu PASSED [ 87%] 2022-11-23T01:37:42.5324250Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu PASSED [ 87%] 2022-11-23T01:37:42.5324370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log__cpu PASSED [ 87%] 2022-11-23T01:37:42.5324520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and__cpu PASSED [ 87%] 2022-11-23T01:37:42.5324650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu PASSED [ 87%] 2022-11-23T01:37:42.5324770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or__cpu PASSED [ 87%] 2022-11-23T01:37:42.5324900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu PASSED [ 87%] 2022-11-23T01:37:42.5325020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu PASSED [ 87%] 2022-11-23T01:37:42.5325140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu PASSED [ 87%] 2022-11-23T01:37:42.5325260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu PASSED [ 87%] 2022-11-23T01:37:42.5325390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu PASSED [ 87%] 2022-11-23T01:37:42.5325510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu PASSED [ 87%] 2022-11-23T01:37:42.5325640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu PASSED [ 87%] 2022-11-23T01:37:42.5325760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu PASSED [ 87%] 2022-11-23T01:37:42.5325880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu PASSED [ 87%] 2022-11-23T01:37:42.5326000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mvlgamma__cpu PASSED [ 87%] 2022-11-23T01:37:42.5326130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num__cpu PASSED [ 87%] 2022-11-23T01:37:42.5326260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-11-23T01:37:42.5326380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_copy_cpu PASSED [ 87%] 2022-11-23T01:37:42.5326590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu PASSED [ 87%] 2022-11-23T01:37:42.5326720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-11-23T01:37:42.5326840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu PASSED [ 87%] 2022-11-23T01:37:42.5326990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_alpha_dropout_cpu PASSED [ 87%] 2022-11-23T01:37:42.5327130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-11-23T01:37:42.5327260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-11-23T01:37:42.5327390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-11-23T01:37:42.5327530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu PASSED [ 88%] 2022-11-23T01:37:42.5327670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu PASSED [ 88%] 2022-11-23T01:37:42.5327810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu PASSED [ 88%] 2022-11-23T01:37:42.5327940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_log_softmax_cpu PASSED [ 88%] 2022-11-23T01:37:42.5328090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 88%] 2022-11-23T01:37:42.5328220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish__cpu PASSED [ 88%] 2022-11-23T01:37:42.5328360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu PASSED [ 88%] 2022-11-23T01:37:42.5328530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu PASSED [ 88%] 2022-11-23T01:37:42.5328670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_nll_loss_cpu PASSED [ 88%] 2022-11-23T01:37:42.5328820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 88%] 2022-11-23T01:37:42.5328950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu PASSED [ 88%] 2022-11-23T01:37:42.5329080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu__cpu PASSED [ 88%] 2022-11-23T01:37:42.5329220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu PASSED [ 88%] 2022-11-23T01:37:42.5329350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softmin_cpu PASSED [ 88%] 2022-11-23T01:37:42.5329490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu PASSED [ 88%] 2022-11-23T01:37:42.5329630Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu PASSED [ 88%] 2022-11-23T01:37:42.5329760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu PASSED [ 88%] 2022-11-23T01:37:42.5329900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu PASSED [ 88%] 2022-11-23T01:37:42.5330020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu PASSED [ 88%] 2022-11-23T01:37:42.5330150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu PASSED [ 88%] 2022-11-23T01:37:42.5330280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu PASSED [ 88%] 2022-11-23T01:37:42.5330400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu PASSED [ 88%] 2022-11-23T01:37:42.5330530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal__cpu PASSED [ 88%] 2022-11-23T01:37:42.5330720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu PASSED [ 88%] 2022-11-23T01:37:42.5330840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu PASSED [ 88%] 2022-11-23T01:37:42.5330960Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu PASSED [ 88%] 2022-11-23T01:37:42.5331080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu PASSED [ 88%] 2022-11-23T01:37:42.5331200Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu PASSED [ 88%] 2022-11-23T01:37:42.5331320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt__cpu PASSED [ 88%] 2022-11-23T01:37:42.5331450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu PASSED [ 88%] 2022-11-23T01:37:42.5331570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn__cpu PASSED [ 88%] 2022-11-23T01:37:42.5331690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu PASSED [ 88%] 2022-11-23T01:37:42.5331810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid__cpu PASSED [ 88%] 2022-11-23T01:37:42.5331940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu PASSED [ 88%] 2022-11-23T01:37:42.5332060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign__cpu PASSED [ 88%] 2022-11-23T01:37:42.5332180Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin__cpu PASSED [ 88%] 2022-11-23T01:37:42.5332290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc__cpu PASSED [ 88%] 2022-11-23T01:37:42.5332410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu PASSED [ 88%] 2022-11-23T01:37:42.5332550Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_softmax_cpu PASSED [ 88%] 2022-11-23T01:37:42.5332690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_entr_cpu PASSED [ 88%] 2022-11-23T01:37:42.5332820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_expit_cpu PASSED [ 88%] 2022-11-23T01:37:42.5332950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_log_ndtr_cpu PASSED [ 88%] 2022-11-23T01:37:42.5333090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_xlog1py_cpu PASSED [ 88%] 2022-11-23T01:37:42.5333220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu PASSED [ 88%] 2022-11-23T01:37:42.5333340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt__cpu PASSED [ 88%] 2022-11-23T01:37:42.5333460Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu PASSED [ 88%] 2022-11-23T01:37:42.5333580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square__cpu PASSED [ 88%] 2022-11-23T01:37:42.5333700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu PASSED [ 88%] 2022-11-23T01:37:42.5333820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu PASSED [ 88%] 2022-11-23T01:37:42.5333950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu PASSED [ 88%] 2022-11-23T01:37:42.5334060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu PASSED [ 88%] 2022-11-23T01:37:42.5334190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu PASSED [ 88%] 2022-11-23T01:37:42.5334310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu PASSED [ 88%] 2022-11-23T01:37:42.5334430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu PASSED [ 88%] 2022-11-23T01:37:42.5334550Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu PASSED [ 88%] 2022-11-23T01:37:42.5334740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu PASSED [ 88%] 2022-11-23T01:37:42.5334870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu PASSED [ 88%] 2022-11-23T01:37:42.5334990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu PASSED [ 88%] 2022-11-23T01:37:42.5335120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu PASSED [ 88%] 2022-11-23T01:37:42.5335240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu PASSED [ 88%] 2022-11-23T01:37:42.5335360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu PASSED [ 88%] 2022-11-23T01:37:42.5335490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc__cpu PASSED [ 88%] 2022-11-23T01:37:42.5335610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu PASSED [ 88%] 2022-11-23T01:37:42.5335730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu PASSED [ 88%] 2022-11-23T01:37:42.5335860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu PASSED [ 88%] 2022-11-23T01:37:42.5335990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu PASSED [ 88%] 2022-11-23T01:37:42.5336110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu PASSED [ 88%] 2022-11-23T01:37:42.5336230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu PASSED [ 88%] 2022-11-23T01:37:42.5336350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu PASSED [ 88%] 2022-11-23T01:37:42.5336480Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu PASSED [ 88%] 2022-11-23T01:37:42.5336620Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu PASSED [ 88%] 2022-11-23T01:37:42.5336740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu PASSED [ 88%] 2022-11-23T01:37:42.5336870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu PASSED [ 88%] 2022-11-23T01:37:42.5336990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_T_cpu PASSED [ 88%] 2022-11-23T01:37:42.5337130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_bfloat16_cpu PASSED [ 88%] 2022-11-23T01:37:42.5337270Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_bool_cpu PASSED [ 88%] 2022-11-23T01:37:42.5337400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_char_cpu PASSED [ 88%] 2022-11-23T01:37:42.5337540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_complex_cpu PASSED [ 88%] 2022-11-23T01:37:42.5337670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_double_cpu PASSED [ 88%] 2022-11-23T01:37:42.5337810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_half_cpu PASSED [ 88%] 2022-11-23T01:37:42.5337940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_int_cpu PASSED [ 88%] 2022-11-23T01:37:42.5338070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_long_cpu PASSED [ 88%] 2022-11-23T01:37:42.5338200Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs__conversions_short_cpu PASSED [ 88%] 2022-11-23T01:37:42.5338320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs__cpu PASSED [ 88%] 2022-11-23T01:37:42.5338440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu PASSED [ 88%] 2022-11-23T01:37:42.5338570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu PASSED [ 88%] 2022-11-23T01:37:42.5342730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu PASSED [ 88%] 2022-11-23T01:37:42.5342870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcmul__cpu PASSED [ 88%] 2022-11-23T01:37:42.5342990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu PASSED [ 88%] 2022-11-23T01:37:42.5343120Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu PASSED [ 88%] 2022-11-23T01:37:42.5343230Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu PASSED [ 88%] 2022-11-23T01:37:42.5343360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu PASSED [ 88%] 2022-11-23T01:37:42.5343480Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu PASSED [ 88%] 2022-11-23T01:37:42.5343610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh__cpu PASSED [ 88%] 2022-11-23T01:37:42.5343730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu PASSED [ 88%] 2022-11-23T01:37:42.5343850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu PASSED [ 88%] 2022-11-23T01:37:42.5343970Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan__cpu PASSED [ 88%] 2022-11-23T01:37:42.5344090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh__cpu PASSED [ 88%] 2022-11-23T01:37:42.5344210Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu PASSED [ 88%] 2022-11-23T01:37:42.5344340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu PASSED [ 88%] 2022-11-23T01:37:42.5344470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu PASSED [ 88%] 2022-11-23T01:37:42.5344690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu SKIPPED (_refs.bitwise_right_shift does not have an entry in python_ref_db) [ 88%] 2022-11-23T01:37:42.5344830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu PASSED [ 88%] 2022-11-23T01:37:42.5344950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil__cpu PASSED [ 88%] 2022-11-23T01:37:42.5345070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu PASSED [ 88%] 2022-11-23T01:37:42.5345190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu PASSED [ 88%] 2022-11-23T01:37:42.5345310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_max__cpu PASSED [ 88%] 2022-11-23T01:37:42.5345440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_min__cpu PASSED [ 88%] 2022-11-23T01:37:42.5345560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_min_cpu PASSED [ 88%] 2022-11-23T01:37:42.5345690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu PASSED [ 88%] 2022-11-23T01:37:42.5345820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu PASSED [ 88%] 2022-11-23T01:37:42.5345950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical__cpu PASSED [ 88%] 2022-11-23T01:37:42.5346080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu PASSED [ 88%] 2022-11-23T01:37:42.5346210Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu PASSED [ 88%] 2022-11-23T01:37:42.5346340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign__cpu PASSED [ 88%] 2022-11-23T01:37:42.5346470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu PASSED [ 88%] 2022-11-23T01:37:42.5346590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos__cpu PASSED [ 88%] 2022-11-23T01:37:42.5346800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu PASSED [ 88%] 2022-11-23T01:37:42.5346920Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh__cpu PASSED [ 88%] 2022-11-23T01:37:42.5347040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu PASSED [ 88%] 2022-11-23T01:37:42.5347160Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cumsum__cpu PASSED [ 88%] 2022-11-23T01:37:42.5347300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_scatter_cpu PASSED [ 88%] 2022-11-23T01:37:42.5347430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma__cpu PASSED [ 88%] 2022-11-23T01:37:42.5347550Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu PASSED [ 88%] 2022-11-23T01:37:42.5347670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div__cpu PASSED [ 88%] 2022-11-23T01:37:42.5347790Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu PASSED [ 88%] 2022-11-23T01:37:42.5347910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu PASSED [ 88%] 2022-11-23T01:37:42.5348030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu PASSED [ 88%] 2022-11-23T01:37:42.5348160Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu PASSED [ 88%] 2022-11-23T01:37:42.5348280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq__cpu PASSED [ 88%] 2022-11-23T01:37:42.5348400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu PASSED [ 88%] 2022-11-23T01:37:42.5348520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf__cpu PASSED [ 88%] 2022-11-23T01:37:42.5348640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu PASSED [ 88%] 2022-11-23T01:37:42.5348800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv__cpu PASSED [ 88%] 2022-11-23T01:37:42.5348920Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu PASSED [ 88%] 2022-11-23T01:37:42.5349040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp__cpu PASSED [ 88%] 2022-11-23T01:37:42.5349160Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu PASSED [ 88%] 2022-11-23T01:37:42.5349280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1__cpu PASSED [ 88%] 2022-11-23T01:37:42.5349400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu PASSED [ 88%] 2022-11-23T01:37:42.5349520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu PASSED [ 88%] 2022-11-23T01:37:42.5349650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu PASSED [ 88%] 2022-11-23T01:37:42.5349770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu PASSED [ 88%] 2022-11-23T01:37:42.5349900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu PASSED [ 88%] 2022-11-23T01:37:42.5350030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu PASSED [ 88%] 2022-11-23T01:37:42.5350150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu PASSED [ 88%] 2022-11-23T01:37:42.5350280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu PASSED [ 88%] 2022-11-23T01:37:42.5350400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu PASSED [ 88%] 2022-11-23T01:37:42.5350520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu PASSED [ 88%] 2022-11-23T01:37:42.5350640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu PASSED [ 88%] 2022-11-23T01:37:42.5350840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu PASSED [ 89%] 2022-11-23T01:37:42.5350960Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor__cpu PASSED [ 89%] 2022-11-23T01:37:42.5351080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu PASSED [ 89%] 2022-11-23T01:37:42.5351200Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod__cpu PASSED [ 89%] 2022-11-23T01:37:42.5351320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac__cpu PASSED [ 89%] 2022-11-23T01:37:42.5351490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu SKIPPED (_refs.full does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:37:42.5351610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu PASSED [ 89%] 2022-11-23T01:37:42.5351730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu PASSED [ 89%] 2022-11-23T01:37:42.5351860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu PASSED [ 89%] 2022-11-23T01:37:42.5351980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu PASSED [ 89%] 2022-11-23T01:37:42.5352100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu PASSED [ 89%] 2022-11-23T01:37:42.5352220Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot__cpu PASSED [ 89%] 2022-11-23T01:37:42.5352340Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu PASSED [ 89%] 2022-11-23T01:37:42.5352470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma__cpu PASSED [ 89%] 2022-11-23T01:37:42.5352590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu PASSED [ 89%] 2022-11-23T01:37:42.5352710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu PASSED [ 89%] 2022-11-23T01:37:42.5352860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu PASSED [ 89%] 2022-11-23T01:37:42.5352990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu PASSED [ 89%] 2022-11-23T01:37:42.5353110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu PASSED [ 89%] 2022-11-23T01:37:42.5353270Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu SKIPPED (_refs.item does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:37:42.5353390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le__cpu PASSED [ 89%] 2022-11-23T01:37:42.5353510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu PASSED [ 89%] 2022-11-23T01:37:42.5353630Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lerp_cpu PASSED [ 89%] 2022-11-23T01:37:42.5353750Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu PASSED [ 89%] 2022-11-23T01:37:42.5353880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10__cpu PASSED [ 89%] 2022-11-23T01:37:42.5354000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu PASSED [ 89%] 2022-11-23T01:37:42.5354110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p__cpu PASSED [ 89%] 2022-11-23T01:37:42.5354240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu PASSED [ 89%] 2022-11-23T01:37:42.5354360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu PASSED [ 89%] 2022-11-23T01:37:42.5354490Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_softmax_cpu PASSED [ 89%] 2022-11-23T01:37:42.5354610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu PASSED [ 89%] 2022-11-23T01:37:42.5354740Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor__cpu PASSED [ 89%] 2022-11-23T01:37:42.5354950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu PASSED [ 89%] 2022-11-23T01:37:42.5355070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu PASSED [ 89%] 2022-11-23T01:37:42.5355190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu PASSED [ 89%] 2022-11-23T01:37:42.5355320Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu PASSED [ 89%] 2022-11-23T01:37:42.5355440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu PASSED [ 89%] 2022-11-23T01:37:42.5355560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu PASSED [ 89%] 2022-11-23T01:37:42.5355690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mvlgamma__cpu PASSED [ 89%] 2022-11-23T01:37:42.5355820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num__cpu PASSED [ 89%] 2022-11-23T01:37:42.5355950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_copy_cpu PASSED [ 89%] 2022-11-23T01:37:42.5356070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu PASSED [ 89%] 2022-11-23T01:37:42.5356190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne__cpu PASSED [ 89%] 2022-11-23T01:37:42.5356310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu PASSED [ 89%] 2022-11-23T01:37:42.5356440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter__cpu PASSED [ 89%] 2022-11-23T01:37:42.5356560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu PASSED [ 89%] 2022-11-23T01:37:42.5356710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_alpha_dropout_cpu PASSED [ 89%] 2022-11-23T01:37:42.5356870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu__cpu PASSED [ 89%] 2022-11-23T01:37:42.5357010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu PASSED [ 89%] 2022-11-23T01:37:42.5357140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu__cpu PASSED [ 89%] 2022-11-23T01:37:42.5357280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu PASSED [ 89%] 2022-11-23T01:37:42.5357430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 89%] 2022-11-23T01:37:42.5357570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu PASSED [ 89%] 2022-11-23T01:37:42.5357700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu PASSED [ 89%] 2022-11-23T01:37:42.5357850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 89%] 2022-11-23T01:37:42.5357990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu PASSED [ 89%] 2022-11-23T01:37:42.5358130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 89%] 2022-11-23T01:37:42.5358260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu PASSED [ 89%] 2022-11-23T01:37:42.5358400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu__cpu PASSED [ 89%] 2022-11-23T01:37:42.5358530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softmax_cpu PASSED [ 89%] 2022-11-23T01:37:42.5358670Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softmin_cpu PASSED [ 89%] 2022-11-23T01:37:42.5358810Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu PASSED [ 89%] 2022-11-23T01:37:42.5359020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu PASSED [ 89%] 2022-11-23T01:37:42.5359140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow__cpu PASSED [ 89%] 2022-11-23T01:37:42.5359270Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal__cpu PASSED [ 89%] 2022-11-23T01:37:42.5359400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder__cpu PASSED [ 89%] 2022-11-23T01:37:42.5359520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu PASSED [ 89%] 2022-11-23T01:37:42.5359690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu SKIPPED (_refs.rtruediv does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:37:42.5359820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn__cpu PASSED [ 89%] 2022-11-23T01:37:42.5359940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin__cpu PASSED [ 89%] 2022-11-23T01:37:42.5360060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc__cpu PASSED [ 89%] 2022-11-23T01:37:42.5360190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_softmax_cpu PASSED [ 89%] 2022-11-23T01:37:42.5360310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_entr_cpu PASSED [ 89%] 2022-11-23T01:37:42.5360440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu PASSED [ 89%] 2022-11-23T01:37:42.5360580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_log_ndtr_cpu PASSED [ 89%] 2022-11-23T01:37:42.5360710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_log_softmax_cpu PASSED [ 89%] 2022-11-23T01:37:42.5360840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu PASSED [ 89%] 2022-11-23T01:37:42.5360990Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_ndtr_cpu PASSED [ 89%] 2022-11-23T01:37:42.5361130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_softmax_cpu PASSED [ 89%] 2022-11-23T01:37:42.5361270Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu PASSED [ 89%] 2022-11-23T01:37:42.5361400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu PASSED [ 89%] 2022-11-23T01:37:42.5361520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu PASSED [ 89%] 2022-11-23T01:37:42.5361640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square__cpu PASSED [ 89%] 2022-11-23T01:37:42.5361760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu PASSED [ 89%] 2022-11-23T01:37:42.5361890Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu PASSED [ 89%] 2022-11-23T01:37:42.5362010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu PASSED [ 89%] 2022-11-23T01:37:42.5362140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu PASSED [ 89%] 2022-11-23T01:37:42.5362310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu SKIPPED (_refs.swap_axes does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:37:42.5362430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu PASSED [ 89%] 2022-11-23T01:37:42.5362560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu PASSED [ 89%] 2022-11-23T01:37:42.5362720Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu SKIPPED (_refs.to does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:37:42.5362840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril__cpu PASSED [ 89%] 2022-11-23T01:37:42.5363040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu PASSED [ 89%] 2022-11-23T01:37:42.5363170Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu PASSED [ 89%] 2022-11-23T01:37:42.5363290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc__cpu PASSED [ 89%] 2022-11-23T01:37:42.5363460Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu SKIPPED (_refs.uniform does not have an entry in python_ref_db) [ 89%] 2022-11-23T01:37:42.5363590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu PASSED [ 89%] 2022-11-23T01:37:42.5363710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu PASSED [ 89%] 2022-11-23T01:37:42.5363830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu PASSED [ 89%] 2022-11-23T01:37:42.5363960Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu PASSED [ 89%] 2022-11-23T01:37:42.5364070Z test_ops.py::TestFakeTensorCPU::test_fake___getitem___cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5364180Z test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64 PASSED [ 89%] 2022-11-23T01:37:42.5364280Z test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5364390Z test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5364490Z test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5364590Z test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5364700Z test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5364800Z test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5364910Z test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5365050Z test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5365160Z test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5365260Z test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5365360Z test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5365460Z test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5365560Z test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5365660Z test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5365770Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5365890Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5365990Z test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5366090Z test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5366190Z test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5366290Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5366390Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5366490Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5366610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5366720Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5366840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5366950Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5367150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5367260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5367370Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5367480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5367600Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5367710Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5367830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5367950Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5368070Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5368180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5368290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5368410Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5368520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5368640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5368750Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64 PASSED [ 89%] 2022-11-23T01:37:42.5368870Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64 PASSED [ 89%] 2022-11-23T01:37:42.5368980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64 PASSED [ 89%] 2022-11-23T01:37:42.5369130Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 PASSED [ 89%] 2022-11-23T01:37:42.5369240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64 PASSED [ 89%] 2022-11-23T01:37:42.5369350Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5369470Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5369580Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32 PASSED [ 89%] 2022-11-23T01:37:42.5369690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5369810Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdouble_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5369920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cfloat_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5370040Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5370160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5370270Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5370380Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5370500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5370610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5370730Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5370850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5370990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:37:42.5374660Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5375600Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5375960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5376320Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5376670Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5376990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5377300Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5377610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5377920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5378250Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5407150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5407610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5407920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5408230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5408560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5408870Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5409210Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5409550Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5410210Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5410530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5410840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5411150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5411460Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5456340Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5456460Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5456570Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5456690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5456810Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5456920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5457070Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5457220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5457330Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5457440Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5457560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5457700Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5457820Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5457940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5458320Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5458430Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5458580Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64 PASSED [ 90%] 2022-11-23T01:37:42.5458690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5458800Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5458920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5459050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5459170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5459290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5459430Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5459580Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5459740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-11-23T01:37:42.5459850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5459960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5460100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5460260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5460410Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5460720Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5460870Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5460990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5461110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5461240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5461360Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5461520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5461640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5461760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5461910Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:37:42.5462050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:37:42.5462160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5462320Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5462500Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:37:42.5462620Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5462740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5462890Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5463250Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5463400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5463520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5463630Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5463740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5463850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5464000Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5464140Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5464270Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5464390Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5464510Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5464650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5464770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5464890Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5465040Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5465160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5465270Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5465590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5465710Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5465820Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5465970Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5466080Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5466200Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5466340Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5466460Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5466580Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5466690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5466810Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5466920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5467030Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5467160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5467300Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:37:42.5467450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:37:42.5467590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:37:42.5467960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5468090Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-11-23T01:37:42.5468220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_dropout_backward_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5468330Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5468460Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5468570Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5468690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5468840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5469000Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 90%] 2022-11-23T01:37:42.5469140Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5469280Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5469410Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5469550Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5469680Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5469810Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5470060Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5470190Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5470320Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5470450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5470590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5470720Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5470880Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5471010Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5471170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5471340Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5471480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5471610Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5471740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5471870Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5472030Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5472150Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5472530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 90%] 2022-11-23T01:37:42.5472680Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5472810Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5472970Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5473100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5473260Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5473450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5473590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5473740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5473880Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5474010Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5474140Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5474270Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mish_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5474400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5474560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5474800Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5474940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5475070Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5475190Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5475330Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5475480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5475640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 PASSED [ 91%] 2022-11-23T01:37:42.5475780Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5475940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5476070Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5476190Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5476320Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5476480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5476630Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5476760Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5476900Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5477220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5477330Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5477480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5477600Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5477710Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5477830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5477940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5478050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5478190Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5478320Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5478460Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5478570Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5478720Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5478840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5478980Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5479100Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5479220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5479420Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5479540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5479650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5479770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5479880Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5480000Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5480110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5480230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5480360Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5480480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5480640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5480820Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5480940Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5481050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5481170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5481290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_cosine_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5481450Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_exponential_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5481780Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signal_windows_gaussian_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5481890Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5482020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5482130Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5482250Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5482400Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5482550Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5482690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_erfcx_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5482830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5482990Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5483110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5483240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5483530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:37:42.5483660Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5483790Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5483910Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5484180Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5484350Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5484510Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5484780Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 91%] 2022-11-23T01:37:42.5484920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5485040Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5485170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5485310Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5485430Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5485540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5485660Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5485770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5485890Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5486020Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5486170Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5486280Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5486410Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T01:37:42.5486710Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5486840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5486970Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5487080Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5487200Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64 PASSED [ 91%] 2022-11-23T01:37:42.5487310Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5487420Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64 PASSED [ 91%] 2022-11-23T01:37:42.5487540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5487650Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5487770Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_copy_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5487900Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5488040Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5488160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5492270Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5492390Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5492510Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5492630Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_copy_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5492850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5492960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5493090Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5493220Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5493330Z test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5493450Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64 PASSED [ 91%] 2022-11-23T01:37:42.5493550Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64 PASSED [ 91%] 2022-11-23T01:37:42.5493670Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64 PASSED [ 91%] 2022-11-23T01:37:42.5493770Z test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5493910Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5494020Z test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5494150Z test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5494250Z test_ops.py::TestFakeTensorCPU::test_fake_cfloat_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5494350Z test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5494480Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T01:37:42.5494610Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T01:37:42.5494740Z test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5494850Z test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5495150Z test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5495280Z test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5495390Z test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32 PASSED [ 91%] 2022-11-23T01:37:42.5495530Z test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-11-23T01:37:42.5495700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5495850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5496010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5496170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5496320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5496470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5496620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5496770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5496910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5497080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5497240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5497460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5497640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5497790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-11-23T01:37:42.5530920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5531130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5531320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5531470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5531650Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5531790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5531960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5532120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cfloat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5532300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5532480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5532670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5533090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5533240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5533390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5533540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5533690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5533860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5534000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5534170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5534320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5534460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5534610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5534740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5534900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5535030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5535170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5535350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5535480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5535960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5536140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5536320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5536490Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5536670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5536810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5536950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5537090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5537230Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5537400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5537540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5537930Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5538080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5538220Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5538360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5538500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5538640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5538780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5538930Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5539070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5539240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5539390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_grid_sampler_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5539530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5539670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5539810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5539990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5540130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5540310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5540660Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5540820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5540970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5541110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5541270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5541430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5541600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5541790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5541940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5542320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5542460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:37:42.5542610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5542750Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5542900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5543040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5543200Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5543340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5543530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5543700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5543850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5543990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5544120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5544270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5544420Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5544560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5544700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5545070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5545220Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5545370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5545510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5545650Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5545790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5545960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_pool2d_with_indices_backward_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5546110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5546260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5546430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5546810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5546960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5547100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5547250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5547440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5547580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5547720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5547870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5548010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5548180Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5548340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5548480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5548690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5548880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5549090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5549250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5549620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5549780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5549930Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5550100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5550250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5550440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5550630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5550800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5550940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-11-23T01:37:42.5551100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5551480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5551630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5551790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5552000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5552160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5552310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5552470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5552660Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5589830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5590410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5590890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5591340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5591800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5592250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5593280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5593710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5594130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5594570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5595050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5595540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5595990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5596420Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5596840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5597350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5599330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5599830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5600270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5600710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5601130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5601570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5602050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-11-23T01:37:42.5602500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5602910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5603390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5603800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5604220Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5604690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5605140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5605610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5606370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5606850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5607260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5607650Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5624220Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5624650Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5625070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5625500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5625890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5626280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5627060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-11-23T01:37:42.5627470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5627970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5628460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5628870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5629280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5629690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5630070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5630450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5630870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5631250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5631640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5632030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5632440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5632840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5633310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5633740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5634440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5634840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5635210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5635590Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5635960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5636360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5636770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5664080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5664610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5665060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5666120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5666500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5666880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5667280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5667690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5668150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5668620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5669050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5669470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5669920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5670330Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5670740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5671110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5671520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5671940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5672360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5672760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5673610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5674030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5674400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5674820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5675210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5675580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5675950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5676340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5676750Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5677160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5677830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5678210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5678580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5678980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5679390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5679780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5680190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5680580Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5680960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5681360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5699940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5700430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5700820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5701210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5709800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5710210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5710600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5711340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5711760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5712150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5712530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5712940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5713320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5713700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5714080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5714510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5714940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5715350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5716080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdouble_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5716470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5716860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5717300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5717710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5718110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5718510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5718900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5719300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5719690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5720110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5720490Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5720870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5721280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5721670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5722050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5722750Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5723150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5723540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5723970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5724390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5724770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5725180Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5725610Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5725990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5726370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5727070Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5727450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5727820Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5728200Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5728590Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5728980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5729370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5745570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5745990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5746380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5746790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5747250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5747650Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5748030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5748430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5749260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5750060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5750880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5751320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5751720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5752110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5752550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_grid_sampler_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5752940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5753350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-11-23T01:37:42.5753730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5754120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5754520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5755220Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5755600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5756000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5756370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5756800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5757190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5757570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5757970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5758410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5758850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5759240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5759660Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5760050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5760470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5760880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5761270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5761670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5762420Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5762870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5800080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5800290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5800470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5800630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5800830Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5800980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5801120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5801270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5801640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5801800Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5801950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5802100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5802240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5802380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5887260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5888090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5888530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5888970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5889480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5889890Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5890290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5890700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5891140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5891540Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5892620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5893100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5893530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5893950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5894340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5894730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5895140Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5895600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5895990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5896520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5897320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5897730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5898110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5898520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5898900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5899320Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5899710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5900120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5900560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5900970Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5901440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5901920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5902370Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5902810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5903250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_alpha_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5903670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5904380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5904840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5905280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5905700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5906110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5906550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5907080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5907510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5907920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5908670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5909100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5909570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5910060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5910500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5910940Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5911390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5911880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5912360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5912840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5913290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5913730Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5914150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5914570Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5915010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5915720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5930190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5930680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5931110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5931560Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5932000Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5932430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5932870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5933310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5934170Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5934620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5935050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5935510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5935990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5940210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5940680Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5941130Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5941550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5941990Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5942450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5955440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5955900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5956350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5956790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.5957640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6010670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6011120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6011530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6011920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6012340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6012780Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6013240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6013630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6014020Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6014810Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6015260Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6015670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6016090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6016510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6016960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6017380Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6017850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6018240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6018640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6019020Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6019480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6019920Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6020310Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6020710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6021180Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6022040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6022460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6022910Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6023360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-11-23T01:37:42.6023740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6025080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6025550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6025980Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6026410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6026840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6027250Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6028040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6028470Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6028860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6029290Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6029690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6030080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6030500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6030880Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6031280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6031710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6032110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6032490Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6032900Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6033280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6033660Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6034040Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6034710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6035110Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-11-23T01:37:42.6035400Z test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6035690Z test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6036030Z test_ops.py::TestFakeTensorCPU::test_fake_diag_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6036320Z test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6036650Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_copy_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6058560Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6058900Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6059270Z test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6059580Z test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6059870Z test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6060160Z test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6060500Z test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6061160Z test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6061450Z test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6061770Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6062100Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6062400Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6062690Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6118750Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6119100Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6119410Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6119750Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6120050Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6120330Z test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6120620Z test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6120940Z test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6121230Z test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6121550Z test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6121840Z test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6122130Z test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6122450Z test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6122740Z test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6123040Z test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6123320Z test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6123620Z test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6124510Z test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6124860Z test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6125160Z test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6125490Z test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6125810Z test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6126100Z test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6126390Z test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6126670Z test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6127000Z test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6127350Z test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_complex64 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:37:42.6127630Z test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6127940Z test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64 PASSED [ 95%] 2022-11-23T01:37:42.6128240Z test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6128520Z test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6129170Z test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6129470Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6129760Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6130070Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6130370Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6130740Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6131060Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6131450Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6131750Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6132060Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6132380Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6138260Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6138660Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:37:42.6139040Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:37:42.6139350Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6139650Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6140100Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_singular_cpu_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 95%] 2022-11-23T01:37:42.6140430Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6140720Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6141040Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6141340Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6141630Z test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6142220Z test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6142510Z test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6142800Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6143140Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6143490Z test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6143820Z test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6144120Z test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6144440Z test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6144720Z test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6145020Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6145400Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6145710Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6146020Z test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6146920Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6147280Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6147610Z test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6147960Z test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6148280Z test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6148590Z test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6148920Z test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6149260Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6149560Z test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6149850Z test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6150150Z test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6150460Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6150750Z test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6151070Z test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6152930Z test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6153290Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6153640Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6153950Z test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6154230Z test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6154520Z test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6154890Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:37:42.6155290Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:37:42.6155660Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:37:42.6156380Z test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-11-23T01:37:42.6156710Z test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6157040Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6157330Z test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6158240Z test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6158630Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6159020Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6159420Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6159770Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6160090Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6160480Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6160850Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6161500Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6161850Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6162230Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6162570Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6162900Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:42.6163250Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6163640Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6164030Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6164340Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6164670Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6165000Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_group_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6165320Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6165670Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6166030Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6166410Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6166760Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6167140Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6167470Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6167820Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6168210Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6168580Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_logsigmoid_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6169230Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6169560Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6169890Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6170240Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6170630Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6171000Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6171330Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6171700Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:37:42.6172030Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6172390Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6172740Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6173080Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6202690Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6202850Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6202990Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6203150Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6203300Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6203430Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6203560Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6203690Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6203830Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6203950Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6204060Z test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6204200Z test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6204330Z test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6204470Z test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6204580Z test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6204690Z test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6204790Z test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6204900Z test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6205020Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6205170Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6205310Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6205670Z test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6205770Z test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6205890Z test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6206030Z test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6211490Z test_ops.py::TestFakeTensorCPU::test_fake_randint_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6211660Z test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6211800Z test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6211930Z test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6212040Z test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6212180Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:37:42.6212290Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6212450Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6212550Z test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6212670Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6213020Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6213170Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6213280Z test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6213390Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6213490Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6213640Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6213760Z test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6213900Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:37:42.6214040Z test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6214230Z test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_cosine_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6214350Z test_ops.py::TestFakeTensorCPU::test_fake_signal_windows_gaussian_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6214460Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6214570Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6214690Z test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6214820Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6215170Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:37:42.6215320Z test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6215460Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6215610Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6215750Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6215890Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6216210Z test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6216360Z test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6216490Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6216610Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i1_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6216760Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6216940Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6217060Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtr_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6217200Z test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6217330Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6217460Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6217720Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:37:42.6217970Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:37:42.6218440Z test_ops.py::TestFakeTensorCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T01:37:42.6218600Z test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6218710Z test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6218850Z test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6218960Z test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6219080Z test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6219180Z test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6219290Z test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6219400Z test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6219500Z test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6219610Z test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6219710Z test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6219810Z test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6219920Z test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6220060Z test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6220170Z test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6220270Z test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6220430Z test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-11-23T01:37:42.6220540Z test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6220670Z test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6220780Z test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6220900Z test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6221260Z test_ops.py::TestFakeTensorCPU::test_fake_triangular_solve_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6221400Z test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6221510Z test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6221610Z test_ops.py::TestFakeTensorCPU::test_fake_unfold_copy_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6221770Z test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6221900Z test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6222020Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6222150Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6222280Z test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6222410Z test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6222520Z test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6222620Z test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6222750Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6222880Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6223220Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6223320Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 PASSED [ 96%] 2022-11-23T01:37:42.6223420Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6223520Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6223620Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6223710Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6223810Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 PASSED [ 96%] 2022-11-23T01:37:42.6223930Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 PASSED [ 96%] 2022-11-23T01:37:42.6224030Z test_ops.py::TestTagsCPU::test_tags__refs_T_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6224150Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_bfloat16_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6224300Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_byte_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6224420Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_cdouble_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6224540Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_cfloat_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6224680Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_char_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6224830Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_complex_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6224950Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_double_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6225080Z test_ops.py::TestTagsCPU::test_tags__refs__conversions_long_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6225190Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 PASSED [ 96%] 2022-11-23T01:37:42.6225290Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6225400Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6225520Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6225650Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6225750Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6226070Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6226170Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6226310Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6226410Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6226510Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6226610Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 PASSED [ 97%] 2022-11-23T01:37:42.6226720Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 PASSED [ 97%] 2022-11-23T01:37:42.6226820Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 PASSED [ 97%] 2022-11-23T01:37:42.6226950Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 PASSED [ 97%] 2022-11-23T01:37:42.6227090Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_right_shift_cpu_int64 PASSED [ 97%] 2022-11-23T01:37:42.6227210Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6227310Z test_ops.py::TestTagsCPU::test_tags__refs_bucketize_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6227440Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6227530Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6227840Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6227940Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6228040Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6228150Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6228260Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6228390Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6228490Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6228630Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_copy_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6228770Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_scatter_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6228930Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6229050Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6229150Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6229250Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6229350Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6229470Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6229570Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6229680Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6229780Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6229870Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6229970Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6230070Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6230230Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6230390Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6230670Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6230850Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6230950Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6231050Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6231150Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6231250Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6231350Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6231450Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6231550Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6231650Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6231810Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6231910Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 PASSED [ 97%] 2022-11-23T01:37:42.6232000Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6232110Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6232410Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6232530Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6232630Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6232730Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6232830Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 PASSED [ 97%] 2022-11-23T01:37:42.6232930Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6233060Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6233160Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6233290Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6233390Z test_ops.py::TestTagsCPU::test_tags__refs_lerp_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6233540Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6233640Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6233740Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6233850Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6233990Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6234100Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6234230Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6234330Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6234430Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6234530Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6234660Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6234760Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6234860Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6235140Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6235270Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6235380Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6235520Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6235620Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6235750Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6235880Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_alpha_dropout_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6235990Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6236110Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6236220Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6236370Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6236510Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6236630Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6236750Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6237060Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6237170Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_nll_loss_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6237300Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6237440Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6237590Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6237730Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6237850Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6237970Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6238080Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6238180Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6238280Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6238380Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6238490Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6238620Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6238760Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6238860Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6238950Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6239050Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6239150Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6239240Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6239340Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6239450Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6239780Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6239910Z test_ops.py::TestTagsCPU::test_tags__refs_special_log_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6240030Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6240160Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6240280Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6240400Z test_ops.py::TestTagsCPU::test_tags__refs_special_softmax_with_dtype_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6240550Z test_ops.py::TestTagsCPU::test_tags__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6240700Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6240810Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6240950Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6241050Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6241150Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6241250Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6241610Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6241720Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 PASSED [ 97%] 2022-11-23T01:37:42.6241890Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6241990Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6242160Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6242260Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6242360Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6242490Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6242620Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6242800Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6242940Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6243070Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6243210Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6243340Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6247430Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6247540Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6247630Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6247770Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6247870Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6247970Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6248070Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:42.6248200Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6248320Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6248460Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6248800Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6248900Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6249000Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6249090Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6249200Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6249290Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6249390Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6249490Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6249580Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6249710Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6249810Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6249910Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 PASSED [ 98%] 2022-11-23T01:37:42.6250030Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 PASSED [ 98%] 2022-11-23T01:37:42.6250130Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6250460Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6250600Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6250700Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6250830Z test_ops.py::TestTagsCPU::test_tags_cdouble_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6250930Z test_ops.py::TestTagsCPU::test_tags_cfloat_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6251030Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6251120Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6251220Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6251320Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6251420Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6251520Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6251620Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6251720Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6251850Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6251980Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6252080Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6252180Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6252280Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6252430Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6252560Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6252700Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6252800Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6252930Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6253270Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6253390Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6253520Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6253620Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6253750Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6253850Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6253940Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6254040Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6254140Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6254240Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6254330Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6254430Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6254530Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6254630Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6254900Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6255030Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6255150Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6255250Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6255370Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6255480Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6255600Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6255710Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6255820Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6255940Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6256040Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6256130Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6256230Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6256360Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6256480Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 PASSED [ 98%] 2022-11-23T01:37:42.6256600Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6256710Z test_ops.py::TestTagsCPU::test_tags_grid_sampler_2d_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6256800Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6256900Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6257030Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6257120Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6257330Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6257440Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6257530Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6257860Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6258030Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6258130Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6258220Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6258320Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6258420Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6258520Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_complex64 PASSED [ 98%] 2022-11-23T01:37:42.6258660Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-11-23T01:37:42.6258800Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-11-23T01:37:42.6258930Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-11-23T01:37:42.6259070Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-11-23T01:37:42.6259200Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6259300Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 PASSED [ 98%] 2022-11-23T01:37:42.6259630Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6259730Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6259850Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6259950Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6260070Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6260210Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6260320Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6260430Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6260540Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6260660Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6260780Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6260910Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6261030Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6261150Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6261250Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6261390Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6261490Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6261610Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6261730Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6261830Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6261940Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6262040Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6262160Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6262420Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6262520Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6262650Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6262750Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6262850Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6262970Z test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6263060Z test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6263160Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6263280Z test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6263380Z test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6263480Z test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6263630Z test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6263740Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6263860Z test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6264190Z test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6264290Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6264420Z test_ops.py::TestTagsCPU::test_tags_max_pool2d_with_indices_backward_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6264560Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6264680Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6264790Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6264940Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6265050Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6265180Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6265290Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6265400Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6265520Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6265640Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6265750Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6265840Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6265990Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6266100Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6266200Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6266300Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6266430Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6266590Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6266700Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 PASSED [ 98%] 2022-11-23T01:37:42.6266860Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6267170Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6267270Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6267370Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6267490Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6267660Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6267780Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6267900Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6268020Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6268180Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6268300Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6268420Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6268550Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6268670Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6268980Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6269120Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6269240Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6269350Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6269460Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6269590Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6269790Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6269930Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6270070Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6270190Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6270320Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6270430Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6270560Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6270670Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6270810Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6270930Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6271070Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6271200Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6271330Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6271450Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6272590Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6308820Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6446440Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6446930Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T01:37:42.6447270Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6447590Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6447960Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6448290Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6448670Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6448980Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6449280Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 PASSED [ 99%] 2022-11-23T01:37:42.6449590Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6449920Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6450230Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6451200Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6451500Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6451820Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 PASSED [ 99%] 2022-11-23T01:37:42.6452130Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6452460Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6452760Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6453090Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6453400Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6453710Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6454080Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6454440Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6454790Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6455080Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6455380Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6455670Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6455980Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6456290Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6456600Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6456910Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6457220Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6457490Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6457790Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6458420Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6459380Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6459710Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6460010Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6460300Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6460580Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6460860Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6461170Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6461480Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6461770Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6462110Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6462390Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6462690Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6462960Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6463550Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6463880Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6464290Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6464870Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6465180Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6465480Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6465800Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6466110Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6466430Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6466710Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6466980Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6467290Z test_ops.py::TestTagsCPU::test_tags_signal_windows_exponential_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6467600Z test_ops.py::TestTagsCPU::test_tags_signal_windows_gaussian_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6467930Z test_ops.py::TestTagsCPU::test_tags_signal_windows_kaiser_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6468240Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6468510Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6468790Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6469060Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6469360Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6469630Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6469990Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T01:37:42.6470280Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6470640Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6471730Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:37:42.6472030Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6472350Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6472670Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6473020Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6473310Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6473640Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6473990Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6474330Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6474620Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6475000Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6475330Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6476030Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 99%] 2022-11-23T01:37:42.6477170Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6477520Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6477830Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6478150Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6478460Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6478740Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6479060Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6479420Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6479700Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6480000Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6480310Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6480740Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6481070Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 99%] 2022-11-23T01:37:42.6481390Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6481670Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6481950Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6482260Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6482570Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 PASSED [ 99%] 2022-11-23T01:37:42.6482850Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6483130Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 PASSED [ 99%] 2022-11-23T01:37:42.6483400Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6483690Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6483980Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6484650Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6484930Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6485200Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6485510Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6485840Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6486150Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 PASSED [ 99%] 2022-11-23T01:37:42.6486450Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 PASSED [100%] 2022-11-23T01:37:42.6486510Z 2022-11-23T01:37:42.6486720Z =============================== warnings summary =============================== 2022-11-23T01:37:42.6487320Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:37:42.6488130Z /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:42.6488330Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:37:42.6488340Z 2022-11-23T01:37:42.6488810Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:37:42.6489850Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops/test_ops-011145654b59de14.xml - 2022-11-23T01:37:42.6490170Z = 10165 passed, 4635 skipped, 17 deselected, 158 xfailed, 1 warning in 493.39s (0:08:13) = 2022-11-23T01:37:42.6490520Z 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:42.6490570Z 2022-11-23T01:37:42.6491100Z ##[endgroup] 2022-11-23T01:37:42.6491650Z FINISHED PRINTING LOG FILE of test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_c6y5yzsr) 2022-11-23T01:37:42.6491660Z 2022-11-23T01:37:42.6492600Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_ops.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:42.268754] 2022-11-23T01:37:47.1696270Z 2022-11-23T01:37:47.1696600Z Expand the folded group to see the log file of test_ops 2022-11-23T01:37:47.1697240Z ##[group]PRINTING LOG FILE of test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_hu0fnak0) 2022-11-23T01:37:47.1697960Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_proxy_tensor.py:125: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-11-23T01:37:47.1698430Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-11-23T01:37:47.1698750Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-d9c8e8c495a8cbfa.xml 2022-11-23T01:37:47.1699000Z ============================= test session starts ============================== 2022-11-23T01:37:47.1699310Z 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:47.1699540Z cachedir: .pytest_cache 2022-11-23T01:37:47.1699830Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T01:37:47.1700130Z rootdir: /Users/ec2-user/runner/_work/pytorch/pytorch, configfile: pytest.ini 2022-11-23T01:37:47.1700440Z 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:47.1700680Z collecting ... collected 29914 items / 29874 deselected / 40 selected 2022-11-23T01:37:47.1703690Z Running 40 items in this shard: test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu, test/test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32, test/test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64, test/test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32, test/test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32, test/test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-11-23T01:37:47.1706530Z 2022-11-23T01:37:47.1706670Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 2%] 2022-11-23T01:37:47.1706940Z test_ops.py::TestCommonCPU::test_compare_cpu_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-11-23T01:37:47.1707180Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu PASSED [ 7%] 2022-11-23T01:37:47.1707400Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu PASSED [ 10%] 2022-11-23T01:37:47.1707700Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 12%] 2022-11-23T01:37:47.1707980Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 15%] 2022-11-23T01:37:47.1708240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 PASSED [ 17%] 2022-11-23T01:37:47.1708500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 PASSED [ 20%] 2022-11-23T01:37:47.1708750Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 PASSED [ 22%] 2022-11-23T01:37:47.1709000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 PASSED [ 25%] 2022-11-23T01:37:47.1709240Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 PASSED [ 27%] 2022-11-23T01:37:47.1709460Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 PASSED [ 30%] 2022-11-23T01:37:47.1709680Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu PASSED [ 32%] 2022-11-23T01:37:47.1709900Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu PASSED [ 35%] 2022-11-23T01:37:47.1710140Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 PASSED [ 37%] 2022-11-23T01:37:47.1710480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 PASSED [ 40%] 2022-11-23T01:37:47.1710760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 PASSED [ 42%] 2022-11-23T01:37:47.1711070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 PASSED [ 45%] 2022-11-23T01:37:47.1711340Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 PASSED [ 47%] 2022-11-23T01:37:47.1711610Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 PASSED [ 50%] 2022-11-23T01:37:47.1711880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 PASSED [ 52%] 2022-11-23T01:37:47.1712140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 PASSED [ 55%] 2022-11-23T01:37:47.1712410Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 PASSED [ 57%] 2022-11-23T01:37:47.1712670Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 PASSED [ 60%] 2022-11-23T01:37:47.1712920Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 PASSED [ 62%] 2022-11-23T01:37:47.1713160Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 PASSED [ 65%] 2022-11-23T01:37:47.1713400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 PASSED [ 67%] 2022-11-23T01:37:47.1713640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 PASSED [ 70%] 2022-11-23T01:37:47.1713880Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 PASSED [ 72%] 2022-11-23T01:37:47.1714110Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 PASSED [ 75%] 2022-11-23T01:37:47.1714350Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32 PASSED [ 77%] 2022-11-23T01:37:47.1714590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 PASSED [ 80%] 2022-11-23T01:37:47.1714860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 82%] 2022-11-23T01:37:47.1715160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 85%] 2022-11-23T01:37:47.1715450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 87%] 2022-11-23T01:37:47.1715740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-11-23T01:37:47.1716040Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32 PASSED [ 92%] 2022-11-23T01:37:47.1716280Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32 PASSED [ 95%] 2022-11-23T01:37:47.1716510Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 PASSED [ 97%] 2022-11-23T01:37:47.1716730Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 PASSED [100%] 2022-11-23T01:37:47.1716850Z 2022-11-23T01:37:47.1716930Z =============================== warnings summary =============================== 2022-11-23T01:37:47.1717200Z ../../../_temp/conda_environment_3528293554/lib/python3.9/site-packages/_pytest/config/__init__.py:1171 2022-11-23T01:37:47.1717620Z /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:47.1717900Z self._mark_plugins_for_rewrite(hook) 2022-11-23T01:37:47.1718000Z 2022-11-23T01:37:47.1718150Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T01:37:47.1718500Z - generated xml file: /Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/python-pytest/test_ops/test_ops-d9c8e8c495a8cbfa.xml - 2022-11-23T01:37:47.1718760Z ========== 32 passed, 8 skipped, 29874 deselected, 1 warning in 2.02s ========== 2022-11-23T01:37:47.1726120Z 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:47.1726330Z 2022-11-23T01:37:47.1726490Z ##[endgroup] 2022-11-23T01:37:47.1726760Z FINISHED PRINTING LOG FILE of test_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_ops_hu0fnak0) 2022-11-23T01:37:47.1726920Z 2022-11-23T01:37:47.1745900Z Running test_cpp_extensions_jit ... [2022-11-23 01:37:47.174496] 2022-11-23T01:37:47.1748660Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:37:47.174784] 2022-11-23T01:39:12.5810240Z 2022-11-23T01:39:12.5810600Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-11-23T01:39:12.5811150Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cpp_extensions_jit_09qywofo) 2022-11-23T01:39:12.5811360Z 2022-11-23T01:39:12.5811420Z Running tests... 2022-11-23T01:39:12.5811750Z ---------------------------------------------------------------------- 2022-11-23T01:39:12.5812050Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-11-23T01:39:12.5812310Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (5.426s) 2022-11-23T01:39:12.5813210Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (4.632s) 2022-11-23T01:39:12.5813670Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5814080Z Creating extension directory /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/cpp_frontend_extension... 2022-11-23T01:39:12.5814460Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/cpp_frontend_extension/build.ninja... 2022-11-23T01:39:12.5814720Z Building extension module cpp_frontend_extension... 2022-11-23T01:39:12.5814980Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5816490Z [1/2] clang++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_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 -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-11-23T01:39:12.5817680Z [2/2] clang++ cpp_frontend_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 cpp_frontend_extension.so 2022-11-23T01:39:12.5818030Z Loading extension module cpp_frontend_extension... 2022-11-23T01:39:12.5818190Z ok (5.671s) 2022-11-23T01:39:12.5818530Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5818960Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T01:39:12.5819210Z Loading extension module cpp_frontend_extension... 2022-11-23T01:39:12.5819370Z ok (0.003s) 2022-11-23T01:39:12.5819870Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5820260Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T01:39:12.5820490Z Loading extension module cpp_frontend_extension... 2022-11-23T01:39:12.5820640Z ok (0.008s) 2022-11-23T01:39:12.5820860Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-11-23T01:39:12.5821250Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5821620Z Creating extension directory /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/is_python_module... 2022-11-23T01:39:12.5821980Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/is_python_module/build.ninja... 2022-11-23T01:39:12.5822230Z Building extension module is_python_module... 2022-11-23T01:39:12.5822490Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5823770Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -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 -c /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/is_python_module/main.cpp -o main.o 2022-11-23T01:39:12.5824870Z [2/2] clang++ main.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 is_python_module.so 2022-11-23T01:39:12.5825190Z Loading extension module is_python_module... 2022-11-23T01:39:12.5825830Z /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:39:12.5826190Z warnings.warn( 2022-11-23T01:39:12.5826670Z /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:39:12.5827010Z warnings.warn( 2022-11-23T01:39:12.5827470Z /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:39:12.5827800Z warnings.warn( 2022-11-23T01:39:12.5828260Z /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:39:12.5828670Z warnings.warn( 2022-11-23T01:39:12.5828780Z ok (4.988s) 2022-11-23T01:39:12.5828940Z test_half_support (__main__.TestCppExtensionJIT) 2022-11-23T01:39:12.5829180Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-11-23T01:39:12.5829480Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-11-23T01:39:12.5829760Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-11-23T01:39:12.5830180Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5830580Z Creating extension directory /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/inline_jit_extension... 2022-11-23T01:39:12.5830920Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/inline_jit_extension/build.ninja... 2022-11-23T01:39:12.5831160Z Building extension module inline_jit_extension... 2022-11-23T01:39:12.5831400Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5832610Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_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 -c /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/inline_jit_extension/main.cpp -o main.o 2022-11-23T01:39:12.5833690Z [2/2] clang++ main.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 inline_jit_extension.so 2022-11-23T01:39:12.5834010Z Loading extension module inline_jit_extension... 2022-11-23T01:39:12.5834220Z ok (5.190s) 2022-11-23T01:39:12.5834420Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.002s) 2022-11-23T01:39:12.5834830Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5835240Z Creating extension directory /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/inline_jit_extension_with_functions_dict... 2022-11-23T01:39:12.5835620Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-11-23T01:39:12.5835890Z Building extension module inline_jit_extension_with_functions_dict... 2022-11-23T01:39:12.5836140Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5843540Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_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 -c /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-11-23T01:39:12.5844760Z [2/2] clang++ main.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 inline_jit_extension_with_functions_dict.so 2022-11-23T01:39:12.5845100Z Loading extension module inline_jit_extension_with_functions_dict... 2022-11-23T01:39:12.5845260Z ok (5.177s) 2022-11-23T01:39:12.5845590Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5845990Z Creating extension directory /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/inline_jit_extension_with_functions_list... 2022-11-23T01:39:12.5846380Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-11-23T01:39:12.5846660Z Building extension module inline_jit_extension_with_functions_list... 2022-11-23T01:39:12.5846920Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5848240Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_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 -c /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-11-23T01:39:12.5849310Z [2/2] clang++ main.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 inline_jit_extension_with_functions_list.so 2022-11-23T01:39:12.5849650Z Loading extension module inline_jit_extension_with_functions_list... 2022-11-23T01:39:12.5849810Z ok (5.168s) 2022-11-23T01:39:12.5850110Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5850460Z Creating extension directory /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/jit_extension... 2022-11-23T01:39:12.5850790Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/jit_extension/build.ninja... 2022-11-23T01:39:12.5851010Z Building extension module jit_extension... 2022-11-23T01:39:12.5851240Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5852550Z [1/3] clang++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions -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/jit_extension2.cpp -o jit_extension2.o 2022-11-23T01:39:12.5854600Z [2/3] clang++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions -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/jit_extension.cpp -o jit_extension.o 2022-11-23T01:39:12.5855720Z [3/3] clang++ jit_extension.o jit_extension2.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 jit_extension.so 2022-11-23T01:39:12.5856020Z Loading extension module jit_extension... 2022-11-23T01:39:12.5856160Z ok (5.958s) 2022-11-23T01:39:12.5856340Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-11-23T01:39:12.5856590Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.000s) 2022-11-23T01:39:12.5856830Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-11-23T01:39:12.5857260Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5857650Z Creating extension directory /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/lenient_flag_handling_extension... 2022-11-23T01:39:12.5858010Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/lenient_flag_handling_extension/build.ninja... 2022-11-23T01:39:12.5858270Z Building extension module lenient_flag_handling_extension... 2022-11-23T01:39:12.5858510Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5859840Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions -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 -O0 -Wall -c /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-11-23T01:39:12.5861130Z [2/2] clang++ main.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 lenient_flag_handling_extension.so 2022-11-23T01:39:12.5861450Z Loading extension module lenient_flag_handling_extension... 2022-11-23T01:39:12.5861610Z ok (5.520s) 2022-11-23T01:39:12.5861900Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5862260Z Creating extension directory /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/reloaded_jit_extension... 2022-11-23T01:39:12.5862600Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/reloaded_jit_extension/build.ninja... 2022-11-23T01:39:12.5862840Z Building extension module reloaded_jit_extension... 2022-11-23T01:39:12.5863090Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5864300Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=reloaded_jit_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 -c /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/reloaded_jit_extension/main.cpp -o main.o 2022-11-23T01:39:12.5865300Z [2/2] clang++ main.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 reloaded_jit_extension.so 2022-11-23T01:39:12.5865670Z Loading extension module reloaded_jit_extension... 2022-11-23T01:39:12.5865950Z Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5866330Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 1 and re-building as reloaded_jit_extension_v1... 2022-11-23T01:39:12.5866700Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/reloaded_jit_extension/build.ninja... 2022-11-23T01:39:12.5866970Z Building extension module reloaded_jit_extension_v1... 2022-11-23T01:39:12.5867220Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5868420Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v1 -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 -c /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/reloaded_jit_extension/main.cpp -o main.o 2022-11-23T01:39:12.5869500Z [2/2] clang++ main.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 reloaded_jit_extension_v1.so 2022-11-23T01:39:12.5869810Z Loading extension module reloaded_jit_extension_v1... 2022-11-23T01:39:12.5870070Z Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5870390Z No modifications detected for re-loaded extension module reloaded_jit_extension_v1, skipping build step... 2022-11-23T01:39:12.5870620Z Loading extension module reloaded_jit_extension_v1... 2022-11-23T01:39:12.5870880Z Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5871240Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 2 and re-building as reloaded_jit_extension_v2... 2022-11-23T01:39:12.5871600Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/reloaded_jit_extension/build.ninja... 2022-11-23T01:39:12.5871840Z Building extension module reloaded_jit_extension_v2... 2022-11-23T01:39:12.5872080Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5873250Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v2 -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 -c /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/reloaded_jit_extension/main.cpp -o main.o 2022-11-23T01:39:12.5874360Z [2/2] clang++ main.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 reloaded_jit_extension_v2.so 2022-11-23T01:39:12.5874670Z Loading extension module reloaded_jit_extension_v2... 2022-11-23T01:39:12.5874830Z ok (15.511s) 2022-11-23T01:39:12.5875170Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5875600Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-11-23T01:39:12.5875950Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/is_python_module/build.ninja... 2022-11-23T01:39:12.5876180Z Building extension module is_python_module_v1... 2022-11-23T01:39:12.5876410Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5877600Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -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 -c /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/is_python_module/main.cpp -o main.o 2022-11-23T01:39:12.5878680Z [2/2] clang++ main.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 is_python_module_v1.so 2022-11-23T01:39:12.5878980Z Loading extension module is_python_module_v1... 2022-11-23T01:39:12.5879120Z ok (5.484s) 2022-11-23T01:39:12.5879440Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu as PyTorch extensions root... 2022-11-23T01:39:12.5879820Z Creating extension directory /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/test_set_default_type... 2022-11-23T01:39:12.5880160Z Emitting ninja build file /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/test_set_default_type/build.ninja... 2022-11-23T01:39:12.5880400Z Building extension module test_set_default_type... 2022-11-23T01:39:12.5880650Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:39:12.5881820Z [1/2] clang++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -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 -c /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/test_set_default_type/main.cpp -o main.o 2022-11-23T01:39:12.5882900Z [2/2] clang++ main.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 test_set_default_type.so 2022-11-23T01:39:12.5883210Z Loading extension module test_set_default_type... 2022-11-23T01:39:12.5883360Z ok (5.207s) 2022-11-23T01:39:12.5883560Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T01:39:12.5883800Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T01:39:12.5884010Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T01:39:12.5884210Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T01:39:12.5884550Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /Users/ec2-user/Library/Caches/torch_extensions/py39_cpu/warn_mod/main.cpp:12.) 2022-11-23T01:39:12.5884780Z ok (10.401s) 2022-11-23T01:39:12.5884850Z 2022-11-23T01:39:12.5884990Z ---------------------------------------------------------------------- 2022-11-23T01:39:12.5885180Z Ran 23 tests in 84.358s 2022-11-23T01:39:12.5885260Z 2022-11-23T01:39:12.5885310Z OK (skipped=7) 2022-11-23T01:39:12.5885380Z 2022-11-23T01:39:12.5885440Z Generating XML reports... 2022-11-23T01:39:12.5885730Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221123013748.xml 2022-11-23T01:39:12.5885960Z 2022-11-23T01:39:12.5886180Z ##[endgroup] 2022-11-23T01:39:12.5886490Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cpp_extensions_jit_09qywofo) 2022-11-23T01:39:12.5886670Z 2022-11-23T01:39:12.5886770Z Running test_nn ... [2022-11-23 01:39:12.581462] 2022-11-23T01:39:12.5887130Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:39:12.581782] 2022-11-23T01:40:03.4204960Z 2022-11-23T01:40:03.4205230Z Expand the folded group to see the log file of test_nn 2022-11-23T01:40:03.4205870Z ##[group]PRINTING LOG FILE of test_nn (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_nn_u7vnk2xa) 2022-11-23T01:40:03.4240810Z 2022-11-23T01:40:03.4241420Z Running tests... 2022-11-23T01:40:03.4242050Z ---------------------------------------------------------------------- 2022-11-23T01:40:03.4242370Z Test results will be stored in test-reports/python-unittest/test_nn 2022-11-23T01:40:03.4242600Z test_add_relu (__main__.TestAddRelu) ... ok (0.001s) 2022-11-23T01:40:03.4242830Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.001s) 2022-11-23T01:40:03.4243080Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.001s) 2022-11-23T01:40:03.4243310Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.001s) 2022-11-23T01:40:03.4243560Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.000s) 2022-11-23T01:40:03.4243800Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.197s) 2022-11-23T01:40:03.4245460Z test_fuse_conv_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.001s) 2022-11-23T01:40:03.4245740Z test_fuse_linear_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.001s) 2022-11-23T01:40:03.4246500Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T01:40:03.4247190Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T01:40:03.4247410Z ok (0.012s) 2022-11-23T01:40:03.4257570Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.001s) 2022-11-23T01:40:03.4257870Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T01:40:03.4258350Z This test is to test when multiple forward hook functions can be registered ... ok (0.001s) 2022-11-23T01:40:03.4258620Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T01:40:03.4269550Z This test is to test when multiple pre-forward hook functions can be ... ok (0.001s) 2022-11-23T01:40:03.4269960Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.001s) 2022-11-23T01:40:03.4270260Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.001s) 2022-11-23T01:40:03.4270500Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.004s) 2022-11-23T01:40:03.4270880Z test_AdaptiveAvgPool1d (__main__.TestNN) ... [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:40:03.4271170Z ok (0.006s) 2022-11-23T01:40:03.4271370Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4271770Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... [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:40:03.4277440Z ok (0.004s) 2022-11-23T01:40:03.4277640Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4278030Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... [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:40:03.4278320Z ok (0.003s) 2022-11-23T01:40:03.4278510Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4278890Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... [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:40:03.4279180Z ok (0.004s) 2022-11-23T01:40:03.4279370Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4279750Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... [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:40:03.4280030Z ok (0.003s) 2022-11-23T01:40:03.4280360Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... [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:40:03.4280670Z ok (0.003s) 2022-11-23T01:40:03.4280880Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4281150Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4281540Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... [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:40:03.4281830Z ok (0.003s) 2022-11-23T01:40:03.4282010Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4282470Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... [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:40:03.4282760Z ok (0.004s) 2022-11-23T01:40:03.4282950Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4283320Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... [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:40:03.4283600Z ok (0.003s) 2022-11-23T01:40:03.4283790Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4284160Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... [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:40:03.4284440Z ok (0.004s) 2022-11-23T01:40:03.4284650Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4285040Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... [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:40:03.4285380Z ok (0.004s) 2022-11-23T01:40:03.4285580Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4285960Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... [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:40:03.4286240Z ok (0.004s) 2022-11-23T01:40:03.4286440Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4286810Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... [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:40:03.4287110Z ok (0.004s) 2022-11-23T01:40:03.4287300Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4287670Z test_AdaptiveLogSoftmax (__main__.TestNN) ... [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:40:03.4287970Z ok (0.021s) 2022-11-23T01:40:03.4288150Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4288540Z test_AdaptiveMaxPool1d (__main__.TestNN) ... [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:40:03.4288830Z ok (0.004s) 2022-11-23T01:40:03.4289030Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4289410Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... [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:40:03.4289710Z ok (0.004s) 2022-11-23T01:40:03.4289900Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4290320Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... [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:40:03.4290620Z ok (0.004s) 2022-11-23T01:40:03.4290820Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4291200Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... [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:40:03.4291520Z ok (0.004s) 2022-11-23T01:40:03.4291720Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4292130Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... [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:40:03.4292430Z ok (0.003s) 2022-11-23T01:40:03.4292620Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4293000Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... [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:40:03.4293330Z ok (0.003s) 2022-11-23T01:40:03.4293540Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4293930Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... [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:40:03.4294250Z ok (0.004s) 2022-11-23T01:40:03.4294440Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4294830Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... [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:40:03.4295120Z ok (0.004s) 2022-11-23T01:40:03.4295300Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4295660Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... [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:40:03.4295950Z ok (0.004s) 2022-11-23T01:40:03.4296160Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4296520Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... [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:40:03.4296800Z ok (0.004s) 2022-11-23T01:40:03.4296980Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4297360Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... [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:40:03.4297640Z ok (0.004s) 2022-11-23T01:40:03.4297840Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4298290Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... [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:40:03.4298580Z ok (0.004s) 2022-11-23T01:40:03.4298770Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4299120Z test_AvgPool1d (__main__.TestNN) ... [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:40:03.4299390Z ok (0.004s) 2022-11-23T01:40:03.4299570Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4299910Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... [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:40:03.4300190Z ok (0.004s) 2022-11-23T01:40:03.4300370Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4300720Z test_AvgPool1d_stride (__main__.TestNN) ... [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:40:03.4301040Z ok (0.004s) 2022-11-23T01:40:03.4301220Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4301610Z test_AvgPool1d_stride_pad (__main__.TestNN) ... [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:40:03.4302000Z ok (0.004s) 2022-11-23T01:40:03.4302200Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4302560Z test_AvgPool2d (__main__.TestNN) ... [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:40:03.4302830Z ok (0.004s) 2022-11-23T01:40:03.4303030Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4303370Z test_AvgPool2d_divisor (__main__.TestNN) ... [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:40:03.4303650Z ok (0.004s) 2022-11-23T01:40:03.4303830Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4304180Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... [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:40:03.4304450Z ok (0.004s) 2022-11-23T01:40:03.4304640Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4305000Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... [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:40:03.4305270Z ok (0.004s) 2022-11-23T01:40:03.4305460Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4305710Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4306040Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4306300Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4306550Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4306790Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4307030Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4307460Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... [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:40:03.4307770Z ok (0.004s) 2022-11-23T01:40:03.4307960Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4308320Z test_AvgPool2d_stride (__main__.TestNN) ... [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:40:03.4308600Z ok (0.004s) 2022-11-23T01:40:03.4308790Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4309200Z test_AvgPool2d_stride_pad (__main__.TestNN) ... [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:40:03.4309480Z ok (0.004s) 2022-11-23T01:40:03.4309660Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4310020Z test_AvgPool3d (__main__.TestNN) ... [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:40:03.4310300Z ok (0.003s) 2022-11-23T01:40:03.4310480Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4310860Z test_AvgPool3d_divisor (__main__.TestNN) ... [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:40:03.4311160Z ok (0.004s) 2022-11-23T01:40:03.4311350Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4311700Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... [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:40:03.4311990Z ok (0.003s) 2022-11-23T01:40:03.4312350Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... [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:40:03.4312650Z ok (0.003s) 2022-11-23T01:40:03.4312860Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4313160Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4313440Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4313720Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4314330Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... [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:40:03.4314650Z ok (0.003s) 2022-11-23T01:40:03.4314900Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4315320Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... [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:40:03.4315640Z ok (0.004s) 2022-11-23T01:40:03.4315850Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4316140Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4316430Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4316880Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... [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:40:03.4317300Z ok (0.004s) 2022-11-23T01:40:03.4317510Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4317790Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4318080Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4318490Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... [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:40:03.4318790Z ok (0.003s) 2022-11-23T01:40:03.4319010Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4319290Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4319590Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4319860Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4320130Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4320390Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4320650Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4320950Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4321210Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4321590Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... [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:40:03.4321910Z ok (0.003s) 2022-11-23T01:40:03.4322100Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4322520Z test_AvgPool3d_stride (__main__.TestNN) ... [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:40:03.4322830Z ok (0.004s) 2022-11-23T01:40:03.4323150Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... [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:40:03.4323450Z ok (0.003s) 2022-11-23T01:40:03.4323650Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4323900Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4324270Z test_AvgPool3d_stride_pad (__main__.TestNN) ... [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:40:03.4324550Z ok (0.004s) 2022-11-23T01:40:03.4324740Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4325120Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... [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:40:03.4325440Z ok (0.004s) 2022-11-23T01:40:03.4325650Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4326040Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... [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:40:03.4326340Z ok (0.004s) 2022-11-23T01:40:03.4326550Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4326940Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... [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:40:03.4327240Z ok (0.003s) 2022-11-23T01:40:03.4327440Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4327670Z test_BCELoss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4327880Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4328130Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4328390Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4328640Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4328860Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4329110Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4329370Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4329650Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4329900Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4330130Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4330400Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4330690Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4330950Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4331210Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4331460Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4331730Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4332130Z test_BCELoss_no_reduce (__main__.TestNN) ... [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:40:03.4332420Z ok (0.002s) 2022-11-23T01:40:03.4332610Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4332990Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... [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:40:03.4333310Z ok (0.001s) 2022-11-23T01:40:03.4333510Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4333770Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4334010Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4334280Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4334560Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4334830Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4335070Z test_BCELoss_weights (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4335290Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4335550Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4335800Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4336050Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4336420Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... [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:40:03.4336710Z ok (0.002s) 2022-11-23T01:40:03.4336910Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4337280Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... [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:40:03.4337580Z ok (0.002s) 2022-11-23T01:40:03.4337780Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4338010Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4338250Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4338510Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4338820Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4339460Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... /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:40:03.4339850Z warnings.warn(warning.format(ret)) 2022-11-23T01:40:03.4340150Z [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:40:03.4340660Z /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:40:03.4340960Z warnings.warn(warning.format(ret)) 2022-11-23T01:40:03.4341100Z ok (0.002s) 2022-11-23T01:40:03.4341310Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4341560Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4341820Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4342100Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4342440Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4342690Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4342940Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4343220Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4343500Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4343770Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4344030Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4344310Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4344590Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4344980Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... [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:40:03.4345280Z ok (0.002s) 2022-11-23T01:40:03.4345470Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4345860Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... [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:40:03.4346160Z ok (0.001s) 2022-11-23T01:40:03.4346370Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4346640Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4346890Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4347180Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4347480Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4347730Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4347990Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4348250Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4348510Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4348880Z test_BatchNorm1d_3d_input (__main__.TestNN) ... [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:40:03.4349150Z ok (0.009s) 2022-11-23T01:40:03.4349340Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4349690Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... [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:40:03.4349980Z ok (0.007s) 2022-11-23T01:40:03.4350170Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4350560Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... [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:40:03.4350880Z ok (0.006s) 2022-11-23T01:40:03.4351070Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4351440Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... [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:40:03.4351720Z ok (0.004s) 2022-11-23T01:40:03.4351920Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4352290Z test_BatchNorm1d_affine (__main__.TestNN) ... [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:40:03.4352570Z ok (0.009s) 2022-11-23T01:40:03.4352750Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4353100Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... [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:40:03.4353380Z ok (0.007s) 2022-11-23T01:40:03.4353560Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4353930Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... [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:40:03.4354220Z ok (0.009s) 2022-11-23T01:40:03.4354410Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4354900Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... [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:40:03.4355210Z ok (0.007s) 2022-11-23T01:40:03.4355440Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4355830Z test_BatchNorm1d_not_affine (__main__.TestNN) ... [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:40:03.4356130Z ok (0.006s) 2022-11-23T01:40:03.4356330Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4356720Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... [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:40:03.4357020Z ok (0.004s) 2022-11-23T01:40:03.4357230Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4357620Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... [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:40:03.4357920Z ok (0.008s) 2022-11-23T01:40:03.4358120Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4358530Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... [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:40:03.4358820Z ok (0.009s) 2022-11-23T01:40:03.4359050Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4359420Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... [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:40:03.4359710Z ok (0.003s) 2022-11-23T01:40:03.4359900Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4360260Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... [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:40:03.4360530Z ok (0.003s) 2022-11-23T01:40:03.4360720Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4361070Z test_BatchNorm2d (__main__.TestNN) ... [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:40:03.4361330Z ok (0.008s) 2022-11-23T01:40:03.4361630Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... [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:40:03.4361900Z ok (0.008s) 2022-11-23T01:40:03.4362080Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4362440Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... [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:40:03.4362710Z ok (0.007s) 2022-11-23T01:40:03.4362890Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4363180Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4363530Z test_BatchNorm2d_eval (__main__.TestNN) ... [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:40:03.4363800Z ok (0.006s) 2022-11-23T01:40:03.4363970Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4364310Z test_BatchNorm2d_momentum (__main__.TestNN) ... [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:40:03.4364570Z ok (0.008s) 2022-11-23T01:40:03.4364750Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4365090Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... [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:40:03.4365360Z ok (0.007s) 2022-11-23T01:40:03.4365540Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4365880Z test_BatchNorm2d_not_affine (__main__.TestNN) ... [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:40:03.4366180Z ok (0.005s) 2022-11-23T01:40:03.4366360Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4366700Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... [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:40:03.4375800Z ok (0.004s) 2022-11-23T01:40:03.4376020Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4376400Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... [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:40:03.4376700Z ok (0.008s) 2022-11-23T01:40:03.4376890Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4377320Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... [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:40:03.4377610Z ok (0.008s) 2022-11-23T01:40:03.4377810Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4378170Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... [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:40:03.4378450Z ok (0.003s) 2022-11-23T01:40:03.4378630Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4378980Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... [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:40:03.4379260Z ok (0.003s) 2022-11-23T01:40:03.4379540Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4379880Z test_BatchNorm3d (__main__.TestNN) ... [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:40:03.4380140Z ok (0.008s) 2022-11-23T01:40:03.4380430Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... [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:40:03.4380690Z ok (0.008s) 2022-11-23T01:40:03.4380880Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4381240Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... [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:40:03.4381500Z ok (0.007s) 2022-11-23T01:40:03.4381690Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4381920Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4382260Z test_BatchNorm3d_eval (__main__.TestNN) ... [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:40:03.4382550Z ok (0.007s) 2022-11-23T01:40:03.4382720Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4383050Z test_BatchNorm3d_momentum (__main__.TestNN) ... [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:40:03.4383320Z ok (0.009s) 2022-11-23T01:40:03.4383490Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4383830Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... [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:40:03.4384100Z ok (0.007s) 2022-11-23T01:40:03.4384280Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4384630Z test_BatchNorm3d_not_affine (__main__.TestNN) ... [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:40:03.4384910Z ok (0.005s) 2022-11-23T01:40:03.4385100Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4385450Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... [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:40:03.4385730Z ok (0.004s) 2022-11-23T01:40:03.4385920Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4386280Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... [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:40:03.4386570Z ok (0.008s) 2022-11-23T01:40:03.4386750Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4387130Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... [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:40:03.4387410Z ok (0.008s) 2022-11-23T01:40:03.4387600Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4387960Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... [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:40:03.4388220Z ok (0.004s) 2022-11-23T01:40:03.4388390Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4388740Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... [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:40:03.4389010Z ok (0.003s) 2022-11-23T01:40:03.4389190Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4389530Z test_CELU (__main__.TestNN) ... [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:40:03.4389810Z ok (0.004s) 2022-11-23T01:40:03.4389970Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4390300Z test_CELU_no_batch_dim (__main__.TestNN) ... [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:40:03.4390560Z ok (0.003s) 2022-11-23T01:40:03.4390720Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4391060Z test_CELU_scalar (__main__.TestNN) ... [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:40:03.4391330Z ok (0.003s) 2022-11-23T01:40:03.4391510Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4391730Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4391980Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4392260Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4392520Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4392780Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4393080Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4393340Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4393580Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4393840Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4394080Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4394360Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4394640Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4394880Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4395100Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4395360Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4395590Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4395830Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4396100Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4396350Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:40:03.4396560Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4396770Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:40:03.4396980Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4397220Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4397470Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4397690Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4397940Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4398220Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4398460Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4398690Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4398950Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4399180Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4399430Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4399710Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4399950Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:40:03.4400160Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4400370Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:40:03.4400710Z test_ConstantPad1d (__main__.TestNN) ... [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:40:03.4400970Z ok (0.004s) 2022-11-23T01:40:03.4401260Z test_ConstantPad1d_batch (__main__.TestNN) ... [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:40:03.4401520Z ok (0.004s) 2022-11-23T01:40:03.4401700Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4402070Z test_ConstantPad1d_complex (__main__.TestNN) ... [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:40:03.4402340Z ok (0.005s) 2022-11-23T01:40:03.4402520Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4402750Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4403080Z test_ConstantPad2d (__main__.TestNN) ... [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:40:03.4403350Z ok (0.003s) 2022-11-23T01:40:03.4403620Z test_ConstantPad2d_complex (__main__.TestNN) ... [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:40:03.4403890Z ok (0.005s) 2022-11-23T01:40:03.4404060Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4404290Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4404640Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... [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:40:03.4404940Z ok (0.004s) 2022-11-23T01:40:03.4405130Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4405470Z test_ConstantPad3d (__main__.TestNN) ... [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:40:03.4405730Z ok (0.004s) 2022-11-23T01:40:03.4406010Z test_ConstantPad3d_complex (__main__.TestNN) ... [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:40:03.4406300Z ok (0.006s) 2022-11-23T01:40:03.4406490Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4406720Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4407070Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... [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:40:03.4407340Z ok (0.004s) 2022-11-23T01:40:03.4411660Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4412000Z test_Conv1d (__main__.TestNN) ... [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:40:03.4412270Z ok (0.007s) 2022-11-23T01:40:03.4412580Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... [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:40:03.4412880Z ok (0.009s) 2022-11-23T01:40:03.4413060Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4413300Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4413680Z test_Conv1d_dilated (__main__.TestNN) ... [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:40:03.4413950Z ok (0.010s) 2022-11-23T01:40:03.4414130Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4414470Z test_Conv1d_groups (__main__.TestNN) ... [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:40:03.4414740Z ok (0.009s) 2022-11-23T01:40:03.4414910Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4415260Z test_Conv1d_pad1 (__main__.TestNN) ... [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:40:03.4415520Z ok (0.008s) 2022-11-23T01:40:03.4415690Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4416020Z test_Conv1d_pad1size1 (__main__.TestNN) ... [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:40:03.4416280Z ok (0.008s) 2022-11-23T01:40:03.4416480Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4416810Z test_Conv1d_pad2 (__main__.TestNN) ... [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:40:03.4417060Z ok (0.008s) 2022-11-23T01:40:03.4417220Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4417550Z test_Conv1d_pad2size1 (__main__.TestNN) ... [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:40:03.4417810Z ok (0.008s) 2022-11-23T01:40:03.4417980Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4418310Z test_Conv1d_pad_same (__main__.TestNN) ... [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:40:03.4418560Z ok (0.008s) 2022-11-23T01:40:03.4419170Z test_Conv1d_pad_same2 (__main__.TestNN) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/conv.py:309: 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:40:03.4419590Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T01:40:03.4419880Z [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:40:03.4420130Z ok (0.008s) 2022-11-23T01:40:03.4420300Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4420540Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4420900Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... [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:40:03.4421170Z ok (0.011s) 2022-11-23T01:40:03.4421380Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4421730Z test_Conv1d_pad_valid (__main__.TestNN) ... [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:40:03.4422000Z ok (0.008s) 2022-11-23T01:40:03.4422170Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4422520Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... [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:40:03.4422780Z ok (0.008s) 2022-11-23T01:40:03.4422960Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4423310Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... [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:40:03.4423580Z ok (0.008s) 2022-11-23T01:40:03.4423760Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4424120Z test_Conv1d_stride (__main__.TestNN) ... [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:40:03.4424380Z ok (0.008s) 2022-11-23T01:40:03.4424550Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4424880Z test_Conv1d_zero_batch (__main__.TestNN) ... [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:40:03.4425140Z ok (0.005s) 2022-11-23T01:40:03.4425310Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4425650Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... [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:40:03.4425910Z ok (0.007s) 2022-11-23T01:40:03.4426090Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4426420Z test_Conv2d (__main__.TestNN) ... [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:40:03.4426670Z ok (0.008s) 2022-11-23T01:40:03.4426960Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... [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:40:03.4427230Z ok (0.011s) 2022-11-23T01:40:03.4427410Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4427640Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4427960Z test_Conv2d_depthwise (__main__.TestNN) ... [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:40:03.4428230Z ok (0.013s) 2022-11-23T01:40:03.4428400Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4428780Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... [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:40:03.4429070Z ok (0.014s) 2022-11-23T01:40:03.4429250Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4429610Z test_Conv2d_depthwise_padded (__main__.TestNN) ... [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:40:03.4429890Z ok (0.013s) 2022-11-23T01:40:03.4430080Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4430420Z test_Conv2d_depthwise_strided (__main__.TestNN) ... [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:40:03.4430690Z ok (0.012s) 2022-11-23T01:40:03.4430860Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4431210Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... [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:40:03.4431500Z ok (0.012s) 2022-11-23T01:40:03.4431680Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4432030Z test_Conv2d_dilated (__main__.TestNN) ... [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:40:03.4432290Z ok (0.010s) 2022-11-23T01:40:03.4432460Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4432670Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4432900Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4433240Z test_Conv2d_groups (__main__.TestNN) ... [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:40:03.4433500Z ok (0.009s) 2022-11-23T01:40:03.4433670Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4434010Z test_Conv2d_groups_thnn (__main__.TestNN) ... [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:40:03.4434270Z ok (0.009s) 2022-11-23T01:40:03.4434430Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4434650Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4434900Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4435130Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4435360Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4435700Z test_Conv2d_no_bias (__main__.TestNN) ... [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:40:03.4435970Z ok (0.006s) 2022-11-23T01:40:03.4436190Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4436410Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4436640Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4436990Z test_Conv2d_pad_same (__main__.TestNN) ... [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:40:03.4437260Z ok (0.008s) 2022-11-23T01:40:03.4437430Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4437780Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... [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:40:03.4438040Z ok (0.010s) 2022-11-23T01:40:03.4438210Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4438550Z test_Conv2d_pad_valid (__main__.TestNN) ... [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:40:03.4438850Z ok (0.007s) 2022-11-23T01:40:03.4439020Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4439350Z test_Conv2d_padding (__main__.TestNN) ... [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:40:03.4439610Z ok (0.008s) 2022-11-23T01:40:03.4439780Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4439990Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4440210Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4440560Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... [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:40:03.4440840Z ok (0.008s) 2022-11-23T01:40:03.4441010Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4441370Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... [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:40:03.4441630Z ok (0.008s) 2022-11-23T01:40:03.4441830Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4442190Z test_Conv2d_strided (__main__.TestNN) ... [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:40:03.4442470Z ok (0.008s) 2022-11-23T01:40:03.4442640Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4442860Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4443090Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4452080Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4452390Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4452760Z test_Conv2d_zero_batch (__main__.TestNN) ... [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:40:03.4453040Z ok (0.005s) 2022-11-23T01:40:03.4453220Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4453440Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4453680Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4454040Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... [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:40:03.4454310Z ok (0.008s) 2022-11-23T01:40:03.4454500Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4454840Z test_Conv3d (__main__.TestNN) ... [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:40:03.4455110Z ok (0.009s) 2022-11-23T01:40:03.4455430Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... [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:40:03.4455710Z ok (0.005s) 2022-11-23T01:40:03.4455880Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4456100Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4456330Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4456690Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... [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:40:03.4456960Z ok (0.017s) 2022-11-23T01:40:03.4457140Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4457370Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4457700Z test_Conv3d_dilated (__main__.TestNN) ... [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:40:03.4457960Z ok (0.008s) 2022-11-23T01:40:03.4458130Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4458460Z test_Conv3d_dilated_strided (__main__.TestNN) ... [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:40:03.4458730Z ok (0.006s) 2022-11-23T01:40:03.4458900Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4459240Z test_Conv3d_groups (__main__.TestNN) ... [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:40:03.4459500Z ok (0.010s) 2022-11-23T01:40:03.4459670Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4459980Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4460210Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4460550Z test_Conv3d_no_bias (__main__.TestNN) ... [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:40:03.4460800Z ok (0.007s) 2022-11-23T01:40:03.4460970Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4461180Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4461410Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4461750Z test_Conv3d_pad_same (__main__.TestNN) ... [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:40:03.4462010Z ok (0.014s) 2022-11-23T01:40:03.4462180Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4462510Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... [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:40:03.4462850Z ok (0.011s) 2022-11-23T01:40:03.4463030Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4463370Z test_Conv3d_pad_valid (__main__.TestNN) ... [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:40:03.4463630Z ok (0.013s) 2022-11-23T01:40:03.4463800Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4464210Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... [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:40:03.4464490Z ok (0.012s) 2022-11-23T01:40:03.4464690Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4465040Z test_Conv3d_stride (__main__.TestNN) ... [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:40:03.4465310Z ok (0.010s) 2022-11-23T01:40:03.4465480Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4465830Z test_Conv3d_stride_padding (__main__.TestNN) ... [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:40:03.4466090Z ok (0.010s) 2022-11-23T01:40:03.4466260Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4466480Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4466720Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4466950Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4467170Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4467390Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4467620Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4467960Z test_Conv3d_zero_batch (__main__.TestNN) ... [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:40:03.4468220Z ok (0.005s) 2022-11-23T01:40:03.4468390Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4468610Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4468840Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4469190Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... [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:40:03.4469450Z ok (0.012s) 2022-11-23T01:40:03.4469630Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4470040Z test_ConvTranspose1d (__main__.TestNN) ... [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:40:03.4470360Z ok (0.008s) 2022-11-23T01:40:03.4470550Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4470900Z test_ConvTranspose1d_dilated (__main__.TestNN) ... [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:40:03.4471180Z ok (0.008s) 2022-11-23T01:40:03.4471360Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4471720Z test_ConvTranspose1d_groups (__main__.TestNN) ... [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:40:03.4472000Z ok (0.011s) 2022-11-23T01:40:03.4472180Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4472540Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... [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:40:03.4472800Z ok (0.006s) 2022-11-23T01:40:03.4472980Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4473310Z test_ConvTranspose2d (__main__.TestNN) ... [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:40:03.4473570Z ok (0.009s) 2022-11-23T01:40:03.4473740Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4474070Z test_ConvTranspose2d_dilated (__main__.TestNN) ... [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:40:03.4474340Z ok (0.008s) 2022-11-23T01:40:03.4474510Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4474740Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4474980Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4475400Z test_ConvTranspose2d_groups (__main__.TestNN) ... [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:40:03.4475670Z ok (0.009s) 2022-11-23T01:40:03.4475850Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4476080Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4476350Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4476730Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... [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:40:03.4477010Z ok (0.008s) 2022-11-23T01:40:03.4477240Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4477470Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4477720Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4477960Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4478240Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4478600Z test_ConvTranspose3d (__main__.TestNN) ... [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:40:03.4478860Z ok (0.008s) 2022-11-23T01:40:03.4479040Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4479390Z test_ConvTranspose3d_dilated (__main__.TestNN) ... [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:40:03.4479660Z ok (0.008s) 2022-11-23T01:40:03.4479840Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4480060Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4480300Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4480540Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4480790Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4481010Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4481250Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4481510Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4481760Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4482000Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4482250Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4482530Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4482810Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4483070Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4487040Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4487330Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4487610Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4487860Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4488110Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4488390Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4488650Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4488880Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4489130Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4489390Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4489710Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4489950Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4490190Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4490460Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4490720Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4490940Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4491120Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4491350Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4491600Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4491840Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4492060Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4492290Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4492560Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4492820Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4493060Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4493320Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4493600Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4493880Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4494130Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4494550Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4494860Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4495180Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4495450Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4495740Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4496040Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4496340Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4496620Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4496890Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4497190Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4497520Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4497770Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4498010Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4498290Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4498560Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4498810Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4499070Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4499350Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4499620Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4499880Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4500150Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4500450Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4500740Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4500990Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4501260Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4501540Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4501830Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4502080Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4502380Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4502670Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4502940Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4503190Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4503510Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4503800Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4504090Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4504360Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4504640Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4504940Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4505240Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4505520Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4505770Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4506040Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4506320Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4506540Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4506780Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4507030Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4507280Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4507520Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4507770Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4508050Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4508330Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4508590Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4508860Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4509150Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4509450Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4509720Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4510020Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4510370Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4510690Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4510970Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4511260Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4511920Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4512240Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4512490Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4512730Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4512990Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4513250Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4513520Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4513780Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4514050Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4514320Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4514570Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4514850Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4515140Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4515430Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4515690Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4515940Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4516220Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4516500Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4516750Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4516990Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4517270Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4517570Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4517830Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4518140Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4518450Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4518750Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4522660Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4522900Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4523170Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4523420Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4523660Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4523920Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4524190Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4524470Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4524740Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4524990Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4525260Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4525580Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4525850Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4526130Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4526430Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4526730Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4527000Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4527250Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4527490Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4527720Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4527950Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4528210Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4528460Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4528710Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4528960Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4529240Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4529520Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4529780Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4530030Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4530290Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4530550Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4530800Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4531060Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4531350Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4531630Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4531870Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4532100Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4532360Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4532650Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4533020Z test_CrossMapLRN2d (__main__.TestNN) ... [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:40:03.4533300Z ok (0.004s) 2022-11-23T01:40:03.4533480Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4533830Z test_ELU (__main__.TestNN) ... [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:40:03.4534100Z ok (0.003s) 2022-11-23T01:40:03.4534270Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4534620Z test_ELU_no_batch_dim (__main__.TestNN) ... [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:40:03.4534900Z ok (0.003s) 2022-11-23T01:40:03.4535070Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4535420Z test_ELU_scalar (__main__.TestNN) ... [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:40:03.4535690Z ok (0.003s) 2022-11-23T01:40:03.4535860Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4536210Z test_Embedding (__main__.TestNN) ... [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:40:03.4536470Z ok (0.003s) 2022-11-23T01:40:03.4536770Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... [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:40:03.4537060Z ok (0.005s) 2022-11-23T01:40:03.4537250Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4537620Z test_EmbeddingBag_max (__main__.TestNN) ... [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:40:03.4537900Z ok (0.003s) 2022-11-23T01:40:03.4538060Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4538410Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... [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:40:03.4538680Z ok (0.003s) 2022-11-23T01:40:03.4538860Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4539210Z test_EmbeddingBag_mean (__main__.TestNN) ... [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:40:03.4539470Z ok (0.003s) 2022-11-23T01:40:03.4539640Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4539990Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... [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:40:03.4540280Z ok (0.003s) 2022-11-23T01:40:03.4540460Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4540810Z test_EmbeddingBag_sparse (__main__.TestNN) ... [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:40:03.4541080Z ok (0.004s) 2022-11-23T01:40:03.4541250Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4541590Z test_EmbeddingBag_sum (__main__.TestNN) ... [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:40:03.4541850Z ok (0.003s) 2022-11-23T01:40:03.4542020Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4542360Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... [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:40:03.4542630Z ok (0.003s) 2022-11-23T01:40:03.4542810Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4543120Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4543480Z test_Embedding_discontiguous (__main__.TestNN) ... [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:40:03.4543770Z ok (0.005s) 2022-11-23T01:40:03.4543950Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4544310Z test_Embedding_sparse (__main__.TestNN) ... [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:40:03.4544580Z ok (0.004s) 2022-11-23T01:40:03.4544750Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4545130Z test_Flatten (__main__.TestNN) ... [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:40:03.4545400Z ok (0.003s) 2022-11-23T01:40:03.4545560Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4545910Z test_Flatten_no_batch_dim (__main__.TestNN) ... [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:40:03.4546180Z ok (0.003s) 2022-11-23T01:40:03.4546360Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4546700Z test_Fold (__main__.TestNN) ... [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:40:03.4546960Z ok (0.004s) 2022-11-23T01:40:03.4547120Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4547460Z test_Fold_int_input (__main__.TestNN) ... [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:40:03.4547790Z ok (0.003s) 2022-11-23T01:40:03.4547970Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4548310Z test_Fold_no_batch_dim_input (__main__.TestNN) ... [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:40:03.4548590Z ok (0.003s) 2022-11-23T01:40:03.4548770Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4549120Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... [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:40:03.4549390Z ok (0.003s) 2022-11-23T01:40:03.4549580Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4549940Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... [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:40:03.4550220Z ok (0.004s) 2022-11-23T01:40:03.4550410Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4550790Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... [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:40:03.4551070Z ok (0.004s) 2022-11-23T01:40:03.4551270Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4551670Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... [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:40:03.4551980Z ok (0.004s) 2022-11-23T01:40:03.4552180Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4552630Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... [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:40:03.4552920Z ok (0.004s) 2022-11-23T01:40:03.4553120Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4553490Z test_FractionalMaxPool2d_size (__main__.TestNN) ... [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:40:03.4553770Z ok (0.004s) 2022-11-23T01:40:03.4553960Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4554330Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... [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:40:03.4554620Z ok (0.004s) 2022-11-23T01:40:03.4554820Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4559270Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... [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:40:03.4559650Z ok (0.004s) 2022-11-23T01:40:03.4559860Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4560260Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... [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:40:03.4560540Z ok (0.005s) 2022-11-23T01:40:03.4560730Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4561110Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... [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:40:03.4561380Z ok (0.004s) 2022-11-23T01:40:03.4561570Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4561950Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... [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:40:03.4562240Z ok (0.004s) 2022-11-23T01:40:03.4562440Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4562840Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... [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:40:03.4563140Z ok (0.004s) 2022-11-23T01:40:03.4563350Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4563740Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... [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:40:03.4564030Z ok (0.004s) 2022-11-23T01:40:03.4564250Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4564630Z test_FractionalMaxPool3d_size (__main__.TestNN) ... [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:40:03.4564900Z ok (0.004s) 2022-11-23T01:40:03.4565080Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4565460Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... [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:40:03.4565750Z ok (0.004s) 2022-11-23T01:40:03.4565940Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4566340Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... [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:40:03.4566640Z ok (0.004s) 2022-11-23T01:40:03.4566850Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4567240Z test_GELU (__main__.TestNN) ... [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:40:03.4567500Z ok (0.003s) 2022-11-23T01:40:03.4567660Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4568010Z test_GELU_no_batch_dim (__main__.TestNN) ... [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:40:03.4568280Z ok (0.003s) 2022-11-23T01:40:03.4568450Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4568800Z test_GELU_scalar (__main__.TestNN) ... [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:40:03.4569060Z ok (0.002s) 2022-11-23T01:40:03.4569230Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4569570Z test_GLU (__main__.TestNN) ... [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:40:03.4569820Z ok (0.003s) 2022-11-23T01:40:03.4569980Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4570290Z test_GLU_dim (__main__.TestNN) ... [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:40:03.4570550Z ok (0.003s) 2022-11-23T01:40:03.4570710Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4571040Z test_GLU_no_batch_dim (__main__.TestNN) ... [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:40:03.4571290Z ok (0.002s) 2022-11-23T01:40:03.4571520Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4571900Z test_GroupNorm_1d_affine (__main__.TestNN) ... [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:40:03.4572180Z ok (0.009s) 2022-11-23T01:40:03.4572470Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... [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:40:03.4572740Z ok (0.009s) 2022-11-23T01:40:03.4572930Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4573280Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... [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:40:03.4573560Z ok (0.009s) 2022-11-23T01:40:03.4573740Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4573980Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4574340Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... [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:40:03.4574630Z ok (0.009s) 2022-11-23T01:40:03.4574810Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4575070Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4575330Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4575700Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... [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:40:03.4575980Z ok (0.006s) 2022-11-23T01:40:03.4576160Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4576520Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... [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:40:03.4576800Z ok (0.006s) 2022-11-23T01:40:03.4576990Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4577390Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... [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:40:03.4577670Z ok (0.005s) 2022-11-23T01:40:03.4577840Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4578200Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... [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:40:03.4578480Z ok (0.005s) 2022-11-23T01:40:03.4578660Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4579020Z test_GroupNorm_2d_affine (__main__.TestNN) ... [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:40:03.4579320Z ok (0.009s) 2022-11-23T01:40:03.4579500Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4579850Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... [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:40:03.4580130Z ok (0.009s) 2022-11-23T01:40:03.4580300Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4580560Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4580820Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4581190Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... [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:40:03.4581470Z ok (0.006s) 2022-11-23T01:40:03.4581650Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4582010Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... [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:40:03.4582340Z ok (0.005s) 2022-11-23T01:40:03.4582530Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4582890Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... [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:40:03.4583160Z ok (0.005s) 2022-11-23T01:40:03.4583340Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4583560Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... [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:40:03.4583600Z ok (0.005s) 2022-11-23T01:40:03.4583720Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4583850Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4583980Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4584190Z test_Hardshrink (__main__.TestNN) ... [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:40:03.4584230Z ok (0.003s) 2022-11-23T01:40:03.4584340Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4584560Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... [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:40:03.4584610Z ok (0.002s) 2022-11-23T01:40:03.4584720Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4584960Z test_Hardshrink_scalar (__main__.TestNN) ... [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:40:03.4585000Z ok (0.002s) 2022-11-23T01:40:03.4585110Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4585340Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... [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:40:03.4585380Z ok (0.002s) 2022-11-23T01:40:03.4585500Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4585720Z test_Hardswish_no_batch_dim (__main__.TestNN) ... [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:40:03.4585760Z ok (0.002s) 2022-11-23T01:40:03.4585870Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4586090Z test_Hardtanh (__main__.TestNN) ... [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:40:03.4586130Z ok (0.003s) 2022-11-23T01:40:03.4586240Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4586490Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... [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:40:03.4586540Z ok (0.003s) 2022-11-23T01:40:03.4586660Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4586880Z test_Hardtanh_scalar (__main__.TestNN) ... [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:40:03.4586920Z ok (0.003s) 2022-11-23T01:40:03.4587030Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4587120Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4587240Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4587360Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4587480Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4587570Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4587700Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4587820Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4587950Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4588190Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... [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:40:03.4588230Z ok (0.002s) 2022-11-23T01:40:03.4588360Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4588460Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4588600Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4588850Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4588990Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4589090Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4589220Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4589350Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4589480Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4589580Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4589710Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4589840Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4589960Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4590060Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4590250Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4590380Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4590510Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4590740Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... [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:40:03.4590780Z ok (0.002s) 2022-11-23T01:40:03.4590900Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4591000Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4591130Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4591260Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4591390Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4595270Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4595430Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4595570Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4595700Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4595800Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4595930Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4596060Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4596190Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4596270Z test_HuberLoss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4596450Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4596560Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4596670Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4596780Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4597000Z test_HuberLoss_delta (__main__.TestNN) ... [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:40:03.4597040Z ok (0.036s) 2022-11-23T01:40:03.4597140Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4597240Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4597360Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4597480Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4597600Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4597710Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4597830Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4597950Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4598070Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4598150Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4598270Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4598390Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4598510Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4598590Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4598710Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4598830Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4598950Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4599070Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4599300Z test_InstanceNorm1d (__main__.TestNN) ... [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:40:03.4599340Z ok (0.006s) 2022-11-23T01:40:03.4599450Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4599670Z test_InstanceNorm1d_eval (__main__.TestNN) ... [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:40:03.4599720Z ok (0.006s) 2022-11-23T01:40:03.4599830Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4600080Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... [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:40:03.4600130Z ok (0.005s) 2022-11-23T01:40:03.4600240Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4600480Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... [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:40:03.4600520Z ok (0.005s) 2022-11-23T01:40:03.4600640Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4600870Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... [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:40:03.4600920Z ok (0.007s) 2022-11-23T01:40:03.4601040Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4601270Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... [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:40:03.4601350Z ok (0.005s) 2022-11-23T01:40:03.4601470Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4601710Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... [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:40:03.4601750Z ok (0.005s) 2022-11-23T01:40:03.4601880Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4602130Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... [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:40:03.4602170Z ok (0.005s) 2022-11-23T01:40:03.4602310Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4602520Z test_InstanceNorm2d (__main__.TestNN) ... [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:40:03.4602570Z ok (0.006s) 2022-11-23T01:40:03.4602670Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4602890Z test_InstanceNorm2d_eval (__main__.TestNN) ... [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:40:03.4602940Z ok (0.006s) 2022-11-23T01:40:03.4603050Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4603270Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... [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:40:03.4603310Z ok (0.005s) 2022-11-23T01:40:03.4603430Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4603680Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... [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:40:03.4603720Z ok (0.005s) 2022-11-23T01:40:03.4603840Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4604070Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... [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:40:03.4604110Z ok (0.006s) 2022-11-23T01:40:03.4604230Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4604460Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... [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:40:03.4604510Z ok (0.005s) 2022-11-23T01:40:03.4604630Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4604860Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... [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:40:03.4604930Z ok (0.005s) 2022-11-23T01:40:03.4605050Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4605300Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... [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:40:03.4605340Z ok (0.004s) 2022-11-23T01:40:03.4605470Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4605690Z test_InstanceNorm3d (__main__.TestNN) ... [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:40:03.4605730Z ok (0.006s) 2022-11-23T01:40:03.4605840Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4606050Z test_InstanceNorm3d_eval (__main__.TestNN) ... [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:40:03.4606100Z ok (0.006s) 2022-11-23T01:40:03.4606210Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4606430Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... [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:40:03.4606470Z ok (0.005s) 2022-11-23T01:40:03.4606590Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4606810Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... [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:40:03.4606860Z ok (0.005s) 2022-11-23T01:40:03.4606970Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4607220Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... [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:40:03.4607260Z ok (0.006s) 2022-11-23T01:40:03.4607380Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4607620Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... [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:40:03.4607660Z ok (0.005s) 2022-11-23T01:40:03.4607780Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4608020Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... [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:40:03.4608060Z ok (0.006s) 2022-11-23T01:40:03.4608180Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4608420Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... [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:40:03.4608490Z ok (0.005s) 2022-11-23T01:40:03.4608620Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4609210Z test_KLDivLoss (__main__.TestNN) ... /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:40:03.4609260Z warnings.warn( 2022-11-23T01:40:03.4609720Z /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:40:03.4609770Z warnings.warn( 2022-11-23T01:40:03.4610230Z /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:40:03.4610270Z warnings.warn( 2022-11-23T01:40:03.4610310Z ok (0.002s) 2022-11-23T01:40:03.4610400Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4610500Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4610610Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4610720Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4610830Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4611350Z test_KLDivLoss_log_target (__main__.TestNN) ... /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:40:03.4611400Z warnings.warn( 2022-11-23T01:40:03.4611850Z /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:40:03.4611900Z warnings.warn( 2022-11-23T01:40:03.4611940Z ok (0.001s) 2022-11-23T01:40:03.4612060Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4612170Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4612290Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4612390Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4612520Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4612660Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4612790Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4612880Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4613000Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4613120Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4613240Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4613330Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4613450Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4613570Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4613690Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4613780Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4613890Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4614010Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4614130Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4614360Z test_KLDivLoss_no_reduce (__main__.TestNN) ... [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:40:03.4614400Z ok (0.003s) 2022-11-23T01:40:03.4614510Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4614750Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... [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:40:03.4614790Z ok (0.003s) 2022-11-23T01:40:03.4614940Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4615170Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... [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:40:03.4615220Z ok (0.002s) 2022-11-23T01:40:03.4615330Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4615570Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... [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:40:03.4615620Z ok (0.002s) 2022-11-23T01:40:03.4615740Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4616240Z test_KLDivLoss_scalar (__main__.TestNN) ... /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:40:03.4616320Z warnings.warn( 2022-11-23T01:40:03.4616760Z /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:40:03.4616810Z warnings.warn( 2022-11-23T01:40:03.4617260Z /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:40:03.4617310Z warnings.warn( 2022-11-23T01:40:03.4617350Z ok (0.001s) 2022-11-23T01:40:03.4617470Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4617580Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4617700Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4618210Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... /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:40:03.4618250Z warnings.warn( 2022-11-23T01:40:03.4618690Z /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:40:03.4618740Z warnings.warn( 2022-11-23T01:40:03.4618780Z ok (0.001s) 2022-11-23T01:40:03.4618910Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4619050Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4619170Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4619280Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4619410Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4619540Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4619680Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4619770Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4619900Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4620030Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4620150Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4620240Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4620360Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4620500Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4620620Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4620860Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... [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:40:03.4620900Z ok (0.003s) 2022-11-23T01:40:03.4621030Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4621260Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... [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:40:03.4621300Z ok (0.003s) 2022-11-23T01:40:03.4621420Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4621490Z test_L1Loss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4621600Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4621710Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4621810Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4621920Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4622020Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4622110Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4622230Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4622340Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4622460Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4622540Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4622660Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4622790Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4622910Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4622990Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4623110Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4623230Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4623340Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4623580Z test_L1Loss_no_reduce (__main__.TestNN) ... [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:40:03.4623620Z ok (0.003s) 2022-11-23T01:40:03.4623840Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... [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:40:03.4623890Z ok (0.005s) 2022-11-23T01:40:03.4624000Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4624130Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4624360Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... [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:40:03.4624400Z ok (0.002s) 2022-11-23T01:40:03.4624510Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4624590Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4624710Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4624820Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4624930Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4625030Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4625140Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4625360Z test_LPPool1d (__main__.TestNN) ... [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:40:03.4625410Z ok (0.006s) 2022-11-23T01:40:03.4625510Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4625740Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... [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:40:03.4625780Z ok (0.006s) 2022-11-23T01:40:03.4625890Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4626110Z test_LPPool1d_norm (__main__.TestNN) ... [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:40:03.4626150Z ok (0.006s) 2022-11-23T01:40:03.4626260Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4626490Z test_LPPool2d (__main__.TestNN) ... [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:40:03.4626530Z ok (0.006s) 2022-11-23T01:40:03.4626630Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4626840Z test_LPPool2d_norm (__main__.TestNN) ... [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:40:03.4630330Z ok (0.006s) 2022-11-23T01:40:03.4630450Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4630520Z test_LSTM_cell (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4630610Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4630710Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4630950Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... [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:40:03.4630990Z ok (0.009s) 2022-11-23T01:40:03.4631150Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4631380Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... [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:40:03.4631420Z ok (0.009s) 2022-11-23T01:40:03.4631550Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4631790Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... [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:40:03.4631830Z ok (0.006s) 2022-11-23T01:40:03.4631960Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4632200Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... [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:40:03.4632250Z ok (0.006s) 2022-11-23T01:40:03.4632370Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4632610Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... [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:40:03.4632650Z ok (0.005s) 2022-11-23T01:40:03.4632770Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4633010Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... [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:40:03.4633050Z ok (0.005s) 2022-11-23T01:40:03.4633170Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4633430Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... [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:40:03.4633470Z ok (0.008s) 2022-11-23T01:40:03.4633600Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4633830Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... [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:40:03.4633870Z ok (0.008s) 2022-11-23T01:40:03.4633990Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4634220Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... [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:40:03.4634270Z ok (0.260s) 2022-11-23T01:40:03.4634390Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4634620Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... [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:40:03.4634700Z ok (0.257s) 2022-11-23T01:40:03.4634830Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4635060Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... [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:40:03.4635100Z ok (0.005s) 2022-11-23T01:40:03.4635220Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4635450Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... [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:40:03.4635500Z ok (0.004s) 2022-11-23T01:40:03.4635620Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4635830Z test_LeakyReLU (__main__.TestNN) ... [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:40:03.4635880Z ok (0.004s) 2022-11-23T01:40:03.4635980Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4636200Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... [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:40:03.4636250Z ok (0.002s) 2022-11-23T01:40:03.4636360Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4636590Z test_LeakyReLU_with_negval (__main__.TestNN) ... [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:40:03.4636630Z ok (0.003s) 2022-11-23T01:40:03.4636740Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4637020Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... [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:40:03.4637060Z ok (0.003s) 2022-11-23T01:40:03.4637180Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4637410Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... [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:40:03.4637450Z ok (0.004s) 2022-11-23T01:40:03.4637570Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4637790Z test_Linear (__main__.TestNN) ... [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:40:03.4637830Z ok (0.006s) 2022-11-23T01:40:03.4637930Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4638150Z test_Linear_no_batch_dim (__main__.TestNN) ... [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:40:03.4638210Z ok (0.005s) 2022-11-23T01:40:03.4638320Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4638540Z test_Linear_no_bias (__main__.TestNN) ... [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:40:03.4638580Z ok (0.004s) 2022-11-23T01:40:03.4638690Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4638910Z test_LocalResponseNorm_1d (__main__.TestNN) ... [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:40:03.4638950Z ok (0.006s) 2022-11-23T01:40:03.4639070Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4639310Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... [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:40:03.4639350Z ok (0.005s) 2022-11-23T01:40:03.4639470Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4639710Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... [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:40:03.4639750Z ok (0.006s) 2022-11-23T01:40:03.4639880Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4640090Z test_LogSigmoid (__main__.TestNN) ... [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:40:03.4640140Z ok (0.004s) 2022-11-23T01:40:03.4640240Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4640490Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... [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:40:03.4640530Z ok (0.003s) 2022-11-23T01:40:03.4640650Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4640880Z test_LogSigmoid_scalar (__main__.TestNN) ... [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:40:03.4640920Z ok (0.003s) 2022-11-23T01:40:03.4641030Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4641240Z test_LogSoftmax (__main__.TestNN) ... [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:40:03.4641280Z ok (0.003s) 2022-11-23T01:40:03.4641390Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4641610Z test_LogSoftmax_multiparam (__main__.TestNN) ... [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:40:03.4641650Z ok (0.004s) 2022-11-23T01:40:03.4641790Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4642020Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... [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:40:03.4642060Z ok (0.003s) 2022-11-23T01:40:03.4642180Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4642410Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... [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:40:03.4642450Z ok (0.003s) 2022-11-23T01:40:03.4642560Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4642630Z test_MSELoss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4642740Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4642850Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4642950Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4643040Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4643160Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4643280Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4643410Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4643490Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4643610Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4643730Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4643840Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4643930Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4644060Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4644190Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4644300Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4644520Z test_MSELoss_no_reduce (__main__.TestNN) ... [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:40:03.4644570Z ok (0.002s) 2022-11-23T01:40:03.4644680Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4644900Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... [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:40:03.4644950Z ok (0.002s) 2022-11-23T01:40:03.4645060Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4645140Z test_MSELoss_prec (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4645250Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4645360Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4645490Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4645600Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4645680Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4645790Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4645900Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4646020Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4646130Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4646220Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4646350Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4646470Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4646600Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4646720Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4646800Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4646930Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4647040Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4647160Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4647250Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4647360Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4647480Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4647600Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4647690Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4647840Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4647970Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4648090Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4648190Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4648320Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4648460Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4648590Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4648690Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4648820Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4648950Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4649080Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4649210Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4649340Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4649460Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4649590Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4649680Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4649810Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4649930Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4650060Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4650150Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4650280Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4650410Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4650540Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4650760Z test_MaxPool1d (__main__.TestNN) ... [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:40:03.4650800Z ok (0.005s) 2022-11-23T01:40:03.4650900Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4651130Z test_MaxPool1d_return_indices (__main__.TestNN) ... [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:40:03.4651180Z ok (0.005s) 2022-11-23T01:40:03.4651290Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4651530Z test_MaxPool1d_stride (__main__.TestNN) ... [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:40:03.4651580Z ok (0.005s) 2022-11-23T01:40:03.4651680Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4651910Z test_MaxPool2d_3d_input (__main__.TestNN) ... [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:40:03.4651950Z ok (0.004s) 2022-11-23T01:40:03.4652060Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4652280Z test_MaxPool2d_4d_input (__main__.TestNN) ... [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:40:03.4652320Z ok (0.005s) 2022-11-23T01:40:03.4652430Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4652650Z test_MaxPool2d_return_indices (__main__.TestNN) ... [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:40:03.4652690Z ok (0.004s) 2022-11-23T01:40:03.4652830Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4653040Z test_MaxPool3d (__main__.TestNN) ... [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:40:03.4653080Z ok (0.004s) 2022-11-23T01:40:03.4653180Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4653410Z test_MaxPool3d_return_indices (__main__.TestNN) ... [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:40:03.4653450Z ok (0.004s) 2022-11-23T01:40:03.4653560Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4653780Z test_MaxPool3d_stride (__main__.TestNN) ... [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:40:03.4653820Z ok (0.004s) 2022-11-23T01:40:03.4653930Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4654150Z test_MaxPool3d_stride_padding (__main__.TestNN) ... [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:40:03.4654190Z ok (0.004s) 2022-11-23T01:40:03.4654300Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4654530Z test_MaxUnpool1d_net (__main__.TestNN) ... [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:40:03.4654570Z ok (0.005s) 2022-11-23T01:40:03.4654680Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4654910Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... [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:40:03.4654950Z ok (0.006s) 2022-11-23T01:40:03.4655200Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4655420Z test_MaxUnpool2d_net (__main__.TestNN) ... [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:40:03.4655460Z ok (0.005s) 2022-11-23T01:40:03.4655570Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4655790Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... [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:40:03.4655830Z ok (0.004s) 2022-11-23T01:40:03.4655950Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4656160Z test_MaxUnpool3d_net (__main__.TestNN) ... [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:40:03.4656210Z ok (0.003s) 2022-11-23T01:40:03.4656310Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4656620Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... [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:40:03.4656670Z ok (0.004s) 2022-11-23T01:40:03.4656780Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4656990Z test_Mish (__main__.TestNN) ... [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:40:03.4657030Z ok (0.004s) 2022-11-23T01:40:03.4657130Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4657350Z test_Mish_no_batch_dim (__main__.TestNN) ... [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:40:03.4657390Z ok (0.003s) 2022-11-23T01:40:03.4657500Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4657720Z test_Mish_scalar (__main__.TestNN) ... [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:40:03.4657760Z ok (0.003s) 2022-11-23T01:40:03.4657860Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4657940Z test_ModuleDict (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4658010Z test_ModuleList (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4658100Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4658340Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... [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:40:03.4658380Z ok (0.001s) 2022-11-23T01:40:03.4658510Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4658600Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4658720Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4658860Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4658990Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4659110Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4659340Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... [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:40:03.4659390Z ok (0.002s) 2022-11-23T01:40:03.4659510Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4663110Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4663260Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4663400Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4663530Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4663660Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4663850Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4663970Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4664090Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4664210Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4664450Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... [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:40:03.4664490Z ok (0.002s) 2022-11-23T01:40:03.4664610Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4664720Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4664850Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4664990Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4665120Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4665220Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4665360Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4665490Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4665620Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4665720Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4665850Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4665980Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4666140Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4666380Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... [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:40:03.4666430Z ok (0.008s) 2022-11-23T01:40:03.4666550Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4666650Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4666780Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4666920Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4667050Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4667170Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4667270Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4667400Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4667560Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4667680Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4667790Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4667930Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4668070Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4668210Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4668320Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4668460Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4668600Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4668740Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4668850Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4668980Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4669120Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4669260Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4669500Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... [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:40:03.4669550Z ok (0.003s) 2022-11-23T01:40:03.4669680Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4669780Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4669930Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4670070Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4670200Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4670450Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... [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:40:03.4670490Z ok (0.003s) 2022-11-23T01:40:03.4670630Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4670740Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4670880Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4671030Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4671170Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4671270Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4671360Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4671480Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4671590Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4671710Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4671950Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... [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:40:03.4671990Z ok (0.001s) 2022-11-23T01:40:03.4672110Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4672210Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4672340Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4672470Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4672600Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4672720Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4672830Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4672940Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4673030Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4673150Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4673270Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4673390Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4673670Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... [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:40:03.4673710Z ok (0.002s) 2022-11-23T01:40:03.4673830Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4673940Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4674070Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4674200Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4674330Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4674560Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... [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:40:03.4674610Z ok (0.002s) 2022-11-23T01:40:03.4674720Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4674810Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4674920Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4675040Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4675170Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4675410Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... [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:40:03.4675450Z ok (0.002s) 2022-11-23T01:40:03.4675580Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4675680Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4675810Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4675940Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4676070Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4676170Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4676290Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4676420Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4676540Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4676630Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4676760Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4676880Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4677000Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4677280Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... [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:40:03.4677320Z ok (0.002s) 2022-11-23T01:40:03.4677470Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4677570Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4677710Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4677840Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4677970Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4678040Z test_NLLLoss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4678260Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... [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:40:03.4678310Z ok (0.003s) 2022-11-23T01:40:03.4678420Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4678650Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... [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:40:03.4678690Z ok (0.003s) 2022-11-23T01:40:03.4678830Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4679060Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... [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:40:03.4679100Z ok (0.003s) 2022-11-23T01:40:03.4679220Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4679430Z test_NLLLossNd_no_reduce (__main__.TestNN) ... [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:40:03.4679470Z ok (0.007s) 2022-11-23T01:40:03.4679580Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4679810Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... [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:40:03.4679850Z ok (0.007s) 2022-11-23T01:40:03.4679970Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4680190Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... [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:40:03.4680240Z ok (0.007s) 2022-11-23T01:40:03.4680350Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4680420Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4680530Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4680640Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4680750Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4680850Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4680940Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4681100Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4681230Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4681350Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4681460Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4681560Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4681680Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4681800Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4681920Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4682030Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4682120Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4682230Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4682350Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4682530Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4682640Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4682750Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4682860Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4682960Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4683070Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4683150Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4683260Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4683370Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4683480Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4683590Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4683680Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4683800Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4683930Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4684050Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4684170Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4684260Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4684370Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4684490Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4684600Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4684710Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4684830Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4684960Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4685090Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4685210Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4685340Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4685420Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4685540Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4685650Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4685770Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4685880Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4685970Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4686090Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4686230Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4686350Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4686440Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4686560Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4686670Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4686790Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4686870Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4686990Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4687110Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4687220Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4687450Z test_NLLLoss_no_reduce (__main__.TestNN) ... [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:40:03.4687490Z ok (0.004s) 2022-11-23T01:40:03.4687600Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4687840Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... [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:40:03.4687880Z ok (0.004s) 2022-11-23T01:40:03.4688000Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4688220Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... [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:40:03.4688270Z ok (0.004s) 2022-11-23T01:40:03.4688380Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4688640Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... [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:40:03.4688690Z ok (0.004s) 2022-11-23T01:40:03.4688810Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4689060Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... [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:40:03.4689100Z ok (0.004s) 2022-11-23T01:40:03.4689220Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4689310Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4689430Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4689550Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4689660Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4689800Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4689880Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4690000Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4690110Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4690220Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4690330Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4690420Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4690550Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4690670Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4690790Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4690910Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4691010Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4691130Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4691260Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4691390Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4691510Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4691730Z test_PReLU_1d (__main__.TestNN) ... [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:40:03.4691770Z ok (0.005s) 2022-11-23T01:40:03.4691880Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4692130Z test_PReLU_1d_multiparam (__main__.TestNN) ... [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:40:03.4696970Z ok (0.005s) 2022-11-23T01:40:03.4697110Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4697320Z test_PReLU_2d (__main__.TestNN) ... [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:40:03.4697360Z ok (0.005s) 2022-11-23T01:40:03.4697470Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4697690Z test_PReLU_2d_multiparam (__main__.TestNN) ... [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:40:03.4697730Z ok (0.005s) 2022-11-23T01:40:03.4697840Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4698050Z test_PReLU_3d (__main__.TestNN) ... [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:40:03.4698100Z ok (0.005s) 2022-11-23T01:40:03.4698190Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4698510Z test_PReLU_3d_multiparam (__main__.TestNN) ... [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:40:03.4698550Z ok (0.005s) 2022-11-23T01:40:03.4698660Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4698760Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4698990Z test_PReLU_no_batch_dim (__main__.TestNN) ... [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:40:03.4699030Z ok (0.004s) 2022-11-23T01:40:03.4699140Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4699360Z test_PReLU_scalar (__main__.TestNN) ... [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:40:03.4699400Z ok (0.004s) 2022-11-23T01:40:03.4699510Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4699740Z test_Padding122112_3dcircular (__main__.TestNN) ... [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:40:03.4699780Z ok (0.005s) 2022-11-23T01:40:03.4699890Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4700120Z test_Padding1221_2dcircular (__main__.TestNN) ... [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:40:03.4700160Z ok (0.004s) 2022-11-23T01:40:03.4700280Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4700500Z test_Padding12_1dcircular (__main__.TestNN) ... [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:40:03.4700610Z ok (0.003s) 2022-11-23T01:40:03.4700720Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4700940Z test_Padding2322_2dcircular (__main__.TestNN) ... [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:40:03.4700990Z ok (0.004s) 2022-11-23T01:40:03.4701100Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4701320Z test_Padding31_1dcircular (__main__.TestNN) ... [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:40:03.4701360Z ok (0.003s) 2022-11-23T01:40:03.4701470Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4701690Z test_Padding322112_3dcircular (__main__.TestNN) ... [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:40:03.4701730Z ok (0.004s) 2022-11-23T01:40:03.4701840Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4702120Z test_Padding332122_3dcircular (__main__.TestNN) ... [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:40:03.4702170Z ok (0.004s) 2022-11-23T01:40:03.4702280Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4702500Z test_Padding3331_2dcircular (__main__.TestNN) ... [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:40:03.4702540Z ok (0.004s) 2022-11-23T01:40:03.4702650Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4702870Z test_Padding33_1dcircular (__main__.TestNN) ... [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:40:03.4702910Z ok (0.003s) 2022-11-23T01:40:03.4703020Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4703240Z test_PairwiseDistance (__main__.TestNN) ... [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:40:03.4703280Z ok (0.005s) 2022-11-23T01:40:03.4703520Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... [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:40:03.4703560Z ok (0.005s) 2022-11-23T01:40:03.4703680Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4703910Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... [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:40:03.4703950Z ok (0.005s) 2022-11-23T01:40:03.4704070Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4704210Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4704440Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... [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:40:03.4704480Z ok (0.005s) 2022-11-23T01:40:03.4704610Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4704840Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... [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:40:03.4704890Z ok (0.006s) 2022-11-23T01:40:03.4705010Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4705090Z test_ParameterDict (__main__.TestNN) ... ok (0.009s) 2022-11-23T01:40:03.4705190Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4705270Z test_ParameterList (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4705350Z test_ParameterList_meta (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4705440Z test_ParameterList_replication (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4705680Z test_PixelShuffle (__main__.TestNN) ... [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:40:03.4705730Z ok (0.005s) 2022-11-23T01:40:03.4705830Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4706060Z test_PixelUnshuffle (__main__.TestNN) ... [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:40:03.4706100Z ok (0.005s) 2022-11-23T01:40:03.4706210Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4706290Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4706420Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4706540Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4706660Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4706760Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4706890Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4707020Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4707150Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4707240Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4707370Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4707500Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4707620Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4707710Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4707860Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4707980Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4708100Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4708200Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4708320Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4708450Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4708570Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4708660Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4708790Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4708910Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4709030Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4709130Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4709280Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4709420Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4709540Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4709770Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... [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:40:03.4709820Z ok (0.002s) 2022-11-23T01:40:03.4709930Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4710000Z test_RNN_cell (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4710100Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4710190Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4710290Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4710370Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.018s) 2022-11-23T01:40:03.4710470Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-11-23T01:40:03.4710580Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-11-23T01:40:03.4710690Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-11-23T01:40:03.4710780Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.001s) 2022-11-23T01:40:03.4710870Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-11-23T01:40:03.4710970Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.001s) 2022-11-23T01:40:03.4711060Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4711140Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4711360Z test_RReLU (__main__.TestNN) ... [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:40:03.4711400Z ok (0.004s) 2022-11-23T01:40:03.4711510Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4711740Z test_RReLU_no_batch_dim (__main__.TestNN) ... [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:40:03.4711780Z ok (0.003s) 2022-11-23T01:40:03.4711890Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4712110Z test_RReLU_with_up_down (__main__.TestNN) ... [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:40:03.4712150Z ok (0.003s) 2022-11-23T01:40:03.4712260Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4712490Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... [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:40:03.4712530Z ok (0.003s) 2022-11-23T01:40:03.4712640Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4712850Z test_ReLU (__main__.TestNN) ... [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:40:03.4712910Z ok (0.003s) 2022-11-23T01:40:03.4713130Z test_ReLU6 (__main__.TestNN) ... [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:40:03.4713170Z ok (0.003s) 2022-11-23T01:40:03.4713270Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4713490Z test_ReLU6_no_batch_dim (__main__.TestNN) ... [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:40:03.4713530Z ok (0.003s) 2022-11-23T01:40:03.4713640Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4713860Z test_ReLU6_scalar (__main__.TestNN) ... [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:40:03.4713900Z ok (0.003s) 2022-11-23T01:40:03.4714010Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4714100Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4714320Z test_ReLU_no_batch_dim (__main__.TestNN) ... [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:40:03.4714370Z ok (0.003s) 2022-11-23T01:40:03.4714480Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4714690Z test_ReLU_scalar (__main__.TestNN) ... [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:40:03.4714740Z ok (0.003s) 2022-11-23T01:40:03.4714840Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4715120Z test_ReflectionPad1d (__main__.TestNN) ... [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:40:03.4715170Z ok (0.004s) 2022-11-23T01:40:03.4715390Z test_ReflectionPad1d_batch (__main__.TestNN) ... [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:40:03.4715430Z ok (0.004s) 2022-11-23T01:40:03.4715550Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4715770Z test_ReflectionPad1d_complex (__main__.TestNN) ... [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:40:03.4715820Z ok (0.005s) 2022-11-23T01:40:03.4715930Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4716040Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4716260Z test_ReflectionPad2d (__main__.TestNN) ... [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:40:03.4716300Z ok (0.004s) 2022-11-23T01:40:03.4716520Z test_ReflectionPad2d_complex (__main__.TestNN) ... [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:40:03.4716610Z ok (0.006s) 2022-11-23T01:40:03.4716730Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4716830Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4717060Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... [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:40:03.4717110Z ok (0.004s) 2022-11-23T01:40:03.4717230Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4717440Z test_ReflectionPad3d (__main__.TestNN) ... [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:40:03.4717490Z ok (0.005s) 2022-11-23T01:40:03.4717700Z test_ReflectionPad3d_complex (__main__.TestNN) ... [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:40:03.4717750Z ok (0.013s) 2022-11-23T01:40:03.4717860Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4717970Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4718200Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... [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:40:03.4718240Z ok (0.005s) 2022-11-23T01:40:03.4718360Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4718580Z test_ReplicationPad1d (__main__.TestNN) ... [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:40:03.4718620Z ok (0.004s) 2022-11-23T01:40:03.4718890Z test_ReplicationPad1d_batch (__main__.TestNN) ... [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:40:03.4718940Z ok (0.004s) 2022-11-23T01:40:03.4719060Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4719280Z test_ReplicationPad1d_complex (__main__.TestNN) ... [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:40:03.4719330Z ok (0.005s) 2022-11-23T01:40:03.4719440Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4719550Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4719770Z test_ReplicationPad2d (__main__.TestNN) ... [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:40:03.4719820Z ok (0.004s) 2022-11-23T01:40:03.4720040Z test_ReplicationPad2d_complex (__main__.TestNN) ... [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:40:03.4720100Z ok (0.005s) 2022-11-23T01:40:03.4720220Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4720330Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4720560Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... [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:40:03.4720600Z ok (0.004s) 2022-11-23T01:40:03.4720730Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4720940Z test_ReplicationPad3d (__main__.TestNN) ... [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:40:03.4720980Z ok (0.004s) 2022-11-23T01:40:03.4721200Z test_ReplicationPad3d_complex (__main__.TestNN) ... [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:40:03.4721250Z ok (0.006s) 2022-11-23T01:40:03.4721360Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4721470Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4721700Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... [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:40:03.4721740Z ok (0.004s) 2022-11-23T01:40:03.4721860Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4722070Z test_SELU (__main__.TestNN) ... [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:40:03.4722110Z ok (0.003s) 2022-11-23T01:40:03.4722210Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4722530Z test_SELU_no_batch_dim (__main__.TestNN) ... [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:40:03.4722580Z ok (0.003s) 2022-11-23T01:40:03.4722690Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4722900Z test_SELU_scalar (__main__.TestNN) ... [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:40:03.4722940Z ok (0.003s) 2022-11-23T01:40:03.4723050Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4723130Z test_Sequential_add (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4723210Z test_Sequential_append (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4723300Z test_Sequential_delitem (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4723380Z test_Sequential_extend (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4723460Z test_Sequential_getitem (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4723540Z test_Sequential_iadd (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4723620Z test_Sequential_imul (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4723770Z test_Sequential_insert (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4723870Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4723940Z test_Sequential_mul (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4724020Z test_Sequential_pop (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4724100Z test_Sequential_rmul (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4724180Z test_Sequential_setitem (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4724270Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4724490Z test_SiLU (__main__.TestNN) ... [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:40:03.4724530Z ok (0.003s) 2022-11-23T01:40:03.4724630Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4724850Z test_SiLU_no_batch_dim (__main__.TestNN) ... [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:40:03.4724890Z ok (0.003s) 2022-11-23T01:40:03.4725000Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4725210Z test_SiLU_scalar (__main__.TestNN) ... [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:40:03.4725260Z ok (0.002s) 2022-11-23T01:40:03.4725360Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4725570Z test_Sigmoid (__main__.TestNN) ... [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:40:03.4729290Z ok (0.003s) 2022-11-23T01:40:03.4729410Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4729630Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... [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:40:03.4729670Z ok (0.002s) 2022-11-23T01:40:03.4729860Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4730080Z test_Sigmoid_scalar (__main__.TestNN) ... [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:40:03.4730130Z ok (0.002s) 2022-11-23T01:40:03.4730240Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4730310Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4730540Z test_SmoothL1Loss_beta (__main__.TestNN) ... [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:40:03.4730580Z ok (0.002s) 2022-11-23T01:40:03.4730690Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4730800Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4730910Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4731010Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4731130Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4731250Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4731380Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4731500Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4731590Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4731720Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4731840Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4731960Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4732050Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4732170Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4732290Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4732410Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4732640Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... [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:40:03.4732690Z ok (0.002s) 2022-11-23T01:40:03.4732800Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4733030Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... [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:40:03.4733070Z ok (0.002s) 2022-11-23T01:40:03.4733190Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4733280Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4733460Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4733570Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4733690Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4733790Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4733920Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4734040Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4734170Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4734260Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4734380Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4734500Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4734620Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4734850Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... [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:40:03.4734950Z ok (0.002s) 2022-11-23T01:40:03.4735060Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4735140Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4735250Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4735360Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4735470Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4735560Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4735680Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4735810Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4735930Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4736020Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4736140Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4736260Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4736370Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4736460Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4736580Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4736710Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4736820Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4737050Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... [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:40:03.4737110Z ok (0.003s) 2022-11-23T01:40:03.4737220Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4737310Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4737430Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4737550Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4737670Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4737880Z test_Softmax (__main__.TestNN) ... [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:40:03.4737920Z ok (0.004s) 2022-11-23T01:40:03.4738130Z test_Softmax2d (__main__.TestNN) ... [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:40:03.4738170Z ok (0.004s) 2022-11-23T01:40:03.4738270Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4738490Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... [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:40:03.4738550Z ok (0.003s) 2022-11-23T01:40:03.4738660Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4738760Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4738970Z test_Softmax_no_batch_dim (__main__.TestNN) ... [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:40:03.4739020Z ok (0.003s) 2022-11-23T01:40:03.4739120Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4739340Z test_Softmax_scalar (__main__.TestNN) ... [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:40:03.4739380Z ok (0.002s) 2022-11-23T01:40:03.4739480Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4739680Z test_Softmin (__main__.TestNN) ... [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:40:03.4739730Z ok (0.003s) 2022-11-23T01:40:03.4739820Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4740030Z test_Softmin_multidim (__main__.TestNN) ... [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:40:03.4740070Z ok (0.004s) 2022-11-23T01:40:03.4740180Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4740390Z test_Softmin_no_batch_dim (__main__.TestNN) ... [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:40:03.4740430Z ok (0.003s) 2022-11-23T01:40:03.4740530Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4740760Z test_Softmin_scalar (__main__.TestNN) ... [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:40:03.4740810Z ok (0.002s) 2022-11-23T01:40:03.4740910Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4741110Z test_Softplus (__main__.TestNN) ... [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:40:03.4741150Z ok (0.003s) 2022-11-23T01:40:03.4741360Z test_Softplus_beta (__main__.TestNN) ... [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:40:03.4741410Z ok (0.003s) 2022-11-23T01:40:03.4741510Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4741720Z test_Softplus_beta_threshold (__main__.TestNN) ... [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:40:03.4741780Z ok (0.003s) 2022-11-23T01:40:03.4741900Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4742120Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... [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:40:03.4742160Z ok (0.002s) 2022-11-23T01:40:03.4742280Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4742380Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4742590Z test_Softplus_no_batch_dim (__main__.TestNN) ... [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:40:03.4742630Z ok (0.003s) 2022-11-23T01:40:03.4742740Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4742950Z test_Softshrink (__main__.TestNN) ... [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:40:03.4742990Z ok (0.003s) 2022-11-23T01:40:03.4743090Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4743310Z test_Softshrink_lambda (__main__.TestNN) ... [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:40:03.4743350Z ok (0.003s) 2022-11-23T01:40:03.4743450Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4743670Z test_Softshrink_lambda_scalar (__main__.TestNN) ... [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:40:03.4743710Z ok (0.002s) 2022-11-23T01:40:03.4743820Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4744050Z test_Softshrink_no_batch_dim (__main__.TestNN) ... [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:40:03.4744090Z ok (0.002s) 2022-11-23T01:40:03.4744200Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4744400Z test_Softsign (__main__.TestNN) ... [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:40:03.4744440Z ok (0.004s) 2022-11-23T01:40:03.4744540Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4744750Z test_Softsign_no_batch_dim (__main__.TestNN) ... [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:40:03.4744790Z ok (0.003s) 2022-11-23T01:40:03.4744900Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4745110Z test_Softsign_scalar (__main__.TestNN) ... [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:40:03.4745150Z ok (0.003s) 2022-11-23T01:40:03.4745270Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4745470Z test_Tanh (__main__.TestNN) ... [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:40:03.4745510Z ok (0.003s) 2022-11-23T01:40:03.4745610Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4745820Z test_Tanh_no_batch_dim (__main__.TestNN) ... [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:40:03.4745860Z ok (0.003s) 2022-11-23T01:40:03.4745960Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4746170Z test_Tanh_scalar (__main__.TestNN) ... [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:40:03.4746220Z ok (0.002s) 2022-11-23T01:40:03.4746320Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4746520Z test_Tanhshrink (__main__.TestNN) ... [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:40:03.4746560Z ok (0.003s) 2022-11-23T01:40:03.4746670Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4746880Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... [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:40:03.4746920Z ok (0.003s) 2022-11-23T01:40:03.4747030Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4747240Z test_Tanhshrink_scalar (__main__.TestNN) ... [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:40:03.4747280Z ok (0.002s) 2022-11-23T01:40:03.4747410Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4747630Z test_Threshold_large_value (__main__.TestNN) ... [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:40:03.4747670Z ok (0.003s) 2022-11-23T01:40:03.4747780Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4747990Z test_Threshold_no_batch_dim (__main__.TestNN) ... [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:40:03.4748030Z ok (0.002s) 2022-11-23T01:40:03.4748140Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4748360Z test_Threshold_threshold_value (__main__.TestNN) ... [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:40:03.4748400Z ok (0.003s) 2022-11-23T01:40:03.4748510Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4748730Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... [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:40:03.4748800Z ok (0.003s) 2022-11-23T01:40:03.4748920Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4749160Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... [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:40:03.4749200Z ok (0.031s) 2022-11-23T01:40:03.4749330Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4749560Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... [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:40:03.4749600Z ok (0.029s) 2022-11-23T01:40:03.4749730Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4749960Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... [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:40:03.4750000Z ok (0.017s) 2022-11-23T01:40:03.4750130Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4750350Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... [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:40:03.4750390Z ok (0.065s) 2022-11-23T01:40:03.4750520Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4750600Z test_Transformer_cell (__main__.TestNN) ... ok (0.420s) 2022-11-23T01:40:03.4750840Z test_Transformer_multilayer_coder (__main__.TestNN) ... [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:40:03.4750880Z ok (0.185s) 2022-11-23T01:40:03.4751000Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4751100Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4751360Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4751490Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4751620Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4751720Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4751850Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4751980Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4752110Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4752210Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4752340Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4752490Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4752610Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4752840Z test_Unflatten_no_batch_dim (__main__.TestNN) ... [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:40:03.4752880Z ok (0.004s) 2022-11-23T01:40:03.4753000Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4753210Z test_Unfold (__main__.TestNN) ... [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:40:03.4753250Z ok (0.004s) 2022-11-23T01:40:03.4753350Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4753570Z test_Unfold_int_input (__main__.TestNN) ... [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:40:03.4753610Z ok (0.004s) 2022-11-23T01:40:03.4753720Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4753930Z test_ZeroPad2d (__main__.TestNN) ... [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:40:03.4753970Z ok (0.003s) 2022-11-23T01:40:03.4754190Z test_ZeroPad2d_complex (__main__.TestNN) ... [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:40:03.4754240Z ok (0.005s) 2022-11-23T01:40:03.4754350Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4754450Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4754690Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... [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:40:03.4754730Z ok (0.004s) 2022-11-23T01:40:03.4754840Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4755060Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... [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:40:03.4755100Z ok (0.004s) 2022-11-23T01:40:03.4755200Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4755290Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4755360Z test_add_module (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4755460Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4755530Z test_affine_grid (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4755610Z test_affine_grid_3d (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4755690Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4755760Z test_assignment (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4755850Z test_backward_hooks_interaction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4755970Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4756070Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:40:03.4756180Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.001s) 2022-11-23T01:40:03.4756260Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.008s) 2022-11-23T01:40:03.4756360Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:40:03.4756440Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4756550Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:40:03.4756660Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4756780Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4756900Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4757010Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4757140Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4757250Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4757340Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4757420Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4760810Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4760910Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4761010Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4761110Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4761220Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4761360Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.037s) 2022-11-23T01:40:03.4761470Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4761630Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4761750Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4761870Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4761960Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4762070Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4762140Z test_bilinear (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4762230Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4762310Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.013s) 2022-11-23T01:40:03.4762390Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4762630Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:40:03.4762780Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:40:03.4762940Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-11-23T01:40:03.4763030Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4763120Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4763230Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4763320Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4763410Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4763490Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4763570Z test_caching_parametrization (__main__.TestNN) 2022-11-23T01:40:03.4763650Z Test the caching system of a parametrization ... ok (0.001s) 2022-11-23T01:40:03.4763770Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T01:40:03.4763930Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.001s) 2022-11-23T01:40:03.4764470Z test_call_supports_python_dict_output (__main__.TestNN) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py:1284: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T01:40:03.4764610Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-11-23T01:40:03.4764650Z ok (0.001s) 2022-11-23T01:40:03.4764730Z test_channel_shuffle (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4764820Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4764890Z test_children (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4764960Z test_clip_grad_norm (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4765040Z test_clip_grad_value (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4765110Z test_compute_nparams_to_prune (__main__.TestNN) 2022-11-23T01:40:03.4765210Z Test that requested pruning `amount` gets translated into the ... ok (0.001s) 2022-11-23T01:40:03.4765290Z test_container_copy (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4765390Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:40:03.4765490Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4765580Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4765670Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4765800Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.012s) 2022-11-23T01:40:03.4765880Z test_cosine_similarity (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4765960Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4766050Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (3.359s) 2022-11-23T01:40:03.4766140Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4766430Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.000s) 2022-11-23T01:40:03.4766530Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.001s) 2022-11-23T01:40:03.4766630Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.001s) 2022-11-23T01:40:03.4766710Z test_custom_from_mask_pruning (__main__.TestNN) 2022-11-23T01:40:03.4766800Z Test that the CustomFromMask is capable of receiving ... ok (0.001s) 2022-11-23T01:40:03.4766880Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-11-23T01:40:03.4767040Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.004s) 2022-11-23T01:40:03.4767100Z test_dir (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4767170Z test_dir_digit (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4767250Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4767370Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4767450Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.012s) 2022-11-23T01:40:03.4767550Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4767650Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4767730Z test_extra_state (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4767820Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4767910Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4767990Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4768160Z test_fb_fc_packed (__main__.TestNN) ... skip: Linear_FP16_weight requires FBGEMM. FBGEMM is only optimized for CPUs with instruction set support avx2 or newer. (0.001s) 2022-11-23T01:40:03.4768230Z test_flatten (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4768310Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.014s) 2022-11-23T01:40:03.4768390Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4768480Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4768550Z test_get_buffer (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4768640Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4768740Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.001s) 2022-11-23T01:40:03.4768800Z test_global_pruning (__main__.TestNN) 2022-11-23T01:40:03.4768900Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.001s) 2022-11-23T01:40:03.4768990Z test_global_pruning_importance_scores (__main__.TestNN) 2022-11-23T01:40:03.4769110Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.001s) 2022-11-23T01:40:03.4769190Z test_grid_sample (__main__.TestNN) ... ok (0.265s) 2022-11-23T01:40:03.4769270Z test_grid_sample_3d (__main__.TestNN) ... ok (0.037s) 2022-11-23T01:40:03.4769770Z test_grid_sample_error_checking (__main__.TestNN) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T01:40:03.4769820Z warnings.warn( 2022-11-23T01:40:03.4769890Z ok (0.014s) 2022-11-23T01:40:03.4769970Z test_hardtanh_backward (__main__.TestNN) ... ok (0.046s) 2022-11-23T01:40:03.4770060Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4770140Z test_hook_backward_size (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4770470Z test_hook_backward_writeable (__main__.TestNN) ... /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:40:03.4770580Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:40:03.4771040Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T01:40:03.4771210Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T01:40:03.4771250Z ok (0.001s) 2022-11-23T01:40:03.4771340Z test_hook_buffer_registration (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4771410Z test_hook_cpp (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4771520Z test_hook_extra_input (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4771610Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4771690Z test_hook_inplace (__main__.TestNN) ... ok (0.013s) 2022-11-23T01:40:03.4771770Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4771860Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4771940Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4772020Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.012s) 2022-11-23T01:40:03.4772110Z test_hook_parameter_registration (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4772190Z test_hook_requires_grad (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4772280Z test_hook_submodule_registration (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4772750Z test_hooks (__main__.TestNN) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T01:40:03.4772910Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T01:40:03.4772950Z ok (0.005s) 2022-11-23T01:40:03.4773040Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4773100Z test_identity_pruning (__main__.TestNN) 2022-11-23T01:40:03.4773200Z Test that a mask of 1s does not change forward or backward. ... ok (0.001s) 2022-11-23T01:40:03.4773280Z test_initialization_parametrization (__main__.TestNN) 2022-11-23T01:40:03.4773380Z Test that it is possible to initialize a parametrization when it ... ok (0.002s) 2022-11-23T01:40:03.4773460Z test_inplace_thnn (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4773530Z test_interpolate (__main__.TestNN) ... ok (0.038s) 2022-11-23T01:40:03.4773750Z test_interpolate_bicubic_2d (__main__.TestNN) ... [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:40:03.4773800Z ok (0.002s) 2022-11-23T01:40:03.4773910Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4774160Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... [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:40:03.4774200Z ok (0.002s) 2022-11-23T01:40:03.4774320Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4774540Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... [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:40:03.4774580Z ok (0.002s) 2022-11-23T01:40:03.4774700Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4774930Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... [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:40:03.4774980Z ok (0.002s) 2022-11-23T01:40:03.4775100Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4775330Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... [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:40:03.4775390Z ok (0.002s) 2022-11-23T01:40:03.4775630Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... [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:40:03.4775670Z ok (0.002s) 2022-11-23T01:40:03.4775810Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4775930Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4776150Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... [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:40:03.4776190Z ok (0.002s) 2022-11-23T01:40:03.4776430Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... [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:40:03.4776470Z ok (0.002s) 2022-11-23T01:40:03.4776670Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4776790Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4777020Z test_interpolate_bilinear_2d (__main__.TestNN) ... [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:40:03.4777060Z ok (0.002s) 2022-11-23T01:40:03.4777230Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4777470Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... [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:40:03.4777550Z ok (0.002s) 2022-11-23T01:40:03.4777680Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4777910Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... [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:40:03.4777950Z ok (0.002s) 2022-11-23T01:40:03.4778070Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4778320Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... [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:40:03.4778360Z ok (0.002s) 2022-11-23T01:40:03.4778490Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4778730Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... [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:40:03.4778770Z ok (0.002s) 2022-11-23T01:40:03.4779040Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... [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:40:03.4779080Z ok (0.002s) 2022-11-23T01:40:03.4779220Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4779350Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4779580Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... [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:40:03.4779630Z ok (0.002s) 2022-11-23T01:40:03.4779870Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... [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:40:03.4779910Z ok (0.002s) 2022-11-23T01:40:03.4780040Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4780160Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4780280Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-11-23T01:40:03.4780500Z test_interpolate_linear_1d (__main__.TestNN) ... [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:40:03.4780540Z ok (0.002s) 2022-11-23T01:40:03.4780780Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... [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:40:03.4780820Z ok (0.002s) 2022-11-23T01:40:03.4780950Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4781070Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4781320Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... [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:40:03.4781360Z ok (0.002s) 2022-11-23T01:40:03.4781480Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4781700Z test_interpolate_linear_scale_1d (__main__.TestNN) ... [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:40:03.4781740Z ok (0.002s) 2022-11-23T01:40:03.4781970Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... [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:40:03.4782010Z ok (0.002s) 2022-11-23T01:40:03.4782130Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4782250Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4782460Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... [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:40:03.4782540Z ok (0.002s) 2022-11-23T01:40:03.4782650Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4782860Z test_interpolate_nearest_1d (__main__.TestNN) ... [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:40:03.4782910Z ok (0.002s) 2022-11-23T01:40:03.4783020Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4783240Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... [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:40:03.4783280Z ok (0.002s) 2022-11-23T01:40:03.4783400Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4783610Z test_interpolate_nearest_2d (__main__.TestNN) ... [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:40:03.4783650Z ok (0.002s) 2022-11-23T01:40:03.4783760Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4783990Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... [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:40:03.4784030Z ok (0.002s) 2022-11-23T01:40:03.4784150Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4784370Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... [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:40:03.4784410Z ok (0.002s) 2022-11-23T01:40:03.4784540Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4784760Z test_interpolate_nearest_3d (__main__.TestNN) ... [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:40:03.4784800Z ok (0.003s) 2022-11-23T01:40:03.4784900Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4785120Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... [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:40:03.4785160Z ok (0.002s) 2022-11-23T01:40:03.4785280Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4785500Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... [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:40:03.4785540Z ok (0.002s) 2022-11-23T01:40:03.4785660Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4785870Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... [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:40:03.4785930Z ok (0.002s) 2022-11-23T01:40:03.4786040Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4786260Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... [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:40:03.4786300Z ok (0.004s) 2022-11-23T01:40:03.4786410Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4786620Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... [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:40:03.4786660Z ok (0.002s) 2022-11-23T01:40:03.4786770Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4786990Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... [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:40:03.4787030Z ok (0.002s) 2022-11-23T01:40:03.4787140Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4787350Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... [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:40:03.4787390Z ok (0.004s) 2022-11-23T01:40:03.4787500Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4787720Z test_interpolate_trilinear_3d (__main__.TestNN) ... [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:40:03.4787760Z ok (0.003s) 2022-11-23T01:40:03.4787950Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4788180Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... [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:40:03.4788220Z ok (0.002s) 2022-11-23T01:40:03.4788340Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4788560Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... [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:40:03.4788600Z ok (0.003s) 2022-11-23T01:40:03.4788840Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... [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:40:03.4788880Z ok (0.003s) 2022-11-23T01:40:03.4789010Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4789120Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4789410Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... [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:40:03.4789450Z ok (0.002s) 2022-11-23T01:40:03.4789680Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... [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:40:03.4789720Z ok (0.002s) 2022-11-23T01:40:03.4793340Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4793470Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4793550Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4794050Z test_kl_div_with_diff_type (__main__.TestNN) ... /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:40:03.4794100Z warnings.warn( 2022-11-23T01:40:03.4794140Z ok (0.001s) 2022-11-23T01:40:03.4794240Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4794310Z test_l1_loss_correct (__main__.TestNN) ... ok (4.457s) 2022-11-23T01:40:03.4794390Z test_l1_unstructured_pruning (__main__.TestNN) 2022-11-23T01:40:03.4794490Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.001s) 2022-11-23T01:40:03.4794580Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-11-23T01:40:03.4794680Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.001s) 2022-11-23T01:40:03.4794780Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4794880Z test_linear_autograd_device_cpu_bias_weightCOO (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4795440Z test_linear_autograd_device_cpu_bias_weightCSC (__main__.TestNN) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:9899: UserWarning: Sparse CSC 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:40:03.4795540Z module.weight = nn.Parameter(module.weight.to_sparse_csc()) 2022-11-23T01:40:03.4795580Z ok (0.002s) 2022-11-23T01:40:03.4795680Z test_linear_autograd_device_cpu_bias_weightCSR (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4795790Z test_linear_autograd_device_cpu_bias_weightStrided (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4795890Z test_linear_autograd_device_cpu_nobias_weightCOO (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4795990Z test_linear_autograd_device_cpu_nobias_weightCSC (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4796090Z test_linear_autograd_device_cpu_nobias_weightCSR (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4796190Z test_linear_autograd_device_cpu_nobias_weightStrided (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4796280Z test_linear_broadcasting (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4796350Z test_ln_structured_pruning (__main__.TestNN) 2022-11-23T01:40:03.4796430Z Check Ln structured pruning by hand. ... ok (0.001s) 2022-11-23T01:40:03.4796510Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-11-23T01:40:03.4796590Z Check Ln structured pruning by hand. ... ok (0.001s) 2022-11-23T01:40:03.4796680Z test_load_state_dict (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4796760Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4796840Z test_load_state_dict_child (__main__.TestNN) ... ok (0.054s) 2022-11-23T01:40:03.4796930Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4797010Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4797100Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.082s) 2022-11-23T01:40:03.4797180Z test_load_state_dict_type (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4797250Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4797530Z test_log_softmax_dim0 (__main__.TestNN) ... [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:40:03.4797580Z ok (0.002s) 2022-11-23T01:40:03.4797680Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4797900Z test_log_softmax_dim3 (__main__.TestNN) ... [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:40:03.4797950Z ok (0.002s) 2022-11-23T01:40:03.4798050Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4798290Z test_log_softmax_lastdim (__main__.TestNN) ... [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:40:03.4798330Z ok (0.002s) 2022-11-23T01:40:03.4798440Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4798660Z test_log_softmax_scalar (__main__.TestNN) ... [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:40:03.4798700Z ok (0.001s) 2022-11-23T01:40:03.4798810Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4799090Z test_log_softmax_spatial (__main__.TestNN) ... [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:40:03.4799130Z ok (0.003s) 2022-11-23T01:40:03.4799240Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4799460Z test_log_softmax_spatial_special (__main__.TestNN) ... [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:40:03.4799510Z ok (0.003s) 2022-11-23T01:40:03.4799620Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4800030Z test_loss_equal_input_target_shape (__main__.TestNN) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:6136: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4800130Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-11-23T01:40:03.4800460Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:6137: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4800620Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-11-23T01:40:03.4800950Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:6138: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4801060Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-11-23T01:40:03.4801380Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:6139: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4801480Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-11-23T01:40:03.4801920Z /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:40:03.4801970Z warnings.warn( 2022-11-23T01:40:03.4802010Z ok (0.011s) 2022-11-23T01:40:03.4802110Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4802200Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4802280Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4802360Z test_module_backcompat (__main__.TestNN) ... ok (0.286s) 2022-11-23T01:40:03.4802440Z test_module_to_argparse (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4802510Z test_modules (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4802600Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4802700Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... ok (2.625s) 2022-11-23T01:40:03.4802800Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.394s) 2022-11-23T01:40:03.4802890Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.008s) 2022-11-23T01:40:03.4802990Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.007s) 2022-11-23T01:40:03.4803080Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4803530Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:5598: 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:40:03.4803620Z nt = torch.nested.nested_tensor([torch.randn(4, 4)]) 2022-11-23T01:40:03.4803660Z ok (0.002s) 2022-11-23T01:40:03.4803740Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4803980Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... [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:40:03.4804020Z ok (0.004s) 2022-11-23T01:40:03.4804150Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T01:40:03.4804310Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4804400Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4804470Z test_named_children (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4804550Z test_named_modules (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4804650Z test_named_parameters_remove_duplicate (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4804760Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4804860Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.014s) 2022-11-23T01:40:03.4804940Z test_new_spectral_norm (__main__.TestNN) ... ok (0.021s) 2022-11-23T01:40:03.4805030Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4805120Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4805220Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.011s) 2022-11-23T01:40:03.4805290Z test_no_grad (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4805370Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4805450Z test_normalize (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4805530Z test_orthogonal_errors (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4805620Z test_orthogonal_parametrization (__main__.TestNN) ... ok (0.116s) 2022-11-23T01:40:03.4805720Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.008s) 2022-11-23T01:40:03.4805840Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:40:03.4805920Z test_pad_scalar_error (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4806000Z test_padding_list (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4806080Z test_pairwise_distance (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4806160Z test_parameter_assignment (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4806250Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4806350Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4806450Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4806530Z test_parameters_to_vector (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4806620Z test_parametrization_same_training_mode (__main__.TestNN) 2022-11-23T01:40:03.4806730Z Test training mode updated on parametrization registration ... ok (0.001s) 2022-11-23T01:40:03.4806800Z test_parse_to (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4806900Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:40:03.4806970Z test_pdist (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4807080Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.008s) 2022-11-23T01:40:03.4807220Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.001s) 2022-11-23T01:40:03.4807300Z test_pdist_empty_col (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4807380Z test_pdist_empty_row (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4807450Z test_pdist_large (__main__.TestNN) ... ok (0.008s) 2022-11-23T01:40:03.4807510Z test_pdist_zeros (__main__.TestNN) 2022-11-23T01:40:03.4807600Z Test that grad is still valid when dist is 0 ... ok (0.002s) 2022-11-23T01:40:03.4807690Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4807770Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.174s) 2022-11-23T01:40:03.4808170Z test_pointwise_loss_broadcast (__main__.TestNN) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4808290Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T01:40:03.4808630Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4808770Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T01:40:03.4809100Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4809210Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T01:40:03.4809530Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4809630Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T01:40:03.4809950Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4810050Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T01:40:03.4810360Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4810470Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T01:40:03.4810780Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4810880Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T01:40:03.4811190Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4811300Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4811630Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4811740Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4812050Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4812150Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4812460Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4812570Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4812880Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4812980Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4813310Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4813410Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4813730Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4813830Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4814140Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4814270Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4814630Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4814750Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4815080Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4815200Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4815510Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4815630Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4815980Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4816100Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4816410Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4816530Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4816840Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4816960Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T01:40:03.4817270Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4817390Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T01:40:03.4817740Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4817850Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T01:40:03.4818170Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4818280Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T01:40:03.4818590Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4818710Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T01:40:03.4819020Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4819120Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T01:40:03.4819440Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4819540Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T01:40:03.4819890Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T01:40:03.4820010Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T01:40:03.4820050Z ok (0.011s) 2022-11-23T01:40:03.4820160Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4820290Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4820390Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4820480Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4820640Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:40:03.4820740Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.008s) 2022-11-23T01:40:03.4820810Z test_prune (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4820900Z test_prune_importance_scores (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4821000Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4821080Z test_pruning_container (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4821160Z test_pruning_container_compute_mask (__main__.TestNN) 2022-11-23T01:40:03.4821270Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.002s) 2022-11-23T01:40:03.4821340Z test_pruning_id_consistency (__main__.TestNN) 2022-11-23T01:40:03.4821480Z Test that pruning doesn't change the id of the parameters, which ... ok (0.001s) 2022-11-23T01:40:03.4821540Z test_pruning_rollback (__main__.TestNN) 2022-11-23T01:40:03.4821640Z Test that if something fails when the we try to compute the mask, ... ok (0.002s) 2022-11-23T01:40:03.4821730Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4821850Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4821930Z test_random_pruning (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4821990Z test_random_pruning_0perc (__main__.TestNN) 2022-11-23T01:40:03.4822090Z Test that a mask of 1s does not change forward or backward. ... ok (0.001s) 2022-11-23T01:40:03.4822160Z test_random_pruning_forward (__main__.TestNN) 2022-11-23T01:40:03.4822230Z check forward with mask (by hand). ... ok (0.001s) 2022-11-23T01:40:03.4822310Z test_random_pruning_new_weight (__main__.TestNN) 2022-11-23T01:40:03.4822400Z Test that module.name now contains a pruned version of ... ok (0.001s) 2022-11-23T01:40:03.4822470Z test_random_pruning_orig (__main__.TestNN) 2022-11-23T01:40:03.4822600Z Test that original tensor is correctly stored in 'orig' ... ok (0.001s) 2022-11-23T01:40:03.4822680Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4822750Z test_random_pruning_sizes (__main__.TestNN) 2022-11-23T01:40:03.4822850Z Test that the new parameters and buffers created by the pruning ... ok (0.001s) 2022-11-23T01:40:03.4822950Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4823040Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-11-23T01:40:03.4823150Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.001s) 2022-11-23T01:40:03.4823240Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-11-23T01:40:03.4823330Z Test that it is possible to nest the parametrizations ... ok (0.002s) 2022-11-23T01:40:03.4823420Z test_register_and_remove_parametrization (__main__.TestNN) 2022-11-23T01:40:03.4823510Z Test that it is possible to add a few parametrizations ... ok (0.009s) 2022-11-23T01:40:03.4823620Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4823720Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4823830Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4823930Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4824030Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4824140Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4824300Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4824380Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4824440Z test_remove_pruning (__main__.TestNN) 2022-11-23T01:40:03.4824540Z `prune.remove` removes the hook and the reparametrization ... ok (0.001s) 2022-11-23T01:40:03.4824610Z test_remove_pruning_exception (__main__.TestNN) 2022-11-23T01:40:03.4824710Z Removing from an unpruned tensor throws an assertion error ... ok (0.001s) 2022-11-23T01:40:03.4824780Z test_remove_pruning_forward (__main__.TestNN) 2022-11-23T01:40:03.4824880Z Remove pruning and check forward is unchanged from previous ... ok (0.001s) 2022-11-23T01:40:03.4824940Z test_repr (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4825020Z test_requires_grad_ (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4825090Z test_rnn_args_check (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4825240Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:40:03.4828820Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.007s) 2022-11-23T01:40:03.4828910Z test_rnn_pruning (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4828990Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4829070Z test_serialization_parametrization (__main__.TestNN) 2022-11-23T01:40:03.4829230Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.005s) 2022-11-23T01:40:03.4829650Z test_share_memory (__main__.TestNN) ... /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:40:03.4829710Z warnings.warn(message, UserWarning) 2022-11-23T01:40:03.4829760Z ok (0.129s) 2022-11-23T01:40:03.4829850Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4829950Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4830020Z test_softmax_cpu (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4830250Z test_softmax_functional_dim0 (__main__.TestNN) ... [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:40:03.4830290Z ok (0.003s) 2022-11-23T01:40:03.4830400Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4830610Z test_softmax_functional_dim3 (__main__.TestNN) ... [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:40:03.4830660Z ok (0.002s) 2022-11-23T01:40:03.4830760Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4830990Z test_softmax_functional_scalar (__main__.TestNN) ... [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:40:03.4831030Z ok (0.001s) 2022-11-23T01:40:03.4831140Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4831350Z test_softmax_lastdim (__main__.TestNN) ... [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:40:03.4831390Z ok (0.002s) 2022-11-23T01:40:03.4831510Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4831730Z test_softmax_lastdim_dtype (__main__.TestNN) ... [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:40:03.4831770Z ok (0.002s) 2022-11-23T01:40:03.4831880Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4832090Z test_softmax_spatial (__main__.TestNN) ... [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:40:03.4832130Z ok (0.002s) 2022-11-23T01:40:03.4832230Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4832450Z test_softmax_spatial_dtype (__main__.TestNN) ... [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:40:03.4832490Z ok (0.002s) 2022-11-23T01:40:03.4832590Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4832810Z test_softmax_spatial_special (__main__.TestNN) ... [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:40:03.4832940Z ok (0.003s) 2022-11-23T01:40:03.4833050Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T01:40:03.4833120Z test_softmin (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4833560Z test_spectral_norm (__main__.TestNN) ... /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:40:03.4833630Z warnings.warn(message, UserWarning) 2022-11-23T01:40:03.4833670Z ok (0.009s) 2022-11-23T01:40:03.4833750Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4833840Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4833930Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4834020Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4834090Z test_state_dict (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4834200Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-11-23T01:40:03.4834310Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.001s) 2022-11-23T01:40:03.4834400Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4834470Z test_threshold_int (__main__.TestNN) ... ok (0.000s) 2022-11-23T01:40:03.4834540Z test_to (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4834630Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4834720Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T01:40:03.4834840Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.002s) 2022-11-23T01:40:03.4834950Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4835050Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-11-23T01:40:03.4835170Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.001s) 2022-11-23T01:40:03.4835270Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-11-23T01:40:03.4835420Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.001s) 2022-11-23T01:40:03.4835510Z test_transformer_args_check (__main__.TestNN) ... ok (0.089s) 2022-11-23T01:40:03.4835600Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4835690Z test_transformerdecoder (__main__.TestNN) ... ok (0.046s) 2022-11-23T01:40:03.4835780Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.011s) 2022-11-23T01:40:03.4835880Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.011s) 2022-11-23T01:40:03.4835960Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4836050Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4836140Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4836240Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4836300Z test_type (__main__.TestNN) ... ok (0.002s) 2022-11-23T01:40:03.4836390Z test_type_before_parametrizations (__main__.TestNN) 2022-11-23T01:40:03.4836500Z Test that type_before_parametrizations always retrieves original type ... ok (0.001s) 2022-11-23T01:40:03.4837020Z test_unflatten (__main__.TestNN) ... /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:40:03.4837130Z return super(Tensor, self).refine_names(names) 2022-11-23T01:40:03.4837170Z ok (0.004s) 2022-11-23T01:40:03.4837250Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4837330Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.006s) 2022-11-23T01:40:03.4837420Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-11-23T01:40:03.4837520Z Since it may happen that the tensor to prune has entries with the ... ok (0.001s) 2022-11-23T01:40:03.4837630Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4837710Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.005s) 2022-11-23T01:40:03.4837810Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4837900Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.013s) 2022-11-23T01:40:03.4838000Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4838080Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.011s) 2022-11-23T01:40:03.4838180Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.004s) 2022-11-23T01:40:03.4838260Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4838330Z test_validate_pruning_amount (__main__.TestNN) 2022-11-23T01:40:03.4838430Z Tests the second util function that validates the pruning ... ok (0.001s) 2022-11-23T01:40:03.4838510Z test_validate_pruning_amount_init (__main__.TestNN) 2022-11-23T01:40:03.4838600Z Test the first util function that validates the pruning ... ok (0.001s) 2022-11-23T01:40:03.4838680Z test_vector_to_parameters (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4838760Z test_weight_norm (__main__.TestNN) ... ok (0.003s) 2022-11-23T01:40:03.4838840Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4838910Z test_zero_grad (__main__.TestNN) ... ok (0.001s) 2022-11-23T01:40:03.4839000Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:40:03.4839100Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4839210Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4839330Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4839460Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4839590Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4839720Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4839840Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4839960Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4840080Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4840190Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:40:03.4840290Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4840390Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:40:03.4840480Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.646s) 2022-11-23T01:40:03.4840610Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4840730Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4840830Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4840940Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4841050Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:40:03.4841150Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.024s) 2022-11-23T01:40:03.4841240Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.371s) 2022-11-23T01:40:03.4841350Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4841450Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:40:03.4841550Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:40:03.4841670Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4841790Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4841900Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:40:03.4842000Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:40:03.4842130Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.096s) 2022-11-23T01:40:03.4842240Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.329s) 2022-11-23T01:40:03.4842350Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (3.800s) 2022-11-23T01:40:03.4842470Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:40:03.4842590Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:40:03.4842710Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.094s) 2022-11-23T01:40:03.4842830Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.394s) 2022-11-23T01:40:03.4842940Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.108s) 2022-11-23T01:40:03.4843050Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.316s) 2022-11-23T01:40:03.4843150Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.688s) 2022-11-23T01:40:03.4843270Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:40:03.4843390Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4843490Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.118s) 2022-11-23T01:40:03.4843590Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4843690Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4843790Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:40:03.4843900Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.090s) 2022-11-23T01:40:03.4844000Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.119s) 2022-11-23T01:40:03.4844110Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4844240Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4844370Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4844470Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4844590Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4844730Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4844830Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:40:03.4844950Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4845060Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4845170Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4845310Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4845440Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:03.4845540Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4845650Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.034s) 2022-11-23T01:40:03.4845770Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4845880Z test_conv_empty_input_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4846500Z test_conv_empty_input_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... /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:40:03.4846550Z warnings.warn( 2022-11-23T01:40:03.4846590Z ok (0.002s) 2022-11-23T01:40:03.4846690Z test_conv_empty_input_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4846790Z test_conv_empty_input_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4846920Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:40:03.4847040Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:40:03.4847180Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:40:03.4847300Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:40:03.4847430Z test_cross_entropy_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4847560Z test_cross_entropy_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4847690Z test_cross_entropy_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4847810Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:40:03.4847920Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:40:03.4848040Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:40:03.4848180Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4848320Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4848460Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4848610Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4848750Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4848910Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4849030Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:40:03.4849130Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.215s) 2022-11-23T01:40:03.4849250Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4849360Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4849470Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:40:03.4849590Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:40:03.4849670Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:40:03.4849770Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:40:03.4849880Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:40:03.4850020Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.043s) 2022-11-23T01:40:03.4850150Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.038s) 2022-11-23T01:40:03.4850270Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.038s) 2022-11-23T01:40:03.4850400Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Insufficient cpu memory (0.038s) 2022-11-23T01:40:03.4850530Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4850640Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4850750Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:40:03.4850850Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:40:03.4851090Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:40:03.4851280Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: test doesn't currently work with MPS (0.001s) 2022-11-23T01:40:03.4851380Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4851480Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4851590Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:40:03.4851730Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4851870Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:40:03.4851980Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:40:03.4852100Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4852230Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4852340Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:40:03.4852450Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:40:03.4852590Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4852680Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4852780Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4852880Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4853020Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4853130Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4853230Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (3.780s) 2022-11-23T01:40:03.4853350Z test_masked_softmax_devices_parity_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4853460Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.235s) 2022-11-23T01:40:03.4853560Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-11-23T01:40:03.4853660Z test_masked_softmax_mask_types_cpu (__main__.TestNNDeviceTypeCPU) ... ok (11.018s) 2022-11-23T01:40:03.4853790Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4853890Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:40:03.4853990Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4854090Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4854190Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4854330Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4854460Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4854590Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4854710Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4854850Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4854970Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4855110Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4855230Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4855340Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4855460Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4855560Z test_multihead_self_attn_two_masks_fast_path_cpu (__main__.TestNNDeviceTypeCPU) 2022-11-23T01:40:03.4855750Z Multihead self-attention should give the same result on the fast path (BetterTransformer) as on the slow path ... ok (0.002s) 2022-11-23T01:40:03.4855860Z test_multihead_self_attn_two_masks_fast_path_mock_cpu (__main__.TestNNDeviceTypeCPU) 2022-11-23T01:40:03.4856020Z Multihead self-attention should take fast path when both attention mask (mask type 0) ... ok (0.001s) 2022-11-23T01:40:03.4856120Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4856260Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4856390Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4859850Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4859970Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4860070Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:40:03.4860180Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:40:03.4860310Z test_nll_loss_large_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4860430Z test_nll_loss_large_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4860560Z test_nll_loss_large_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4860660Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4860770Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4860880Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4860960Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4861060Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4861160Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:40:03.4861500Z test_nonlinearity_propagate_nan_cpu (__main__.TestNNDeviceTypeCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:1958: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-11-23T01:40:03.4861600Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-11-23T01:40:03.4861870Z /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:40:03.4861980Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T01:40:03.4862020Z ok (0.001s) 2022-11-23T01:40:03.4862110Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.006s) 2022-11-23T01:40:03.4862330Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4862430Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-11-23T01:40:03.4862520Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.009s) 2022-11-23T01:40:03.4862640Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:03.4862750Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:40:03.4862860Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-11-23T01:40:03.4862970Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.011s) 2022-11-23T01:40:03.4863070Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4863170Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:40:03.4863260Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4863360Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.005s) 2022-11-23T01:40:03.4863460Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:40:03.4863590Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4863750Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.058s) 2022-11-23T01:40:03.4863860Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4863970Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4864070Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.524s) 2022-11-23T01:40:03.4864170Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:40:03.4864280Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4864370Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4864470Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.003s) 2022-11-23T01:40:03.4864570Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.002s) 2022-11-23T01:40:03.4864680Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-11-23T01:40:03.4865270Z test_to_complex_cpu (__main__.TestNNDeviceTypeCPU) ... /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:40:03.4865320Z warnings.warn( 2022-11-23T01:40:03.4865670Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py:1118: 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:40:03.4865790Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-11-23T01:40:03.4865830Z ok (0.001s) 2022-11-23T01:40:03.4865950Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:40:03.4866060Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) 2022-11-23T01:40:03.4866170Z Test transformer fast path on CPU with different valid mask types and shapes ... ok (0.051s) 2022-11-23T01:40:03.4866330Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:40:03.4866440Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.500s) 2022-11-23T01:40:03.4866570Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.035s) 2022-11-23T01:40:03.4866710Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4866860Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4866990Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4867120Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4867260Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4867380Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4867500Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4867640Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4867810Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4867940Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:40:03.4868070Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.012s) 2022-11-23T01:40:03.4868200Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:40:03.4868320Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:40:03.4868440Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4868540Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.007s) 2022-11-23T01:40:03.4868670Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:03.4868780Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:40:03.4868880Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.013s) 2022-11-23T01:40:03.4869000Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:03.4869130Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:03.4869260Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:03.4869370Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.050s) 2022-11-23T01:40:03.4869470Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.008s) 2022-11-23T01:40:03.4869590Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:03.4869710Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4869830Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.001s) 2022-11-23T01:40:03.4869950Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.004s) 2022-11-23T01:40:03.4870070Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.053s) 2022-11-23T01:40:03.4870270Z test_upsampling_64bit_indexing_channels_last_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4870370Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.158s) 2022-11-23T01:40:03.4870500Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4870620Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:03.4870710Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4870820Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T01:40:03.4870910Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T01:40:03.4871000Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4871110Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T01:40:03.4871180Z test_constant (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4871260Z test_deprecation (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T01:40:03.4871340Z test_dirac_identity (__main__.TestNNInit) ... ok (0.004s) 2022-11-23T01:40:03.4871440Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4871550Z test_dirac_properties (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4871620Z test_eye (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4871710Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T01:40:03.4871790Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.160s) 2022-11-23T01:40:03.4871900Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4872000Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T01:40:03.4872090Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.145s) 2022-11-23T01:40:03.4872190Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4872300Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T01:40:03.4872370Z test_normal (__main__.TestNNInit) ... ok (0.707s) 2022-11-23T01:40:03.4872450Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4872520Z test_orthogonal (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T01:40:03.4872610Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T01:40:03.4872700Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T01:40:03.4872830Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:40:03.4872900Z test_uniform (__main__.TestNNInit) ... ok (0.642s) 2022-11-23T01:40:03.4872990Z test_xavier_normal (__main__.TestNNInit) ... ok (0.217s) 2022-11-23T01:40:03.4873090Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4873170Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.062s) 2022-11-23T01:40:03.4873280Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T01:40:03.4873380Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.001s) 2022-11-23T01:40:03.4873480Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.001s) 2022-11-23T01:40:03.4873600Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... ok (0.004s) 2022-11-23T01:40:03.4873700Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.001s) 2022-11-23T01:40:03.4873790Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.000s) 2022-11-23T01:40:03.4873900Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.001s) 2022-11-23T01:40:03.4873900Z 2022-11-23T01:40:03.4874040Z ---------------------------------------------------------------------- 2022-11-23T01:40:03.4874090Z Ran 2406 tests in 49.290s 2022-11-23T01:40:03.4874090Z 2022-11-23T01:40:03.4874160Z OK (skipped=1168, expected failures=3) 2022-11-23T01:40:03.4874160Z 2022-11-23T01:40:03.4874210Z Generating XML reports... 2022-11-23T01:40:03.4874390Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestAddRelu-20221123013913.xml 2022-11-23T01:40:03.4874630Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestConstantPadNd-20221123013913.xml 2022-11-23T01:40:03.4874820Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFunctionalPickle-20221123013913.xml 2022-11-23T01:40:03.4875000Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionEval-20221123013913.xml 2022-11-23T01:40:03.4875180Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestFusionUtils-20221123013913.xml 2022-11-23T01:40:03.4875370Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestModuleGlobalHooks-20221123013913.xml 2022-11-23T01:40:03.4875530Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNN-20221123013913.xml 2022-11-23T01:40:03.4875710Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNDeviceTypeCPU-20221123013913.xml 2022-11-23T01:40:03.4875900Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestNNInit-20221123013913.xml 2022-11-23T01:40:03.4876080Z Generated XML report: test-reports/python-unittest/test_nn/TEST-TestStateDictHooks-20221123013913.xml 2022-11-23T01:40:03.4876090Z 2022-11-23T01:40:03.4876390Z ##[endgroup] 2022-11-23T01:40:03.4876580Z FINISHED PRINTING LOG FILE of test_nn (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_nn_u7vnk2xa) 2022-11-23T01:40:03.4876580Z 2022-11-23T01:40:03.4876700Z Running test_tensor_creation_ops ... [2022-11-23 01:40:03.427951] 2022-11-23T01:40:03.4876980Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:40:03.428399] 2022-11-23T01:40:17.5831830Z 2022-11-23T01:40:17.5832080Z Expand the folded group to see the log file of test_tensor_creation_ops 2022-11-23T01:40:17.5832630Z ##[group]PRINTING LOG FILE of test_tensor_creation_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_tensor_creation_ops_ebmp36hp) 2022-11-23T01:40:17.5849050Z 2022-11-23T01:40:17.5849430Z Running tests... 2022-11-23T01:40:17.5850090Z ---------------------------------------------------------------------- 2022-11-23T01:40:17.5850410Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-11-23T01:40:17.5850690Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-11-23T01:40:17.5850930Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5851170Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5851420Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5851640Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5851870Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5852100Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5852330Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5852560Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5852780Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5853010Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5853360Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5853600Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5853840Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5854120Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5854350Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5854590Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5854830Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5855070Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5855300Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5855520Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5855750Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5855980Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5856210Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5856450Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5856750Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5856980Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5857210Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5857450Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5857670Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5857900Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5858130Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5858350Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5858570Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5858780Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5859020Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5859260Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5859500Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5859730Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5859960Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5860190Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5860420Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5860640Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5860860Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5861070Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5861290Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5861510Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5861750Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5861980Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5862250Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5862480Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5862720Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5872200Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5872450Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5872670Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5872880Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5873100Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5873330Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5873940Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:3675: 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:40:17.5874390Z result = torch.asarray(cvt(original), **kwargs) 2022-11-23T01:40:17.5874540Z ok (0.003s) 2022-11-23T01:40:17.5874710Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5875000Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5875220Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5875430Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5875640Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5875850Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5876060Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5876270Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5876480Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5876720Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5877000Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5877270Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5877540Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5877800Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5878060Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5878320Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5878580Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5878830Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5879080Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5879340Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5879570Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5879790Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5880060Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5880290Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5880510Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5880720Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5880930Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5881130Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5881340Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5881550Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5881760Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5882000Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5882270Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5882540Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5882800Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5883100Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5883360Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5883620Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5883870Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5884120Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5884380Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5884640Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5884870Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5885080Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5885280Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5885490Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5885700Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5885900Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5886110Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5886310Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5886510Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5886710Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5886900Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5887100Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5887300Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5887510Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5887720Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5887930Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5888200Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5888410Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5888620Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5888820Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5889030Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5889230Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5889430Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5889630Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-11-23T01:40:17.5889850Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5890080Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.001s) 2022-11-23T01:40:17.5890310Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-11-23T01:40:17.5890560Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5890810Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5891040Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T01:40:17.5891320Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T01:40:17.5891570Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T01:40:17.5891820Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T01:40:17.5892070Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T01:40:17.5892340Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T01:40:17.5892610Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T01:40:17.5892850Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T01:40:17.5893090Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-11-23T01:40:17.5893330Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-11-23T01:40:17.5893570Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-11-23T01:40:17.5893800Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5894040Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T01:40:17.5894280Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5894520Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T01:40:17.5894750Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T01:40:17.5894980Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T01:40:17.5895210Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T01:40:17.5895440Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T01:40:17.5895670Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T01:40:17.5895900Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T01:40:17.5896130Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.000s) 2022-11-23T01:40:17.5896350Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5896610Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5896840Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5897070Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5897290Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5897520Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5897740Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5897960Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5898180Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5898400Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5898620Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5898840Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5899070Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5899300Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5899560Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5899790Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5900020Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5900240Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5900470Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5900700Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5900920Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5901140Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5901350Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5901570Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5901800Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5902020Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5902230Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5902450Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5902660Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5902880Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5903090Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5903300Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5903520Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5903750Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5904010Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5904250Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5904490Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5904730Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5904990Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5905230Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5905450Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5905670Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5905890Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5906120Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5906350Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5906590Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5906830Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5907070Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5907310Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5907650Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5907880Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5908120Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5908370Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5908600Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5908830Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-11-23T01:40:17.5909050Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5909280Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5909500Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5909730Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5909950Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5910170Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5910390Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5910600Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5910820Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5911030Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5911240Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5911460Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5911690Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5911920Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5912140Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5912360Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5912580Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5912800Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5913020Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5913230Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5913490Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5913710Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-11-23T01:40:17.5913930Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5914160Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5914390Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5914650Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T01:40:17.5914910Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5915170Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-11-23T01:40:17.5915440Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.008s) 2022-11-23T01:40:17.5915680Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.007s) 2022-11-23T01:40:17.5915910Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-11-23T01:40:17.5916150Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5916760Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:3323: 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:40:17.5917200Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-11-23T01:40:17.5917360Z ok (0.001s) 2022-11-23T01:40:17.5917530Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5917770Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5918000Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5918220Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5918460Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5918700Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5918930Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5919170Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5919400Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5919630Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5919860Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5920090Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5920320Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5920550Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.673s) 2022-11-23T01:40:17.5920820Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:17.5921100Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.016s) 2022-11-23T01:40:17.5921340Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.054s) 2022-11-23T01:40:17.5921580Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.106s) 2022-11-23T01:40:17.5921810Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5922030Z test_arange_cpu (__main__.TestTensorCreationCPU) ... ok (0.048s) 2022-11-23T01:40:17.5922310Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-11-23T01:40:17.5922600Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.000s) 2022-11-23T01:40:17.5922870Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.000s) 2022-11-23T01:40:17.5930470Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.000s) 2022-11-23T01:40:17.5930730Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5930960Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T01:40:17.5931170Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5931390Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T01:40:17.5931620Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.089s) 2022-11-23T01:40:17.5931850Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5932070Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5932280Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5932490Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5932810Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5933100Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T01:40:17.5933370Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:17.5933590Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5933810Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5934040Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.793s) 2022-11-23T01:40:17.5934260Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5934490Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5934710Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5934950Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:17.5935200Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5935460Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:17.5935700Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5935970Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.000s) 2022-11-23T01:40:17.5936240Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T01:40:17.5936480Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T01:40:17.5937130Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:1443: 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:40:17.5937720Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T01:40:17.5937920Z np.float, 2022-11-23T01:40:17.5938420Z /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:1450: 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:40:17.5938920Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T01:40:17.5939120Z np.bool, 2022-11-23T01:40:17.5939230Z ok (0.003s) 2022-11-23T01:40:17.5939430Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:17.5939700Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:17.5939940Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5940160Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5940390Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-11-23T01:40:17.5940610Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T01:40:17.5940830Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T01:40:17.5941050Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-11-23T01:40:17.5941280Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.015s) 2022-11-23T01:40:17.5941540Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-11-23T01:40:17.5941750Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-11-23T01:40:17.5941960Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-11-23T01:40:17.5942480Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:818: 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:40:17.5942900Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-11-23T01:40:17.5943080Z ok (0.009s) 2022-11-23T01:40:17.5943250Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T01:40:17.5943460Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T01:40:17.5943680Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T01:40:17.5943890Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-11-23T01:40:17.5944100Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T01:40:17.5944320Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T01:40:17.5944900Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... /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:40:17.5945300Z warnings.warn(message, UserWarning) 2022-11-23T01:40:17.5945430Z ok (0.004s) 2022-11-23T01:40:17.5945610Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5945830Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.063s) 2022-11-23T01:40:17.5946050Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.157s) 2022-11-23T01:40:17.5946370Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.000s) 2022-11-23T01:40:17.5946760Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.000s) 2022-11-23T01:40:17.5947120Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.000s) 2022-11-23T01:40:17.5947470Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.000s) 2022-11-23T01:40:17.5947820Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.000s) 2022-11-23T01:40:17.5948160Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... skip: Test is broken on MacOS, see https://github.com/pytorch/pytorch/issues/38752 (0.000s) 2022-11-23T01:40:17.5948450Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5948700Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T01:40:17.5948940Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T01:40:17.5949180Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T01:40:17.5949420Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T01:40:17.5949680Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T01:40:17.5949910Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5950140Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5950350Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5950560Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5950780Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-11-23T01:40:17.5950990Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-11-23T01:40:17.5951200Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-11-23T01:40:17.5951430Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-11-23T01:40:17.5951670Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-11-23T01:40:17.5951900Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-11-23T01:40:17.5952140Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-11-23T01:40:17.5952360Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-11-23T01:40:17.5952590Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-11-23T01:40:17.5952820Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-11-23T01:40:17.5953040Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-11-23T01:40:17.5953260Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-11-23T01:40:17.5953480Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-11-23T01:40:17.5953710Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.440s) 2022-11-23T01:40:17.5953940Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.142s) 2022-11-23T01:40:17.5954170Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.067s) 2022-11-23T01:40:17.5954410Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5954690Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5954960Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... ok (0.047s) 2022-11-23T01:40:17.5955220Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-11-23T01:40:17.5955450Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T01:40:17.5955680Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.990s) 2022-11-23T01:40:17.5955910Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.923s) 2022-11-23T01:40:17.5956140Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.944s) 2022-11-23T01:40:17.5956360Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.933s) 2022-11-23T01:40:17.5956580Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T01:40:17.5956800Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.989s) 2022-11-23T01:40:17.5957010Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.955s) 2022-11-23T01:40:17.5957240Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-11-23T01:40:17.5957460Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-11-23T01:40:17.5957680Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5957990Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5958280Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5958570Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5958850Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5959130Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5959400Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5959680Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5959960Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5960240Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5960520Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5960790Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5961070Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5961330Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.075s) 2022-11-23T01:40:17.5965450Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.057s) 2022-11-23T01:40:17.5965710Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.066s) 2022-11-23T01:40:17.5965960Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-11-23T01:40:17.5966190Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-11-23T01:40:17.5966450Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-11-23T01:40:17.5966710Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5966960Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-11-23T01:40:17.5967230Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T01:40:17.5967450Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5967990Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:2960: 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:40:17.5968400Z self.assertEqual(torch.tensor([2. ** (i / 8.) for i in range(49)], device=device, dtype=dtype), 2022-11-23T01:40:17.5968570Z ok (0.003s) 2022-11-23T01:40:17.5968740Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5968960Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5969180Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5969400Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5969630Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5969880Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5970160Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5970460Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5970730Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.000s) 2022-11-23T01:40:17.5970990Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.066s) 2022-11-23T01:40:17.5971240Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.081s) 2022-11-23T01:40:17.5971480Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-11-23T01:40:17.5972090Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/TensorShape.cpp:3433.) 2022-11-23T01:40:17.5972590Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-11-23T01:40:17.5972750Z ok (0.002s) 2022-11-23T01:40:17.5972920Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5973160Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5973400Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5973650Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5973890Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5974130Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5974370Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5974610Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-11-23T01:40:17.5974850Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T01:40:17.5975080Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5975310Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T01:40:17.5975660Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-11-23T01:40:17.5975890Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5976110Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T01:40:17.5976320Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5976540Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5976760Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5976980Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5977200Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5977420Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5977630Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5977840Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5978070Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5978310Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5978540Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5978760Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5979080Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5979310Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5979530Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5979750Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5979980Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5980200Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.204s) 2022-11-23T01:40:17.5980430Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-11-23T01:40:17.5980660Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-11-23T01:40:17.5980890Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-11-23T01:40:17.5981110Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-11-23T01:40:17.5981340Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.217s) 2022-11-23T01:40:17.5981570Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.217s) 2022-11-23T01:40:17.5981790Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-11-23T01:40:17.5982010Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.216s) 2022-11-23T01:40:17.5982240Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.194s) 2022-11-23T01:40:17.5982470Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5982710Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5982950Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5983180Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5983410Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5983640Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5983860Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5984090Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5984330Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5985170Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/DistributionTemplates.h:105.) 2022-11-23T01:40:17.5985670Z t.random_(to_) 2022-11-23T01:40:17.5985790Z ok (0.010s) 2022-11-23T01:40:17.5986500Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/DistributionTemplates.h:105.) 2022-11-23T01:40:17.5986970Z t.random_(to_) 2022-11-23T01:40:17.5987080Z ok (0.010s) 2022-11-23T01:40:17.5987730Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/DistributionTemplates.h:105.) 2022-11-23T01:40:17.5988220Z t.random_(to_) 2022-11-23T01:40:17.5988330Z ok (0.010s) 2022-11-23T01:40:17.5988980Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /Users/runner/work/pytorch/pytorch/aten/src/ATen/native/DistributionTemplates.h:105.) 2022-11-23T01:40:17.5989430Z t.random_(to_) 2022-11-23T01:40:17.5989550Z ok (0.010s) 2022-11-23T01:40:17.5989720Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-11-23T01:40:17.5989940Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-11-23T01:40:17.5990150Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T01:40:17.5990370Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-11-23T01:40:17.5990590Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-11-23T01:40:17.5990790Z test_range_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5991040Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:17.5991290Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T01:40:17.5991520Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-11-23T01:40:17.5991730Z test_roll_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T01:40:17.5991980Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5992240Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5992500Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5992810Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5993090Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5993350Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5993620Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5993890Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5994150Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5994410Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5994670Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5994930Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5995180Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5995390Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5995600Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5995880Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-11-23T01:40:17.5996120Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5996360Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.5996580Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.123s) 2022-11-23T01:40:17.5996820Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.5997050Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.5997290Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:17.6001270Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:17.6002000Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:2105: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /Users/runner/work/pytorch/pytorch/torch/csrc/utils/tensor_new.cpp:253.) 2022-11-23T01:40:17.6002520Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-11-23T01:40:17.6002690Z ok (0.001s) 2022-11-23T01:40:17.6002880Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.000s) 2022-11-23T01:40:17.6003120Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6003360Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6003590Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6003820Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6004070Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6004340Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6004610Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6004920Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6005190Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6005440Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6005690Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6005950Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6006210Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T01:40:17.6006460Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T01:40:17.6006720Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T01:40:17.6006970Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-11-23T01:40:17.6007210Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6007450Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6007680Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6007910Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6008160Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.6008380Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6008620Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6008850Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6009080Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6009310Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6009850Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:133: 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:40:17.6010240Z pt_x = torch.tensor(x, device=device, dtype=dtype) 2022-11-23T01:40:17.6010390Z ok (0.002s) 2022-11-23T01:40:17.6010560Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6010800Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6011020Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6011250Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6011470Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T01:40:17.6011700Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T01:40:17.6011910Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-11-23T01:40:17.6012150Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-11-23T01:40:17.6012400Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-11-23T01:40:17.6012640Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-11-23T01:40:17.6012870Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-11-23T01:40:17.6013100Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.033s) 2022-11-23T01:40:17.6013640Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... /Users/ec2-user/runner/_work/pytorch/pytorch/test/test_tensor_creation_ops.py:818: 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:40:17.6014070Z input_t = [torch.tensor(random.uniform(0, 10), device=device, dtype=dtype) for i in range(num_tensors)] 2022-11-23T01:40:17.6014250Z ok (0.022s) 2022-11-23T01:40:17.6014430Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-11-23T01:40:17.6014660Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-11-23T01:40:17.6014890Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-11-23T01:40:17.6015120Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-11-23T01:40:17.6015330Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-11-23T01:40:17.6015570Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6015830Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6016090Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6016350Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6016630Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6016890Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6017140Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-11-23T01:40:17.6017380Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.003s) 2022-11-23T01:40:17.6017500Z 2022-11-23T01:40:17.6017640Z ---------------------------------------------------------------------- 2022-11-23T01:40:17.6017820Z Ran 538 tests in 11.966s 2022-11-23T01:40:17.6017900Z 2022-11-23T01:40:17.6017960Z OK (skipped=64) 2022-11-23T01:40:17.6018040Z 2022-11-23T01:40:17.6018090Z Generating XML reports... 2022-11-23T01:40:17.6018390Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20221123014005.xml 2022-11-23T01:40:17.6018770Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20221123014005.xml 2022-11-23T01:40:17.6019170Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20221123014005.xml 2022-11-23T01:40:17.6019580Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20221123014005.xml 2022-11-23T01:40:17.6019970Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20221123014005.xml 2022-11-23T01:40:17.6020140Z 2022-11-23T01:40:17.6020380Z ##[endgroup] 2022-11-23T01:40:17.6020680Z FINISHED PRINTING LOG FILE of test_tensor_creation_ops (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_tensor_creation_ops_ebmp36hp) 2022-11-23T01:40:17.6020870Z 2022-11-23T01:40:17.6021000Z Running test_multiprocessing_spawn ... [2022-11-23 01:40:17.585227] 2022-11-23T01:40:17.6021400Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:40:17.585529] 2022-11-23T01:40:24.9830420Z 2022-11-23T01:40:24.9830820Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-11-23T01:40:24.9831430Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_multiprocessing_spawn_is64sr6a) 2022-11-23T01:40:24.9831680Z 2022-11-23T01:40:24.9831740Z Running tests... 2022-11-23T01:40:24.9832360Z ---------------------------------------------------------------------- 2022-11-23T01:40:24.9832680Z Test results will be stored in test-reports/python-unittest/test_multiprocessing_spawn 2022-11-23T01:40:24.9832930Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.150s) 2022-11-23T01:40:24.9833120Z test_exception_all (__main__.ForkTest) ... ok (0.091s) 2022-11-23T01:40:24.9840120Z test_exception_single (__main__.ForkTest) ... ok (0.016s) 2022-11-23T01:40:24.9840390Z test_first_argument_index (__main__.ForkTest) ... ok (0.008s) 2022-11-23T01:40:24.9840590Z test_success (__main__.ForkTest) ... ok (0.006s) 2022-11-23T01:40:24.9840800Z test_success_first_then_exception (__main__.ForkTest) ... ok (0.111s) 2022-11-23T01:40:24.9841030Z test_success_non_blocking (__main__.ForkTest) ... ok (0.009s) 2022-11-23T01:40:24.9841240Z test_terminate_exit (__main__.ForkTest) ... ok (0.008s) 2022-11-23T01:40:24.9841450Z test_terminate_signal (__main__.ForkTest) ... ok (0.006s) 2022-11-23T01:40:24.9841940Z test_exception_all (__main__.SpawnTest) ... /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:40:24.9842270Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9842650Z /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:40:24.9843140Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9843500Z /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:40:24.9843800Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9844170Z /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:40:24.9844470Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9844640Z ok (0.730s) 2022-11-23T01:40:24.9845010Z test_exception_raises (__main__.SpawnTest) ... /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:40:24.9845340Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9845700Z /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:40:24.9846000Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9846160Z ok (0.643s) 2022-11-23T01:40:24.9846520Z test_exception_single (__main__.SpawnTest) ... /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:40:24.9846820Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9847160Z /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:40:24.9847430Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9847760Z /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:40:24.9848030Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9848380Z /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:40:24.9848800Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9849170Z /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:40:24.9849440Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9849770Z /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:40:24.9850030Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9850370Z /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:40:24.9850640Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9850990Z /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:40:24.9851260Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9851420Z ok (1.353s) 2022-11-23T01:40:24.9851770Z test_first_argument_index (__main__.SpawnTest) ... /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:40:24.9852160Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9852500Z /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:40:24.9852770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9853110Z /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:40:24.9853380Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9853730Z /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:40:24.9854000Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9854160Z ok (0.707s) 2022-11-23T01:40:24.9854310Z test_signal_raises (__main__.SpawnTest) ... ok (0.005s) 2022-11-23T01:40:24.9854840Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:40:24.9855470Z test_success_first_then_exception (__main__.SpawnTest) ... /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:40:24.9855800Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9856160Z /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:40:24.9856430Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9856780Z /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:40:24.9857050Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9857450Z /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:40:24.9857730Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9857910Z ok (0.785s) 2022-11-23T01:40:24.9858260Z test_success_non_blocking (__main__.SpawnTest) ... /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:40:24.9858560Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9858890Z /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:40:24.9859150Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9859500Z /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:40:24.9859780Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9860130Z /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:40:24.9860400Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9860610Z ok (0.711s) 2022-11-23T01:40:24.9860970Z test_terminate_exit (__main__.SpawnTest) ... /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:40:24.9861270Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9861600Z /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:40:24.9861870Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9862210Z /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:40:24.9862490Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9862830Z /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:40:24.9863110Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9863260Z ok (0.680s) 2022-11-23T01:40:24.9863610Z test_terminate_signal (__main__.SpawnTest) ... /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:40:24.9863900Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9864240Z /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:40:24.9864510Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:24.9864850Z /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:40:24.9865120Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9865470Z /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:40:24.9865740Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:24.9865900Z ok (0.566s) 2022-11-23T01:40:24.9865970Z 2022-11-23T01:40:24.9866160Z ---------------------------------------------------------------------- 2022-11-23T01:40:24.9866340Z Ran 19 tests in 6.588s 2022-11-23T01:40:24.9866430Z 2022-11-23T01:40:24.9866480Z OK (skipped=1) 2022-11-23T01:40:24.9866550Z 2022-11-23T01:40:24.9866610Z Generating XML reports... 2022-11-23T01:40:24.9866910Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ErrorTest-20221123014018.xml 2022-11-23T01:40:24.9867270Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-ForkTest-20221123014018.xml 2022-11-23T01:40:24.9867620Z Generated XML report: test-reports/python-unittest/test_multiprocessing_spawn/TEST-SpawnTest-20221123014018.xml 2022-11-23T01:40:24.9867780Z 2022-11-23T01:40:24.9868010Z ##[endgroup] 2022-11-23T01:40:24.9868340Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_multiprocessing_spawn_is64sr6a) 2022-11-23T01:40:24.9868550Z 2022-11-23T01:40:24.9868660Z Running test_fx ... [2022-11-23 01:40:24.983375] 2022-11-23T01:40:24.9869040Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:40:24.983712] 2022-11-23T01:40:30.2315480Z 2022-11-23T01:40:30.2315940Z Expand the folded group to see the log file of test_fx 2022-11-23T01:40:30.2316690Z ##[group]PRINTING LOG FILE of test_fx (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_fx__ucvxpu1) 2022-11-23T01:40:30.2316860Z 2022-11-23T01:40:30.2316910Z Running tests... 2022-11-23T01:40:30.2317250Z ---------------------------------------------------------------------- 2022-11-23T01:40:30.2317530Z Test results will be stored in test-reports/python-unittest/test_fx 2022-11-23T01:40:30.2317780Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.007s) 2022-11-23T01:40:30.2317990Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-11-23T01:40:30.2318370Z Test type annotations in the forward function. ... ok (0.001s) 2022-11-23T01:40:30.2319140Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-11-23T01:40:30.2319390Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.000s) 2022-11-23T01:40:30.2327590Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.000s) 2022-11-23T01:40:30.2327850Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-11-23T01:40:30.2328160Z Test the consistency relation. ... ok (0.001s) 2022-11-23T01:40:30.2328480Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-11-23T01:40:30.2328680Z Test the consistency relation. ... ok (0.001s) 2022-11-23T01:40:30.2328890Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-11-23T01:40:30.2329110Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.001s) 2022-11-23T01:40:30.2329350Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.005s) 2022-11-23T01:40:30.2329600Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-11-23T01:40:30.2329830Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-11-23T01:40:30.2330060Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-11-23T01:40:30.2330280Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-11-23T01:40:30.2330500Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-11-23T01:40:30.2330720Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-11-23T01:40:30.2330920Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.032s) 2022-11-23T01:40:30.2331120Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-11-23T01:40:30.2331330Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-11-23T01:40:30.2331540Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-11-23T01:40:30.2331850Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-11-23T01:40:30.2332070Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.004s) 2022-11-23T01:40:30.2332330Z test_correctness_CSEPass_MutationInput_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.003s) 2022-11-23T01:40:30.2332610Z test_correctness_CSEPass_MutationMetadata_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.002s) 2022-11-23T01:40:30.2332900Z test_correctness_CSEPass_MutationTorchTensorCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.003s) 2022-11-23T01:40:30.2333180Z test_correctness_CSEPass_Mutation_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.002s) 2022-11-23T01:40:30.2333440Z test_correctness_CSEPass_ReturnList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.003s) 2022-11-23T01:40:30.2333700Z test_correctness_CSEPass_TakeList_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.002s) 2022-11-23T01:40:30.2333980Z test_correctness_factory_CSEPass_FactoryFunctionCall_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.002s) 2022-11-23T01:40:30.2334270Z test_correctness_factory_CSEPass_MutationFactory_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.003s) 2022-11-23T01:40:30.2334520Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2335300Z Perform constant folding conversion and check that the non-const module is inlined ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/const_fold.py:248: UserWarning: Attempted to insert a get_attr Node with no underlying reference in the owning GraphModule! Call GraphModule.add_submodule to add the necessary submodule, GraphModule.add_parameter to add the necessary Parameter, or nn.Module.register_buffer to add the necessary buffer 2022-11-23T01:40:30.2335880Z new_node = root_const_gm.graph.get_attr(in_node.target) 2022-11-23T01:40:30.2336040Z ok (0.004s) 2022-11-23T01:40:30.2336210Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2336510Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.003s) 2022-11-23T01:40:30.2336770Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2337010Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.002s) 2022-11-23T01:40:30.2337250Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2337510Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.003s) 2022-11-23T01:40:30.2337760Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2338010Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.003s) 2022-11-23T01:40:30.2338280Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2338530Z Test code path where placeholder comes after normal op node in FX ... ok (0.002s) 2022-11-23T01:40:30.2338760Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2339000Z Perform constant folding conversion, from original mod to split constant ... ok (0.003s) 2022-11-23T01:40:30.2339240Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2339480Z Perform constant folding conversion, from original mod to split constant ... ok (0.003s) 2022-11-23T01:40:30.2339730Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.002s) 2022-11-23T01:40:30.2340170Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/graph.py:973: UserWarning: Failed to fetch module mod! 2022-11-23T01:40:30.2340490Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T01:40:30.2340640Z ok (0.005s) 2022-11-23T01:40:30.2340890Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2341130Z Perform constant folding conversion, from original mod to split constant ... ok (0.004s) 2022-11-23T01:40:30.2341350Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2341560Z Check that a graph with no constant folding is handled correctly. ... ok (0.001s) 2022-11-23T01:40:30.2341780Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2342210Z Perform constant folding conversion, from original mod to split constant folding ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/graph.py:973: UserWarning: Failed to fetch module my_mod! 2022-11-23T01:40:30.2342520Z warnings.warn(f"Failed to fetch module {module_path}!") 2022-11-23T01:40:30.2342660Z ok (0.003s) 2022-11-23T01:40:30.2342830Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.004s) 2022-11-23T01:40:30.2343060Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.002s) 2022-11-23T01:40:30.2343280Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.002s) 2022-11-23T01:40:30.2343480Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2343670Z Perform constant folding with a call_module node. ... ok (0.002s) 2022-11-23T01:40:30.2343930Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-11-23T01:40:30.2344170Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.003s) 2022-11-23T01:40:30.2344410Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.003s) 2022-11-23T01:40:30.2344640Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.003s) 2022-11-23T01:40:30.2344900Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.002s) 2022-11-23T01:40:30.2345200Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.002s) 2022-11-23T01:40:30.2345510Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.002s) 2022-11-23T01:40:30.2345820Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.002s) 2022-11-23T01:40:30.2346120Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.002s) 2022-11-23T01:40:30.2346420Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.002s) 2022-11-23T01:40:30.2346650Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-11-23T01:40:30.2346900Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-11-23T01:40:30.2347110Z %x : [#users=2] = placeholder[target=x] 2022-11-23T01:40:30.2347320Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T01:40:30.2347560Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-11-23T01:40:30.2347770Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T01:40:30.2347980Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T01:40:30.2348150Z return add_1 2022-11-23T01:40:30.2348270Z ok (0.001s) 2022-11-23T01:40:30.2348410Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-11-23T01:40:30.2348640Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-11-23T01:40:30.2348820Z %x : [#users=2] = placeholder[target=x] 2022-11-23T01:40:30.2349020Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T01:40:30.2349200Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T01:40:30.2349400Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-11-23T01:40:30.2349670Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-11-23T01:40:30.2349850Z return add_1 2022-11-23T01:40:30.2349960Z ok (0.001s) 2022-11-23T01:40:30.2350100Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-11-23T01:40:30.2350350Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T01:40:30.2350540Z %x : [#users=1] = placeholder[target=x] 2022-11-23T01:40:30.2350700Z %y : [#users=0] = placeholder[target=y] 2022-11-23T01:40:30.2350880Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T01:40:30.2351040Z return add 2022-11-23T01:40:30.2351150Z ok (0.001s) 2022-11-23T01:40:30.2351300Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-11-23T01:40:30.2351550Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-11-23T01:40:30.2351740Z %x : [#users=1] = placeholder[target=x] 2022-11-23T01:40:30.2351890Z %y : [#users=1] = placeholder[target=y] 2022-11-23T01:40:30.2352080Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-11-23T01:40:30.2352310Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-11-23T01:40:30.2358050Z return add_1 2022-11-23T01:40:30.2358180Z ok (0.001s) 2022-11-23T01:40:30.2358350Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-11-23T01:40:30.2358730Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-11-23T01:40:30.2358970Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T01:40:30.2359160Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-11-23T01:40:30.2359380Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T01:40:30.2359540Z return mul 2022-11-23T01:40:30.2359640Z ok (0.001s) 2022-11-23T01:40:30.2359790Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-11-23T01:40:30.2360030Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-11-23T01:40:30.2360230Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-11-23T01:40:30.2360430Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-11-23T01:40:30.2360670Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-11-23T01:40:30.2360910Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-11-23T01:40:30.2361070Z return mul 2022-11-23T01:40:30.2361170Z ok (0.001s) 2022-11-23T01:40:30.2361300Z test_simple (fx.test_dce_pass.TestDCE) 2022-11-23T01:40:30.2361520Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-11-23T01:40:30.2361700Z %x : [#users=2] = placeholder[target=x] 2022-11-23T01:40:30.2361890Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-11-23T01:40:30.2362070Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-11-23T01:40:30.2362270Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-11-23T01:40:30.2362430Z return add_1 2022-11-23T01:40:30.2362550Z ok (0.001s) 2022-11-23T01:40:30.2362690Z test_all_input_nodes (__main__.TestFX) ... ok (0.003s) 2022-11-23T01:40:30.2362890Z test_annotation_with_future (__main__.TestFX) ... ok (0.004s) 2022-11-23T01:40:30.2363490Z test_annotations_empty_tuple (__main__.TestFX) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T01:40:30.2363980Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T01:40:30.2364210Z ok (0.017s) 2022-11-23T01:40:30.2364380Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2364600Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2364840Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2365110Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2365350Z test_args_kwargs (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2365540Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2365720Z test_assert (__main__.TestFX) ... ok (0.005s) 2022-11-23T01:40:30.2365920Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2366140Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2366370Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2366580Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2366800Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2367010Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2367230Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2367550Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2367770Z test_autowrap_functions (__main__.TestFX) ... ok (0.030s) 2022-11-23T01:40:30.2367970Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.003s) 2022-11-23T01:40:30.2368170Z test_construct_root_dict (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2368350Z test_copy_it (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2368530Z test_copy_no_remap (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2368710Z test_ctx_mgr (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2368900Z test_custom_codegen (__main__.TestFX) ... ok (0.011s) 2022-11-23T01:40:30.2369110Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2369310Z test_custom_import (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2369510Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2369740Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2369960Z test_custom_proxy_type (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2370160Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2370410Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.005s) 2022-11-23T01:40:30.2370680Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2370930Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2371150Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2371370Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.035s) 2022-11-23T01:40:30.2371580Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2371780Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2372000Z test_delete_unused_submodules_leaf (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2372190Z test_dict (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2372380Z test_direct_param_use (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2372570Z test_disallow_override (__main__.TestFX) ... ok (0.003s) 2022-11-23T01:40:30.2372760Z test_ellipsis (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2372950Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2373220Z test_erase_node_error (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2373410Z test_example_shape_prop (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2373590Z test_find_uses (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2373780Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.010s) 2022-11-23T01:40:30.2373970Z test_fn_type_annotations (__main__.TestFX) ... ok (0.014s) 2022-11-23T01:40:30.2374150Z test_fx_and_or (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2374320Z test_fx_create_arg (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2374490Z test_fx_shifts (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2374670Z test_fx_stateless (__main__.TestFX) ... ok (0.016s) 2022-11-23T01:40:30.2374850Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.050s) 2022-11-23T01:40:30.2375060Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-11-23T01:40:30.2375480Z test_getitem_subproc (__main__.TestFX) ... /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:40:30.2375780Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:40:30.2376120Z /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:40:30.2376460Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:40:30.2376620Z ok (1.258s) 2022-11-23T01:40:30.2376770Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.003s) 2022-11-23T01:40:30.2376960Z test_graph_fns (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2377130Z test_graph_module (__main__.TestFX) ... ok (0.020s) 2022-11-23T01:40:30.2377340Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2377570Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2377790Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2377990Z test_graph_unique_names (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2378180Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2378380Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.000s) 2022-11-23T01:40:30.2378580Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.000s) 2022-11-23T01:40:30.2378770Z test_imul_code_print (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2378950Z test_inf_nan (__main__.TestFX) ... ok (0.054s) 2022-11-23T01:40:30.2379120Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2379300Z test_inline_graph (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2379470Z test_insertion_point (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2379640Z test_interpreter (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2379830Z test_interpreter_default_args (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2380040Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-11-23T01:40:30.2380270Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-11-23T01:40:30.2380500Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2380710Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2380910Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2381110Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2381310Z test_interpreter_star_args (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2381500Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2381680Z test_layout (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2381910Z test_leaf_module (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2382090Z test_matmul_tracing (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2382290Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2382470Z test_move_before (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2382650Z test_multi_insert_point (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2382830Z test_multiple_default_args (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2383020Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2383220Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2383410Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2383760Z test_native_callable (__main__.TestFX) ... skip: non-portable load_library call used in test (0.002s) 2022-11-23T01:40:30.2383980Z test_no_mutation (__main__.TestFX) ... ok (0.000s) 2022-11-23T01:40:30.2384160Z test_node_tagging (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2384340Z test_nonetype_annotation (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2384910Z test_partial_trace (__main__.TestFX) ... /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 f to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-11-23T01:40:30.2385350Z warnings.warn( 2022-11-23T01:40:30.2385430Z 2022-11-23T01:40:30.2385430Z 2022-11-23T01:40:30.2385430Z 2022-11-23T01:40:30.2385490Z def forward(self, x, y_1): 2022-11-23T01:40:30.2385630Z eq = y_1 == True; y_1 = None 2022-11-23T01:40:30.2385890Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-11-23T01:40:30.2386080Z mul = 2 * x; x = None 2022-11-23T01:40:30.2386210Z return mul 2022-11-23T01:40:30.2386320Z 2022-11-23T01:40:30.2386420Z ok (0.003s) 2022-11-23T01:40:30.2386580Z test_pickle_custom_import (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2386770Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2386960Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-11-23T01:40:30.2387150Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.003s) 2022-11-23T01:40:30.2387570Z test_prepend_self (__main__.TestFX) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/node.py:242: UserWarning: Trying to prepend a node to itself. This behavior has no effect on the graph. 2022-11-23T01:40:30.2387920Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-11-23T01:40:30.2388100Z ok (0.002s) 2022-11-23T01:40:30.2388250Z test_pretty_print (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2388430Z test_pretty_print_graph (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2388610Z test_pretty_print_node (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2388800Z test_pretty_print_targets (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2389000Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2389180Z test_pytree (__main__.TestFX) ... ok (0.042s) 2022-11-23T01:40:30.2389360Z test_pytree_concrete (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2389550Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2389750Z test_regular_and_default_args (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2389930Z test_remove_uses (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2390120Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2390300Z test_replace_input (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2390500Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-11-23T01:40:30.2390740Z test_reserved_getattr (__main__.TestFX) 2022-11-23T01:40:30.2390950Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.001s) 2022-11-23T01:40:30.2391160Z test_return_tuple (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2391340Z test_return_type_exists (__main__.TestFX) ... ok (0.010s) 2022-11-23T01:40:30.2391520Z test_script_method_trace (__main__.TestFX) ... ok (0.004s) 2022-11-23T01:40:30.2391710Z test_script_tensor_constant (__main__.TestFX) ... ok (0.010s) 2022-11-23T01:40:30.2391880Z test_sequential (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2392070Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2392260Z test_shape_prop_layout (__main__.TestFX) ... ok (0.034s) 2022-11-23T01:40:30.2392440Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.807s) 2022-11-23T01:40:30.2392620Z test_single_default_arg (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2392800Z test_snake_case (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2392960Z test_sqrt (__main__.TestFX) ... ok (0.004s) 2022-11-23T01:40:30.2393130Z test_stack_traces (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2393320Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2393520Z test_string_literal_return (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2393760Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.009s) 2022-11-23T01:40:30.2393960Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.005s) 2022-11-23T01:40:30.2394210Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2394410Z test_tensor_attribute (__main__.TestFX) ... ok (0.003s) 2022-11-23T01:40:30.2394610Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2394800Z test_tensor_constant (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2394990Z test_throw_out_variant (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2395170Z test_torch_custom_ops (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2395340Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2395950Z test_torch_fx_len (__main__.TestFX) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/_check.py:181: UserWarning: The TorchScript type system doesn't support instance-level annotations on empty non-base types in `__init__`. Instead, either 1) use a type annotation in the class body, or 2) wrap the type in `torch.jit.Attribute`. 2022-11-23T01:40:30.2396420Z warnings.warn("The TorchScript type system doesn't support " 2022-11-23T01:40:30.2396580Z ok (0.017s) 2022-11-23T01:40:30.2396740Z test_torch_op_overloads (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2397010Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._StackString is registered, skipping (0.001s) 2022-11-23T01:40:30.2397370Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._ReLUClass is registered, skipping (0.001s) 2022-11-23T01:40:30.2397670Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2022-11-23T01:40:30.2397890Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2398080Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2398280Z test_trace_fn_constant (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2398470Z test_trace_function (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2398670Z test_trace_multiple_funcs (__main__.TestFX) ... 1.14.0a0+git1cfd385 2022-11-23T01:40:30.2398820Z ok (0.003s) 2022-11-23T01:40:30.2398990Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.008s) 2022-11-23T01:40:30.2399200Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2399500Z test_transformer_noop (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2399700Z test_transformer_op_swap (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2399890Z test_tuple_no_subscript (__main__.TestFX) ... ok (0.003s) 2022-11-23T01:40:30.2400070Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2400230Z test_unpack (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2400420Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2400610Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2400800Z test_update_args_api (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2400990Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2401190Z test_update_kwargs_api (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2401400Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.013s) 2022-11-23T01:40:30.2401630Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.013s) 2022-11-23T01:40:30.2401820Z test_wrap (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2402000Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2402200Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2402380Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2402690Z test_wrapped_method (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2402870Z test_wrapped_retrace (__main__.TestFX) ... ok (0.002s) 2022-11-23T01:40:30.2403060Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2403270Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2403470Z test_wrong_target_type (__main__.TestFX) ... ok (0.000s) 2022-11-23T01:40:30.2403650Z test_wrong_topo (__main__.TestFX) ... ok (0.001s) 2022-11-23T01:40:30.2403860Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T01:40:30.2404090Z Test backward compatibility for members of classes with ... ok (0.002s) 2022-11-23T01:40:30.2404320Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-11-23T01:40:30.2404540Z Test backward compatibility for function signatures with ... ok (0.004s) 2022-11-23T01:40:30.2404780Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.001s) 2022-11-23T01:40:30.2405030Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2405270Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2405520Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2405750Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2406010Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2406260Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2406510Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2406750Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2407000Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2407240Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2407470Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2407710Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2407940Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2408190Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2408430Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2408650Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2408890Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2409150Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2409390Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2409610Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2409830Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2410060Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2410280Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2410500Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2410730Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2410960Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2411200Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2411470Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2411710Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2411950Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2412190Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2412420Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2412650Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2412870Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2413100Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2413340Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2413570Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2413790Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2414020Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2414260Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2414510Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2414750Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2414970Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2415230Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2415480Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2415740Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2415990Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2416220Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2421550Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2421880Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2422120Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2422360Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2422590Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2422820Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2423050Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2423280Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2423510Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2423750Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2423980Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2424220Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2424450Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2424680Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2424900Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2425170Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2425400Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2425630Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2425850Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2426090Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2426320Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2426550Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2426770Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2427000Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2427240Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2427470Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2427700Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2427940Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2428170Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2428410Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2428640Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2428880Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2429110Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2429340Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2429560Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2429780Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2430020Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2430270Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2430540Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2430800Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2431050Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2431280Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2431500Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-11-23T01:40:30.2431730Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2431950Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2432180Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2432410Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2432630Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2432870Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2433100Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2433330Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2433570Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2433790Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2434000Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2434210Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2434420Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2434640Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2434850Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2435060Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2435290Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2435520Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2435750Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2435970Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2436190Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2436420Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2436640Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2436870Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2437100Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2437350Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2437600Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-11-23T01:40:30.2438120Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py:3738: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-11-23T01:40:30.2438520Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:40:30.2438710Z ok (0.001s) 2022-11-23T01:40:30.2439210Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... /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:40:30.2439630Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:40:30.2439830Z ok (0.001s) 2022-11-23T01:40:30.2440270Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... /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:40:30.2440690Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-11-23T01:40:30.2440880Z ok (0.001s) 2022-11-23T01:40:30.2441180Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2441590Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2441990Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2442430Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2442840Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2443250Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2443650Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2444060Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2444450Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2444850Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2445270Z test_get_torch_func_signature_exhaustive__softmax_backward_data_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2445590Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2445870Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2446160Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2446440Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2446720Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2447010Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2447290Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2447600Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2447900Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2448190Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2448460Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2448740Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2449020Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2449300Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2449640Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2450610Z test_get_torch_func_signature_exhaustive_aminmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:40:30.2451300Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2451430Z ok (0.003s) 2022-11-23T01:40:30.2451630Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2451910Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2452190Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2452470Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2452750Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2453040Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2453340Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2453730Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2454150Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2454470Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2454750Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2455020Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2455300Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2459520Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2459970Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2460370Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2460760Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2461060Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2461430Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2461820Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2462210Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2462580Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2462950Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2463420Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2463830Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2464140Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2464420Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2464780Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2465180Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2465480Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2465840Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2466230Z test_get_torch_func_signature_exhaustive_cdouble_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2466530Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2466880Z test_get_torch_func_signature_exhaustive_cfloat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2467270Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2467660Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2468280Z test_get_torch_func_signature_exhaustive_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:40:30.2468660Z L = torch.cholesky(A) 2022-11-23T01:40:30.2468790Z should be replaced with 2022-11-23T01:40:30.2468920Z L = torch.linalg.cholesky(A) 2022-11-23T01:40:30.2469040Z and 2022-11-23T01:40:30.2469160Z U = torch.cholesky(A, upper=True) 2022-11-23T01:40:30.2469350Z should be replaced with 2022-11-23T01:40:30.2469500Z U = torch.linalg.cholesky(A).mH(). 2022-11-23T01:40:30.2469820Z 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:40:30.2470110Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2470230Z ok (0.001s) 2022-11-23T01:40:30.2470450Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2470740Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2471030Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2471310Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2471610Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2471900Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2472170Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2472450Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2472740Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2473030Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2473310Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2473590Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2473880Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2474270Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2474590Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2474870Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2475150Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2475430Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2475710Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2475990Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2476260Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2476570Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2476850Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2477120Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2477400Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2477690Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2477980Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2478270Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2478550Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2478830Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2479120Z test_get_torch_func_signature_exhaustive_diagonal_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2479400Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2479740Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2480030Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2480310Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2480590Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2480870Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2481170Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2481470Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2481750Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2482130Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2482440Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2482720Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2483090Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2483410Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-11-23T01:40:30.2483700Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2483980Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2484250Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2484550Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2484830Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2485110Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2485380Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2485660Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2486030Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2486430Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2486740Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2487030Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-11-23T01:40:30.2487320Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2487590Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2487890Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2488170Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2488460Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2488740Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2489010Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2489290Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2489610Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2489890Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2490170Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2490460Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2490740Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2491020Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2491300Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2491580Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2491860Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2492140Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2492420Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2492750Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2493130Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2493440Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2493720Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2494000Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2494280Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2494650Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2494960Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2495240Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2495530Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2499660Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2499940Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2500210Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2500490Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2500770Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2501050Z test_get_torch_func_signature_exhaustive_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2501320Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2501610Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2501890Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2502170Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2502450Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2502740Z test_get_torch_func_signature_exhaustive_grid_sampler_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2503020Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2503400Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2503710Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2504000Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2504280Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-11-23T01:40:30.2504640Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-11-23T01:40:30.2504930Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2505210Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2505490Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2505770Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2506050Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2506330Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2506620Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2506900Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2507190Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2507470Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2508180Z test_get_torch_func_signature_exhaustive_index_reduce_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:40:30.2508620Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2508750Z ok (0.001s) 2022-11-23T01:40:30.2508950Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2509240Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2509610Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2509920Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2510200Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2510480Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2510760Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2511030Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2511310Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2511580Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2511860Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2512170Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:30.2512520Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:30.2512880Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:30.2513220Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:30.2513750Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:30.2514050Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2514330Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2514610Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2514880Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2515160Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2515440Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2515730Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2516070Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2516360Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2516650Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2516940Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2517230Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T01:40:30.2517530Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2517820Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2518100Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2518400Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2518700Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2519000Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2519280Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2519570Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2519870Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2520170Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2520460Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T01:40:30.2520880Z test_get_torch_func_signature_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2521210Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2521500Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2521800Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2522100Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T01:40:30.2522390Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2522690Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2522990Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T01:40:30.2523300Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2523600Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2523910Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2524210Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2524510Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2524810Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2525160Z test_get_torch_func_signature_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T01:40:30.2525490Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2525780Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2526060Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2526350Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2526650Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T01:40:30.2526950Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-11-23T01:40:30.2527230Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2527530Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2527820Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2528110Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2528400Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2528740Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T01:40:30.2529030Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2529310Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2529590Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2529860Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2530140Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2530420Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2530720Z test_get_torch_func_signature_exhaustive_log_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2531010Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2531290Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2531580Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2531900Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2532180Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2532470Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2532750Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2533030Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2533310Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2533590Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-11-23T01:40:30.2533870Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2534250Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2534550Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2534930Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2535550Z test_get_torch_func_signature_exhaustive_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:40:30.2540020Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-11-23T01:40:30.2540210Z X = torch.lu_solve(B, LU, pivots) 2022-11-23T01:40:30.2540350Z should be replaced with 2022-11-23T01:40:30.2540600Z 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:40:30.2540840Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2541040Z ok (0.002s) 2022-11-23T01:40:30.2541240Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2541630Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2542020Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2542430Z test_get_torch_func_signature_exhaustive_masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2542840Z test_get_torch_func_signature_exhaustive_masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2543380Z test_get_torch_func_signature_exhaustive_masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2543790Z test_get_torch_func_signature_exhaustive_masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2544210Z test_get_torch_func_signature_exhaustive_masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2544650Z test_get_torch_func_signature_exhaustive_masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2544960Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2545350Z test_get_torch_func_signature_exhaustive_masked_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2545770Z test_get_torch_func_signature_exhaustive_masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2546180Z test_get_torch_func_signature_exhaustive_masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2546600Z test_get_torch_func_signature_exhaustive_masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2547030Z test_get_torch_func_signature_exhaustive_masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2547450Z test_get_torch_func_signature_exhaustive_masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2547890Z test_get_torch_func_signature_exhaustive_masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2548320Z test_get_torch_func_signature_exhaustive_masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2548650Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2548950Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2549350Z test_get_torch_func_signature_exhaustive_masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2549890Z test_get_torch_func_signature_exhaustive_masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2550310Z test_get_torch_func_signature_exhaustive_masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2550730Z test_get_torch_func_signature_exhaustive_masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2551160Z test_get_torch_func_signature_exhaustive_masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2551480Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2551780Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2552070Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2552490Z test_get_torch_func_signature_exhaustive_max_pool2d_with_indices_backward_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2552850Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2553260Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2553560Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2553880Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2554230Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2554640Z test_get_torch_func_signature_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2555010Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:40:30.2555320Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2555610Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2555910Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2556200Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2556480Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2556750Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2557030Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2557310Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2557590Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2557970Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2558270Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2558590Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2558890Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2559190Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2559480Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2559760Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2560040Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2560420Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T01:40:30.2560710Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2561000Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2561280Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2561660Z test_get_torch_func_signature_exhaustive_native_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2562180Z test_get_torch_func_signature_exhaustive_native_dropout_backward_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2562530Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2562840Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2563130Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2563540Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2563970Z test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2564410Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2564840Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2565270Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2565600Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2566030Z test_get_torch_func_signature_exhaustive_nn_functional__scaled_dot_product_attention_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2566440Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2566880Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2567420Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2567870Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2568310Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2568750Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2569180Z test_get_torch_func_signature_exhaustive_nn_functional_alpha_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2569530Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2569840Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2570130Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2570600Z test_get_torch_func_signature_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2570930Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T01:40:30.2571350Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2571810Z test_get_torch_func_signature_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2572260Z test_get_torch_func_signature_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2572590Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2573340Z test_get_torch_func_signature_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:40:30.2573820Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2573940Z ok (0.003s) 2022-11-23T01:40:30.2574170Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2574490Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2579870Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2580320Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2580710Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2581130Z test_get_torch_func_signature_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2581560Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2581990Z test_get_torch_func_signature_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2582420Z test_get_torch_func_signature_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2582850Z test_get_torch_func_signature_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2583270Z test_get_torch_func_signature_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2583700Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2584170Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2584620Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2585100Z test_get_torch_func_signature_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2585560Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2586000Z test_get_torch_func_signature_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2586440Z test_get_torch_func_signature_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2586770Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2587160Z test_get_torch_func_signature_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2587580Z test_get_torch_func_signature_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2588020Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2588350Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2588760Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2589210Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2589640Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2590080Z test_get_torch_func_signature_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2590530Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2590960Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2591400Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2591840Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2592290Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2592760Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2593210Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2593660Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2594090Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2594520Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2594950Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2595370Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2595710Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2596110Z test_get_torch_func_signature_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-11-23T01:40:30.2596450Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2596860Z test_get_torch_func_signature_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2597300Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2597760Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2598190Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2598620Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2599050Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2599490Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2599920Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2600350Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2600810Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2601230Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2601660Z test_get_torch_func_signature_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2602090Z test_get_torch_func_signature_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2602530Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2602990Z test_get_torch_func_signature_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2603430Z test_get_torch_func_signature_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2603860Z test_get_torch_func_signature_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2604200Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2604510Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2604810Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2605130Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2605440Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2605750Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2606130Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2606450Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2606870Z test_get_torch_func_signature_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2607200Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2607600Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2608020Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2608450Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2608860Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2609320Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2609750Z test_get_torch_func_signature_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2610190Z test_get_torch_func_signature_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2610620Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2611060Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2611400Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2611710Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2612100Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2612530Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2612960Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2613400Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2613860Z test_get_torch_func_signature_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2614320Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2614760Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2615200Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2615540Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.000s) 2022-11-23T01:40:30.2615930Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2616330Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2616740Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2617140Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2617560Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2617970Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2618290Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2618570Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2618860Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-11-23T01:40:30.2619130Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2619510Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2619830Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2620110Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2620390Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2620790Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2621210Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2621640Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2622060Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2622480Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2622820Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2623100Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2623380Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2623660Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2624230Z test_get_torch_func_signature_exhaustive_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:40:30.2624710Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T01:40:30.2624890Z Q, R = torch.qr(A, some) 2022-11-23T01:40:30.2625030Z should be replaced with 2022-11-23T01:40:30.2625360Z 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:40:30.2625620Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2625750Z ok (0.002s) 2022-11-23T01:40:30.2625980Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T01:40:30.2630770Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2631180Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2631590Z test_get_torch_func_signature_exhaustive_randint_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2632000Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2632410Z test_get_torch_func_signature_exhaustive_randn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2632820Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2633130Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2633410Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2633690Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2633980Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2634270Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2634640Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2634970Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2635350Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2635670Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2636080Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2636490Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2636830Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2637130Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2637410Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2637690Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2637970Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2638250Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2638540Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2638840Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2639150Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2639430Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2639720Z test_get_torch_func_signature_exhaustive_scalar_tensor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-11-23T01:40:30.2640030Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2640310Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2641040Z test_get_torch_func_signature_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:40:30.2641490Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2641610Z ok (0.001s) 2022-11-23T01:40:30.2641830Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2642130Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2642430Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2642730Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2643700Z test_get_torch_func_signature_exhaustive_searchsorted_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:40:30.2644310Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2645010Z /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:40:30.2645530Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2645660Z ok (0.006s) 2022-11-23T01:40:30.2645880Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T01:40:30.2646180Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-11-23T01:40:30.2646470Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2646760Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2647050Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2647520Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2647850Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2648140Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2648550Z test_get_torch_func_signature_exhaustive_signal_windows_cosine_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2648990Z test_get_torch_func_signature_exhaustive_signal_windows_exponential_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2649430Z test_get_torch_func_signature_exhaustive_signal_windows_gaussian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2649860Z test_get_torch_func_signature_exhaustive_signal_windows_kaiser_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2650170Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2650450Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2650730Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2651000Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2651370Z test_get_torch_func_signature_exhaustive_slice_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2651690Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2651970Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2652260Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2652600Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-11-23T01:40:30.2652930Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-11-23T01:40:30.2653250Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2653550Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2653840Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2654120Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2654410Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2654710Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2655020Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2655490Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:40:30.2655970Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:40:30.2656310Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2656600Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2656910Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2657220Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2657520Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2657800Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2658090Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2658390Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2658820Z test_get_torch_func_signature_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:40:30.2659170Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2659470Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2659780Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2660090Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2660410Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2660710Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2661000Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2661420Z test_get_torch_func_signature_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2661820Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2662140Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2662580Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:40:30.2663070Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:40:30.2663540Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:40:30.2664050Z test_get_torch_func_signature_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:40:30.2664410Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2664710Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2665000Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2665380Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2665800Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2666120Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2666400Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2666680Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2666970Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2667250Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2667520Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2667800Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2668180Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2668490Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2668780Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2669160Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2669470Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-11-23T01:40:30.2669840Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2670460Z test_get_torch_func_signature_exhaustive_symeig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:40:30.2670930Z 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:40:30.2671160Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:40:30.2671310Z should be replaced with 2022-11-23T01:40:30.2671510Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:40:30.2676060Z and 2022-11-23T01:40:30.2676190Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:40:30.2676340Z should be replaced with 2022-11-23T01:40:30.2676680Z 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:40:30.2676930Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2677060Z ok (0.001s) 2022-11-23T01:40:30.2677260Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2677550Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2677840Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2678110Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2678390Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2678670Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2678970Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.000s) 2022-11-23T01:40:30.2679260Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2679630Z test_get_torch_func_signature_exhaustive_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2680040Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2680350Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2680630Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2680910Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2681190Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2681530Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2682160Z test_get_torch_func_signature_exhaustive_triangular_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... /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:40:30.2682630Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T01:40:30.2682840Z X = torch.triangular_solve(B, A).solution 2022-11-23T01:40:30.2682990Z should be replaced with 2022-11-23T01:40:30.2683250Z 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:40:30.2683490Z return self.op(*args, **kwargs) 2022-11-23T01:40:30.2683620Z ok (0.001s) 2022-11-23T01:40:30.2683820Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2684100Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2684380Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2684700Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2684980Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2685260Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2685540Z test_get_torch_func_signature_exhaustive_unfold_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2685920Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2686330Z test_get_torch_func_signature_exhaustive_uniform_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2686750Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2687170Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2687480Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2687760Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2688040Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2688320Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2688600Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-11-23T01:40:30.2688980Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2689290Z test_get_torch_func_signature_exhaustive_view_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2689660Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2690020Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2690300Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2690670Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2690980Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2691350Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-11-23T01:40:30.2691650Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2691940Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.001s) 2022-11-23T01:40:30.2692180Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-11-23T01:40:30.2692390Z Tests that the pass manager runs the passes correctly. ... ok (0.002s) 2022-11-23T01:40:30.2692600Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T01:40:30.2692840Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.000s) 2022-11-23T01:40:30.2693100Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-11-23T01:40:30.2693310Z Tests that users can add in check functions correctly ... ok (0.001s) 2022-11-23T01:40:30.2693520Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-11-23T01:40:30.2693700Z Tests error catching + debug ... ok (0.001s) 2022-11-23T01:40:30.2693900Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-11-23T01:40:30.2694120Z Tests the construction of constraints ... ok (0.000s) 2022-11-23T01:40:30.2694310Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-11-23T01:40:30.2694530Z Tests that passes are correctly ordered based on contraints. ... ok (0.001s) 2022-11-23T01:40:30.2694790Z test_matching_pattern_with_list_type_arg (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-11-23T01:40:30.2695070Z test_replace_pattern_with_filters (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.007s) 2022-11-23T01:40:30.2695350Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.002s) 2022-11-23T01:40:30.2695630Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.003s) 2022-11-23T01:40:30.2695920Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-11-23T01:40:30.2696220Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.003s) 2022-11-23T01:40:30.2696540Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-11-23T01:40:30.2696850Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T01:40:30.2697140Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.005s) 2022-11-23T01:40:30.2697420Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.003s) 2022-11-23T01:40:30.2697710Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.003s) 2022-11-23T01:40:30.2698030Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.003s) 2022-11-23T01:40:30.2698340Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-11-23T01:40:30.2698730Z This tests that a placeholder Node can be matched to a Node with ... ok (0.004s) 2022-11-23T01:40:30.2698990Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-11-23T01:40:30.2699290Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.003s) 2022-11-23T01:40:30.2699590Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-11-23T01:40:30.2699900Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-11-23T01:40:30.2700200Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-11-23T01:40:30.2700500Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-11-23T01:40:30.2700780Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-11-23T01:40:30.2701070Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.003s) 2022-11-23T01:40:30.2701360Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.003s) 2022-11-23T01:40:30.2701650Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.003s) 2022-11-23T01:40:30.2701980Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.006s) 2022-11-23T01:40:30.2702220Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no torchvision (0.001s) 2022-11-23T01:40:30.2702470Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.002s) 2022-11-23T01:40:30.2702710Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.002s) 2022-11-23T01:40:30.2702950Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2703190Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2703430Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2703670Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2703910Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.002s) 2022-11-23T01:40:30.2704160Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T01:40:30.2704410Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.002s) 2022-11-23T01:40:30.2704650Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.002s) 2022-11-23T01:40:30.2704880Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.002s) 2022-11-23T01:40:30.2705120Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T01:40:30.2705350Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.015s) 2022-11-23T01:40:30.2705600Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T01:40:30.2705850Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.030s) 2022-11-23T01:40:30.2706080Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2706310Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2706540Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2706780Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2707020Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2707290Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2707540Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2707780Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2708040Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.012s) 2022-11-23T01:40:30.2708300Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.002s) 2022-11-23T01:40:30.2708550Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.001s) 2022-11-23T01:40:30.2708790Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.011s) 2022-11-23T01:40:30.2709040Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.002s) 2022-11-23T01:40:30.2709290Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-11-23T01:40:30.2713640Z 2022-11-23T01:40:30.2713790Z ---------------------------------------------------------------------- 2022-11-23T01:40:30.2713960Z Ran 1037 tests in 3.734s 2022-11-23T01:40:30.2714050Z 2022-11-23T01:40:30.2714110Z OK (skipped=219, expected failures=4) 2022-11-23T01:40:30.2714210Z 2022-11-23T01:40:30.2714260Z Generating XML reports... 2022-11-23T01:40:30.2714620Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20221123014026.xml 2022-11-23T01:40:30.2714980Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20221123014026.xml 2022-11-23T01:40:30.2715340Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20221123014026.xml 2022-11-23T01:40:30.2715690Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20221123014026.xml 2022-11-23T01:40:30.2716110Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221123014026.xml 2022-11-23T01:40:30.2716500Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20221123014026.xml 2022-11-23T01:40:30.2716810Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20221123014026.xml 2022-11-23T01:40:30.2717150Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20221123014026.xml 2022-11-23T01:40:30.2717510Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20221123014026.xml 2022-11-23T01:40:30.2717870Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20221123014026.xml 2022-11-23T01:40:30.2718230Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20221123014026.xml 2022-11-23T01:40:30.2718610Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221123014026.xml 2022-11-23T01:40:30.2718990Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20221123014026.xml 2022-11-23T01:40:30.2719150Z 2022-11-23T01:40:30.2719410Z ##[endgroup] 2022-11-23T01:40:30.2719670Z FINISHED PRINTING LOG FILE of test_fx (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_fx__ucvxpu1) 2022-11-23T01:40:30.2719830Z 2022-11-23T01:40:30.2719940Z Running test_prims ... [2022-11-23 01:40:30.234667] 2022-11-23T01:40:30.2720300Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:40:30.236488] 2022-11-23T01:40:31.6822020Z 2022-11-23T01:40:31.6822360Z Expand the folded group to see the log file of test_prims 2022-11-23T01:40:31.6823080Z ##[group]PRINTING LOG FILE of test_prims (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_prims_jver_6ts) 2022-11-23T01:40:31.6823540Z 2022-11-23T01:40:31.6823620Z Running tests... 2022-11-23T01:40:31.6823990Z ---------------------------------------------------------------------- 2022-11-23T01:40:31.6824270Z Test results will be stored in test-reports/python-unittest/test_prims 2022-11-23T01:40:31.6824530Z test_decomposition_method_vararg_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.006s) 2022-11-23T01:40:31.6824810Z test_decomposition_method_vararg_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-11-23T01:40:31.6825090Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6825380Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6825680Z test_masked_fill_decomposition_under_nvprim_context_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6825990Z test_masked_fill_decomposition_under_nvprim_context_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6826240Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.000s) 2022-11-23T01:40:31.6826440Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.001s) 2022-11-23T01:40:31.6826640Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.004s) 2022-11-23T01:40:31.6826990Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6827260Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6827520Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6827790Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6828030Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.003s) 2022-11-23T01:40:31.6828240Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.003s) 2022-11-23T01:40:31.6828480Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6828720Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6828960Z test_cudnn_batch_norm_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6829200Z test_cudnn_batch_norm_nvprims_cpu_float64 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6829430Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.008s) 2022-11-23T01:40:31.6829690Z test_native_batch_norm_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6829940Z test_native_batch_norm_nvprims_cpu_float64 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6830160Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.029s) 2022-11-23T01:40:31.6830390Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6830620Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6830870Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6831120Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6831360Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6831620Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6831930Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.000s) 2022-11-23T01:40:31.6832170Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6832390Z test_nvfuser_rand_like_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6832640Z test_nvprim_convert_element_type_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6832890Z test_nvprim_convert_element_type_cpu_uint8 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6833100Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.002s) 2022-11-23T01:40:31.6833300Z test_nvprims_view_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6833530Z test_nvprims_view_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6833770Z test_nvprims_view_partitioner_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6834010Z test_nvprims_view_partitioner_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6834230Z test_partitioner_tuple_output_cpu (__main__.TestPrimsCPU) ... ok (0.004s) 2022-11-23T01:40:31.6834460Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6834680Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.001s) 2022-11-23T01:40:31.6834950Z test_silu_backward_no_filled_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6835190Z test_skip_ops_nvfuser_capability_mode_cpu (__main__.TestPrimsCPU) ... ok (0.005s) 2022-11-23T01:40:31.6835400Z test_skip_ops_nvfuser_prims_mode_cpu (__main__.TestPrimsCPU) ... ok (0.002s) 2022-11-23T01:40:31.6835630Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6835860Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6836110Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6836370Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6836620Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6845350Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6845670Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6845960Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6846250Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6846540Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-11-23T01:40:31.6846800Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.002s) 2022-11-23T01:40:31.6846940Z 2022-11-23T01:40:31.6847110Z ---------------------------------------------------------------------- 2022-11-23T01:40:31.6847310Z Ran 56 tests in 0.105s 2022-11-23T01:40:31.6847400Z 2022-11-23T01:40:31.6847460Z OK (skipped=41) 2022-11-23T01:40:31.6847540Z 2022-11-23T01:40:31.6847600Z Generating XML reports... 2022-11-23T01:40:31.6847910Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20221123014031.xml 2022-11-23T01:40:31.6848280Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20221123014031.xml 2022-11-23T01:40:31.6848690Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20221123014031.xml 2022-11-23T01:40:31.6849070Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20221123014031.xml 2022-11-23T01:40:31.6849240Z 2022-11-23T01:40:31.6849440Z ##[endgroup] 2022-11-23T01:40:31.6849750Z FINISHED PRINTING LOG FILE of test_prims (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_prims_jver_6ts) 2022-11-23T01:40:31.6849940Z 2022-11-23T01:40:31.6850090Z Running test_cpp_extensions_aot_no_ninja ... [2022-11-23 01:40:31.682522] 2022-11-23T01:40:32.6896040Z running install 2022-11-23T01:40:32.6904450Z /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:40:32.6904960Z warnings.warn( 2022-11-23T01:40:32.6960180Z running build 2022-11-23T01:40:32.6960490Z running build_py 2022-11-23T01:40:32.7265060Z creating build 2022-11-23T01:40:32.7266580Z creating build/lib.macosx-11.1-arm64-3.9 2022-11-23T01:40:32.7266860Z creating build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension 2022-11-23T01:40:32.7267180Z copying torch_test_cpp_extension/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch_test_cpp_extension 2022-11-23T01:40:32.7268790Z running build_ext 2022-11-23T01:40:32.7290050Z building 'torch_test_cpp_extension.cpp' extension 2022-11-23T01:40:32.7290460Z creating build/temp.macosx-11.1-arm64-3.9 2022-11-23T01:40:32.7293280Z clang -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 -Iself_compiler_include_dirs_test -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include/python3.9 -c extension.cpp -o 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:40:42.5884260Z 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 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:40:42.6152780Z 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:40:42.6618600Z building 'torch_test_cpp_extension.ort' extension 2022-11-23T01:40:42.6623100Z clang -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 -Iself_compiler_include_dirs_test -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include/python3.9 -c ort_extension.cpp -o 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:40:49.6640740Z 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 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:40:49.6781290Z 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:40:49.7068550Z building 'torch_test_cpp_extension.rng' extension 2022-11-23T01:40:49.7072610Z clang -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 -Iself_compiler_include_dirs_test -I/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/include/python3.9 -c rng_extension.cpp -o 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:40:57.4938760Z 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 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:40:57.5071430Z 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:40:57.5350520Z running install_lib 2022-11-23T01:40:57.5662770Z creating install 2022-11-23T01:40:57.5663010Z creating install/Users 2022-11-23T01:40:57.5663840Z creating install/Users/ec2-user 2022-11-23T01:40:57.5664130Z creating install/Users/ec2-user/runner 2022-11-23T01:40:57.5664370Z creating install/Users/ec2-user/runner/_work 2022-11-23T01:40:57.5664610Z creating install/Users/ec2-user/runner/_work/_temp 2022-11-23T01:40:57.5665000Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:40:57.5666250Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib 2022-11-23T01:40:57.5666590Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9 2022-11-23T01:40:57.5666920Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages 2022-11-23T01:40:57.5667280Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch_test_cpp_extension 2022-11-23T01:40:57.5668150Z 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:40:57.5679580Z 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:40:57.5682200Z 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:40:57.5682740Z 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:40:57.5697930Z 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:40:57.5700060Z running install_egg_info 2022-11-23T01:40:57.6360600Z running egg_info 2022-11-23T01:40:57.6360880Z creating torch_test_cpp_extension.egg-info 2022-11-23T01:40:57.6647970Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-11-23T01:40:57.6922110Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-11-23T01:40:57.8554260Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-11-23T01:40:57.8555480Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-11-23T01:40:57.8574750Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-11-23T01:40:57.8578110Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-11-23T01:40:57.8578850Z 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:40:57.8591080Z running install_scripts 2022-11-23T01:40:58.9921460Z running install 2022-11-23T01:40:58.9923650Z /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:40:58.9924020Z warnings.warn( 2022-11-23T01:40:58.9973410Z running build 2022-11-23T01:40:58.9973660Z running build_ext 2022-11-23T01:40:59.0111440Z building 'no_python_abi_suffix_test' extension 2022-11-23T01:40:59.0111930Z creating /Users/ec2-user/runner/_work/pytorch/pytorch/test/cpp_extensions/no_python_abi_suffix_test/build 2022-11-23T01:40:59.0113020Z 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:40:59.0177720Z 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:40:59.0180530Z Compiling objects... 2022-11-23T01:40:59.0180870Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T01:40:59.0447680Z [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:40:59.0459490Z creating build/lib.macosx-11.1-arm64-3.9 2022-11-23T01:40:59.0462840Z 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:40:59.0590220Z 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:40:59.0845320Z running install_lib 2022-11-23T01:40:59.1145130Z creating install 2022-11-23T01:40:59.1145380Z creating install/Users 2022-11-23T01:40:59.1146070Z creating install/Users/ec2-user 2022-11-23T01:40:59.1146380Z creating install/Users/ec2-user/runner 2022-11-23T01:40:59.1146630Z creating install/Users/ec2-user/runner/_work 2022-11-23T01:40:59.1146930Z creating install/Users/ec2-user/runner/_work/_temp 2022-11-23T01:40:59.1147600Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:40:59.1153060Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib 2022-11-23T01:40:59.1153720Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9 2022-11-23T01:40:59.1155360Z creating install/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages 2022-11-23T01:40:59.1155920Z 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:40:59.1156180Z running install_egg_info 2022-11-23T01:40:59.1736520Z running egg_info 2022-11-23T01:40:59.1736940Z creating no_python_abi_suffix_test.egg-info 2022-11-23T01:40:59.2027750Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-11-23T01:40:59.2299190Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-11-23T01:40:59.3918810Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-11-23T01:40:59.3920040Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-11-23T01:40:59.3938330Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-11-23T01:40:59.3941580Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-11-23T01:40:59.3942740Z 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:40:59.3954670Z running install_scripts 2022-11-23T01:40:59.5779510Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:40:59.577786] 2022-11-23T01:41:01.0250270Z 2022-11-23T01:41:01.0250750Z Expand the folded group to see the log file of test_cpp_extensions_aot_no_ninja 2022-11-23T01:41:01.0251540Z ##[group]PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cpp_extensions_aot_no_ninja_v4swjzn1) 2022-11-23T01:41:01.0252040Z 2022-11-23T01:41:01.0252120Z Running tests... 2022-11-23T01:41:01.0252460Z ---------------------------------------------------------------------- 2022-11-23T01:41:01.0252790Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_no_ninja 2022-11-23T01:41:01.0253050Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.030s) 2022-11-23T01:41:01.0253290Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-11-23T01:41:01.0253540Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-11-23T01:41:01.0253810Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-11-23T01:41:01.0254060Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-11-23T01:41:01.0254340Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T01:41:01.0254570Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T01:41:01.0254820Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-11-23T01:41:01.0255050Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.001s) 2022-11-23T01:41:01.0255240Z test_add (__main__.TestORTTensor) ... ok (0.001s) 2022-11-23T01:41:01.0255440Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.002s) 2022-11-23T01:41:01.0255640Z test_unregistered (__main__.TestORTTensor) ... ok (0.006s) 2022-11-23T01:41:01.0255830Z test_zeros (__main__.TestORTTensor) ... ok (0.001s) 2022-11-23T01:41:01.0256030Z test_rng (__main__.TestRNGExtension) ... ok (0.002s) 2022-11-23T01:41:01.0256250Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-11-23T01:41:01.0256390Z 2022-11-23T01:41:01.0256530Z ---------------------------------------------------------------------- 2022-11-23T01:41:01.0256710Z Ran 15 tests in 0.050s 2022-11-23T01:41:01.0256800Z 2022-11-23T01:41:01.0256840Z OK (skipped=5) 2022-11-23T01:41:01.0256920Z 2022-11-23T01:41:01.0256980Z Generating XML reports... 2022-11-23T01:41:01.0257290Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestCppExtensionAOT-20221123014100.xml 2022-11-23T01:41:01.0257770Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestORTTensor-20221123014100.xml 2022-11-23T01:41:01.0258200Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestRNGExtension-20221123014100.xml 2022-11-23T01:41:01.0258590Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_no_ninja/TEST-TestTorchLibrary-20221123014100.xml 2022-11-23T01:41:01.0258770Z 2022-11-23T01:41:01.0258950Z ##[endgroup] 2022-11-23T01:41:01.0259290Z FINISHED PRINTING LOG FILE of test_cpp_extensions_aot_no_ninja (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cpp_extensions_aot_no_ninja_v4swjzn1) 2022-11-23T01:41:01.0259500Z 2022-11-23T01:41:01.0259620Z Running test_cuda ... [2022-11-23 01:41:01.025553] 2022-11-23T01:41:01.0260010Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:41:01.025818] 2022-11-23T01:41:01.8147300Z 2022-11-23T01:41:01.8147650Z Expand the folded group to see the log file of test_cuda 2022-11-23T01:41:01.8148190Z ##[group]PRINTING LOG FILE of test_cuda (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cuda_31eq_34d) 2022-11-23T01:41:01.8148440Z CUDA not available, skipping tests 2022-11-23T01:41:01.8148540Z 2022-11-23T01:41:01.8148590Z Running tests... 2022-11-23T01:41:01.8149090Z ---------------------------------------------------------------------- 2022-11-23T01:41:01.8149220Z 2022-11-23T01:41:01.8149360Z ---------------------------------------------------------------------- 2022-11-23T01:41:01.8149540Z Ran 0 tests in 0.000s 2022-11-23T01:41:01.8149620Z 2022-11-23T01:41:01.8149670Z OK 2022-11-23T01:41:01.8149730Z 2022-11-23T01:41:01.8149790Z Generating XML reports... 2022-11-23T01:41:01.8150020Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-11-23T01:41:01.8150160Z 2022-11-23T01:41:01.8150310Z ##[endgroup] 2022-11-23T01:41:01.8150600Z FINISHED PRINTING LOG FILE of test_cuda (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cuda_31eq_34d) 2022-11-23T01:41:01.8150760Z 2022-11-23T01:41:01.8151520Z Running test_cuda_primary_ctx ... [2022-11-23 01:41:01.815078] 2022-11-23T01:41:01.8154600Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:41:01.815379] 2022-11-23T01:41:02.5510040Z 2022-11-23T01:41:02.5510460Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-11-23T01:41:02.5511020Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cuda_primary_ctx_133cte4i) 2022-11-23T01:41:02.5511280Z CUDA not available, skipping tests 2022-11-23T01:41:02.5511390Z 2022-11-23T01:41:02.5511540Z ##[endgroup] 2022-11-23T01:41:02.5511990Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cuda_primary_ctx_133cte4i) 2022-11-23T01:41:02.5512170Z 2022-11-23T01:41:02.5513980Z Running test_cuda_trace ... [2022-11-23 01:41:02.551313] 2022-11-23T01:41:02.5516950Z Executing ['/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/python', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:41:02.551609] 2022-11-23T01:41:03.2841740Z 2022-11-23T01:41:03.2842130Z Expand the folded group to see the log file of test_cuda_trace 2022-11-23T01:41:03.2842680Z ##[group]PRINTING LOG FILE of test_cuda_trace (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cuda_trace_ppfpqut5) 2022-11-23T01:41:03.2842940Z CUDA not available, skipping tests 2022-11-23T01:41:03.2843050Z 2022-11-23T01:41:03.2843200Z ##[endgroup] 2022-11-23T01:41:03.2843790Z FINISHED PRINTING LOG FILE of test_cuda_trace (/Users/ec2-user/runner/_work/pytorch/pytorch/test/test-reports/test_cuda_trace_ppfpqut5) 2022-11-23T01:41:03.2843970Z 2022-11-23T01:41:03.2845690Z Running doctests ... [2022-11-23 01:41:03.284502] 2022-11-23T01:41:07.4099760Z Start doctest_module('/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch') 2022-11-23T01:41:07.4100020Z Listing tests 2022-11-23T01:41:07.4100400Z msg = Cannot scrape callname=DiagnosticEngine in modpath=/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/onnx/_internal/diagnostics/infra/engine.py line=13. 2022-11-23T01:41:07.4100820Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T01:41:07.4101040Z A generic diagnostic engine based on SARIF. 2022-11-23T01:41:07.4101150Z 2022-11-23T01:41:07.4101290Z This class is the main interface for diagnostics. It manages the creation of diagnostic contexts. 2022-11-23T01:41:07.4101550Z A DiagnosticContext provides the entry point for recording Diagnostics. 2022-11-23T01:41:07.4103220Z See infra.DiagnosticContext for more details. 2022-11-23T01:41:07.4103350Z 2022-11-23T01:41:07.4103400Z Examples: 2022-11-23T01:41:07.4103560Z Step 1: Create a set of rules. 2022-11-23T01:41:07.4103750Z >>> rules = infra.RuleCollection.from_list( 2022-11-23T01:41:07.4103930Z ... "CustomRuleCollection", 2022-11-23T01:41:07.4104070Z ... [ 2022-11-23T01:41:07.4104400Z ... infra.Rule( 2022-11-23T01:41:07.4104540Z ... id="r1", 2022-11-23T01:41:07.4104740Z ... name="rule-1", 2022-11-23T01:41:07.4104910Z ... message_default_template="Mising xxx", 2022-11-23T01:41:07.4105070Z ... ), 2022-11-23T01:41:07.4105190Z ... ], 2022-11-23T01:41:07.4105300Z ... ) 2022-11-23T01:41:07.4105380Z 2022-11-23T01:41:07.4105450Z Step 2: Create a diagnostic engine. 2022-11-23T01:41:07.4111970Z >>> engine = DiagnosticEngine() 2022-11-23T01:41:07.4112080Z 2022-11-23T01:41:07.4112160Z Step 3: Start a new diagnostic context. 2022-11-23T01:41:07.4112390Z >>> with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T01:41:07.4112530Z 2022-11-23T01:41:07.4112620Z Step 4: Add diagnostics in your code. 2022-11-23T01:41:07.4112820Z ... context.diagnose(rules.rule1, infra.Level.ERROR) 2022-11-23T01:41:07.4112970Z 2022-11-23T01:41:07.4113050Z Step 5: Afterwards, get the SARIF log. 2022-11-23T01:41:07.4113220Z >>> sarif_log = engine.sarif_log() 2022-11-23T01:41:07.4113370Z 2022-11-23T01:41:07.4113870Z Original Error: IndentationError('expected an indented block', ('', 1, 86, 'with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context:\n')) 2022-11-23T01:41:07.4114090Z 2022-11-23T01:41:07.4114210Z with engine.create_diagnostic_context("torch.onnx.export", version="1.0") as context: 2022-11-23T01:41:07.4114440Z ^ 2022-11-23T01:41:07.4114840Z msg = Cannot scrape callname=parallelize_module in modpath=/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_tensor/parallel/api.py line=28. 2022-11-23T01:41:07.4115210Z Caused by: DoctestParseError('Failed to parse doctest in _package_groups') 2022-11-23T01:41:07.4115350Z 2022-11-23T01:41:07.4115460Z The API to apply Tensor Parallelism (TP) in PyTorch. We parallelize module 2022-11-23T01:41:07.4115710Z or sub_modules based on a parallelize_plan which contains the parallel_style 2022-11-23T01:41:07.4115950Z which indicates how user want the module or sub_module to be parallelized. 2022-11-23T01:41:07.4116200Z User can also specify different parallel_style per module fully qualifed name (FQN). 2022-11-23T01:41:07.4116490Z The API supports 2D parallelism natively by accepting an n-dimension device_mesh 2022-11-23T01:41:07.4116850Z and users just need to specify the dimension where we perform tensor parallelism on. 2022-11-23T01:41:07.4117000Z 2022-11-23T01:41:07.4117040Z Args: 2022-11-23T01:41:07.4117160Z module (nn.Module): 2022-11-23T01:41:07.4117330Z :class:`nn.Module` object to be parallelized. 2022-11-23T01:41:07.4117500Z device_mesh (DeviceMesh): 2022-11-23T01:41:07.4117690Z :class:`DeviceMesh` object which describes the mesh topology 2022-11-23T01:41:07.4117880Z of devices for the DTensor. 2022-11-23T01:41:07.4118100Z parallelize_plan (Union[ParallelStyle, Dict[str, ParallelStyle]]): 2022-11-23T01:41:07.4118320Z The plan used to parallelize the module. It can be either a 2022-11-23T01:41:07.4118540Z :class:`ParallelStyle` object which contains how 2022-11-23T01:41:07.4118750Z we prepare input/output for Tensor Parallelism or it can be a 2022-11-23T01:41:07.4118980Z dict of module FQN and its corresponding :class:`ParallelStyle` object. 2022-11-23T01:41:07.4119160Z tp_mesh_dim (int): 2022-11-23T01:41:07.4119340Z the dimension of ``device_mesh`` where we perform 2022-11-23T01:41:07.4119510Z Tensor Parallelism on. 2022-11-23T01:41:07.4119600Z 2022-11-23T01:41:07.4119640Z Return: 2022-11-23T01:41:07.4119790Z A :class:`nn.Module` object parallelized. 2022-11-23T01:41:07.4119890Z 2022-11-23T01:41:07.4119960Z Example:: 2022-11-23T01:41:07.4120090Z >>> # xdoctest: +SKIP("distributed") 2022-11-23T01:41:07.4120390Z >>> from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T01:41:07.4120580Z >>> 2022-11-23T01:41:07.4120700Z >>> # Define the module. 2022-11-23T01:41:07.4120830Z >>> m = Model(...) 2022-11-23T01:41:07.4121000Z >>> m = parallelize_module(m, PairwiseParallel()) 2022-11-23T01:41:07.4121150Z >>> 2022-11-23T01:41:07.4121210Z 2022-11-23T01:41:07.4121260Z .. warning:: 2022-11-23T01:41:07.4121430Z ``PairwiseParallel`` comes with constraints for now. If you need finer 2022-11-23T01:41:07.4121830Z granularity, you need to pass in a dict of module FQN and parallel style instead. 2022-11-23T01:41:07.4121970Z 2022-11-23T01:41:07.4122210Z Original Error: SyntaxError('invalid syntax', ('', 2, 6, 'from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel\n')) 2022-11-23T01:41:07.4122410Z 2022-11-23T01:41:07.4122530Z from from torch.distributed._tensor.parallel import parallelize_module, PairwiseParallel 2022-11-23T01:41:07.4122710Z ^ 2022-11-23T01:41:07.4122980Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/__init__.py is_tensor:0 2022-11-23T01:41:07.4123370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/__init__.py set_default_tensor_type:0 2022-11-23T01:41:07.4123750Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/__init__.py set_default_dtype:0 2022-11-23T01:41:07.4124160Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/__init__.py use_deterministic_algorithms:0 2022-11-23T01:41:07.4124540Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/library.py Library.define:0 2022-11-23T01:41:07.4124920Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/library.py Library.impl:0 2022-11-23T01:41:07.4125300Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/quasirandom.py SobolEngine:0 2022-11-23T01:41:07.4125680Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/torch_version.py TorchVersion:0 2022-11-23T01:41:07.4126140Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/overrides.py get_ignored_functions:0 2022-11-23T01:41:07.4126540Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/overrides.py get_testing_overrides:0 2022-11-23T01:41:07.4126970Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/overrides.py wrap_torch_function:0 2022-11-23T01:41:07.4127380Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/overrides.py handle_torch_function:0 2022-11-23T01:41:07.4127790Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/overrides.py is_tensor_method_or_property:0 2022-11-23T01:41:07.4128180Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/overrides.py is_tensor_like:0 2022-11-23T01:41:07.4128580Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_namedtensor_internals.py update_names:0 2022-11-23T01:41:07.4128970Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py Tensor.register_hook:0 2022-11-23T01:41:07.4129410Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py Tensor.refine_names:0 2022-11-23T01:41:07.4129790Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py Tensor.align_to:0 2022-11-23T01:41:07.4130160Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py Tensor.rename:0 2022-11-23T01:41:07.4130550Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor.py Tensor.to_sparse_coo:0 2022-11-23T01:41:07.4130930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/hub.py list:0 2022-11-23T01:41:07.4131300Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/hub.py help:0 2022-11-23T01:41:07.4131650Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/hub.py load:0 2022-11-23T01:41:07.4132030Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/hub.py _load_local:0 2022-11-23T01:41:07.4132390Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/hub.py download_url_to_file:0 2022-11-23T01:41:07.4132770Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/hub.py load_state_dict_from_url:0 2022-11-23T01:41:07.4133150Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_tensor_str.py set_printoptions:0 2022-11-23T01:41:07.4133530Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_vmap_internals.py vmap:0 2022-11-23T01:41:07.4133910Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py broadcast_tensors:0 2022-11-23T01:41:07.4134290Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py broadcast_shapes:0 2022-11-23T01:41:07.4134660Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py split:0 2022-11-23T01:41:07.4135060Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py einsum:0 2022-11-23T01:41:07.4135430Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py meshgrid:0 2022-11-23T01:41:07.4135800Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py _unique_impl:0 2022-11-23T01:41:07.4136200Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py _unique_consecutive_impl:0 2022-11-23T01:41:07.4136580Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py tensordot:0 2022-11-23T01:41:07.4136960Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py cartesian_prod:0 2022-11-23T01:41:07.4137330Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py block_diag:0 2022-11-23T01:41:07.4137700Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py cdist:0 2022-11-23T01:41:07.4138070Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py atleast_1d:0 2022-11-23T01:41:07.4138480Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py atleast_2d:0 2022-11-23T01:41:07.4138840Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py atleast_3d:0 2022-11-23T01:41:07.4139210Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py norm:0 2022-11-23T01:41:07.4146870Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py chain_matmul:0 2022-11-23T01:41:07.4147350Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/functional.py _lu_impl:0 2022-11-23T01:41:07.4147740Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/serialization.py save:0 2022-11-23T01:41:07.4148120Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/serialization.py load:0 2022-11-23T01:41:07.4148510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_C.cpython-39-darwin.so Generator:0 2022-11-23T01:41:07.4148910Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_C.cpython-39-darwin.so _LinAlgError:0 2022-11-23T01:41:07.4149320Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/monitor/__init__.py TensorboardEventHandler:0 2022-11-23T01:41:07.4149720Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/futures/__init__.py Future.then:0 2022-11-23T01:41:07.4150110Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/futures/__init__.py Future.add_done_callback:0 2022-11-23T01:41:07.4150510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/futures/__init__.py Future.set_result:0 2022-11-23T01:41:07.4151080Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/futures/__init__.py Future.set_exception:0 2022-11-23T01:41:07.4151510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/futures/__init__.py collect_all:0 2022-11-23T01:41:07.4151880Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/__init__.py annotate:0 2022-11-23T01:41:07.4152250Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/__init__.py strict_fusion:0 2022-11-23T01:41:07.4152620Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/sparse/__init__.py sum:0 2022-11-23T01:41:07.4153000Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nested/__init__.py as_nested_tensor:0 2022-11-23T01:41:07.4153390Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_prims/context.py NvfuserPrimsMode:0 2022-11-23T01:41:07.4153780Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/_prims/context.py TorchRefsMode:0 2022-11-23T01:41:07.4154190Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py fractional_max_pool2d_with_indices:0 2022-11-23T01:41:07.4154710Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py fractional_max_pool3d_with_indices:0 2022-11-23T01:41:07.4155100Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py gumbel_softmax:0 2022-11-23T01:41:07.4155480Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py embedding:0 2022-11-23T01:41:07.4155860Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py embedding_bag:0 2022-11-23T01:41:07.4156240Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py ctc_loss:0 2022-11-23T01:41:07.4156610Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py nll_loss:0 2022-11-23T01:41:07.4156990Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py cross_entropy:0 2022-11-23T01:41:07.4157370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py binary_cross_entropy:0 2022-11-23T01:41:07.4157810Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/functional.py binary_cross_entropy_with_logits:0 2022-11-23T01:41:07.4158200Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py calculate_gain:0 2022-11-23T01:41:07.4158560Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py uniform_:0 2022-11-23T01:41:07.4158920Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py normal_:0 2022-11-23T01:41:07.4159280Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py trunc_normal_:0 2022-11-23T01:41:07.4159640Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py constant_:0 2022-11-23T01:41:07.4160070Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py ones_:0 2022-11-23T01:41:07.4160430Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py zeros_:0 2022-11-23T01:41:07.4160790Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py eye_:0 2022-11-23T01:41:07.4161180Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py dirac_:0 2022-11-23T01:41:07.4161540Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py xavier_uniform_:0 2022-11-23T01:41:07.4161910Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py xavier_normal_:0 2022-11-23T01:41:07.4162280Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py kaiming_uniform_:0 2022-11-23T01:41:07.4162650Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py kaiming_normal_:0 2022-11-23T01:41:07.4163020Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py orthogonal_:0 2022-11-23T01:41:07.4163430Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/init.py sparse_:0 2022-11-23T01:41:07.4163790Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/grad.py conv1d_input:0 2022-11-23T01:41:07.4164160Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/grad.py conv1d_weight:0 2022-11-23T01:41:07.4164530Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/grad.py conv2d_input:0 2022-11-23T01:41:07.4164920Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/grad.py conv2d_weight:0 2022-11-23T01:41:07.4165280Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/grad.py conv3d_input:0 2022-11-23T01:41:07.4165650Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/grad.py conv3d_weight:0 2022-11-23T01:41:07.4166030Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parallel/data_parallel.py DataParallel:0 2022-11-23T01:41:07.4166450Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel:0 2022-11-23T01:41:07.4166890Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.no_sync:0 2022-11-23T01:41:07.4167350Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.join:0 2022-11-23T01:41:07.4167810Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:0 2022-11-23T01:41:07.4168280Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:1 2022-11-23T01:41:07.4168920Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-11-23T01:41:07.4169440Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_fused_optim:0 2022-11-23T01:41:07.4169870Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/spectral_norm.py spectral_norm:0 2022-11-23T01:41:07.4170270Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/spectral_norm.py remove_spectral_norm:0 2022-11-23T01:41:07.4170670Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/stateless.py functional_call:0 2022-11-23T01:41:07.4171080Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/parametrize.py register_parametrization:0 2022-11-23T01:41:07.4171510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/memory_format.py convert_conv2d_weight_memory_format:0 2022-11-23T01:41:07.4171940Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/_per_sample_grad.py call_for_per_sample_grads:0 2022-11-23T01:41:07.4172590Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/weight_norm.py weight_norm:0 2022-11-23T01:41:07.4172990Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/weight_norm.py remove_weight_norm:0 2022-11-23T01:41:07.4173390Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/prune.py identity:0 2022-11-23T01:41:07.4173770Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/prune.py random_unstructured:0 2022-11-23T01:41:07.4174160Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/prune.py l1_unstructured:0 2022-11-23T01:41:07.4174550Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/prune.py random_structured:0 2022-11-23T01:41:07.4174940Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/prune.py ln_structured:0 2022-11-23T01:41:07.4175340Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/prune.py global_unstructured:0 2022-11-23T01:41:07.4175730Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/prune.py custom_from_mask:0 2022-11-23T01:41:07.4176110Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/prune.py remove:0 2022-11-23T01:41:07.4176490Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/prune.py is_pruned:0 2022-11-23T01:41:07.4176890Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/parametrizations.py orthogonal:0 2022-11-23T01:41:07.4177290Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/parametrizations.py spectral_norm:0 2022-11-23T01:41:07.4177770Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/init.py skip_init:0 2022-11-23T01:41:07.4178160Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/rnn.py pad_packed_sequence:0 2022-11-23T01:41:07.4178550Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/rnn.py pad_sequence:0 2022-11-23T01:41:07.4178930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/rnn.py unpad_sequence:0 2022-11-23T01:41:07.4179310Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/rnn.py pack_sequence:0 2022-11-23T01:41:07.4179680Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/rnn.py unpack_sequence:0 2022-11-23T01:41:07.4180120Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-11-23T01:41:07.4180560Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/utils/_expanded_weights/conv_utils.py unfold3d:0 2022-11-23T01:41:07.4181020Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/upsampling.py Upsample:0 2022-11-23T01:41:07.4181430Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/upsampling.py UpsamplingNearest2d:0 2022-11-23T01:41:07.4181860Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/upsampling.py UpsamplingBilinear2d:0 2022-11-23T01:41:07.4182270Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/channelshuffle.py ChannelShuffle:0 2022-11-23T01:41:07.4182680Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/instancenorm.py InstanceNorm1d:0 2022-11-23T01:41:07.4183080Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/instancenorm.py InstanceNorm2d:0 2022-11-23T01:41:07.4183480Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/instancenorm.py InstanceNorm3d:0 2022-11-23T01:41:07.4183870Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/flatten.py Flatten:0 2022-11-23T01:41:07.4184260Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/flatten.py Unflatten:0 2022-11-23T01:41:07.4184650Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/batchnorm.py BatchNorm1d:0 2022-11-23T01:41:07.4185040Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/batchnorm.py BatchNorm2d:0 2022-11-23T01:41:07.4185440Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/batchnorm.py BatchNorm3d:0 2022-11-23T01:41:07.4185830Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm:0 2022-11-23T01:41:07.4186340Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-11-23T01:41:07.4186780Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/linear.py Identity:0 2022-11-23T01:41:07.4187160Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/linear.py Linear:0 2022-11-23T01:41:07.4187540Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/linear.py Bilinear:0 2022-11-23T01:41:07.4187930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py MaxPool1d:0 2022-11-23T01:41:07.4188310Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py MaxPool2d:0 2022-11-23T01:41:07.4188730Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py MaxPool3d:0 2022-11-23T01:41:07.4189110Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py MaxUnpool1d:0 2022-11-23T01:41:07.4189500Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py MaxUnpool2d:0 2022-11-23T01:41:07.4190070Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py MaxUnpool3d:0 2022-11-23T01:41:07.4190450Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py AvgPool1d:0 2022-11-23T01:41:07.4190830Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py AvgPool2d:0 2022-11-23T01:41:07.4191210Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py AvgPool3d:0 2022-11-23T01:41:07.4191600Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py FractionalMaxPool2d:0 2022-11-23T01:41:07.4192000Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py FractionalMaxPool3d:0 2022-11-23T01:41:07.4192390Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py LPPool1d:0 2022-11-23T01:41:07.4192770Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py LPPool2d:0 2022-11-23T01:41:07.4193170Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool1d:0 2022-11-23T01:41:07.4193570Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool2d:0 2022-11-23T01:41:07.4193970Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool3d:0 2022-11-23T01:41:07.4194370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool1d:0 2022-11-23T01:41:07.4194760Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool2d:0 2022-11-23T01:41:07.4195270Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool3d:0 2022-11-23T01:41:07.4195680Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/distance.py PairwiseDistance:0 2022-11-23T01:41:07.4196080Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/distance.py CosineSimilarity:0 2022-11-23T01:41:07.4196500Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/container.py Sequential:0 2022-11-23T01:41:07.4196880Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/container.py ModuleList:0 2022-11-23T01:41:07.4197290Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/container.py ModuleDict:0 2022-11-23T01:41:07.4197680Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/container.py ParameterList:0 2022-11-23T01:41:07.4198080Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/container.py ParameterDict:0 2022-11-23T01:41:07.4198480Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pixelshuffle.py PixelShuffle:0 2022-11-23T01:41:07.4198950Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/pixelshuffle.py PixelUnshuffle:0 2022-11-23T01:41:07.4199340Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py L1Loss:0 2022-11-23T01:41:07.4199720Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py NLLLoss:0 2022-11-23T01:41:07.4200100Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py PoissonNLLLoss:0 2022-11-23T01:41:07.4200490Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py GaussianNLLLoss:0 2022-11-23T01:41:07.4200870Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py KLDivLoss:0 2022-11-23T01:41:07.4201240Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py MSELoss:0 2022-11-23T01:41:07.4201610Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py BCELoss:0 2022-11-23T01:41:07.4201990Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py BCEWithLogitsLoss:0 2022-11-23T01:41:07.4202390Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py MultiLabelMarginLoss:0 2022-11-23T01:41:07.4202780Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py CrossEntropyLoss:0 2022-11-23T01:41:07.4203170Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py MarginRankingLoss:0 2022-11-23T01:41:07.4203560Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py MultiMarginLoss:0 2022-11-23T01:41:07.4203990Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py TripletMarginLoss:0 2022-11-23T01:41:07.4204450Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py TripletMarginWithDistanceLoss:0 2022-11-23T01:41:07.4204850Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/loss.py CTCLoss:0 2022-11-23T01:41:07.4205230Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Threshold:0 2022-11-23T01:41:07.4205620Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py ReLU:0 2022-11-23T01:41:07.4206000Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py RReLU:0 2022-11-23T01:41:07.4206380Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Hardtanh:0 2022-11-23T01:41:07.4206760Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py ReLU6:0 2022-11-23T01:41:07.4207150Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Sigmoid:0 2022-11-23T01:41:07.4207620Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Hardsigmoid:0 2022-11-23T01:41:07.4208000Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Tanh:0 2022-11-23T01:41:07.4208380Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py SiLU:0 2022-11-23T01:41:07.4208750Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Mish:0 2022-11-23T01:41:07.4209140Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Hardswish:0 2022-11-23T01:41:07.4209520Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py ELU:0 2022-11-23T01:41:07.4209900Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py CELU:0 2022-11-23T01:41:07.4210270Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py SELU:0 2022-11-23T01:41:07.4210640Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py GLU:0 2022-11-23T01:41:07.4211020Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py GELU:0 2022-11-23T01:41:07.4211400Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Hardshrink:0 2022-11-23T01:41:07.4211800Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py LeakyReLU:0 2022-11-23T01:41:07.4212190Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py LogSigmoid:0 2022-11-23T01:41:07.4212640Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Softplus:0 2022-11-23T01:41:07.4213050Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Softshrink:0 2022-11-23T01:41:07.4213450Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py MultiheadAttention:0 2022-11-23T01:41:07.4213970Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py PReLU:0 2022-11-23T01:41:07.4214350Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Softsign:0 2022-11-23T01:41:07.4214740Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Tanhshrink:0 2022-11-23T01:41:07.4215130Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Softmin:0 2022-11-23T01:41:07.4215510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Softmax:0 2022-11-23T01:41:07.4215890Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py Softmax2d:0 2022-11-23T01:41:07.4216430Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/activation.py LogSoftmax:0 2022-11-23T01:41:07.4216830Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/transformer.py Transformer:0 2022-11-23T01:41:07.4217240Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/transformer.py Transformer.forward:0 2022-11-23T01:41:07.4217650Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/transformer.py TransformerEncoder:0 2022-11-23T01:41:07.4218060Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/transformer.py TransformerDecoder:0 2022-11-23T01:41:07.4218470Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/transformer.py TransformerEncoderLayer:0 2022-11-23T01:41:07.4218890Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/transformer.py TransformerDecoderLayer:0 2022-11-23T01:41:07.4219290Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/sparse.py Embedding:0 2022-11-23T01:41:07.4219690Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/sparse.py Embedding.from_pretrained:0 2022-11-23T01:41:07.4220090Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/sparse.py EmbeddingBag:0 2022-11-23T01:41:07.4220490Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/sparse.py EmbeddingBag.from_pretrained:0 2022-11-23T01:41:07.4220900Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.register_buffer:0 2022-11-23T01:41:07.4221300Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.apply:0 2022-11-23T01:41:07.4221780Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.to:0 2022-11-23T01:41:07.4222220Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.state_dict:0 2022-11-23T01:41:07.4222630Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.parameters:0 2022-11-23T01:41:07.4223040Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.named_parameters:0 2022-11-23T01:41:07.4223430Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.buffers:0 2022-11-23T01:41:07.4223820Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.named_buffers:0 2022-11-23T01:41:07.4224220Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.named_children:0 2022-11-23T01:41:07.4224610Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.modules:0 2022-11-23T01:41:07.4225170Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/module.py Module.named_modules:0 2022-11-23T01:41:07.4225560Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/dropout.py Dropout:0 2022-11-23T01:41:07.4225940Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/dropout.py Dropout1d:0 2022-11-23T01:41:07.4226330Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/dropout.py Dropout2d:0 2022-11-23T01:41:07.4226710Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/dropout.py Dropout3d:0 2022-11-23T01:41:07.4227100Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/dropout.py AlphaDropout:0 2022-11-23T01:41:07.4227510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/dropout.py FeatureAlphaDropout:0 2022-11-23T01:41:07.4227910Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/lazy.py LazyModuleMixin:0 2022-11-23T01:41:07.4228310Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/normalization.py LocalResponseNorm:0 2022-11-23T01:41:07.4228730Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/normalization.py LayerNorm:0 2022-11-23T01:41:07.4229130Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/normalization.py GroupNorm:0 2022-11-23T01:41:07.4229510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/rnn.py RNN:0 2022-11-23T01:41:07.4229870Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/rnn.py LSTM:0 2022-11-23T01:41:07.4230330Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/rnn.py GRU:0 2022-11-23T01:41:07.4230720Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/rnn.py RNNCell:0 2022-11-23T01:41:07.4231090Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/rnn.py LSTMCell:0 2022-11-23T01:41:07.4231460Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/rnn.py GRUCell:0 2022-11-23T01:41:07.4231840Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/padding.py ConstantPad1d:0 2022-11-23T01:41:07.4232230Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/padding.py ConstantPad2d:0 2022-11-23T01:41:07.4232630Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/padding.py ConstantPad3d:0 2022-11-23T01:41:07.4233020Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/padding.py ReflectionPad1d:0 2022-11-23T01:41:07.4233410Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/padding.py ReflectionPad2d:0 2022-11-23T01:41:07.4233920Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/padding.py ReflectionPad3d:0 2022-11-23T01:41:07.4234310Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/padding.py ReplicationPad1d:0 2022-11-23T01:41:07.4234710Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/padding.py ReplicationPad2d:0 2022-11-23T01:41:07.4235110Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/padding.py ReplicationPad3d:0 2022-11-23T01:41:07.4235500Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/padding.py ZeroPad2d:0 2022-11-23T01:41:07.4235880Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/fold.py Fold:0 2022-11-23T01:41:07.4236250Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/nn/modules/fold.py Unfold:0 2022-11-23T01:41:07.4236630Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/onnx/_type_utils.py JitScalarType:0 2022-11-23T01:41:07.4237010Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/run.py __doc__:0 2022-11-23T01:41:07.4237400Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py batch_isend_irecv:0 2022-11-23T01:41:07.4237810Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py all_reduce:0 2022-11-23T01:41:07.4238220Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py all_gather_object:0 2022-11-23T01:41:07.4238620Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py gather_object:0 2022-11-23T01:41:07.4239110Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py broadcast_object_list:0 2022-11-23T01:41:07.4239550Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py scatter_object_list:0 2022-11-23T01:41:07.4239960Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py all_gather:0 2022-11-23T01:41:07.4240370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py all_gather_into_tensor:0 2022-11-23T01:41:07.4240780Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py all_gather_coalesced:0 2022-11-23T01:41:07.4241190Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py scatter:0 2022-11-23T01:41:07.4241610Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py reduce_scatter_tensor:0 2022-11-23T01:41:07.4242020Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py all_to_all_single:0 2022-11-23T01:41:07.4242530Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py all_to_all:0 2022-11-23T01:41:07.4242930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py monitored_barrier:0 2022-11-23T01:41:07.4243350Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py new_subgroups:0 2022-11-23T01:41:07.4243770Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/distributed_c10d.py new_subgroups_by_enumeration:0 2022-11-23T01:41:07.4244170Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/argparse_util.py env:0 2022-11-23T01:41:07.4244570Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/argparse_util.py check_env:0 2022-11-23T01:41:07.4244950Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/launch.py __doc__:0 2022-11-23T01:41:07.4245340Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/autograd/__init__.py context:0 2022-11-23T01:41:07.4245760Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_tensor/parallel/utils.py _prepare_input_validate:0 2022-11-23T01:41:07.4246200Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_tensor/parallel/utils.py _prepare_output_validate:0 2022-11-23T01:41:07.4246630Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/pipeline/sync/pipe.py WithDevice:0 2022-11-23T01:41:07.4247050Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/pipeline/sync/pipe.py Pipe:0 2022-11-23T01:41:07.4247460Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/checkpoint/planner.py SavePlanner:0 2022-11-23T01:41:07.4247930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/checkpoint/planner.py LoadPlanner:0 2022-11-23T01:41:07.4248360Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/checkpoint/state_dict_saver.py save_state_dict:0 2022-11-23T01:41:07.4248790Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/checkpoint/state_dict_loader.py load_state_dict:0 2022-11-23T01:41:07.4249210Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/nn/functional.py _all_gather_base:0 2022-11-23T01:41:07.4249630Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.__init__:0 2022-11-23T01:41:07.4250070Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.init_from_module_rref:0 2022-11-23T01:41:07.4250510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/nn/api/remote_module.py RemoteModule:0 2022-11-23T01:41:07.4251060Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/elastic/multiprocessing/__init__.py start_processes:0 2022-11-23T01:41:07.4251510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/elastic/rendezvous/api.py RendezvousHandler.shutdown:0 2022-11-23T01:41:07.4251950Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/elastic/multiprocessing/api.py Std.from_str:0 2022-11-23T01:41:07.4252370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/elastic/multiprocessing/api.py to_map:0 2022-11-23T01:41:07.4252810Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py ChildFailedError:0 2022-11-23T01:41:07.4253230Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/join.py Join:0 2022-11-23T01:41:07.4253650Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/__init__.py register_ddp_comm_hook:0 2022-11-23T01:41:07.4254120Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/model_averaging/averagers.py PeriodicModelAverager:0 2022-11-23T01:41:07.4254610Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py HierarchicalModelAverager:0 2022-11-23T01:41:07.4255100Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_pertensor_hook:0 2022-11-23T01:41:07.4255590Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_perchannel_hook:0 2022-11-23T01:41:07.4256060Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py post_localSGD_hook:0 2022-11-23T01:41:07.4256580Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py noop_hook:0 2022-11-23T01:41:07.4257080Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py allreduce_hook:0 2022-11-23T01:41:07.4257540Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_hook:0 2022-11-23T01:41:07.4257980Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_hook:0 2022-11-23T01:41:07.4258440Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_wrapper:0 2022-11-23T01:41:07.4258900Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_wrapper:0 2022-11-23T01:41:07.4259350Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py powerSGD_hook:0 2022-11-23T01:41:07.4259870Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py batched_powerSGD_hook:0 2022-11-23T01:41:07.4260330Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/optim/apply_optimizer_in_backward.py _apply_optimizer_in_backward:0 2022-11-23T01:41:07.4260770Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/optim/utils.py register_functional_optim:0 2022-11-23T01:41:07.4261220Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/optim/post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-11-23T01:41:07.4261660Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/optim/optimizer.py DistributedOptimizer:0 2022-11-23T01:41:07.4262120Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/optim/zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-11-23T01:41:07.4262550Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/replicate.py replicate:0 2022-11-23T01:41:07.4262980Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/replicate.py mark_root_module:0 2022-11-23T01:41:07.4263400Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/_ddp.py DistributedDataParallel:0 2022-11-23T01:41:07.4263850Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/_ddp.py DistributedDataParallel.no_sync:0 2022-11-23T01:41:07.4264300Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/_ddp.py DistributedDataParallel.join:0 2022-11-23T01:41:07.4264840Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/_ddp.py DistributedDataParallel.register_comm_hook:0 2022-11-23T01:41:07.4265320Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/_ddp.py DistributedDataParallel.register_comm_hook:1 2022-11-23T01:41:07.4265800Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/_ddp.py DistributedDataParallel._register_builtin_comm_hook:0 2022-11-23T01:41:07.4266280Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/_ddp.py DistributedDataParallel._register_fused_optim:0 2022-11-23T01:41:07.4266710Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/contract.py contract:0 2022-11-23T01:41:07.4267140Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_composable/checkpoint_activation.py checkpoint:0 2022-11-23T01:41:07.4267580Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/fsdp/sharded_grad_scaler.py ShardedGradScaler:0 2022-11-23T01:41:07.4268030Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-11-23T01:41:07.4268620Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.set_state_dict_type:0 2022-11-23T01:41:07.4269120Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-11-23T01:41:07.4269630Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-11-23T01:41:07.4270150Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-11-23T01:41:07.4270700Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-11-23T01:41:07.4271180Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/fsdp/api.py StateDictType:0 2022-11-23T01:41:07.4271590Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/fsdp/api.py FullStateDictConfig:0 2022-11-23T01:41:07.4272010Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_shard/partial_tensor.py _PartialTensor:0 2022-11-23T01:41:07.4272450Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py init_from_local_shards:0 2022-11-23T01:41:07.4272880Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py custom_sharded_op_impl:0 2022-11-23T01:41:07.4273330Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_shard/sharded_optim/__init__.py named_params_with_sharded_tensor:0 2022-11-23T01:41:07.4273870Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor._init_from_local_tensor:0 2022-11-23T01:41:07.4281040Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor.reshard:0 2022-11-23T01:41:07.4281500Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_shard/sharded_tensor/_ops/_common.py _sharded_op_common:0 2022-11-23T01:41:07.4281930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/_shard/sharding_plan/api.py ShardingPlan:0 2022-11-23T01:41:07.4282350Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/rpc/functions.py async_execution:0 2022-11-23T01:41:07.4282800Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/rpc/options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-11-23T01:41:07.4283220Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/rpc/api.py _wait_all:0 2022-11-23T01:41:07.4283790Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/rpc/api.py shutdown:0 2022-11-23T01:41:07.4284170Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/rpc/api.py remote:0 2022-11-23T01:41:07.4284550Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/rpc/api.py rpc_sync:0 2022-11-23T01:41:07.4284930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/rpc/api.py rpc_async:0 2022-11-23T01:41:07.4285370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributed/rpc/server_process_global_profiler.py _server_process_global_profile:0 2022-11-23T01:41:07.4285790Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/anomaly_mode.py detect_anomaly:0 2022-11-23T01:41:07.4286190Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/graph.py saved_tensors_hooks:0 2022-11-23T01:41:07.4286570Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/graph.py save_on_cpu:0 2022-11-23T01:41:07.4286970Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/graph.py disable_saved_tensors_hooks:0 2022-11-23T01:41:07.4287370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/graph.py register_multi_grad_hook:0 2022-11-23T01:41:07.4287780Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/graph.py allow_mutation_on_saved_tensors:0 2022-11-23T01:41:07.4288170Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/forward_ad.py make_dual:0 2022-11-23T01:41:07.4288560Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/forward_ad.py unpack_dual:0 2022-11-23T01:41:07.4289010Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/forward_ad.py dual_level:0 2022-11-23T01:41:07.4289430Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/functional.py vjp:0 2022-11-23T01:41:07.4289810Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/functional.py jvp:0 2022-11-23T01:41:07.4290190Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/functional.py jacobian:0 2022-11-23T01:41:07.4290570Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/functional.py hessian:0 2022-11-23T01:41:07.4290950Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/functional.py vhp:0 2022-11-23T01:41:07.4291330Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/functional.py hvp:0 2022-11-23T01:41:07.4291700Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/grad_mode.py no_grad:0 2022-11-23T01:41:07.4292080Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/grad_mode.py enable_grad:0 2022-11-23T01:41:07.4292560Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/grad_mode.py set_grad_enabled:0 2022-11-23T01:41:07.4292950Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/grad_mode.py inference_mode:0 2022-11-23T01:41:07.4293340Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/profiler.py profile:0 2022-11-23T01:41:07.4293720Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/profiler.py record_function:0 2022-11-23T01:41:07.4294110Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/profiler.py emit_itt:0 2022-11-23T01:41:07.4294490Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/profiler.py emit_nvtx:0 2022-11-23T01:41:07.4294890Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/function.py FunctionCtx.save_for_backward:0 2022-11-23T01:41:07.4295310Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/function.py FunctionCtx.save_for_forward:0 2022-11-23T01:41:07.4295720Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/function.py FunctionCtx.mark_dirty:0 2022-11-23T01:41:07.4296140Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/function.py FunctionCtx.mark_non_differentiable:0 2022-11-23T01:41:07.4296570Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/function.py FunctionCtx.set_materialize_grads:0 2022-11-23T01:41:07.4296970Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/autograd/function.py Function:0 2022-11-23T01:41:07.4297350Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/graph.py _snake_case:0 2022-11-23T01:41:07.4297830Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/graph.py Graph.eliminate_dead_code:0 2022-11-23T01:41:07.4298270Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/graph.py Graph.on_generate_code:0 2022-11-23T01:41:07.4298660Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/tensor_type.py TensorType:0 2022-11-23T01:41:07.4299040Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/tensor_type.py is_consistent:0 2022-11-23T01:41:07.4299430Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/tensor_type.py is_more_precise:0 2022-11-23T01:41:07.4299820Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/subgraph_rewriter.py replace_pattern:0 2022-11-23T01:41:07.4300220Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/interpreter.py Interpreter:0 2022-11-23T01:41:07.4300600Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/interpreter.py Transformer:0 2022-11-23T01:41:07.4301010Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-11-23T01:41:07.4301560Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/core.py reify:0 2022-11-23T01:41:07.4301980Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py merge:0 2022-11-23T01:41:07.4302420Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py merge_with:0 2022-11-23T01:41:07.4302850Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py valmap:0 2022-11-23T01:41:07.4303270Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py keymap:0 2022-11-23T01:41:07.4303690Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py itemmap:0 2022-11-23T01:41:07.4304120Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py valfilter:0 2022-11-23T01:41:07.4304560Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py keyfilter:0 2022-11-23T01:41:07.4304990Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py itemfilter:0 2022-11-23T01:41:07.4305410Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py assoc:0 2022-11-23T01:41:07.4305840Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py dissoc:0 2022-11-23T01:41:07.4306260Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py assoc_in:0 2022-11-23T01:41:07.4306760Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py update_in:0 2022-11-23T01:41:07.4307220Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py get_in:0 2022-11-23T01:41:07.4307640Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py groupby:0 2022-11-23T01:41:07.4308070Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/unification_tools.py first:0 2022-11-23T01:41:07.4308480Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/variable.py variables:0 2022-11-23T01:41:07.4308890Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/more.py unifiable:0 2022-11-23T01:41:07.4309300Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/more.py reify_object:0 2022-11-23T01:41:07.4309790Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/more.py unify_object:0 2022-11-23T01:41:07.4310210Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/utils.py transitive_get:0 2022-11-23T01:41:07.4310620Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/utils.py _toposort:0 2022-11-23T01:41:07.4311030Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/utils.py reverse_dict:0 2022-11-23T01:41:07.4311440Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/utils.py freeze:0 2022-11-23T01:41:07.4311850Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/match.py VarDispatcher:0 2022-11-23T01:41:07.4312300Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher:0 2022-11-23T01:41:07.4312770Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.register:0 2022-11-23T01:41:07.4313250Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.add:0 2022-11-23T01:41:07.4313810Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.dispatch:0 2022-11-23T01:41:07.4314310Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py str_signature:0 2022-11-23T01:41:07.4314760Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py isvariadic:0 2022-11-23T01:41:07.4315460Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py Variadic:0 2022-11-23T01:41:07.4315930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/core.py dispatch:0 2022-11-23T01:41:07.4316370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py expand_tuples:0 2022-11-23T01:41:07.4316820Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py _toposort:0 2022-11-23T01:41:07.4317260Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py reverse_dict:0 2022-11-23T01:41:07.4317700Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py groupby:0 2022-11-23T01:41:07.4318140Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py typename:0 2022-11-23T01:41:07.4318560Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/passes/shape_prop.py ShapeProp:0 2022-11-23T01:41:07.4319080Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/fx/passes/split_module.py split_module:0 2022-11-23T01:41:07.4319470Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/cuda/jiterator.py _create_jit_fn:0 2022-11-23T01:41:07.4319850Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/cuda/jiterator.py _create_jit_fn:1 2022-11-23T01:41:07.4320220Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/cuda/jiterator.py _create_jit_fn:2 2022-11-23T01:41:07.4320620Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/cuda/jiterator.py _create_multi_output_jit_fn:0 2022-11-23T01:41:07.4321030Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/masked/maskedtensor/core.py is_masked_tensor:0 2022-11-23T01:41:07.4321420Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py LambdaLR:0 2022-11-23T01:41:07.4321810Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py MultiplicativeLR:0 2022-11-23T01:41:07.4322200Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py StepLR:0 2022-11-23T01:41:07.4322580Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py MultiStepLR:0 2022-11-23T01:41:07.4322970Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py ConstantLR:0 2022-11-23T01:41:07.4323350Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py LinearLR:0 2022-11-23T01:41:07.4323730Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py SequentialLR:0 2022-11-23T01:41:07.4324190Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py PolynomialLR:0 2022-11-23T01:41:07.4324590Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py ChainedScheduler:0 2022-11-23T01:41:07.4324990Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py ReduceLROnPlateau:0 2022-11-23T01:41:07.4325380Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py CyclicLR:0 2022-11-23T01:41:07.4325830Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-11-23T01:41:07.4326280Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-11-23T01:41:07.4326690Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/lr_scheduler.py OneCycleLR:0 2022-11-23T01:41:07.4327060Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/sgd.py SGD:0 2022-11-23T01:41:07.4327490Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/swa_utils.py AveragedModel:0 2022-11-23T01:41:07.4327870Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/swa_utils.py AveragedModel:1 2022-11-23T01:41:07.4328250Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/swa_utils.py update_bn:0 2022-11-23T01:41:07.4328620Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/optim/swa_utils.py SWALR:0 2022-11-23T01:41:07.4329010Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/checkpoint.py checkpoint_sequential:0 2022-11-23T01:41:07.4329430Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/backend_registration.py rename_privateuse1_backend:0 2022-11-23T01:41:07.4329860Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/throughput_benchmark.py ThroughputBenchmark:0 2022-11-23T01:41:07.4330260Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/dlpack.py from_dlpack:0 2022-11-23T01:41:07.4336760Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/cpp_extension.py CppExtension:0 2022-11-23T01:41:07.4337170Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/cpp_extension.py CUDAExtension:0 2022-11-23T01:41:07.4337570Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/cpp_extension.py CUDAExtension:1 2022-11-23T01:41:07.4337960Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/cpp_extension.py load:0 2022-11-23T01:41:07.4338340Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/cpp_extension.py load_inline:0 2022-11-23T01:41:07.4338740Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/hipify/hipify_python.py find_closure_group:0 2022-11-23T01:41:07.4339370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/hipify/hipify_python.py replace_extern_shared:0 2022-11-23T01:41:07.4339800Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.__init__:0 2022-11-23T01:41:07.4340220Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_hparams:0 2022-11-23T01:41:07.4340650Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalar:0 2022-11-23T01:41:07.4341070Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalars:0 2022-11-23T01:41:07.4341490Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram:0 2022-11-23T01:41:07.4341950Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram_raw:0 2022-11-23T01:41:07.4342470Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_image:0 2022-11-23T01:41:07.4342890Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_images:0 2022-11-23T01:41:07.4343310Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_text:0 2022-11-23T01:41:07.4343730Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_embedding:0 2022-11-23T01:41:07.4344150Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_pr_curve:0 2022-11-23T01:41:07.4344600Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-11-23T01:41:07.4345070Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-11-23T01:41:07.4345520Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars:0 2022-11-23T01:41:07.4345940Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_mesh:0 2022-11-23T01:41:07.4346340Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/dataset.py IterableDataset:0 2022-11-23T01:41:07.4346740Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/dataset.py random_split:0 2022-11-23T01:41:07.4347140Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/distributed.py DistributedSampler:0 2022-11-23T01:41:07.4347620Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/sampler.py WeightedRandomSampler:0 2022-11-23T01:41:07.4348040Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/sampler.py BatchSampler:0 2022-11-23T01:41:07.4348440Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/_utils/collate.py default_convert:0 2022-11-23T01:41:07.4348830Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/_utils/collate.py collate:0 2022-11-23T01:41:07.4349230Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/_utils/collate.py default_collate:0 2022-11-23T01:41:07.4349630Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/datapipe.py IterDataPipe:0 2022-11-23T01:41:07.4350040Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/datapipe.py MapDataPipe:0 2022-11-23T01:41:07.4350470Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/fileopener.py FileOpenerIterDataPipe:0 2022-11-23T01:41:07.4350910Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/callable.py MapperIterDataPipe:0 2022-11-23T01:41:07.4351420Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/callable.py CollatorIterDataPipe:0 2022-11-23T01:41:07.4351860Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/grouping.py BatcherIterDataPipe:0 2022-11-23T01:41:07.4352300Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/grouping.py UnBatcherIterDataPipe:0 2022-11-23T01:41:07.4352740Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/grouping.py GrouperIterDataPipe:0 2022-11-23T01:41:07.4353170Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/selecting.py FilterIterDataPipe:0 2022-11-23T01:41:07.4353610Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combining.py ConcaterIterDataPipe:0 2022-11-23T01:41:07.4354040Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combining.py ForkerIterDataPipe:0 2022-11-23T01:41:07.4354470Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combining.py _ChildDataPipe:0 2022-11-23T01:41:07.4354920Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combining.py DemultiplexerIterDataPipe:0 2022-11-23T01:41:07.4355410Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combining.py MultiplexerIterDataPipe:0 2022-11-23T01:41:07.4355850Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combining.py ZipperIterDataPipe:0 2022-11-23T01:41:07.4356370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/filelister.py FileListerIterDataPipe:0 2022-11-23T01:41:07.4356850Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/utils.py IterableWrapperIterDataPipe:0 2022-11-23T01:41:07.4357300Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/combinatorics.py ShufflerIterDataPipe:0 2022-11-23T01:41:07.4357750Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/iter/streamreader.py StreamReaderIterDataPipe:0 2022-11-23T01:41:07.4358200Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/utils/common.py validate_input_col:0 2022-11-23T01:41:07.4358620Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/map/callable.py MapperMapDataPipe:0 2022-11-23T01:41:07.4359060Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/map/grouping.py BatcherMapDataPipe:0 2022-11-23T01:41:07.4359490Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/map/combining.py ConcaterMapDataPipe:0 2022-11-23T01:41:07.4360030Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/map/combining.py ZipperMapDataPipe:0 2022-11-23T01:41:07.4360470Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/map/utils.py SequenceWrapperMapDataPipe:0 2022-11-23T01:41:07.4360910Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/utils/data/datapipes/map/combinatorics.py ShufflerIterDataPipe:0 2022-11-23T01:41:07.4361330Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_creation.py make_tensor:0 2022-11-23T01:41:07.4361720Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_comparison.py assert_close:0 2022-11-23T01:41:07.4362120Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py parametrize:0 2022-11-23T01:41:07.4362540Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py random_symmetric_psd_matrix:0 2022-11-23T01:41:07.4362970Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py random_hermitian_psd_matrix:0 2022-11-23T01:41:07.4363400Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py random_hermitian_pd_matrix:0 2022-11-23T01:41:07.4363940Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/testing/_internal/distributed/_tensor/common_dtensor.py skip_unless_torch_gpu:0 2022-11-23T01:41:07.4364370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/_serialization.py save:0 2022-11-23T01:41:07.4364760Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/_serialization.py load:0 2022-11-23T01:41:07.4365230Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/_serialization.py save_jit_module_to_flatbuffer:0 2022-11-23T01:41:07.4365690Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/_check.py AttributeTypeIsSupportedChecker:0 2022-11-23T01:41:07.4366130Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/mobile/__init__.py _load_for_lite_interpreter:0 2022-11-23T01:41:07.4366550Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/mobile/__init__.py _get_model_bytecode_version:0 2022-11-23T01:41:07.4366980Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/mobile/__init__.py _get_mobile_model_contained_types:0 2022-11-23T01:41:07.4367410Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/jit/mobile/__init__.py _get_model_ops_and_info:0 2022-11-23T01:41:07.4367830Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/functional.py conv1d:0 2022-11-23T01:41:07.4368230Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/functional.py conv2d:0 2022-11-23T01:41:07.4368670Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/functional.py conv3d:0 2022-11-23T01:41:07.4369080Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/__init__.py Quantize:0 2022-11-23T01:41:07.4369490Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/__init__.py DeQuantize:0 2022-11-23T01:41:07.4369910Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/linear.py Linear:0 2022-11-23T01:41:07.4370330Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv1d:0 2022-11-23T01:41:07.4370740Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv2d:0 2022-11-23T01:41:07.4371160Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv3d:0 2022-11-23T01:41:07.4371590Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose1d:0 2022-11-23T01:41:07.4372020Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose2d:0 2022-11-23T01:41:07.4372460Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose3d:0 2022-11-23T01:41:07.4372890Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTM:0 2022-11-23T01:41:07.4379290Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRU:0 2022-11-23T01:41:07.4379780Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py RNNCell:0 2022-11-23T01:41:07.4380330Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTMCell:0 2022-11-23T01:41:07.4380750Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRUCell:0 2022-11-23T01:41:07.4381220Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/functional_modules.py FloatFunctional:0 2022-11-23T01:41:07.4381670Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/functional_modules.py QFunctional:0 2022-11-23T01:41:07.4382100Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/linear.py Linear:0 2022-11-23T01:41:07.4382890Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/activation.py ReLU6:0 2022-11-23T01:41:07.4383340Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/conv.py Conv1d:0 2022-11-23T01:41:07.4383760Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/conv.py Conv2d:0 2022-11-23T01:41:07.4384250Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/conv.py Conv3d:0 2022-11-23T01:41:07.4384680Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose1d:0 2022-11-23T01:41:07.4385110Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose2d:0 2022-11-23T01:41:07.4385530Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose3d:0 2022-11-23T01:41:07.4385940Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/rnn.py LSTM:0 2022-11-23T01:41:07.4386350Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py Embedding:0 2022-11-23T01:41:07.4386760Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py EmbeddingBag:0 2022-11-23T01:41:07.4387170Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTMCell:0 2022-11-23T01:41:07.4387560Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTM:0 2022-11-23T01:41:07.4387970Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/intrinsic/qat/modules/linear_relu.py LinearReLU:0 2022-11-23T01:41:07.4388410Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py LinearReLU:0 2022-11-23T01:41:07.4388840Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py LinearReLU:0 2022-11-23T01:41:07.4389320Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py _with_args:0 2022-11-23T01:41:07.4389740Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/observer.py _with_callable_args:0 2022-11-23T01:41:07.4390140Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fuse_modules.py fuse_modules:0 2022-11-23T01:41:07.4390550Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py _get_path_of_module:0 2022-11-23T01:41:07.4391090Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py _get_signature_locals:0 2022-11-23T01:41:07.4391510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py _get_default_kwargs:0 2022-11-23T01:41:07.4391930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py _normalize_kwargs:0 2022-11-23T01:41:07.4392340Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/utils.py _get_num_pos_args:0 2022-11-23T01:41:07.4392810Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn:0 2022-11-23T01:41:07.4393260Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn_relu:0 2022-11-23T01:41:07.4393690Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_linear_bn:0 2022-11-23T01:41:07.4394130Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_convtranspose_bn:0 2022-11-23T01:41:07.4394530Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/quantize_fx.py fuse_fx:0 2022-11-23T01:41:07.4394930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/quantize_fx.py prepare_fx:0 2022-11-23T01:41:07.4395330Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/quantize_fx.py prepare_qat_fx:0 2022-11-23T01:41:07.4395730Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/quantize_fx.py convert_fx:0 2022-11-23T01:41:07.4396140Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/quantize_fx.py convert_to_reference_fx:0 2022-11-23T01:41:07.4396580Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/quantize_fx.py _convert_to_reference_decomposed_fx:0 2022-11-23T01:41:07.4397010Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/backend_config/backend_config.py DTypeConfig:0 2022-11-23T01:41:07.4397510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-11-23T01:41:07.4398120Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-11-23T01:41:07.4398660Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-11-23T01:41:07.4399210Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-11-23T01:41:07.4399690Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/quantization/fx/_model_report/model_report.py ModelReport:0 2022-11-23T01:41:07.4400130Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/pruning/sparsifier/base_sparsifier.py BaseSparsifier:0 2022-11-23T01:41:07.4400590Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/pruning/sparsifier/base_sparsifier.py BaseSparsifier.squash_mask:0 2022-11-23T01:41:07.4401070Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py BaseDataSparsifier:0 2022-11-23T01:41:07.4401600Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py ActivationSparsifier:0 2022-11-23T01:41:07.4402120Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-11-23T01:41:07.4402590Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/ao/pruning/scheduler/lambda_scheduler.py LambdaSL:0 2022-11-23T01:41:07.4403000Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/profiler/profiler.py profile:0 2022-11-23T01:41:07.4403390Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/laplace.py Laplace:0 2022-11-23T01:41:07.4403800Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/relaxed_bernoulli.py RelaxedBernoulli:0 2022-11-23T01:41:07.4404230Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/categorical.py Categorical:0 2022-11-23T01:41:07.4404630Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/transforms.py CatTransform:0 2022-11-23T01:41:07.4405040Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/transforms.py StackTransform:0 2022-11-23T01:41:07.4405470Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/transforms.py CumulativeDistributionTransform:0 2022-11-23T01:41:07.4405890Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/dirichlet.py Dirichlet:0 2022-11-23T01:41:07.4406280Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/log_normal.py LogNormal:0 2022-11-23T01:41:07.4406740Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/geometric.py Geometric:0 2022-11-23T01:41:07.4407140Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/weibull.py Weibull:0 2022-11-23T01:41:07.4407530Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/studentT.py StudentT:0 2022-11-23T01:41:07.4407950Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/multivariate_normal.py MultivariateNormal:0 2022-11-23T01:41:07.4408350Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/normal.py Normal:0 2022-11-23T01:41:07.4408730Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/poisson.py Poisson:0 2022-11-23T01:41:07.4409150Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/beta.py Beta:0 2022-11-23T01:41:07.4409540Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/kumaraswamy.py Kumaraswamy:0 2022-11-23T01:41:07.4409940Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/half_normal.py HalfNormal:0 2022-11-23T01:41:07.4410420Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/relaxed_categorical.py RelaxedOneHotCategorical:0 2022-11-23T01:41:07.4410880Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-11-23T01:41:07.4411320Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/half_cauchy.py HalfCauchy:0 2022-11-23T01:41:07.4411720Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/lkj_cholesky.py LKJCholesky:0 2022-11-23T01:41:07.4412120Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/independent.py Independent:0 2022-11-23T01:41:07.4412520Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/multinomial.py Multinomial:0 2022-11-23T01:41:07.4412910Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/exponential.py Exponential:0 2022-11-23T01:41:07.4413300Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/pareto.py Pareto:0 2022-11-23T01:41:07.4413680Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/cauchy.py Cauchy:0 2022-11-23T01:41:07.4414070Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/von_mises.py VonMises:0 2022-11-23T01:41:07.4414460Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/gumbel.py Gumbel:0 2022-11-23T01:41:07.4414860Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/mixture_same_family.py MixtureSameFamily:0 2022-11-23T01:41:07.4415370Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/continuous_bernoulli.py ContinuousBernoulli:0 2022-11-23T01:41:07.4415840Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/fishersnedecor.py FisherSnedecor:0 2022-11-23T01:41:07.4416290Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/constraints.py _DependentProperty:0 2022-11-23T01:41:07.4416690Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/uniform.py Uniform:0 2022-11-23T01:41:07.4417090Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/bernoulli.py Bernoulli:0 2022-11-23T01:41:07.4417490Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/logistic_normal.py LogisticNormal:0 2022-11-23T01:41:07.4417910Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/one_hot_categorical.py OneHotCategorical:0 2022-11-23T01:41:07.4418310Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/wishart.py Wishart:0 2022-11-23T01:41:07.4418690Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/gamma.py Gamma:0 2022-11-23T01:41:07.4419130Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/chi2.py Chi2:0 2022-11-23T01:41:07.4419510Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/distributions/binomial.py Binomial:0 2022-11-23T01:41:07.4419930Z python -m xdoctest /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/package/glob_group.py GlobGroup:0 2022-11-23T01:41:07.5651130Z 2022-11-23T01:41:07.5651450Z real 26m23.802s 2022-11-23T01:41:07.5651600Z user 48m32.026s 2022-11-23T01:41:07.5651730Z sys 6m35.335s 2022-11-23T01:41:07.5652050Z + assert_git_not_dirty 2022-11-23T01:41:07.5652390Z + [[ macos-12-py3-arm64 != *rocm* ]] 2022-11-23T01:41:07.5652590Z + [[ macos-12-py3-arm64 != *xla* ]] 2022-11-23T01:41:07.5669820Z ++ git status --porcelain 2022-11-23T01:41:15.5321630Z + git_status= 2022-11-23T01:41:15.5322340Z + [[ -n '' ]] 2022-11-23T01:41:15.5322530Z Testing custom script operators 2022-11-23T01:41:15.5322680Z + [[ 1 == 1 ]] 2022-11-23T01:41:15.5322800Z + test_libtorch 2022-11-23T01:41:15.5322920Z + [[ 0 == \1 ]] 2022-11-23T01:41:15.5323060Z + test_custom_script_ops 2022-11-23T01:41:15.5323250Z + echo 'Testing custom script operators' 2022-11-23T01:41:15.5323510Z ~/runner/_work/pytorch/pytorch/test/custom_operator ~/runner/_work/pytorch/pytorch 2022-11-23T01:41:15.5323720Z + pushd test/custom_operator 2022-11-23T01:41:15.5323900Z + rm -rf build 2022-11-23T01:41:15.5351670Z + mkdir build 2022-11-23T01:41:15.5370020Z + pushd build 2022-11-23T01:41:15.5370310Z ~/runner/_work/pytorch/pytorch/test/custom_operator/build ~/runner/_work/pytorch/pytorch/test/custom_operator ~/runner/_work/pytorch/pytorch 2022-11-23T01:41:15.5373540Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-11-23T01:41:15.6659150Z + SITE_PACKAGES=/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages 2022-11-23T01:41:15.6659570Z + CMAKE_PREFIX_PATH=/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch 2022-11-23T01:41:15.6659780Z + cmake .. 2022-11-23T01:41:15.8907480Z -- The C compiler identification is AppleClang 13.1.6.13160021 2022-11-23T01:41:15.9512380Z -- The CXX compiler identification is AppleClang 13.1.6.13160021 2022-11-23T01:41:15.9744450Z -- Detecting C compiler ABI info 2022-11-23T01:41:16.0834950Z -- Detecting C compiler ABI info - done 2022-11-23T01:41:16.0863880Z -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/clang - skipped 2022-11-23T01:41:16.0873420Z -- Detecting C compile features 2022-11-23T01:41:16.0882140Z -- Detecting C compile features - done 2022-11-23T01:41:16.0950900Z -- Detecting CXX compiler ABI info 2022-11-23T01:41:16.1949020Z -- Detecting CXX compiler ABI info - done 2022-11-23T01:41:16.1978680Z -- Check for working CXX compiler: /Library/Developer/CommandLineTools/usr/bin/clang++ - skipped 2022-11-23T01:41:16.1980750Z -- Detecting CXX compile features 2022-11-23T01:41:16.1984080Z -- Detecting CXX compile features - done 2022-11-23T01:41:16.2257050Z -- Looking for pthread.h 2022-11-23T01:41:16.3273770Z -- Looking for pthread.h - found 2022-11-23T01:41:16.3275090Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-11-23T01:41:16.4304230Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2022-11-23T01:41:16.4310610Z -- Found Threads: TRUE 2022-11-23T01:41:16.4476560Z 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:41:16.4476900Z static library kineto_LIBRARY-NOTFOUND not found. 2022-11-23T01:41:16.4477080Z Call Stack (most recent call first): 2022-11-23T01:41:16.4477730Z /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:41:16.4478120Z CMakeLists.txt:9 (find_package) 2022-11-23T01:41:16.4478220Z 2022-11-23T01:41:16.4478230Z 2022-11-23T01:41:16.4479990Z -- Found Torch: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib/libtorch.dylib 2022-11-23T01:41:16.4481260Z -- Configuring done 2022-11-23T01:41:16.4577190Z -- Generating done 2022-11-23T01:41:16.4599420Z -- Build files have been written to: /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build 2022-11-23T01:41:16.4624000Z + make VERBOSE=1 2022-11-23T01:41:16.4662790Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -S/Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator -B/Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build --check-build-system CMakeFiles/Makefile.cmake 0 2022-11-23T01:41:16.4782700Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_progress_start /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build/CMakeFiles /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build//CMakeFiles/progress.marks 2022-11-23T01:41:16.4888750Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/Makefile2 all 2022-11-23T01:41:16.4903340Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-11-23T01:41:16.4917440Z cd /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/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_operator /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2022-11-23T01:41:16.5042440Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-11-23T01:41:16.5168290Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-11-23T01:41:16.5172980Z /Library/Developer/CommandLineTools/usr/bin/clang++ -Dcustom_ops_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_ops.dir/op.cpp.o -MF CMakeFiles/custom_ops.dir/op.cpp.o.d -o CMakeFiles/custom_ops.dir/op.cpp.o -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/op.cpp 2022-11-23T01:41:20.0513920Z [ 50%] Linking CXX shared library libcustom_ops.dylib 2022-11-23T01:41:20.0516570Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-11-23T01:41:20.0613340Z /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_ops.dylib -install_name @rpath/libcustom_ops.dylib CMakeFiles/custom_ops.dir/op.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:41:20.0698000Z 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:41:20.1693940Z [ 50%] Built target custom_ops 2022-11-23T01:41:20.1697150Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-11-23T01:41:20.1714450Z cd /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/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_operator /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2022-11-23T01:41:20.1838820Z /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-11-23T01:41:20.1966740Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-11-23T01:41:20.1971020Z /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_ops.dir/test_custom_ops.cpp.o -MF CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d -o CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -c /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/test_custom_ops.cpp 2022-11-23T01:41:23.5989820Z [100%] Linking CXX executable test_custom_ops 2022-11-23T01:41:23.5992400Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-11-23T01:41:23.6089540Z /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_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -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_operator/build -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/lib/python3.9/site-packages/torch/lib libcustom_ops.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:41:23.6173930Z 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:41:23.6823970Z [100%] Built target test_custom_ops 2022-11-23T01:41:23.6828460Z /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554/bin/cmake -E cmake_progress_start /Users/ec2-user/runner/_work/pytorch/pytorch/test/custom_operator/build/CMakeFiles 0 2022-11-23T01:41:23.6931560Z + popd 2022-11-23T01:41:23.6931950Z + python test_custom_ops.py -v 2022-11-23T01:41:23.6932210Z ~/runner/_work/pytorch/pytorch/test/custom_operator ~/runner/_work/pytorch/pytorch 2022-11-23T01:41:24.3516470Z 2022-11-23T01:41:24.3516890Z Test results will be stored in test-reports/python-unittest/test_custom_ops 2022-11-23T01:41:24.3517110Z Running tests... 2022-11-23T01:41:24.3517330Z ---------------------------------------------------------------------- 2022-11-23T01:41:24.4406380Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.089s) 2022-11-23T01:41:24.4693890Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.029s) 2022-11-23T01:41:24.4698170Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.000s) 2022-11-23T01:41:24.4805060Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... /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:41:24.4805780Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T01:41:24.4810340Z ok (0.011s) 2022-11-23T01:41:24.4815040Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.000s) 2022-11-23T01:41:24.4817000Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.000s) 2022-11-23T01:41:24.4871040Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.005s) 2022-11-23T01:41:24.4871220Z 2022-11-23T01:41:24.4871880Z ---------------------------------------------------------------------- 2022-11-23T01:41:24.4872080Z Ran 7 tests in 0.136s 2022-11-23T01:41:24.4872160Z 2022-11-23T01:41:24.4872210Z OK 2022-11-23T01:41:24.4872270Z 2022-11-23T01:41:24.4872340Z Generating XML reports... 2022-11-23T01:41:24.4893210Z Generated XML report: test-reports/python-unittest/test_custom_ops/TEST-TestCustomOperators-20221123014124.xml 2022-11-23T01:41:24.6045430Z + python model.py --export-script-module=model.pt 2022-11-23T01:41:25.3088830Z + build/test_custom_ops ./model.pt 2022-11-23T01:41:25.5181910Z [W engine.cpp:1127] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator()) 2022-11-23T01:41:25.5778520Z ok 2022-11-23T01:41:25.5799000Z + popd 2022-11-23T01:41:25.5799180Z ~/runner/_work/pytorch/pytorch 2022-11-23T01:41:25.5799360Z + assert_git_not_dirty 2022-11-23T01:41:25.5799730Z + [[ macos-12-py3-arm64 != *rocm* ]] 2022-11-23T01:41:25.5799930Z + [[ macos-12-py3-arm64 != *xla* ]] 2022-11-23T01:41:25.5803210Z ++ git status --porcelain 2022-11-23T01:41:25.6945160Z + git_status= 2022-11-23T01:41:25.6945640Z + [[ -n '' ]] 2022-11-23T01:41:25.8046140Z Prepare all required actions 2022-11-23T01:41:25.8059960Z Getting action download info 2022-11-23T01:41:26.5766570Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T01:41:26.9805010Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T01:41:26.9805360Z with: 2022-11-23T01:41:26.9805760Z github-token: *** 2022-11-23T01:41:26.9805890Z env: 2022-11-23T01:41:26.9806010Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:26.9806170Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:41:26.9806320Z TEST_CONFIG: default 2022-11-23T01:41:26.9806450Z SHARD_NUMBER: 1 2022-11-23T01:41:26.9806600Z NUM_TEST_SHARDS: 2 2022-11-23T01:41:26.9806730Z PR_BODY: 2022-11-23T01:41:26.9806870Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:41:26.9807030Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:41:26.9807220Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:26.9807500Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:41:26.9807770Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:41:26.9808030Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:26.9808290Z ##[endgroup] 2022-11-23T01:41:26.9827790Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T01:41:26.9827960Z with: 2022-11-23T01:41:26.9828070Z shell: bash 2022-11-23T01:41:26.9828200Z timeout_minutes: 10 2022-11-23T01:41:26.9828320Z max_attempts: 5 2022-11-23T01:41:26.9828450Z retry_wait_seconds: 30 2022-11-23T01:41:26.9828820Z 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:41:26.9829100Z polling_interval_seconds: 1 2022-11-23T01:41:26.9829250Z warning_on_retry: true 2022-11-23T01:41:26.9829390Z continue_on_error: false 2022-11-23T01:41:26.9829530Z env: 2022-11-23T01:41:26.9829660Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:26.9829820Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:41:26.9829970Z TEST_CONFIG: default 2022-11-23T01:41:26.9830100Z SHARD_NUMBER: 1 2022-11-23T01:41:26.9830240Z NUM_TEST_SHARDS: 2 2022-11-23T01:41:26.9830370Z PR_BODY: 2022-11-23T01:41:26.9830510Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:41:26.9830660Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:41:26.9830850Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:26.9831100Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:41:26.9831460Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:41:26.9831720Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:26.9832000Z GITHUB_TOKEN: *** 2022-11-23T01:41:26.9832120Z ##[endgroup] 2022-11-23T01:41:27.3997340Z + python3 -m pip install requests==2.26.0 2022-11-23T01:41:28.2520390Z 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:41:28.2587380Z 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:41:28.2591660Z 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:41:28.2597340Z 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:41:28.2601200Z 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:41:28.3328560Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-08ded1489e4f9fadb 2022-11-23T01:41:31.4207380Z + GHA_WORKFLOW_JOB_ID=9655211293 2022-11-23T01:41:31.4210640Z + echo job-id=9655211293 2022-11-23T01:41:32.4122610Z Command completed after 1 attempt(s). 2022-11-23T01:41:32.4338840Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T01:41:32.4339240Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T01:41:32.4368120Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:41:32.4368480Z env: 2022-11-23T01:41:32.4368780Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:32.4369260Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:41:32.4369770Z TEST_CONFIG: default 2022-11-23T01:41:32.4370130Z SHARD_NUMBER: 1 2022-11-23T01:41:32.4370640Z NUM_TEST_SHARDS: 2 2022-11-23T01:41:32.4371020Z PR_BODY: 2022-11-23T01:41:32.4371380Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:41:32.4371740Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:41:32.4372360Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:32.4373020Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:41:32.4373820Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:41:32.4374460Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:32.4374920Z MONITOR_SCRIPT_PID: 51441 2022-11-23T01:41:32.4375390Z ##[endgroup] 2022-11-23T01:41:32.7833020Z Prepare all required actions 2022-11-23T01:41:32.7833360Z Getting action download info 2022-11-23T01:41:32.9577450Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T01:41:33.2299210Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T01:41:33.4496400Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T01:41:33.4496570Z with: 2022-11-23T01:41:33.4496690Z use-gha: true 2022-11-23T01:41:33.4496850Z file-suffix: test-default-1-2-macos-m1-12_9655211293 2022-11-23T01:41:33.4497000Z env: 2022-11-23T01:41:33.4497120Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:33.4497270Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:41:33.4497420Z TEST_CONFIG: default 2022-11-23T01:41:33.4497540Z SHARD_NUMBER: 1 2022-11-23T01:41:33.4497660Z NUM_TEST_SHARDS: 2 2022-11-23T01:41:33.4497790Z PR_BODY: 2022-11-23T01:41:33.4497940Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:41:33.4498090Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:41:33.4498280Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:33.4498530Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:41:33.4498800Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:41:33.4499060Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:33.4499240Z ##[endgroup] 2022-11-23T01:41:33.4546890Z ##[group]Run actions/upload-artifact@v3 2022-11-23T01:41:33.4547030Z with: 2022-11-23T01:41:33.4547220Z name: test-jsons-runattempt1-test-default-1-2-macos-m1-12_9655211293.zip 2022-11-23T01:41:33.4547410Z retention-days: 14 2022-11-23T01:41:33.4547550Z if-no-files-found: warn 2022-11-23T01:41:33.4547680Z path: test/**/*.json 2022-11-23T01:41:33.4547800Z env: 2022-11-23T01:41:33.4547920Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:33.4548070Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:41:33.4548220Z TEST_CONFIG: default 2022-11-23T01:41:33.4548340Z SHARD_NUMBER: 1 2022-11-23T01:41:33.4548540Z NUM_TEST_SHARDS: 2 2022-11-23T01:41:33.4548660Z PR_BODY: 2022-11-23T01:41:33.4548790Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:41:33.4548940Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:41:33.4549120Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:33.4549380Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:41:33.4549640Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:41:33.4549900Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:33.4550070Z ##[endgroup] 2022-11-23T01:41:33.6224240Z With the provided path, there will be 5 files uploaded 2022-11-23T01:41:33.6225540Z Starting artifact upload 2022-11-23T01:41:33.6226010Z 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:41:33.6226360Z Artifact name is valid! 2022-11-23T01:41:33.7345810Z Container for artifact "test-jsons-runattempt1-test-default-1-2-macos-m1-12_9655211293.zip" successfully created. Starting upload of file(s) 2022-11-23T01:41:33.9396020Z Total size of all the files uploaded is 38420 bytes 2022-11-23T01:41:33.9396940Z File upload process has finished. Finalizing the artifact upload 2022-11-23T01:41:33.9666120Z Artifact has been finalized. All files have been successfully uploaded! 2022-11-23T01:41:33.9666800Z 2022-11-23T01:41:33.9667250Z The raw size of all the files that were specified for upload is 363633 bytes 2022-11-23T01:41:33.9670270Z 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:41:33.9671220Z 2022-11-23T01:41:33.9672800Z 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:41:33.9673850Z 2022-11-23T01:41:33.9674820Z Artifact test-jsons-runattempt1-test-default-1-2-macos-m1-12_9655211293.zip has been successfully uploaded! 2022-11-23T01:41:33.9911670Z ##[group]Run actions/upload-artifact@v3 2022-11-23T01:41:33.9912310Z with: 2022-11-23T01:41:33.9912920Z name: test-reports-runattempt1-test-default-1-2-macos-m1-12_9655211293.zip 2022-11-23T01:41:33.9913510Z retention-days: 14 2022-11-23T01:41:33.9913900Z if-no-files-found: ignore 2022-11-23T01:41:33.9914380Z path: test/**/*.xml test/**/*.csv 2022-11-23T01:41:33.9914830Z env: 2022-11-23T01:41:33.9915160Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:33.9915620Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:41:33.9916050Z TEST_CONFIG: default 2022-11-23T01:41:33.9916410Z SHARD_NUMBER: 1 2022-11-23T01:41:33.9916760Z NUM_TEST_SHARDS: 2 2022-11-23T01:41:33.9917370Z PR_BODY: 2022-11-23T01:41:33.9917780Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:41:33.9918240Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:41:33.9918870Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:33.9919670Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:41:33.9920510Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:41:33.9921300Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:41:33.9921830Z ##[endgroup] 2022-11-23T01:41:34.1680090Z With the provided path, there will be 324 files uploaded 2022-11-23T01:41:34.1681170Z Starting artifact upload 2022-11-23T01:41:34.1681640Z 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:41:34.1682200Z Artifact name is valid! 2022-11-23T01:41:34.2126520Z Container for artifact "test-reports-runattempt1-test-default-1-2-macos-m1-12_9655211293.zip" successfully created. Starting upload of file(s) 2022-11-23T01:41:44.2194090Z Total file count: 324 ---- Processed file #115 (35.4%) 2022-11-23T01:41:54.2218240Z Total file count: 324 ---- Processed file #244 (75.3%) 2022-11-23T01:42:00.8979740Z Total size of all the files uploaded is 852690 bytes 2022-11-23T01:42:00.8981110Z File upload process has finished. Finalizing the artifact upload 2022-11-23T01:42:00.9331420Z Artifact has been finalized. All files have been successfully uploaded! 2022-11-23T01:42:00.9332220Z 2022-11-23T01:42:00.9332870Z The raw size of all the files that were specified for upload is 21835032 bytes 2022-11-23T01:42:00.9334560Z The size of all the files that were uploaded is 852690 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-11-23T01:42:00.9338340Z 2022-11-23T01:42:00.9340570Z 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:42:00.9341900Z 2022-11-23T01:42:00.9343180Z Artifact test-reports-runattempt1-test-default-1-2-macos-m1-12_9655211293.zip has been successfully uploaded! 2022-11-23T01:42:00.9575490Z ##[group]Run actions/upload-artifact@v3 2022-11-23T01:42:00.9595260Z with: 2022-11-23T01:42:00.9595860Z name: usage-log-runattempt1-test-default-1-2-macos-m1-12_9655211293.zip 2022-11-23T01:42:00.9596460Z retention-days: 14 2022-11-23T01:42:00.9596880Z if-no-files-found: ignore 2022-11-23T01:42:00.9597290Z path: usage_log.txt 2022-11-23T01:42:00.9598130Z env: 2022-11-23T01:42:00.9598520Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:00.9599000Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:42:00.9599430Z TEST_CONFIG: default 2022-11-23T01:42:00.9599800Z SHARD_NUMBER: 1 2022-11-23T01:42:00.9600160Z NUM_TEST_SHARDS: 2 2022-11-23T01:42:00.9600520Z PR_BODY: 2022-11-23T01:42:00.9600890Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:42:00.9601320Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:42:00.9601880Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:42:00.9602610Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:42:00.9603390Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:42:00.9604130Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:42:00.9604650Z ##[endgroup] 2022-11-23T01:42:01.0480600Z With the provided path, there will be 1 file uploaded 2022-11-23T01:42:01.0482190Z Starting artifact upload 2022-11-23T01:42:01.0482780Z 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:42:01.0483170Z Artifact name is valid! 2022-11-23T01:42:01.0885430Z Container for artifact "usage-log-runattempt1-test-default-1-2-macos-m1-12_9655211293.zip" successfully created. Starting upload of file(s) 2022-11-23T01:42:01.6759960Z Total size of all the files uploaded is 118632 bytes 2022-11-23T01:42:01.6761280Z File upload process has finished. Finalizing the artifact upload 2022-11-23T01:42:01.7045220Z Artifact has been finalized. All files have been successfully uploaded! 2022-11-23T01:42:01.7045990Z 2022-11-23T01:42:01.7047390Z The raw size of all the files that were specified for upload is 8701308 bytes 2022-11-23T01:42:01.7049180Z The size of all the files that were uploaded is 118632 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2022-11-23T01:42:01.7051250Z 2022-11-23T01:42:01.7054630Z 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:42:01.7057420Z 2022-11-23T01:42:01.7058840Z Artifact usage-log-runattempt1-test-default-1-2-macos-m1-12_9655211293.zip has been successfully uploaded! 2022-11-23T01:42:01.7234890Z ##[group]Run set -x 2022-11-23T01:42:01.7235450Z set -x 2022-11-23T01:42:01.7236170Z ${CONDA_RUN} python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T01:42:01.7284290Z shell: /usr/bin/arch -arch arm64 bash -e -l {0} 2022-11-23T01:42:01.7284850Z env: 2022-11-23T01:42:01.7314260Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:01.7314960Z BUILD_ENVIRONMENT: macos-12-py3-arm64 2022-11-23T01:42:01.7315530Z TEST_CONFIG: default 2022-11-23T01:42:01.7316000Z SHARD_NUMBER: 1 2022-11-23T01:42:01.7316460Z NUM_TEST_SHARDS: 2 2022-11-23T01:42:01.7316910Z PR_BODY: 2022-11-23T01:42:01.7317390Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:42:01.7317960Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:42:01.7318690Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:42:01.7319650Z CONDA_RUN: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 --no-capture-output 2022-11-23T01:42:01.7320740Z CONDA_BUILD: conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 conda-build 2022-11-23T01:42:01.7321690Z CONDA_INSTALL: conda install -p /Users/ec2-user/runner/_work/_temp/conda_environment_3528293554 2022-11-23T01:42:01.7322430Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:42:01.7322960Z BRANCH: master 2022-11-23T01:42:01.7323440Z PR_NUMBER: 2022-11-23T01:42:01.7323970Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:42:01.7324490Z TAG: 2022-11-23T01:42:01.7324900Z WORKFLOW_ID: 3528293554 2022-11-23T01:42:01.7326080Z GITHUB_TOKEN: *** 2022-11-23T01:42:01.7326730Z AWS_ACCESS_KEY_ID: *** 2022-11-23T01:42:01.7327490Z AWS_SECRET_ACCESS_KEY: *** 2022-11-23T01:42:01.7328030Z GHA_WORKFLOW_JOB_ID: 9655211293 2022-11-23T01:42:01.7328520Z ##[endgroup] 2022-11-23T01:42:02.0152890Z + 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:42:02.0153260Z + local cmd=run 2022-11-23T01:42:02.0153400Z + case "$cmd" in 2022-11-23T01:42:02.0153780Z + __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:42:02.0155630Z + __add_sys_prefix_to_path 2022-11-23T01:42:02.0155920Z + '[' -n '' ']' 2022-11-23T01:42:02.0158780Z ++ dirname /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2022-11-23T01:42:02.0167760Z + SYSP=/Users/ec2-user/runner/_work/_temp/miniconda/bin 2022-11-23T01:42:02.0170200Z ++ dirname /Users/ec2-user/runner/_work/_temp/miniconda/bin 2022-11-23T01:42:02.0182630Z + SYSP=/Users/ec2-user/runner/_work/_temp/miniconda 2022-11-23T01:42:02.0182840Z + '[' -n '' ']' 2022-11-23T01:42:02.0183480Z + 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:42:02.0183940Z + export PATH 2022-11-23T01:42:02.0184360Z + /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:42:35.0719100Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T01:42:35.0720490Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorType":"Runtime.ExitError","errorMessage":"RequestId: 50d42e2b-336a-4d06-9751-8e72cc81bdd9 Error: Runtime exited with error: signal: killed"} 2022-11-23T01:42:35.0721110Z 2022-11-23T01:42:35.0721280Z ----- Historic stats comparison result ------ 2022-11-23T01:42:35.0721400Z 2022-11-23T01:42:35.0722640Z job: macos-12-py3-arm64 2022-11-23T01:42:35.0722860Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:42:35.0723350Z 2022-11-23T01:42:35.0723500Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T01:42:35.0723640Z 2022-11-23T01:42:35.0723720Z : (master) 2022-11-23T01:42:35.0723850Z | 2022-11-23T01:42:35.0724020Z * 1cfd3858ac (HEAD) total time 2657.14s 2022-11-23T01:42:35.0725940Z * 26322544b8 (base) 3 reports, total time 2075.38s ± 559.11s 2022-11-23T01:42:35.0726340Z * 7f4b4d2827 3 reports, total time 2076.40s ± 568.72s 2022-11-23T01:42:35.0726590Z * b50699f247 3 reports, total time 2085.99s ± 561.85s 2022-11-23T01:42:35.0726830Z * 8bf8e4d71e 3 reports, total time 2082.82s ± 561.76s 2022-11-23T01:42:35.0727070Z * ce856cee7e 3 reports, total time 2085.24s ± 559.20s 2022-11-23T01:42:35.0727340Z * 391b593ca2 3 reports, total time 2081.37s ± 562.69s 2022-11-23T01:42:35.0727580Z * 5bba783d21 3 reports, total time 2081.89s ± 564.13s 2022-11-23T01:42:35.0736040Z * ea920a1115 3 reports, total time 2076.36s ± 559.32s 2022-11-23T01:42:35.0736310Z * 74e62a1fef 3 reports, total time 2090.08s ± 571.84s 2022-11-23T01:42:35.0736540Z * 00b7d8ef23 3 reports, total time 2334.11s ± 718.79s 2022-11-23T01:42:35.0736700Z | 2022-11-23T01:42:35.0736810Z : 2022-11-23T01:42:35.0736890Z 2022-11-23T01:42:35.0736980Z Removed (across 260 suites) 0 tests, totaling 0.00s 2022-11-23T01:42:35.0737210Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T01:42:35.0737410Z Added (across 315 suites)104881 tests, totaling +2657.14s 2022-11-23T01:42:35.1835430Z Post job cleanup. 2022-11-23T01:42:35.3170000Z Post job cleanup. 2022-11-23T01:42:35.4562450Z Cache hit occurred on the primary key miniconda-env-macOS-ARM64-3.9-20221123d-2488c3fa9020841bbd983f8742681f4c23e162eb7a557e94c2067663a616b913-90f66d2a9eb8c1f026606d87ba212c02bae76ec1cd28bfa87b8f682da1da6388, not saving cache. 2022-11-23T01:42:35.4614240Z Post job cleanup. 2022-11-23T01:42:35.5639330Z Cache hit occurred on the primary key miniconda-macOS-ARM64-3.9-20221123d, not saving cache. 2022-11-23T01:42:35.5710000Z Post job cleanup. 2022-11-23T01:42:35.5741000Z Post job cleanup. 2022-11-23T01:42:35.6673620Z [command]/usr/bin/git version 2022-11-23T01:42:35.6729850Z git version 2.32.1 (Apple Git-133) 2022-11-23T01:42:35.6752290Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/9d86c739-ea5a-4dfa-8912-596cd0e823df' before making global git config changes 2022-11-23T01:42:35.6752660Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:42:35.6754910Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2022-11-23T01:42:35.6807640Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:42:35.6855090Z [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:42:35.7433380Z Entering 'android/libs/fbjni' 2022-11-23T01:42:35.7509090Z Entering 'third_party/FP16' 2022-11-23T01:42:35.7575830Z Entering 'third_party/FXdiv' 2022-11-23T01:42:35.7641520Z Entering 'third_party/NNPACK' 2022-11-23T01:42:35.7713860Z Entering 'third_party/QNNPACK' 2022-11-23T01:42:35.7784480Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:42:35.7840630Z Entering 'third_party/XNNPACK' 2022-11-23T01:42:35.7991840Z Entering 'third_party/benchmark' 2022-11-23T01:42:35.8065460Z Entering 'third_party/cpuinfo' 2022-11-23T01:42:35.8154340Z Entering 'third_party/cub' 2022-11-23T01:42:35.8228490Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:42:35.8286420Z Entering 'third_party/cutlass' 2022-11-23T01:42:35.8345010Z Entering 'third_party/eigen' 2022-11-23T01:42:35.8432410Z Entering 'third_party/fbgemm' 2022-11-23T01:42:35.8552060Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:42:35.8660820Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:42:35.8770570Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:42:35.8863180Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:42:35.8934680Z Entering 'third_party/flatbuffers' 2022-11-23T01:42:35.8993160Z Entering 'third_party/fmt' 2022-11-23T01:42:35.9073170Z Entering 'third_party/foxi' 2022-11-23T01:42:35.9141760Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:42:35.9211100Z Entering 'third_party/gloo' 2022-11-23T01:42:35.9284460Z Entering 'third_party/googletest' 2022-11-23T01:42:35.9371340Z Entering 'third_party/ideep' 2022-11-23T01:42:35.9489600Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:42:35.9637680Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:42:35.9749400Z Entering 'third_party/ios-cmake' 2022-11-23T01:42:35.9816210Z Entering 'third_party/ittapi' 2022-11-23T01:42:35.9872100Z Entering 'third_party/kineto' 2022-11-23T01:42:35.9926780Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:42:35.9983110Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:42:36.0040540Z Entering 'third_party/nccl/nccl' 2022-11-23T01:42:36.0114370Z Entering 'third_party/neon2sse' 2022-11-23T01:42:36.0183290Z Entering 'third_party/nlohmann' 2022-11-23T01:42:36.0239440Z Entering 'third_party/onnx' 2022-11-23T01:42:36.0426370Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:42:36.0525080Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:42:36.0601060Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:42:36.0708130Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:42:36.0840630Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:42:36.0937190Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:42:36.1046210Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:42:36.1123950Z Entering 'third_party/pocketfft' 2022-11-23T01:42:36.1179810Z Entering 'third_party/protobuf' 2022-11-23T01:42:36.1354920Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:42:36.1452520Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:42:36.1532440Z Entering 'third_party/psimd' 2022-11-23T01:42:36.1604620Z Entering 'third_party/pthreadpool' 2022-11-23T01:42:36.1676710Z Entering 'third_party/pybind11' 2022-11-23T01:42:36.1749800Z Entering 'third_party/python-enum' 2022-11-23T01:42:36.1815960Z Entering 'third_party/python-peachpy' 2022-11-23T01:42:36.1890030Z Entering 'third_party/python-six' 2022-11-23T01:42:36.1957740Z Entering 'third_party/sleef' 2022-11-23T01:42:36.2030940Z Entering 'third_party/tbb' 2022-11-23T01:42:36.2087420Z Entering 'third_party/tensorpipe' 2022-11-23T01:42:36.2191320Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:42:36.2304010Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:42:36.2398210Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:42:36.2509630Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:42:36.2612220Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:42:36.2682290Z Entering 'third_party/zstd' 2022-11-23T01:42:36.2778380Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:42:36.2824860Z http.https://github.com/.extraheader 2022-11-23T01:42:36.2829340Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-11-23T01:42:36.2878760Z [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:42:36.3253500Z Entering 'android/libs/fbjni' 2022-11-23T01:42:36.3287940Z http.https://github.com/.extraheader 2022-11-23T01:42:36.3352760Z Entering 'third_party/FP16' 2022-11-23T01:42:36.3386670Z http.https://github.com/.extraheader 2022-11-23T01:42:36.3436570Z Entering 'third_party/FXdiv' 2022-11-23T01:42:36.3470460Z http.https://github.com/.extraheader 2022-11-23T01:42:36.3518000Z Entering 'third_party/NNPACK' 2022-11-23T01:42:36.3551890Z http.https://github.com/.extraheader 2022-11-23T01:42:36.3600670Z Entering 'third_party/QNNPACK' 2022-11-23T01:42:36.3634320Z http.https://github.com/.extraheader 2022-11-23T01:42:36.3680500Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:42:36.3714820Z http.https://github.com/.extraheader 2022-11-23T01:42:36.3757350Z Entering 'third_party/XNNPACK' 2022-11-23T01:42:36.3791150Z http.https://github.com/.extraheader 2022-11-23T01:42:36.3842210Z Entering 'third_party/benchmark' 2022-11-23T01:42:36.3877270Z http.https://github.com/.extraheader 2022-11-23T01:42:36.3925490Z Entering 'third_party/cpuinfo' 2022-11-23T01:42:36.3959040Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4005350Z Entering 'third_party/cub' 2022-11-23T01:42:36.4039400Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4086940Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:42:36.4120710Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4164160Z Entering 'third_party/cutlass' 2022-11-23T01:42:36.4197850Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4244420Z Entering 'third_party/eigen' 2022-11-23T01:42:36.4278640Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4326500Z Entering 'third_party/fbgemm' 2022-11-23T01:42:36.4360890Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4408640Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:42:36.4442500Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4490700Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:42:36.4525010Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4573250Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:42:36.4607390Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4655000Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:42:36.4689400Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4739070Z Entering 'third_party/flatbuffers' 2022-11-23T01:42:36.4772890Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4814820Z Entering 'third_party/fmt' 2022-11-23T01:42:36.4849090Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4897430Z Entering 'third_party/foxi' 2022-11-23T01:42:36.4930680Z http.https://github.com/.extraheader 2022-11-23T01:42:36.4978860Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:42:36.5012900Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5061110Z Entering 'third_party/gloo' 2022-11-23T01:42:36.5094840Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5143210Z Entering 'third_party/googletest' 2022-11-23T01:42:36.5177060Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5225540Z Entering 'third_party/ideep' 2022-11-23T01:42:36.5258850Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5309800Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:42:36.5343650Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5392400Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:42:36.5426080Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5488910Z Entering 'third_party/ios-cmake' 2022-11-23T01:42:36.5522740Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5570420Z Entering 'third_party/ittapi' 2022-11-23T01:42:36.5603260Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5644650Z Entering 'third_party/kineto' 2022-11-23T01:42:36.5678800Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5720780Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:42:36.5754740Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5796940Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:42:36.5830390Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5877600Z Entering 'third_party/nccl/nccl' 2022-11-23T01:42:36.5912860Z http.https://github.com/.extraheader 2022-11-23T01:42:36.5960880Z Entering 'third_party/neon2sse' 2022-11-23T01:42:36.5995490Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6045030Z Entering 'third_party/nlohmann' 2022-11-23T01:42:36.6078850Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6121420Z Entering 'third_party/onnx' 2022-11-23T01:42:36.6155620Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6209140Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:42:36.6243760Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6291610Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:42:36.6326390Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6376450Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:42:36.6410230Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6455370Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:42:36.6489450Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6538060Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:42:36.6572110Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6619650Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:42:36.6653520Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6701650Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:42:36.6734670Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6792300Z Entering 'third_party/pocketfft' 2022-11-23T01:42:36.6827350Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6869310Z Entering 'third_party/protobuf' 2022-11-23T01:42:36.6903110Z http.https://github.com/.extraheader 2022-11-23T01:42:36.6950750Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:42:36.6985230Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7028330Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:42:36.7062070Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7110050Z Entering 'third_party/psimd' 2022-11-23T01:42:36.7144060Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7191570Z Entering 'third_party/pthreadpool' 2022-11-23T01:42:36.7225330Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7276910Z Entering 'third_party/pybind11' 2022-11-23T01:42:36.7311240Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7358550Z Entering 'third_party/python-enum' 2022-11-23T01:42:36.7392100Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7438150Z Entering 'third_party/python-peachpy' 2022-11-23T01:42:36.7472520Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7520390Z Entering 'third_party/python-six' 2022-11-23T01:42:36.7554240Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7601170Z Entering 'third_party/sleef' 2022-11-23T01:42:36.7635070Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7688720Z Entering 'third_party/tbb' 2022-11-23T01:42:36.7722040Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7764290Z Entering 'third_party/tensorpipe' 2022-11-23T01:42:36.7798070Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7845430Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:42:36.7878670Z http.https://github.com/.extraheader 2022-11-23T01:42:36.7926460Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:42:36.7960590Z http.https://github.com/.extraheader 2022-11-23T01:42:36.8008990Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:42:36.8041930Z http.https://github.com/.extraheader 2022-11-23T01:42:36.8088910Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:42:36.8123130Z http.https://github.com/.extraheader 2022-11-23T01:42:36.8170230Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:42:36.8204720Z http.https://github.com/.extraheader 2022-11-23T01:42:36.8253790Z Entering 'third_party/zstd' 2022-11-23T01:42:36.8288090Z http.https://github.com/.extraheader 2022-11-23T01:42:36.8481760Z Cleaning up orphan processes 2022-11-23T01:42:36.8858000Z Terminate orphan process: pid (51507) (python3.9) 2022-11-23T01:42:36.9497680Z Terminate orphan process: pid (51445) (python3.9)